@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700");
.anchor__item a:before,
.button img,
.button--text > a,
.button--default > a,
.button--rich > a,
.button--rich > .icon--rich,
.enlarge:before,
.figure img,
.figure--movie:before,
.icon,
.icon:after,
.icon--map:before,
.icon--rich-back__inner:before,
.movie:before,
.movie:after,
.site-footer__info__gotop,
.global-menu__inner__list__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button--rich > a:before,
.button--rich > .icon--rich:before,
.button--rich > a .button--rich__inner:after,
.button--rich > .icon--rich .button--rich__inner:after,
.figure--shadow-rich__line,
.figure__over-caption,
.icon--rich__inner:after,
.waypoint-effect--slide,
.waypoint-effect--to-right,
.waypoint-effect--to-left,
.-palmtop .site-footer__nav__heading--button:before,
.-laptop .site-footer__nav__heading--button:before,
.-palmtop .site-footer__nav__heading--button:after,
.-laptop .site-footer__nav__heading--button:after,
.site-header .logo,
.site-header .back-to-top,
.site-header .hamburger,
.site-header .hamburger__item--top,
.site-header .hamburger__item--middle,
.site-header .hamburger__item--bottom,
.global-menu,
.-palmtop .global-menu__inner__list__item__heading--button:before,
.-laptop .global-menu__inner__list__item__heading--button:before,
.-palmtop .global-menu__inner__list__item__heading--button:after,
.-laptop .global-menu__inner__list__item__heading--button:after,
.global-menu-overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.waypoint-effect--to-right__inner,
.waypoint-effect--to-left__inner,
.hamburger-title,
.hamburger-title__paragraph {
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}

.waypoint-effect--parallax,
.waypoint-effect--parallax-reverse,
.waypoint-effect--parallax-excess,
.waypoint-effect--parallax-excess-reverse,
.waypoint-effect--parallax-extremely {
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@-webkit-keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes icon-map {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-map {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-map-paper {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon-map-paper {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes icon-pdf {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes icon-pdf {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    opacity: 0.25;
    -webkit-transform: translateY(2.5px);
    transform: translateY(2.5px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.waypoint-fade-pan-up {
  opacity: 0;
}

@-webkit-keyframes waypoint-fade-pan-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes waypoint-fade-pan-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.waypoint-fade-in {
  opacity: 0;
}
.waypoint-fade-in.is-waypoint {
  -webkit-animation: waypoint-fade-in 1.2s ease-out forwards !important;
  animation: waypoint-fade-in 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waypoint-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.waypoint-fade-out-up {
  opacity: 1;
}
.waypoint-fade-out-up.is-waypoint {
  -webkit-animation: waypoint-fade-out-up 1.2s ease-out forwards !important;
  animation: waypoint-fade-out-up 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes waypoint-fade-out-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.waypoint-fade-up {
  opacity: 0;
}
.waypoint-fade-up.is-waypoint {
  -webkit-animation: waypoint-fade-up 1.2s ease-out 0s forwards !important;
  animation: waypoint-fade-up 1.2s ease-out 0s forwards !important;
}

.waypoint-fade-up-delay {
  opacity: 0;
}
.waypoint-fade-up-delay.is-waypoint {
  -webkit-animation: waypoint-fade-up 1.2s ease-out 0.5s forwards !important;
  animation: waypoint-fade-up 1.2s ease-out 0.5s forwards !important;
}

@-webkit-keyframes waypoint-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waypoint-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.waypoint-image-shadow-fade-up {
  opacity: 0;
}
.waypoint-image-shadow-fade-up.is-waypoint {
  -webkit-animation: waypoint-image-shadow-fade-up 1.2s ease-out forwards !important;
  animation: waypoint-image-shadow-fade-up 1.2s ease-out forwards !important;
}

@-webkit-keyframes waypoint-image-shadow-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes waypoint-image-shadow-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  background-color: #fff;
  color: #111;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  font-size: 14px;
  line-height: 1.3571428571;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background-color: transparent;
  color: #0074d9;
}

mark {
  background-color: #ffdc00;
  color: #111;
}

input[type="submit"],
input[type="reset"],
html input[type="button"],
button {
  -webkit-appearance: button;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

hr,
img,
iframe,
fieldset,
legend {
  border: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="color"],
textarea {
  border-radius: 0;
}

table {
  border-spacing: 0;
}

sub {
  bottom: -0.2em;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hr,
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input,
button,
select,
optgroup,
textarea {
  color: inherit;
}

html body [disabled] {
  cursor: default;
}

input[type="submit"],
input[type="reset"],
html input[type="button"],
button {
  cursor: pointer;
}

article,
section,
nav,
aside,
header,
footer,
figure,
figcaption,
main {
  display: block;
}

video,
audio,
progress,
canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
code,
samp,
kbd,
th,
input,
button,
select,
optgroup,
textarea {
  font: inherit;
}

pre,
code,
samp,
kbd {
  font-family: "Noto Mono", monospace;
}

sub,
sup {
  font-size: 78.5714285714%;
}

small {
  font-size: 85.7142857143%;
}

strong,
b,
optgroup {
  font-weight: bold;
}

hr {
  height: 0;
}

img {
  height: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

sub,
sup {
  line-height: 0;
}

input,
button {
  line-height: 1.3214285714;
}
@media (min-width: 768px) and (max-width: 767px) {
  input,
  button {
    line-height: 1.3035714286;
  }
}
@media (max-width: 414px) {
  input,
  button {
    line-height: 1.2857142857;
  }
}

li {
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
pre,
blockquote,
ol,
ul,
dl,
dd,
figure,
input,
button,
select,
optgroup,
textarea,
fieldset {
  margin: 0;
}

img,
iframe,
video,
canvas {
  max-width: 100%;
}

pre,
textarea {
  overflow: auto;
}

button {
  overflow: visible;
}

ol,
ul,
td,
th,
input[type="checkbox"],
input[type="radio"],
fieldset,
legend {
  padding: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
}

sub,
sup {
  position: relative;
}

q:after {
  content: "\201D";
}

q:before {
  content: "\201C";
}

caption,
th {
  text-align: left;
}

abbr[title] {
  text-decoration: none;
}

button,
select {
  text-transform: none;
}

sup {
  top: -0.6em;
}

sub,
sup,
progress,
meter {
  vertical-align: baseline;
}

img,
iframe,
video,
audio,
input[type="image"],
textarea,
canvas {
  vertical-align: bottom;
}

.list--float:after,
.section--togaru-menu__list:after,
.section--footer__breadcrumb-nav__list:after,
.site-footer__info__above__right .social:after {
  clear: both;
  content: "";
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

.natural {
  display: block;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
}

.natural .solid {
  display: block;
  margin-bottom: 21.5px;
  margin-top: 21.5px;
}
.natural .solid + .solid {
  margin-top: 24px;
}

html {
  color: #000;
  background-color: #fff;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.78em;
  -webkit-font-smoothing: antialiased;
}

button {
  outline: none;
}

.block {
  display: block;
  text-decoration: none;
}
.block,
.block:active,
.block:visited {
  color: inherit;
}

.block-inline {
  display: inline-block;
}

.anchor-none {
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .to-block {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .to-none {
    display: none !important;
  }
}

.break {
  word-wrap: break-word;
}

.full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.stick {
  margin: 0 !important;
}

.stick-bottom {
  margin-bottom: 0 !important;
}

.stick-left {
  margin-left: 0 !important;
}

.stick-right {
  margin-right: 0 !important;
}

.stick-top {
  margin-top: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .to-text-center {
    text-align: center !important;
  }
}

.text-lower {
  text-transform: lowercase;
}

.text-upper {
  text-transform: uppercase;
}

.word {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mt400 {
  margin-top: 400px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .to-mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt40 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt150 {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt210 {
    margin-top: 210px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mt300 {
    margin-top: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  .to-ml0 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mb0 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .to-mb100 {
    margin-bottom: 100px !important;
  }
}

.pt150 {
  padding-top: 150px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.to-pt50 {
  padding-top: 50px !important;
}

.to-pt80 {
  padding-top: 80px !important;
}

.to-pt100 {
  padding-top: 100px !important;
}

.to-pt150 {
  padding-top: 150px !important;
}

.to-pb100 {
  padding-bottom: 100px !important;
}

.to-pb150 {
  padding-bottom: 150px !important;
}

.w700 {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.w880 {
  max-width: 880px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.w990 {
  max-width: 990px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.uti-shadow {
  -webkit-box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.4);
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.4);
}

.uti-pos-right-20 {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .uti-pos-right-20 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.uti-pos-right-90 {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}
@media screen and (max-width: 767px) {
  .uti-pos-right-90 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.uti-pos-left-10 {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .uti-pos-left-10 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.uti-pos-left-50 {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .uti-pos-left-50 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.uti-pos-bottom-3 {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .uti-pos-bottom-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .uti-inner-5-laptop-lower {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .anchor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.anchor:not(:first-child) {
  margin-top: 50px;
}
.anchor:not(:last-child) {
  margin-bottom: 20px;
}
.anchor__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 214px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .anchor__item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.anchor__item a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #000;
  padding-right: 30px;
}
.anchor__item a:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA2LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWYyYjJiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvX2Fycm93X2Rvd248L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxLTIiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2IDYuNSAxMiAwLjUgMTEuNSAwIDYgNS41IDAuNSAwIDAgMC41IDYgNi41Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 6px;
}
.anchor__item a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #ccc;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.anchor__item a:hover:before {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.badge {
  background-color: #808797;
  font-size: 10px;
  color: #fff;
  letter-spacing: normal;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}
.badge + * {
  margin-top: 10px;
  margin-left: 5px;
}
.badge + .badge {
  margin-top: 0;
}
.badge--block {
  display: table;
}
.badge--bg-none {
  background-color: transparent;
  color: #aaa;
  margin-left: 0;
}

.billboard {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .billboard {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .billboard__title {
    font-size: 18px;
  }
}

.box {
  padding: 100px 70px;
}
.box--shadow {
  -webkit-box-shadow: 40px 40px 200px rgba(0, 0, 0, 0.4);
  box-shadow: 40px 40px 200px rgba(0, 0, 0, 0.4);
}
.box--to-narrow {
  padding: 50px 20px 20px;
}
@media screen and (max-width: 767px) {
  .box--to-none {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1) translateY(0) !important;
    transform: scale(1) translateY(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .box--to-none:before {
    content: normal !important;
  }
}

.button:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .button:not(:first-child) {
    margin-top: 20px;
  }
}

.button:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .button:not(:last-child) {
    margin-bottom: 20px;
  }
}

.button img {
  vertical-align: middle;
}

.button > a {
  font-size: 18px;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
}
.button > a:hover img {
  opacity: 0.5;
}

.button--default > a {
  min-width: 240px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 50px 4px 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .button--default > a {
    min-width: auto;
  }
}
.button--default > a:hover {
  border: 1px solid #ccc;
}

.button--rich > a,
.button--rich > .icon--rich {
  min-width: 180px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 12px 30px 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .button--rich > a,
  .button--rich > .icon--rich {
    min-width: auto;
  }
}
.button--rich > a:before,
.button--rich > .icon--rich:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #000;
  width: 0;
  height: 100%;
}
.button--rich > a:hover,
.button--rich > .icon--rich:hover {
  color: #fff;
}
.is-ua-safari.is-ua-mobile .button--rich > a:hover,
.is-ua-safari.is-ua-mobile
    .button--rich > .icon--rich:hover {
  color: inherit;
}
.button--rich > a:hover:before,
.button--rich > .icon--rich:hover:before {
  width: 100%;
}
.is-ua-safari.is-ua-mobile .button--rich > a:hover:before,
.is-ua-safari.is-ua-mobile
      .button--rich > .icon--rich:hover:before {
  width: inherit;
}
.button--rich > a:hover .button--rich__inner:after,
.button--rich > .icon--rich:hover .button--rich__inner:after {
  -webkit-transform: translate(10px, 1px);
  transform: translate(10px, 1px);
}
.is-ua-safari.is-ua-mobile .button--rich > a:hover .button--rich__inner:after,
.is-ua-safari.is-ua-mobile
      .button--rich > .icon--rich:hover .button--rich__inner:after {
  -webkit-transform: inherit;
  transform: inherit;
}
.button--rich > a .button--rich__inner:after,
.button--rich > .icon--rich .button--rich__inner:after {
  content: "＞";
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
}

.columns__column {
  padding-left: 40px;
  padding-right: 40px;
}

.columns {
  margin-left: -40px;
  margin-right: -40px;
}

.columns--two > .columns__column:nth-child(n+3),
.columns--two-to-two > .columns__column:nth-child(n+3),
.columns--one-two > .columns__column:nth-child(n+3),
.columns--two-one > .columns__column:nth-child(n+3),
.columns--three > .columns__column:nth-child(n+4),
.columns--three-to-three-to-one > .columns__column:nth-child(n+4),
.columns--four > .columns__column:nth-child(n+5),
.columns--four-to-two-to-one > .columns__column:nth-child(n+5) {
  margin-top: 90px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  .columns:not(:first-child) {
    margin-top: 100px;
  }
}
.columns:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  .columns {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.columns__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 414px) {
  .columns__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.columns--narrow {
  margin-left: -10px;
  margin-right: -10px;
}
.columns--narrow > .columns__column {
  padding-left: 10px;
  padding-right: 10px;
}
.columns--one > .columns__column {
  float: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .columns--two {
    margin-left: 0;
    margin-right: 0;
  }
}
.columns--two > .columns__column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .columns--two > .columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .columns--two > .columns__column:not(:first-child) {
    margin-top: 60px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .columns--two > .columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.columns--two-to-two > .columns__column {
  width: 50%;
}
@media screen and (max-width: 414px) {
  .columns--one-two {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .columns--one-two > .columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.columns--one-two > .columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 414px) {
  .columns--one-two > .columns__column:nth-child(odd) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.columns--one-two > .columns__column:nth-child(even) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media screen and (max-width: 414px) {
  .columns--one-two > .columns__column:nth-child(even) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .columns--two-one {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .columns--two-one > .columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.columns--two-one > .columns__column:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media screen and (max-width: 414px) {
  .columns--two-one > .columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.columns--two-one > .columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 414px) {
  .columns--two-one > .columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px;
  }
}
.columns--three > .columns__column {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .columns--three > .columns__column {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .columns--three > .columns__column:not(:nth-child(1)),
  .columns--three > .columns__column:not(:nth-child(2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .columns--three > .columns__column:not(:nth-last-child(1)),
  .columns--three > .columns__column:not(:nth-last-child(2)) {
    margin-bottom: 42.5px;
  }
}
@media screen and (max-width: 767px) {
  .columns--three.columns--to-one > .columns__column {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 414px) {
  .columns--three.columns--to-one > .columns__column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .columns--three-to-three-to-one {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.columns--three-to-three-to-one > .columns__column {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .columns--three-to-three-to-one > .columns__column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .columns--three-to-three-to-one > .columns__column {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .columns--three-to-three-to-one > .columns__column:not(:nth-child(1)),
  .columns--three-to-three-to-one > .columns__column:not(:nth-child(2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .columns--three-to-three-to-one > .columns__column:not(:nth-last-child(1)),
  .columns--three-to-three-to-one > .columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .columns--three-to-three-to-one > .columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 414px) {
  .columns--three-to-three-to-one > .columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.columns--four > .columns__column {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .columns--four > .columns__column {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .columns--four > .columns__column:not(:nth-child(1)),
  .columns--four > .columns__column:not(:nth-child(2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .columns--four > .columns__column:not(:nth-last-child(1)),
  .columns--four > .columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px;
  }
}
.columns--four-to-two-to-one > .columns__column {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .columns--four-to-two-to-one > .columns__column {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .columns--four-to-two-to-one > .columns__column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .columns--four-to-two-to-one > .columns__column:not(:nth-child(1)),
  .columns--four-to-two-to-one > .columns__column:not(:nth-child(2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .columns--four-to-two-to-one > .columns__column:not(:nth-last-child(1)),
  .columns--four-to-two-to-one > .columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px;
  }
}
.columns--reverse > .columns__column:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 414px) {
  .columns--reverse > .columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.columns--reverse > .columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 414px) {
  .columns--reverse > .columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.columns--vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.columns--stick {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.columns--stick > .columns__column {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 414px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.container--1100 {
  max-width: 1100px;
}
.container--900 {
  max-width: 900px;
}
.container--800 {
  max-width: 800px;
}
.container--880 {
  max-width: 800px;
}
.container--700 {
  max-width: 700px;
}
.container--to-narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.description-list:not(:first-child) {
  margin-top: 20px;
}

.description-list:not(:last-child) {
  margin-bottom: 40px;
}

.description-list__item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.description-list__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  .description-list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.description-list__heading {
  width: 200px;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}
@media screen and (max-width: 414px) {
  .description-list__heading {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.description-list__content {
  width: auto;
  padding-right: 10px;
  padding-left: 50px;
  padding-bottom: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .description-list__content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 414px) {
  .description-list__content {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.color-sample {
  width: 100px;
  height: 100px;
}
.color-sample--base {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.color-sample--main {
  background-color: #000;
}
.color-sample--key {
  background-color: #e4b12b;
}
.color-sample--accent {
  background-color: #808797;
}
.color-sample--sub {
  background-color: #ccc;
}
.color-sample--sub-pale {
  background-color: #e2e2e2;
}
.color-sample--sub-deep {
  background-color: #aaa;
}
.color-sample--forte {
  background: -webkit-gradient(linear, left top, right top, from(#fada85), to(#e4b12b));
  background: -webkit-linear-gradient(left, #fada85 0%, #e4b12b 100%);
  background: linear-gradient(to right, #fada85 0%, #e4b12b 100%);
}

.enlarge {
  position: relative;
  display: block;
}
.enlarge:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNjguNjQgMjYxLjg2Ij4KCTxkZWZzPgoJPHN0eWxlPi5pY29fZW5sYXJnZS0xe2ZpbGw6I2ZmZmZmZjt9PC9zdHlsZT4KPC9kZWZzPgoJPHBhdGggY2xhc3M9Imljb19lbmxhcmdlLTEiIGQ9Ik0xOTEsODAuMjVhMy4xNiwzLjE2LDAsMCwxLTIuMjYtLjk0LDMuMTksMy4xOSwwLDAsMSwwLTQuNTJMMjYzLjIuOTNhMy4xOSwzLjE5LDAsMCwxLDQuNSw0LjUzTDE5My4yMyw3OS4zM0EzLjE1LDMuMTUsMCwwLDEsMTkxLDgwLjI1WiIvPgo8cGF0aCBjbGFzcz0iaWNvX2VubGFyZ2UtMSIgZD0iTTI2NS40NSw4MC4wOWEzLjE5LDMuMTksMCwwLDEtMy4yLTMuMTlWNi4zOUgxOTAuODJhMy4yLDMuMiwwLDAsMSwwLTYuMzloNzQuNjNhMy4xOSwzLjE5LDAsMCwxLDMuMTksMy4xOVY3Ni45QTMuMTksMy4xOSwwLDAsMSwyNjUuNDUsODAuMDlaIi8+CjxwYXRoIGNsYXNzPSJpY29fZW5sYXJnZS0xIiBkPSJNNzcuNjYsODAuMjVhMy4xNSwzLjE1LDAsMCwxLTIuMjUtLjkyTC45NCw1LjQ2QTMuMTksMy4xOSwwLDAsMSw1LjQ0LjkzTDc5LjkxLDc0Ljc5YTMuMTksMy4xOSwwLDAsMSwwLDQuNTJBMy4xNiwzLjE2LDAsMCwxLDc3LjY2LDgwLjI1WiIvPgo8cGF0aCBjbGFzcz0iaWNvX2VubGFyZ2UtMSIgZD0iTTMuMTksODAuMDlBMy4xOSwzLjE5LDAsMCwxLDAsNzYuOVYzLjE5QTMuMTksMy4xOSwwLDAsMSwzLjE5LDBINzcuODJhMy4yLDMuMiwwLDAsMSwwLDYuMzlINi4zOVY3Ni45QTMuMTksMy4xOSwwLDAsMSwzLjE5LDgwLjA5WiIvPgo8cGF0aCBjbGFzcz0iaWNvX2VubGFyZ2UtMSIgZD0iTTI2NS40NSwyNjEuODZhMy4xNiwzLjE2LDAsMCwxLTIuMjUtLjkzbC03NC40Ny03My44NmEzLjIsMy4yLDAsMCwxLDQuNS00LjU0TDI2Ny43LDI1Ni40YTMuMTksMy4xOSwwLDAsMSwwLDQuNTJBMy4xNiwzLjE2LDAsMCwxLDI2NS40NSwyNjEuODZaIi8+CjxwYXRoIGNsYXNzPSJpY29fZW5sYXJnZS0xIiBkPSJNMjY1LjQ1LDI2MS44NkgxOTAuODJhMy4yLDMuMiwwLDAsMSwwLTYuMzloNzEuNDNWMTg1YTMuMiwzLjIsMCwwLDEsNi4zOSwwdjczLjcxQTMuMTksMy4xOSwwLDAsMSwyNjUuNDUsMjYxLjg2WiIvPgo8cGF0aCBjbGFzcz0iaWNvX2VubGFyZ2UtMSIgZD0iTTMuMTksMjYxLjg2YTMuMTYsMy4xNiwwLDAsMS0yLjI2LS45NCwzLjE5LDMuMTksMCwwLDEsMC00LjUybDc0LjQ3LTczLjg3YTMuMiwzLjIsMCwwLDEsNC41LDQuNTRMNS40NCwyNjAuOTNBMy4xNiwzLjE2LDAsMCwxLDMuMTksMjYxLjg2WiIvPgo8cGF0aCBjbGFzcz0iaWNvX2VubGFyZ2UtMSIgZD0iTTc3LjgyLDI2MS44NkgzLjE5QTMuMTksMy4xOSwwLDAsMSwwLDI1OC42N1YxODVhMy4yLDMuMiwwLDAsMSw2LjM5LDB2NzAuNTFINzcuODJhMy4yLDMuMiwwLDAsMSwwLDYuMzlaIi8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.enlarge:hover:before {
  -webkit-animation: scale-up 0.3s ease-out 0s forwards;
  animation: scale-up 0.3s ease-out 0s forwards;
}

.faq-list {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
.faq-list:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  .faq-list:not(:first-child) {
    margin-top: 20px;
  }
}
.faq-list:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .faq-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.faq-list__item:not(:first-child) {
  margin-top: 30px;
  border-top: 1px dotted #ccc;
  padding-top: 30px;
}
.faq-list__question,
.faq-list__answer {
  position: relative;
  padding-left: 55px;
  padding-top: 7px;
}
.faq-list__question:before,
.faq-list__answer:before {
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  width: 35px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.faq-list__question {
  font-weight: 400;
  min-height: 28px;
}
.faq-list__question:before {
  content: "Q";
  background-color: #ccc;
}
.faq-list__answer {
  margin-top: 20px;
}
.faq-list__answer:before {
  content: "A";
  background-color: #e2e2e2;
}

.figure {
  overflow: hidden;
  position: relative;
}
.figure:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .figure:not(:first-child) {
    margin-top: 10px;
  }
}
.figure:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .figure:not(:last-child) {
    margin-bottom: 10px;
  }
}
.figure img {
  width: 100%;
}
.figure--over-enlarge:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
.figure--over-enlarge img {
  -webkit-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
a:hover .figure--over-enlarge {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a:hover .figure--over-enlarge img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  a:hover .figure--over-enlarge img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
a:hover .figure--over-enlarge:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  a:hover .figure--over-enlarge:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.figure .figcaption {
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 414px) {
  .figure .figcaption {
    font-size: 12px;
    line-height: 1.5;
  }
}
.figure--movie {
  position: relative;
}
.figure--movie:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fada85), to(#e4b12b));
  background: -webkit-linear-gradient(left, #fada85 0%, #e4b12b 100%);
  background: linear-gradient(to right, #fada85 0%, #e4b12b 100%);
  opacity: 0.5;
  pointer-events: none;
}
.figure--shadow {
  -webkit-box-shadow: 20px 20px 200px rgba(0, 0, 0, 0.4);
  box-shadow: 20px 20px 200px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .figure--shadow {
    -webkit-box-shadow: 20px 20px 100px rgba(0, 0, 0, 0.4);
    box-shadow: 20px 20px 100px rgba(0, 0, 0, 0.4);
  }
}
.figure--shadow-rich {
  overflow: visible;
  position: relative;
}
.is-ua-ie .figure--shadow-rich {
  -webkit-box-shadow: 38px 38px 38px rgba(0, 0, 0, 0.4);
  box-shadow: 38px 38px 38px rgba(0, 0, 0, 0.4);
}
.figure--shadow-rich:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
a:hover .figure--shadow-rich:before {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  a:hover .figure--shadow-rich:before {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.figure--shadow-rich img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
a:hover .figure--shadow-rich img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  a:hover .figure--shadow-rich img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.figure--shadow-rich img:first-child {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  right: -30px;
  opacity: 0.5;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.is-ua-ie .figure--shadow-rich img:first-child {
  display: none;
}
.figure--shadow-rich.is-waypoint img:first-child {
  bottom: -50px;
  right: -50px;
}
.figure--shadow-rich__line {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  height: 93%;
  margin: 2% 1%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .figure--shadow-rich__line {
    opacity: 1;
  }
}
.section--togaru-menu__link:hover .figure--shadow-rich__line {
  opacity: 1;
}
.figure--shadow-rich__line--x {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-left: 50%;
  width: 0;
}
.section--togaru-menu__link:hover .figure--shadow-rich__line--x {
  margin-left: 1%;
  width: 98%;
}
@media screen and (max-width: 767px) {
  .figure--shadow-rich.is-waypoint .figure--shadow-rich__line--x {
    margin-left: 3%;
    width: 94%;
  }
}
.figure--shadow-rich__line--y {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-top: 25%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .figure--shadow-rich__line--y {
    width: 94%;
    margin-left: 3%;
  }
}
.section--togaru-menu__link:hover .figure--shadow-rich__line--y {
  margin-top: 2%;
  height: 93%;
}
@media screen and (max-width: 767px) {
  .figure--shadow-rich.is-waypoint .figure--shadow-rich__line--y {
    margin-top: 2%;
    height: 93%;
  }
}
.figure__over-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  line-height: 1.75em;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-M", sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 0;
}
a:hover .figure__over-caption {
  opacity: 1;
}
.figure--enlarge-trans img {
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover .figure--enlarge-trans img {
  opacity: 0.75;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.heading-1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.4;
}

.heading-2 {
  font-size: 26px;
  letter-spacing: 0.25em;
  line-height: 1.75;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  text-align: center;
  font-weight: 500;
}
.heading-2:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .heading-2:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2:not(:first-child) {
    margin-top: 60px;
  }
}
.heading-2:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .heading-2:not(:last-child) {
    margin-bottom: 50px;
  }
}
.heading-2--mb-l:not(:last-child) {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .heading-2--mb-l:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 20px;
    letter-spacing: 0.09em;
    text-align: left;
  }
}
.heading-2--togaru {
  font-size: 24px;
  letter-spacing: 0.09em;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  .heading-2--togaru {
    font-size: 20px;
    text-align: center;
  }
}
.heading-2--togaru__inner {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .heading-2--togaru__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.heading-2--togaru__inner:before {
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background-image: url("https://togaru.co.jp/assets/images/common/bg_toge.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: calc(100% + 20px);
  height: 2px;
}
.heading-2--togaru__inner.is-waypoint {
  position: relative;
}
.heading-2--togaru__inner.is-waypoint:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.heading-2--togaru-reverse {
  color: #fff;
}
.heading-2--togaru-reverse .heading-2--togaru__inner:before {
  background-image: url("https://togaru.co.jp/assets/images/common/bg_toge_reverse.png");
}

.heading-3 {
  font-size: 22px;
  letter-spacing: 0.25em;
  line-height: 1.6;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  font-weight: 500;
}
.heading-3:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 414px) {
  .heading-3:not(:first-child) {
    margin-top: 40px;
  }
}
.heading-3:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 414px) {
  .heading-3:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 18px;
  }
}

.heading-4 {
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
.heading-4:not(:first-child) {
  margin-top: 30px;
}
.heading-4:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.heading-5 {
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
.heading-5:not(:first-child) {
  margin-top: 30px;
}
.heading-5:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .heading-5 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.icon {
  position: relative;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.icon:hover {
  color: #ccc;
}
.icon:hover:after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0.5;
}
.icon--default {
  padding-right: 10px;
}
.icon--default:after {
  content: "＞";
  background-repeat: no-repeat;
  display: block;
  vertical-align: middle;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button--default .icon--default:after {
  right: 10px;
}
.icon--default:hover {
  color: #ccc;
}
.icon--default:hover:after {
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
  opacity: 0.5;
}
.icon--window:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS45NyAxMS45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxZjJiMmI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fd2luZG93PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS40NCwwSDUuMWEuNTMuNTMsMCwwLDAtLjUzLjUzVjIuMTdILjdhLjcuNywwLDAsMC0uNy43djguNGEuNy43LDAsMCwwLC43LjdIOS4xYS43LjcsMCwwLDAsLjctLjdWNy40aDEuNjRBLjUzLjUzLDAsMCwwLDEyLDYuODdWLjUzQS41My41MywwLDAsMCwxMS40NCwwWk04LjgsMTFIMVYzLjE3SDQuNTd2My43YS41My41MywwLDAsMCwuNTMuNTNIOC44Wk0xMSw2LjRINS41N1YxSDExWiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  width: 11px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: -23px;
  top: calc(50% - 6px);
}
.icon--window:hover:after {
  -webkit-animation: scale-up 0.3s ease-out 0s forwards;
  animation: scale-up 0.3s ease-out 0s forwards;
}
.icon--map {
  position: relative;
}
.icon--map:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjU3IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzFmMmIyYjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tYXA8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMuNzksMEEzLjc5LDMuNzksMCwwLDAsMCwzLjc5QzAsOC4xNywzLjc5LDEyLDMuNzksMTJTNy41Nyw4LjE3LDcuNTcsMy43OUEzLjc5LDMuNzksMCwwLDAsMy43OSwwWm0wLDUuMzlBMS4zOSwxLjM5LDAsMSwxLDUuMTgsNCwxLjM5LDEuMzksMCwwLDEsMy43OSw1LjM5WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: -19px;
  top: calc(50% - 6px);
}
.icon--map:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MS4xNSAxOC45NiI+PHRpdGxlPmljb19tYXBfcGFwZXJfMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggZD0iTTkuMTYsMCwwLDE5SDUxLjE1TDQyLDBaTTQwLjkzLDEuNjVsNy41NiwxNS42NkgyLjY1TDEwLjIxLDEuNjVaIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: -23px;
  bottom: -6px;
}
.icon--map:hover:after {
  opacity: 1;
  -webkit-animation: icon-map 1s ease-out 0s infinite;
  animation: icon-map 1s ease-out 0s infinite;
}
.icon--map:hover:before {
  opacity: 1;
  -webkit-animation: icon-map-paper 0.3s ease-out 0s forwards;
  animation: icon-map-paper 0.3s ease-out 0s forwards;
}
.icon--pdf:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA0MDAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19wZGY8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuOTMuNzUsOCwxLjgybDEuMiwxLjI2djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS45LjksMCwwLDAtLjE4LS4yMiwxLjMzLDEuMzMsMCwwLDAtLjIyLS4xNiwyLjkzLDIuOTMsMCwwLDAtMS40OC0uM0g1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjA1LDQuMDUsMCwwLDAsLjQzLTEuNzcsMSwxLDAsMCwwLDAtLjI0Ljc4Ljc4LDAsMCwwLS4xNy0uMzFoMGEuNjMuNjMsMCwwLDAtLjQ3LS4yMi41OS41OSwwLDAsMC0uNDUuMjEuODUuODUsMCwwLDAtLjE4LjU1LDQuNyw0LjcsMCwwLDAsLjA4LDFsMCwuMDdBMy42LDMuNiwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRMNCw3YTUuNCw1LjQsMCwwLDAtLjkyLjI0LDIuMzUsMi4zNSwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNy40LjYxLjYxLDAsMCwwLDAsLjQyLjU5LjU5LDAsMCwwLC4yNS4yOWwuMDksMGEuNzYuNzYsMCwwLDAsLjI5LjA2LDEsMSwwLDAsMCwuNjgtLjI4LDcuMDYsNy4wNiwwLDAsMCwxLTEuMjJsLjYzLS4wOC43My0uMDUuMTkuMTdhNy43Nyw3Ljc3LDAsMCwwLC44NC42OGgwTDcsOC4zM2EuNzIuNzIsMCwwLDAsLjMxLjA3LjYyLjYyLDAsMCwwLC4zNi0uMTFBLjU3LjU3LDAsMCwwLDcuODYsOCwuNjEuNjEsMCwwLDAsNy44LDcuNTJabS0zLTIuNzZhNC4yMSw0LjIxLDAsMCwxLDAtLjU0YzAtLjE4LjA3LS4zLjE2LS4zcy4xNS4wNi4xOC4xOWEuNTcuNTcsMCwwLDEsMCwuMTNjMCwuMDYsMCwuMTIsMCwuMThBMi43MiwyLjcyLDAsMCwxLDUsNWEzLjg3LDMuODcsMCwwLDEtLjEyLjRBMy4zOCwzLjM4LDAsMCwxLDQuNzUsNC43NlpNMi40NSw4LjM5YzAtLjA2LDAtLjE3LjE1LS4zMWEyLjM2LDIuMzYsMCwwLDEsMS0uNWwtLjI3LjM0YTMuNywzLjcsMCwwLDEtLjM3LjQuNTkuNTksMCwwLDEtLjMxLjE2SDIuNjRBLjE5LjE5LDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDZ2MGgwdjBsLjIxLS4zN3YwbDAsMCwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTUuMDgsNS4wOCwwLDAsMS0uNTctLjQ1LDEuOSwxLjksMCwwLDEsLjc1LjIxLjcxLjcxLDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMThhLjExLjExLDAsMCwxLS4xMi4wN2wtLjExLDBMNyw3Ljc5WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: -25px;
  top: calc(50% - 6px);
}
.icon--pdf:hover:after {
  opacity: 1;
  -webkit-animation: icon-pdf 1s ease-out 0s infinite;
  animation: icon-pdf 1s ease-out 0s infinite;
}
.icon--rich {
  padding: 10px;
}
.icon--rich__inner:after {
  content: "＞";
  font-size: 16px;
  margin-left: 10px;
}
.icon--rich:hover {
  color: #ccc;
}
.is-ua-safari.is-ua-mobile .icon--rich:hover {
  color: inherit;
}
.icon--rich:hover .icon--rich__inner:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0.5;
}
.is-ua-safari.is-ua-mobile .icon--rich:hover .icon--rich__inner:after {
  -webkit-transform: inherit;
  transform: inherit;
  opacity: inherit;
}
.icon--rich-back {
  padding: 10px;
}
.icon--rich-back__inner:before {
  content: "＜";
  font-size: 16px;
  margin-right: 10px;
}
.icon--rich-back__inner:after {
  content: normal;
}
.icon--rich-back:hover {
  color: #ccc;
}
.icon--rich-back:hover .icon--rich-back__inner:before {
  display: inline-block;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0.5;
}
.icon--rich-window__inner:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC43NCAyMC43NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM2MDYwNjA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fd2luZG93PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLmloflrZciPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMuODksMFYxNi44NUgyMC43NFYwWk0xOS4xMiwxNS4yM0g1LjUxVjEuNjJIMTkuMTJaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEuNjIgMTkuMTIgMS42MiAxMS45OSAxLjYyIDUuNTEgMS42MiAzLjg5IDAgMy44OSAwIDIwLjc0IDE2Ljg1IDIwLjc0IDE2Ljg1IDE5LjEyIDE1LjIzIDE5LjEyIDEuNjIgMTkuMTIiLz48L2c+PC9nPjwvc3ZnPg==");
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .icon--rich-window__inner:after {
    width: 10px;
    height: 10px;
  }
}
.icon--rich-window__inner span {
  display: inline-block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.icon--rich-window:hover .icon--rich-window__inner:after {
  -webkit-transform: translateY(3px) translateX(10px);
  transform: translateY(3px) translateX(10px);
  opacity: 0.5;
}

.lead {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.625;
}
.lead:not(:first-child) {
  margin-top: 40px;
}
.lead:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 414px) {
  .lead {
    font-size: 15px;
    line-height: 1.5;
  }
}

.link {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.link--togaru:before {
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background-image: url("https://togaru.co.jp/assets/images/common/bg_toge.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: calc(100% + 20px);
  height: 2px;
}
.link--togaru:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.list:not(:first-child) {
  margin-top: 20px;
}

.list:not(:last-child) {
  margin-bottom: 20px;
}

.list__item:not(:first-child) {
  margin-top: 15px;
}

.list__item:not(:last-child) {
  margin-bottom: 15px;
}

.list--default > .list__item {
  list-style-type: none;
  padding-left: 2em;
  position: relative;
}
.list--default > .list__item:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.list--none > .list__item:not(:first-child) {
  margin-top: 10px;
}

.list--none > .list__item:not(:last-child) {
  margin-bottom: 10px;
}

.list--float > .list__item {
  float: left;
  margin-top: 0;
}
.list--float > .list__item:not(:last-child) {
  margin-right: 20px;
}

.map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.movie {
  position: relative;
  display: block;
}
.movie:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjUgMTI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tb3ZpZV9wbGF5PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Mi41LDFBNjEuNSw2MS41LDAsMSwxLDEsNjIuNSw2MS41Nyw2MS41NywwLDAsMSw2Mi41LDFtMC0xQTYyLjUsNjIuNSwwLDEsMCwxMjUsNjIuNSw2Mi41LDYyLjUsMCwwLDAsNjIuNSwwWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI4NS41NyA2Mi41IDQ5LjQzIDQxLjY0IDQ5LjQzIDgzLjM2IDg1LjU3IDYyLjUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  width: 126px;
  height: 126px;
}
@media screen and (max-width: 414px) {
  .movie:before {
    width: 50px;
    height: 50px;
  }
}
.movie:after {
  content: "PLAY";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: calc(50% + 100px);
  font-family: "adobe-garamond-pro", sans-serif;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 0.6em;
  color: #fff;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width: 414px) {
  .movie:after {
    top: calc(50% + 40px);
    font-size: 24px;
    left: 7.5px;
  }
}
.movie:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
  transform: translate(-50%, -50%) scale(1.2, 1.2);
}
.movie:hover:after {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.paragraph {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2;
}
.paragraph:not(:first-child) {
  margin-top: 20px;
}
.paragraph:not(:last-child) {
  margin-bottom: 20px;
}
.paragraph--smaller {
  font-size: 12px;
}
.paragraph--bigger {
  font-size: 16px;
}
.paragraph--bigger-more {
  font-size: 18px;
}

.section:not(:first-child) {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .section:not(:first-child) {
    margin-top: 150px;
  }
}

.section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section:not(:last-child) {
    margin-bottom: 50px;
  }
}

.section--m-t-l:not(:first-child) {
  margin-top: 500px;
}
@media screen and (max-width: 767px) {
  .section--m-t-l:not(:first-child) {
    margin-top: 250px;
  }
}

.section--split {
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section--split {
    padding-top: 50px;
  }
}

.section--togaru-menu {
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu {
    overflow: visible;
  }
}
.section--togaru-menu .heading-2 {
  font-size: 26px;
}
.section--togaru-menu__list {
  padding: 0 0 130px;
  margin-left: -50px;
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list {
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.section--togaru-menu__list__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item a {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.section--togaru-menu__list__item:nth-child(2) {
  position: relative;
}
.section--togaru-menu__list__item:nth-child(2):after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 90px;
  right: -100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 1400px 10px 0;
  border-color: transparent #000 transparent transparent;
  -webkit-transform: rotate(-10deg) translateX(100px);
  transform: rotate(-10deg) translateX(100px);
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(2):after {
    display: none;
  }
}
.section--togaru-menu__list__item:nth-child(3) {
  position: relative;
}
.section--togaru-menu__list__item:nth-child(3):after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100%;
  bottom: 0;
  width: 0;
  height: 0;
  /*border-style: solid;
  border-width: 10px 0 10px 1400px;

  border-color: transparent transparent transparent #000;
  */
  -webkit-transform: rotate(10deg) translateX(-100px);
  transform: rotate(10deg) translateX(-100px);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(3):after {
    display: none;
  }
}

.section--togaru-menu__list__item:nth-child(5) {
  position: relative;
}
.section--togaru-menu__list__item:nth-child(5):after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 1400px;
  border-color: transparent transparent transparent #000;
  -webkit-transform: rotate(10deg) translateX(-100px);
  transform: rotate(10deg) translateX(-100px);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(5):after {
    display: none;
  }
}


.section--togaru-menu__list__item.is-waypoint:nth-child(2):after {
  -webkit-transform: rotate(-10deg) translateX(0);
  transform: rotate(-10deg) translateX(0);
}
.section--togaru-menu__list__item.is-waypoint:nth-child(3):after {
  -webkit-transform: rotate(10deg) translateX(0);
  transform: rotate(10deg) translateX(0);
}
.section--togaru-menu__list__item:nth-child(2) {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(2) {
    margin-top: 45px;
  }
}
.section--togaru-menu__list__item:nth-child(3) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(3) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 45px;
  }
}
.section--togaru-menu__list__item:nth-child(4) {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(4) {
    margin-top: 45px;
  }
}
.section--togaru-menu__list__item:nth-child(5) {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__list__item:nth-child(5) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 45px;
  }
}


.section--togaru-menu__list__item a {
  display: block;
}
.section--togaru-menu .figure__caption {
  font-size: 24px;
  line-height: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}
.section--togaru-menu .figure__caption__center {
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu .figure__caption {
    font-size: 18px;
  }
}
.section--togaru-menu__category {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section--togaru-menu__category {
    font-size: 12px;
  }
}
.section--togaru-menu__link {
  text-decoration: none;
  color: #000;
}
.section--togaru-menu__profile {
  background-color: #ccc;
  padding: 200px 0;
  text-align: center;
}
.section--togaru-menu__profile__text {
  font-size: 44px;
  letter-spacing: 0.063em;
}

.section--footer__breadcrumb-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
}
.section--footer__breadcrumb-nav:not(:first-child) {
  margin-top: 20px;
}
.section--footer__breadcrumb-nav:not(:last-child) {
  margin-bottom: 0;
}
.section--footer__breadcrumb-nav__list__item {
  display: inline;
  color: #ccc;
}
.section--footer__breadcrumb-nav__list__item:not(:first-child):before {
  content: "";
  display: inline-block;
  margin-left: 2px;
  margin-right: 12px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
}
.section--footer__breadcrumb-nav__list__item a {
  color: #000;
  text-decoration: none;
}

.section--bg-gray {
  position: relative;
  z-index: 0;
  background-color: #f7f7f8;
}

.strong {
  color: #e4b12b;
  font-weight: normal;
  font-style: normal;
}
.strong--larger {
  color: inherit;
  font-size: 16px;
}

.tab {
  position: relative;
}
.tab:not(:first-child) {
  margin-top: 20px;
}
.tab:not(:last-child) {
  margin-bottom: 40px;
}
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 414px) {
  .tab__list {
    display: block;
  }
}
.tab__list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 414px) {
  .tab__list__item {
    border-bottom: none;
  }
}
@media screen and (max-width: 414px) {
  .tab__list__item:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.tab__list__item__content {
  height: 100%;
}
.tab__list__item__content__term {
  height: 100%;
}
.tab__list__item__content__term__button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 414px) {
  .tab__list__item__content__term__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }
}
.is-active .tab__list__item__content__term__button {
  background-color: #ccc;
  color: #fff;
}
.is-active .tab__list__item__content__term__button:after {
  left: 50%;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10.5px 0 10.5px;
  border-color: #ccc transparent transparent transparent;
}
.tab__list__item__content__term__button:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 414px) {
  .tab__list__item__content__term__button:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA2LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWYyYjJiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvX2Fycm93X2Rvd248L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxLTIiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2IDYuNSAxMiAwLjUgMTEuNSAwIDYgNS41IDAuNSAwIDAgMC41IDYgNi41Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 6px;
  }
}
@media screen and (max-width: 414px) {
  .is-active .tab__list__item__content__term__button:after {
    content: normal;
  }
}
.tab__list__item__content__data {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  opacity: 0;
}
.is-initialize .tab__list__item__content__data {
  opacity: 1;
}
@media screen and (max-width: 414px) {
  .tab__list__item__content__data {
    position: static;
    padding: 20px;
  }
}
.is-active .tab__list__item__content__data {
  display: block;
}

.table {
  width: 100%;
  border-left: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}
.table:not(:first-child) {
  margin-top: 20px;
}
.table:not(:last-child) {
  margin-bottom: 40px;
}
.table--default .table__head__row__header {
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #ccc;
  background-color: #aaa;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .table--default .table__head__row__header {
    width: 100%;
    display: block;
  }
}
.table--default .table__head__row__header:last-of-type {
  border-right: 1px dotted #ccc;
}
.table--default .table__head__row__header--none {
  background-color: transparent;
}
.table--default .table__body__row__header {
  width: 200px;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #fff;
  background-color: #ccc;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table--default .table__body__row__header {
    width: 150px;
  }
}
@media screen and (max-width: 414px) {
  .table--default .table__body__row__header {
    width: 100%;
    display: block;
  }
}
.table--default .table__body__row__data {
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 414px) {
  .table--default .table__body__row__data {
    width: 100%;
    display: block;
  }
}
.table--default .table__body__row:last-of-type .table__body__row__header {
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .table--complexity {
    position: relative;
    overflow-x: scroll;
    display: block;
  }
  .table--complexity:before,
  .table--complexity:after {
    content: "";
  }
  .table--complexity:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    content: "SWIPE";
    background-color: rgba(51, 51, 51, 0.6);
    border-radius: 10px;
    color: #fff;
    font-family: "adobe-garamond-pro", sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.2em;
  }
  .table--complexity:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MS4zMiA1NC45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fc3dpcGU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUxLjEyLDQzLjU4bC01Ljg4LTcuOTFjLjMxLTEuNzcsMS4zMS04LjMtLjI1LTExLjU0LTEuNDQtMy04LjI2LTE0LjM4LTkuODktMTUuNTVhNC40OSw0LjQ5LDAsMCwwLTQuNTItLjI4LDMuMjEsMy4yMSwwLDAsMC0xLjE5LDEuMjEsMy41NywzLjU3LDAsMCwwLTIuNjUtMS4zNCwzLjU1LDMuNTUsMCwwLDAtMy42NiwyLjA4LDIuOTIsMi45MiwwLDAsMC0uMjEuNTUsNC42Nyw0LjY3LDAsMCwwLTEuNzktMSw0LjkxLDQuOTEsMCwwLDAtNS44LDIuMTVjLTEuOS0zLjE3LTQuODUtOC01LjcyLTkuMjRDOCwuNDYsNS0uOTIsMi4zOC43MS0uNTQsMi41NS0uNSw2LjA5LDEsOC42NGMuNDkuOCwzLDQuNjcsNiw5LjE1LDMuMzMsNSw3Ljg4LDExLjk0LDguMTksMTIuNTRhMi43NiwyLjc2LDAsMCwxLC4zMS45Mmgwcy0uMzkuMjUtMS44LDBjLS45MS0uMTQtMS45LS4zNi0yLjg0LS41Ny0zLS42Ni02LjA4LTEuMzQtOC4xMy4wNUE0LjE5LDQuMTksMCwwLDAsMSwzNGE1LDUsMCwwLDAsMS40OSw0YzEuNTQsMS4zOSw1Ljg1LDIuMDgsMTAuMTQsMi42NmwuMzEsMGMyLjU5LjM1LDQuNzksMi41Miw2LjEsMy44MWwuMzcuMzZhMTguNjUsMTguNjUsMCwwLDAsOS44OCw0LjQ2bDMuMzYsNS4xNmExLDEsMCwwLDAsMS4zNC4zMkw1MC44Myw0NWExLDEsMCwwLDAsLjMtMS40NlptLTE3LjI2LDktMy4xMi00Ljc5YTEsMSwwLDAsMC0uODMtLjQ1Yy0zLjU0LDAtNy43MS0yLjYxLTkuMDYtMy45MWwtLjM2LS4zNWMtMS40OS0xLjQ3LTQtMy45My03LjI0LTQuMzdsLS4zMSwwYy0yLjM1LS4zMi03Ljg2LTEuMDctOS4wNy0yLjE3QTMuMDgsMy4wOCwwLDAsMSwzLDM0LjE0YTIuMjQsMi4yNCwwLDAsMSwuODUtMS43MiwzLjUyLDMuNTIsMCwwLDEsMi0uNDcsMjMuNDMsMjMuNDMsMCwwLDEsNC41OS43MmMxLC4yMiwyLC40NCwzLC41OSwxLjIuMTksMi44OC4zMSwzLjctLjhzLjEyLTIuNTItLjEtM1MxMy43LDI0LjI2LDguNywxNi42OWMtMi44Mi00LjI4LTUuNDktOC4zMS02LTkuMDgtLjc4LTEuMjgtMS41LTMuODIuNjktNS4yQzUuMzEsMS4yMyw3LjIxLDIuODMsOCwzLjg0YzEuMjMsMS42OCw3LjIyLDExLjc3LDcuMjgsMTEuODdhMSwxLDAsMCwwLDEuOC0uODQsMy4xMiwzLjEyLDAsMCwxLDAtMS45NCwyLjg5LDIuODksMCwwLDEsMy41LTEuMjZjMS4zNS40MSwyLjI1LDIuMTksMi40OCwyLjg0QTEsMSwwLDAsMCwyNC45MSwxNGE2LjI3LDYuMjcsMCwwLDEsMC0yLjgzYy40OS0xLDEtMSwxLjg3LTFzMS45MywxLjcsMi4yMiwyLjUyYTEsMSwwLDAsMCwxLjk0LS40M2MtLjEyLTEuMTUuMTEtMS45LjY4LTIuMjNhMi41NSwyLjU1LDAsMCwxLDIuMzUuMThDMzUsMTEsNDEuMzksMjEuMjYsNDMuMTksMjVjMS4yNCwyLjU3LjQyLDguNjEsMCwxMC43M2ExLDEsMCwwLDAsLjE4Ljc5bDUuNDgsNy4zNloiLz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    width: 39px;
    height: 42px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 30px);
    -webkit-animation: table-swipe 1s ease 0s infinite;
    animation: table-swipe 1s ease 0s infinite;
  }
  .table--complexity.is-checked:before,
  .table--complexity.is-checked:after {
    content: normal;
  }
}
@media screen and (max-width: 767px) {
  .table--complexity .table__head {
    white-space: nowrap;
  }
}
.table--complexity .table__head__row__header {
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #ccc;
  background-color: #aaa;
  color: #fff;
  font-weight: 400;
}
.table--complexity .table__head__row__header:last-of-type {
  border-right: 1px dotted #ccc;
}
.table--complexity .table__head__row__header--none {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .table--complexity .table__body {
    white-space: nowrap;
  }
}
.table--complexity .table__body__row__header {
  width: 200px;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #fff;
  background-color: #ccc;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table--complexity .table__body__row__header {
    width: 150px;
  }
}
@media screen and (max-width: 414px) {
  .table--complexity .table__body__row__header {
    width: 120px;
  }
}
.table--complexity .table__body__row__data {
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.table--complexity .table__body__row:last-of-type .table__body__row__header {
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 767px) {
  .view--is-desktop {
    display: none;
  }
}

.view--is-desktop-lower {
  display: none;
}
@media screen and (max-width: 767px) {
  .view--is-desktop-lower {
    display: block;
  }
}

.view--is-laptop {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .view--is-laptop {
    display: block;
  }
}

.view--is-laptop-lower {
  display: none;
}
@media screen and (max-width: 767px) {
  .view--is-laptop-lower {
    display: block;
  }
}

.view--is-palmtop {
  display: none;
}
@media screen and (max-width: 414px) {
  .view--is-palmtop {
    display: block;
  }
}

.view--is-not-palmtop {
  display: block;
}
@media screen and (max-width: 414px) {
  .view--is-not-palmtop {
    display: none;
  }
}

.view--is-not-laptop {
  display: block;
}
@media screen and (max-width: 767px) {
  .view--is-not-laptop {
    display: none;
  }
}

.waypoint-effect--slide {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.75) translateY(100px);
  transform: scale(0.75) translateY(100px);
}
.waypoint-effect--slide:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 110%;
  top: -10px;
  left: 0;
  z-index: 33;
  -webkit-transform: skewX(30deg) translateX(-20%) scaleY(1);
  transform: skewX(30deg) translateX(-20%) scaleY(1);
  background-color: #f1f1f1;
}

@-webkit-keyframes waypoint-effect-slide {
  0% {
    -webkit-transform: skewX(30deg) translateX(-20%) scaleY(1);
    transform: skewX(30deg) translateX(-20%) scaleY(1);
  }
  100% {
    -webkit-transform: skewX(30deg) translateX(80%) scaleY(1);
    transform: skewX(30deg) translateX(80%) scaleY(1);
  }
}

@keyframes waypoint-effect-slide {
  0% {
    -webkit-transform: skewX(30deg) translateX(-20%) scaleY(1);
    transform: skewX(30deg) translateX(-20%) scaleY(1);
  }
  100% {
    -webkit-transform: skewX(30deg) translateX(80%) scaleY(1);
    transform: skewX(30deg) translateX(80%) scaleY(1);
  }
}
.waypoint-effect--slide.is-waypoint {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.waypoint-effect--slide.is-waypoint:before {
  -webkit-animation: waypoint-effect-slide 1s ease-in-out 0.3s forwards;
  animation: waypoint-effect-slide 1s ease-in-out 0.3s forwards;
}

.waypoint-effect--show {
  opacity: 0;
}

@-webkit-keyframes waypoint-effect-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waypoint-effect-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.waypoint-effect--show.is-waypoint {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 0s forwards;
  animation: waypoint-effect-show 1s ease-in-out 0s forwards;
}

.waypoint-effect--show-delay {
  opacity: 0;
}

@keyframes waypoint-effect-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.waypoint-effect--show-delay.is-waypoint {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 0.5s forwards;
  animation: waypoint-effect-show 1s ease-in-out 0.5s forwards;
}

.waypoint-effect--show-order > * {
  opacity: 0;
}

.waypoint-effect--show-order.is-waypoint > *:nth-child(1) {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 0.4s forwards;
  animation: waypoint-effect-show 1s ease-in-out 0.4s forwards;
}

.waypoint-effect--show-order.is-waypoint > *:nth-child(2) {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 0.8s forwards;
  animation: waypoint-effect-show 1s ease-in-out 0.8s forwards;
}

.waypoint-effect--show-order.is-waypoint > *:nth-child(3) {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 1.2s forwards;
  animation: waypoint-effect-show 1s ease-in-out 1.2s forwards;
}

.waypoint-effect--show-order.is-waypoint > *:nth-child(4) {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 1.6s forwards;
  animation: waypoint-effect-show 1s ease-in-out 1.6s forwards;
}

.waypoint-effect--show-order.is-waypoint > *:nth-child(5) {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 2s forwards;
  animation: waypoint-effect-show 1s ease-in-out 2s forwards;
}

.waypoint-effect--show-order.is-waypoint > *:nth-child(6) {
  -webkit-animation: waypoint-effect-show 1s ease-in-out 2.4s forwards;
  animation: waypoint-effect-show 1s ease-in-out 2.4s forwards;
}

.waypoint-effect--to-right {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.waypoint-effect--to-right.is-waypoint {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.waypoint-effect--to-right.is-waypoint .waypoint-effect--to-right__inner {
  opacity: 1;
}
.waypoint-effect--to-right__inner {
  opacity: 0;
}

.waypoint-effect--to-left {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.waypoint-effect--to-left.is-waypoint {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.waypoint-effect--to-left.is-waypoint .waypoint-effect--to-left__inner {
  opacity: 1;
}
.waypoint-effect--to-left__inner {
  opacity: 0;
}

.waypoint-effect--parallax {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.waypoint-effect--parallax.is-waypoint-parallax {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .waypoint-effect--parallax.is-waypoint-parallax {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.waypoint-effect--parallax-reverse {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.waypoint-effect--parallax-reverse.is-waypoint-parallax {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .waypoint-effect--parallax-reverse.is-waypoint-parallax {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

.waypoint-effect--parallax-excess {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.waypoint-effect--parallax-excess.is-waypoint-parallax {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.waypoint-effect--parallax-excess-reverse {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.waypoint-effect--parallax-excess-reverse.is-waypoint-parallax {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.waypoint-effect--parallax-extremely {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.waypoint-effect--parallax-extremely.is-waypoint-parallax {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}

.waypoint-effect--show-to-left {
  opacity: 0;
}

@-webkit-keyframes waypoint-effect-show-to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes waypoint-effect-show-to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.waypoint-effect--show-to-left.is-waypoint {
  -webkit-animation: waypoint-effect-show-to-left 2s ease-in-out 0s forwards;
  animation: waypoint-effect-show-to-left 2s ease-in-out 0s forwards;
}

.site-content {
  padding: 0 0 400px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .site-content {
    padding-bottom: 150px;
  }
}

.site-footer {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding-top: 70px;
    border-top: 1px solid #999;
    padding-bottom: 10px;
  }
}
.is-ua-ie .home .site-footer {
  margin-bottom: 115px;
}
.site-footer__nav {
  padding-bottom: 80px;
  font-family: "adobe-garamond-pro", "TsukuMinPr6-R", sans-serif;
}
.site-footer__nav__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__columns {
    display: block;
  }
}
.site-footer__nav__columns__column:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__columns__column:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.site-footer__nav__columns__column:nth-child(3) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__columns__column:nth-child(3) {
    margin-left: 0;
  }
}
.philosophy .site-footer__nav__columns__column[data-category="philosophy"] a {
  color: #aaa;
}
.works .site-footer__nav__columns__column[data-category="works"] a {
  color: #aaa;
}
.about .site-footer__nav__columns__column[data-category="about"] a {
  color: #aaa;
}
.recruit .site-footer__nav__columns__column[data-category="recruit"] a {
  color: #aaa;
}
.contact .site-footer__nav__columns__column[data-category="contact"] a {
  color: #aaa;
}
.site-footer__nav__heading {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__heading {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .-palmtop .site-footer__nav__heading--button,
  .-laptop .site-footer__nav__heading--button {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .-palmtop .site-footer__nav__heading--button:before,
  .-laptop .site-footer__nav__heading--button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 10px;
    right: 0;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .-palmtop .site-footer__nav__heading--button:after,
  .-laptop .site-footer__nav__heading--button:after {
    opacity: 1;
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 10px;
    right: 0;
    background-color: #000;
  }
}
.site-footer__nav__heading--button.is-active:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.site-footer__nav__heading--button.is-active:after {
  opacity: 0;
}
.site-footer__nav .link {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav .link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer__nav .link--togaru:before {
    opacity: 0;
  }
}
.site-footer__nav .link--togaru-no-anchor:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer__nav .link--togaru-no-anchor:before {
    display: block;
  }
}
.site-footer__nav__list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__list {
    margin-top: 15px;
    display: none;
  }
}
.site-footer__nav__list__item {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__list__item {
    padding-left: 10px;
  }
}
.site-footer__nav__list__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .site-footer__nav__list__item:not(:first-child) {
    margin-top: 10px;
  }
}
.site-footer__nav__list__item a:before {
  left: -15px;
}
.branding-products .site-footer__nav__list__item[data-category="branding-products"] a {
  color: #aaa;
}
.creative .site-footer__nav__list__item[data-category="creative"] a {
  color: #aaa;
}
.localbrand .site-footer__nav__list__item[data-category="localbrand"] a {
  color: #aaa;
}
.consulting .site-footer__nav__list__item[data-category="consulting"] a {
  color: #aaa;
}
.analytics .site-footer__nav__list__item[data-category="analytics"] a {
  color: #aaa;
}
.site-footer__info:before {
  content: "";
  width: 1315px;
  margin: 0 auto 40px;
  height: 5px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzE2IDUuMDEiPjxwb2x5Z29uIHBvaW50cz0iMCAyLjUgMTMxNiA1LjAxIDEzMTYgMCAwIDIuNSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .site-footer__info:before {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    margin-bottom: 30px;
  }
}
.site-footer__info__above {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer__info__above__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-footer__info__above__left .logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .site-footer__info__above__left .logo {
    width: 110px;
  }
}
.is-ua-ie .site-footer__info__above__left .logo {
  height: 25px;
}
.site-footer__info__above__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-footer__info__above__right {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.site-footer__info__above__right .social__list {
  float: left;
}
.site-footer__info__above__right .social__list:not(:first-child) {
  margin-left: 20px;
}
.site-footer__info__above__right .social__list svg {
  width: 38px;
  height: 38px;
}
.site-footer__info > .container {
  position: relative;
}
.site-footer__info__gotop {
  position: absolute;
  right: 0;
  top: -115px;
  padding: 0;
  outline: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 50px 12px;
  border-color: transparent transparent #000 transparent;
}
@media screen and (max-width: 767px) {
  .site-footer__info__gotop {
    right: 25px;
  }
}
.site-footer__info__gotop:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.site-footer__info .copyright {
  margin-top: 25px;
  font-size: 9px;
}

.site-header {
  padding: 90px 0 70px;
  width: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .site-header {
    padding: 0;
    z-index: 10;
  }
}
.is-scroll-a-little .site-header {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .is-scroll-a-little .site-header {
    pointer-events: auto;
  }
}
.site-header .logo {
  width: 91px;
  height: 24px;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .site-header .logo {
    width: 72px;
    top: 10px;
    left: 15px;
  }
}
.is-scroll-a-little .site-header .logo {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .is-scroll-a-little .site-header .logo {
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header .back-to-top {
  width: 10px;
  height: 60px;
  position: fixed;
  top: calc(50% - 30px);
  left: 30px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .site-header .back-to-top {
    display: none;
  }
}
.site-header .back-to-top.is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.home .site-header .back-to-top {
  display: none;
}
.is-cookie-repeater .home .site-header .back-to-top {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-cookie-repeater .home .site-header .back-to-top {
    display: none;
  }
}
.site-header .hamburger {
  width: 25px;
  height: 20px;
  position: fixed;
  top: 100px;
  right: 28px;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .site-header .hamburger {
    opacity: 0;
  }
}
.is-menu-open .site-header .hamburger {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  pointer-events: none;
}
.site-header .hamburger--static.is-scrolled {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  pointer-events: none;
}
.site-header .hamburger--follow {
  top: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .site-header .hamburger--follow {
    top: 20px;
    right: 25px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .is-menu-open .site-header .hamburger--follow {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }
}
.site-header .hamburger--follow.is-scrolled {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}
.home .site-header .hamburger {
  display: none;
}
.is-cookie-repeater .home .site-header .hamburger {
  display: block;
}
.site-header .hamburger__item {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .site-header .hamburger__item {
    width: 28px;
  }
}
.site-header .hamburger__item img,
.site-header .hamburger__item svg {
  width: 25px;
  height: 2px;
  display: block;
}
@media screen and (max-width: 767px) {
  .site-header .hamburger__item img,
  .site-header .hamburger__item svg {
    width: 28px;
  }
}
.site-header .hamburger__item--top {
  top: 0;
}
@media screen and (max-width: 767px) {
  .is-menu-open .site-header .hamburger__item--top {
    -webkit-transform: rotate(-45deg) translateY(10px);
    transform: rotate(-45deg) translateY(10px);
  }
}
.site-header .hamburger__item--middle {
  top: 7px;
}
@media screen and (max-width: 767px) {
  .is-menu-open .site-header .hamburger__item--middle {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.site-header .hamburger__item--bottom {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .is-menu-open .site-header .hamburger__item--bottom {
    -webkit-transform: rotate(45deg) translateY(-10px);
    transform: rotate(45deg) translateY(-10px);
  }
}

.global-menu {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 25%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: perspective(1500px) rotateY(-90deg);
  transform: perspective(1500px) rotateY(-90deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .global-menu {
    width: 270px;
  }
}
.is-menu-open .global-menu {
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.global-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .global-menu__inner {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .global-menu__inner__list {
    width: 220px;
  }
}
.global-menu__inner__list__item {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.is-menu-open .global-menu__inner__list__item {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.global-menu__inner__list__item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.global-menu__inner__list__item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.global-menu__inner__list__item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.global-menu__inner__list__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.global-menu__inner__list__item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.global-menu__inner__list__item:nth-child(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.global-menu__inner__list__item:not(:first-child) {
  margin-top: 30px;
}
.global-menu__inner__list__item .link {
  font-size: 14px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .global-menu__inner__list__item .link {
    font-size: 13px;
  }
}
.global-menu__inner__list__item .link--togaru:before {
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .global-menu__inner__list__item .link--togaru:before {
    opacity: 0;
  }
}
.global-menu__inner__list__item .link--togaru-no-anchor:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .global-menu__inner__list__item .link--togaru-no-anchor:before {
    display: block;
  }
}
.philosophy .global-menu__inner__list__item[data-category="philosophy"] a {
  color: #aaa;
}
.works .global-menu__inner__list__item[data-category="works"] a {
  color: #aaa;
}
.about .global-menu__inner__list__item[data-category="about"] a {
  color: #aaa;
}
.recruit .global-menu__inner__list__item[data-category="recruit"] a {
  color: #aaa;
}
.contact .global-menu__inner__list__item[data-category="contact"] a {
  color: #aaa;
}
@media screen and (max-width: 767px) {
  .-palmtop .global-menu__inner__list__item__heading--button,
  .-laptop .global-menu__inner__list__item__heading--button {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .-palmtop .global-menu__inner__list__item__heading--button:before,
  .-laptop .global-menu__inner__list__item__heading--button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 10px;
    right: 0;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .-palmtop .global-menu__inner__list__item__heading--button:after,
  .-laptop .global-menu__inner__list__item__heading--button:after {
    opacity: 1;
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 10px;
    right: 0;
    background-color: #000;
  }
}
.global-menu__inner__list__item__heading--button.is-active:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.global-menu__inner__list__item__heading--button.is-active:after {
  opacity: 0;
}
.global-menu__inner__list__item__list {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .global-menu__inner__list__item__list {
    display: none;
  }
}
.global-menu__inner__list__item__list__item {
  margin-top: 10px;
}
.branding-products .global-menu__inner__list__item__list__item[data-category="branding-products"] a {
  color: #aaa;
}
.creative .global-menu__inner__list__item__list__item[data-category="creative"] a {
  color: #aaa;
}
.localbrand .global-menu__inner__list__item__list__item[data-category="localbrand"] a {
  color: #aaa;
}
.consulting .global-menu__inner__list__item__list__item[data-category="consulting"] a {
  color: #aaa;
}
.analytics .global-menu__inner__list__item__list__item[data-category="analytics"] a {
  color: #aaa;
}
.global-menu__inner__list__item__list__item a {
  font-size: 12px;
}

.global-menu-overlay {
  width: 75%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .global-menu-overlay {
    width: calc(100% - 250px);
    top: 125px;
  }
}
.global-menu-overlay.is-menu-open {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.hamburger-title {
  position: fixed;
  top: 100px;
  right: 63px;
  margin-top: -0.35em;
  overflow: hidden;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hamburger-title {
    display: none;
  }
}
.hamburger-title__paragraph a {
  text-decoration: none;
  color: inherit;
}
.hamburger-title.is-display {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hamburger-title.is-scrolled {
  pointer-events: none;
}
.hamburger-title.is-scrolled .hamburger-title__paragraph {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
/*
[data-category="consulting"] {
  pointer-events: none !important;
  opacity: 0.4;
}
*/
