@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
/** GENERAL
==============================================*/
/*
  INIT
---------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.1rem;
  background-color: #f8f7f7;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #070b11;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

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

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

img {
  pointer-events: none;
}

/** FONTS
==============================================*/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?12369145');
  src: url('../font/fontello.eot?12369145#iefix') format('embedded-opentype'), url('../font/fontello.woff2?12369145') format('woff2'), url('../font/fontello.woff?12369145') format('woff'), url('../font/fontello.ttf?12369145') format('truetype'), url('../font/fontello.svg?12369145#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?12369145#fontello') format('svg');
  }
}
*/
[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: '\e800';
}

/* '' */
.icon-minus:before {
  content: '\e801';
}

/* '' */
.icon-left-open-big:before {
  content: '\e802';
}

/* '' */
.icon-right-open-big:before {
  content: '\e803';
}

/* '' */
.icon-down-open-big:before {
  content: '\e804';
}

/* '' */
.icon-up-open-big:before {
  content: '\e805';
}

/* '' */
.icon-calendar:before {
  content: '\e806';
}

/* '' */
.icon-clock:before {
  content: '\e807';
}

/* '' */
.icon-star:before {
  content: '\e808';
}

/* '' */
.icon-location-1:before {
  content: '\e809';
}

/* '' */
.icon-right-dir:before {
  content: '\e80a';
}

/* '' */
.icon-left-dir:before {
  content: '\e80b';
}

/* '' */
.icon-right-dir-1:before {
  content: '\e80c';
}

/* '' */
.icon-left-dir-1:before {
  content: '\e80d';
}

/* '' */
.icon-phone:before {
  content: '\e80e';
}

/* '' */
.icon-down-dir:before {
  content: '\e80f';
}

/* '' */
.icon-heart:before {
  content: '\e810';
}

/* '' */
.icon-heart-1:before {
  content: '\e811';
}

/* '' */
.icon-down-dir-1:before {
  content: '\e812';
}

/* '' */
.icon-up-dir:before {
  content: '\e813';
}

/* '' */
.icon-check:before {
  content: '\e814';
}

/* '' */
.icon-flag:before {
  content: '\e815';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-circle:before {
  content: '\f111';
}

/* '' */
.icon-left:before {
  content: '\f177';
}

/* '' */
.icon-right:before {
  content: '\f178';
}

/* '' */
.icon-calendar-check-o:before {
  content: '\f274';
}

/* '' */
/** JS LIBS
==============================================*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex='0'] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #004fa0;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 50px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.8;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #d0c0a5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/** COMMON
==============================================*/
@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
}

.inline-block {
  font-size: 0;
}
.inline-block li {
  display: inline-block;
}

a {
  color: #070b11;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #070b11;
  text-decoration: none;
}
a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (max-width: 767px) {
  a .alpha {
    transition-duration: 0s;
  }
}
a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 767px) {
  .figure img,
  .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}
img.full {
  max-width: none;
}
img.cover {
  object-fit: cover;
}

.show-small {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.row {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
@media only screen and (max-width: 767px) {
  .row {
    padding: 0 20px;
  }
}
.row .row {
  padding: 0;
}
.row.nopad {
  padding: 0;
}

.w600 {
  max-width: 640px;
}

.w700 {
  max-width: 740px;
}

.w800 {
  max-width: 840px;
}

.w900 {
  max-width: 940px;
}

.w980 {
  max-width: 1020px;
}

.w1130 {
  max-width: 1170px;
}

.w1100 {
  max-width: 1140px;
}

.w1200 {
  max-width: 1240px;
}

.w1324 {
  max-width: 1364px;
}

.w1400 {
  max-width: 1440px;
}

.w1090 {
  max-width: 1130px;
}

@media only screen and (min-width: 768px) {
  .grid-margin-x-10 {
    margin: 0 -5px;
  }
  .grid-margin-x-10 .cell {
    padding: 0 5px;
  }

  .grid-margin-x-15 {
    margin: 0 -7.5px;
  }
  .grid-margin-x-15 .cell {
    padding: 0 7.5px;
  }

  .grid-margin-x-20 {
    margin: 0 -10px;
  }
  .grid-margin-x-20 .cell {
    padding: 0 10px;
  }

  .grid-margin-x-30 {
    margin: 0 -15px;
  }
  .grid-margin-x-30 .cell {
    padding: 0 15px;
  }

  .grid-margin-x-40 {
    margin: 0 -20px;
  }
  .grid-margin-x-40 .cell {
    padding: 0 20px;
  }

  .grid-margin-x-60 {
    margin: 0 -30px;
  }
  .grid-margin-x-60 .cell {
    padding: 0 30px;
  }
}
.inview.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview.slideIn.bottom {
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
}
.inview.slideIn.slow {
  transition: all 4000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.inview.fadeIn {
  opacity: 0;
  transition: opacity 1800ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.inview.fadeIn.animate {
  opacity: 1;
}
.inview.slowZoom {
  opacity: 0;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  transition: all 800ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.inview.slowZoom.animate {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}
.masker .typo {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.masker.animate .typo {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.breadcrumbs {
  background-color: #f8f7f7;
  color: #000;
  position: relative;
  border: 1px solid #e6e6e6;
}
.breadcrumbs .bc-list {
  margin-bottom: 0;
  padding: 2em 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .bc-list {
    padding: 10px 15px;
  }
}
.breadcrumbs li {
  line-height: 1;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  content: 'ー';
  margin: 0 1em;
  position: relative;
}
.breadcrumbs li.disabled {
  color: #aaa;
}
.pager,
.navigation.pagination {
  padding: 30px 0 40px;
  font-size: 1.2rem;
  text-align: center;
}
.pager a,
.navigation.pagination a {
  opacity: 1;
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (max-width: 767px) {
  .pager a,
  .navigation.pagination a {
    transition-duration: 0s;
  }
}
.pager a:hover,
.navigation.pagination a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .pager a:hover,
  .navigation.pagination a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .pager,
  .navigation.pagination {
    padding-bottom: 30px;
  }
}
.pager .nav-links,
.navigation.pagination .nav-links {
  position: relative;
  text-align: center;
}
.pager .nav-links > *,
.navigation.pagination .nav-links > * {
  color: #111;
  display: block;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 0.75em;
}
.pager .nav-links span.current,
.navigation.pagination .nav-links span.current {
  background-color: #000 !important;
  color: #fff;
}
.pager .nav-links .next,
.pager .nav-links .prev,
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
  position: relative;
  top: 0;
  padding: 0 30px;
  color: #bfbfc2;
}
@media only screen and (max-width: 767px) {
  .pager .nav-links .next,
  .pager .nav-links .prev,
  .navigation.pagination .nav-links .next,
  .navigation.pagination .nav-links .prev {
    top: 2px;
  }
}
.pager .nav-links .next::before,
.pager .nav-links .next::after,
.pager .nav-links .prev::before,
.pager .nav-links .prev::after,
.navigation.pagination .nav-links .next::before,
.navigation.pagination .nav-links .next::after,
.navigation.pagination .nav-links .prev::before,
.navigation.pagination .nav-links .prev::after {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: fontello;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pager .nav-links a.next,
.navigation.pagination .nav-links a.next {
  right: 0;
  padding-right: 8px;
}
.pager .nav-links a.next:after,
.navigation.pagination .nav-links a.next:after {
  content: '\e803';
}
.pager .nav-links a.prev,
.navigation.pagination .nav-links a.prev {
  left: 0;
  padding-left: 8px;
}
.pager .nav-links a.prev:before,
.navigation.pagination .nav-links a.prev:before {
  content: '\e802';
}
.pager .nav-links .page-numbers:not(.prev):not(.next),
.navigation.pagination .nav-links .page-numbers:not(.prev):not(.next) {
  background-color: #fff;
  border-radius: 50px;
  line-height: 32px;
  width: 32px;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  background-image: url(../img/common/pagetop.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pagetop a {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .pagetop a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  top: auto;
}

body.size-s {
  font-size: 1.2rem;
}
body.size-m {
  font-size: 1.4rem;
}
body.size-l {
  font-size: 1.8rem;
}
body.color-y .cover-filter {
  background: rgba(204, 204, 0, 0.5);
}
body.color-c .cover-filter {
  background: rgba(0, 255, 255, 0.5);
}
body.color-bk .cover-filter {
  background: rgba(0, 0, 0, 0.5);
}
body.bg-bk {
  background-color: #313131;
}
body.bg-bk .footer {
  background-color: #59493f;
  color: #fff;
}
body.bg-bk .footer .fnav a {
  color: #fff;
}
body.bg-bk .footer .footer__bnr {
  background-color: #000;
}
body.bg-bk .site-main {
  color: #fff;
}
body.bg-bk .site-main a {
  color: #fff;
}
body.bg-bk .section-area-index .headline a {
  background-color: #000;
  color: #fff;
}
body.bg-bk .section-area-index .area {
  background-color: #313131;
}
body.bg-bk .section-area-index .area.comingsoon {
  background-color: #535353;
}
body.bg-bk.page--festival .wrap {
  background: #0f3857;
  background: linear-gradient(0deg, #0f3857 0%, #001325 100%);
}
body.bg-bk.page--festival.top .bgmap-img {
  background-image: url(../img/festival/hero-map-bk.png);
}
body.bg-bk.page--festival .section-hero .headline .brand-logo {
  background-image: url(../img/common/brand-logo-wh.png);
}
body.bg-bk.page--festival .section-hero .headline .brand-logo img {
  opacity: 0;
}
body.bg-bk.page--festival.index .bgmap.tottori .bgmap-img {
  background-image: url(../img/festival/hero-map-inv.png);
}
body.bg-bk.page--festival.index.nagasaki .bgmap .bgmap-img {
  background-image: url(../img/festival/nagasaki/map-inv.png);
}
body.bg-bk.page--festival.index.hokkaido .bgmap .bgmap-img {
  background-image: url(../img/festival/hokkaido/map-inv.png);
}
body.bg-bk.page--festival.index.iwate .bgmap .bgmap-img {
  background-image: url(../img/festival/iwate/map-inv.png);
}
body.bg-bk.page--festival.index.saitama .bgmap .bgmap-img {
  background-image: url(../img/festival/saitama/map-inv.png);
}
body.bg-bk.page--festival.index.shiga .bgmap .bgmap-img {
  background-image: url(../img/festival/shiga/map-inv.png);
}
body.bg-bk.page--festival.index.niigata .bgmap .bgmap-img {
  background-image: url(../img/festival/niigata/map-inv.png);
}
body.bg-bk.page--museum.index.isInit .maintitle .headline,
body.bg-bk.page--museum.index .section-works-index .alm-filter .alm-filter--select select,
body.bg-bk.page--museum.index .section-works-index .alm-filter,
body.bg-bk.page--museum.index .section-works-index .entry .over {
  color: #fff;
}
body.bg-bk .site-header .current {
  color: #fff;
}
body.bg-bk.page--museum.index .section-works-index .alm-filter,
body.bg-bk.page--museum.index .section-works-index .alm-filter .alm-filter--select select {
  background-color: #000 !important;
}
body.bg-bk.page--festival.top .overlay {
  background: #0f3857;
  background: linear-gradient(0deg, #0f3857 0%, #001325 100%);
}
body.bg-bk .footer .fnav__sns-fb img {
  opacity: 0;
}
body.bg-bk .footer .fnav__sns-fb a {
  background-image: url(../img/common/footer-icon-fb-wh.png);
}
body.bg-bk .footer .fnav__sns-insta img {
  opacity: 0;
}
body.bg-bk .footer .fnav__sns-insta a {
  background-image: url(../img/common/footer-icon-insta-wh.png);
}
body.bg-bk .footer .bnr-bunkacho img {
  opacity: 0;
}
body.bg-bk .footer .bnr-bunkacho a {
  background-image: url(../img/common/btn-01-wh.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  body.bg-bk .footer .bnr-bunkacho a {
    background-size: cover;
  }
}
body.bg-bl {
  background-color: #04004c;
}
body.bg-bl .footer {
  background-color: #59493f;
  color: #fff100;
}
body.bg-bl .footer .fnav a {
  color: #fff100;
}
body.bg-bl .footer .footer__bnr {
  background-color: #04004c;
}
body.bg-bl .site-main {
  color: #fff100;
}
body.bg-bl .site-main a {
  color: #fff100;
}
body.bg-bl .section-area-index .headline a {
  background-color: #04004c;
  color: #fff100;
}
body.bg-bl .section-area-index .area {
  background-color: #313131;
}
body.bg-bl .section-area-index .area.comingsoon {
  background-color: #535353;
}
body.bg-bl.page--festival .wrap {
  background: #0f3857;
  background: linear-gradient(0deg, #0f3857 0%, #001325 100%);
}
body.bg-bl.page--festival.top .bgmap-img {
  background-image: url(../img/festival/hero-map-bk.png);
}
body.bg-bl.page--festival .section-hero .headline .brand-logo {
  background-image: url(../img/common/brand-logo-yl.png);
}
body.bg-bl.page--festival .section-hero .headline .brand-logo img {
  opacity: 0;
}
body.bg-bl.page--festival.index .bgmap.tottori .bgmap-img {
  background-image: url(../img/festival/hero-map-inv.png);
}
body.bg-bl.page--festival.index.nagasaki .bgmap .bgmap-img {
  background-image: url(../img/festival/nagasaki/map-inv.png);
}
body.bg-bl.page--festival.index.hokkaido .bgmap .bgmap-img {
  background-image: url(../img/festival/hokkaido/map-inv.png);
}
body.bg-bl.page--festival.index.iwate .bgmap .bgmap-img {
  background-image: url(../img/festival/iwate/map-inv.png);
}
body.bg-bl.page--festival.index.saitama .bgmap .bgmap-img {
  background-image: url(../img/festival/saitama/map-inv.png);
}
body.bg-bl.page--festival.index.shiga .bgmap .bgmap-img {
  background-image: url(../img/festival/shiga/map-inv.png);
}
body.bg-bl.page--festival.index.niigata .bgmap .bgmap-img {
  background-image: url(../img/festival/niigata/map-inv.png);
}
body.bg-bl.page--festival .section-article .entry,
body.bg-bl.page--festival .section-article .entry a {
  color: #fff100;
}
body.bg-bl.page--museum.index.isInit .maintitle .headline,
body.bg-bl.page--museum.index .section-works-index .alm-filter .alm-filter--select select,
body.bg-bl.page--museum.index .section-works-index .alm-filter,
body.bg-bl.page--museum.index .section-works-index .entry .over {
  color: #fff100;
}
body.bg-bl .site-header .current {
  color: #fff100;
}
body.bg-bl.page--festival.top .overlay {
  background: #0f3857;
  background: linear-gradient(0deg, #0f3857 0%, #001325 100%);
}
body.bg-bl .footer .fnav__sns-fb img {
  opacity: 0;
}
body.bg-bl .footer .fnav__sns-fb a {
  background-image: url(../img/common/footer-icon-fb-yl.png);
}
body.bg-bl .footer .fnav__sns-insta img {
  opacity: 0;
}
body.bg-bl .footer .fnav__sns-insta a {
  background-image: url(../img/common/footer-icon-insta-yl.png);
}
body.bg-bl .footer .bnr-bunkacho img {
  opacity: 0;
}
body.bg-bl .footer .bnr-bunkacho a {
  background-image: url(../img/common/btn-01-wh.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  body.bg-bl .footer .bnr-bunkacho a {
    background-size: cover;
  }
}

.cover-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.speech.hover {
  text-decoration: underline !important;
}

/** SITE HEADER
==============================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  .site-header {
    min-width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header.fixed {
    padding: 20px 20px 0 20px;
  }
  .site-header.fixed .globalnav {
    padding: 15px 35px;
  }
  .site-header.fixed .globalnav .brand-logo img {
    height: 45px;
  }
  .site-header.fixed .globalnav .gnav {
    margin-top: 5px;
  }
  .site-header.fixed .globalnav .gn-list .subnav {
    padding-top: 15px;
  }
  .site-header.fixed .globalnav .gn-list > li > a:before {
    opacity: 0 !important;
  }
}
.site-header .current {
  position: fixed;
  top: 100px;
  left: 70px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .site-header .current {
    display: none;
  }
}
.site-header .current .area__label {
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin-right: 0.25em;
}
.site-header .current .area__name {
  letter-spacing: 5px;
  font-size: 2.4rem;
  font-weight: 500;
}
.site-header .current .area__name.co {
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
}
.site-header .current .area__name span {
  font-weight: 700;
  font-size: 1.8rem;
}
.page--stage .site-header .current {
  color: #fff;
}

.masthead {
  display: flex;
  padding: 0 80px 0 20px;
  position: absolute;
  right: 0;
  justify-content: space-between;
  font-size: 1.4rem;
  /*** Android ***/
}
@media only screen and (max-width: 767px) {
  .masthead {
    position: relative;
    padding: 0;
    height: 100%;
    height: 40px;
  }
}
.masthead .brand-logo {
  font-size: 1rem;
  background-color: #313131;
  color: #fff;
  width: calc(100% - 140px);
  margin-left: 40px;
}
@media only screen and (min-width: 768px) {
  .masthead .brand-logo {
    padding: 11px 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .masthead .brand-logo {
    display: flex;
    align-items: center;
    padding-left: 8px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .masthead .brand-logo {
    display: none !important;
  }
}
.masthead .usr-ctrl {
  display: flex;
}
.masthead .ctrl-head {
  border-radius: 0 0 6px 6px;
}
@media only screen and (min-width: 768px) {
  .masthead .ctrl-head {
    height: 60px;
    padding-top: 18px;
    cursor: pointer;
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .masthead .ctrl-head:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .masthead .ctrl-head {
    font-size: 1rem;
    height: 40px;
    width: 100px;
    text-align: center;
    padding-top: 11px;
  }
}
.masthead .ctrl-expand {
  display: none;
}
@media only screen and (max-width: 767px) {
  .masthead .ctrl-expand {
    background-color: #e5e5e5;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
  }
}
.masthead .a11y-ctrl {
  background-color: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .masthead .a11y-ctrl {
    overflow: hidden;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .masthead .a11y-ctrl {
    background-color: #fff;
  }
}
.masthead .a11y-ctrl .ctrl-head {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .masthead .a11y-ctrl .ctrl-head {
    padding-left: 35px;
    width: 240px;
    background-image: url(../img/common/ico-a11y.svg);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 85% 50%;
    background-color: #fff;
  }
}
.masthead .a11y-ctrl .ctrl-content {
  padding: 20px;
  text-align: center;
}
.masthead .a11y-ctrl .block {
  padding: 1em 0 2em;
}
.masthead .a11y-ctrl .block__title {
  padding-bottom: 0.5em;
}
.masthead .a11y-ctrl dt {
  font-weight: bold;
}
.masthead .a11y-ctrl dd {
  margin-top: 0.5em;
}
.masthead .a11y-ctrl ul {
  display: flex;
  justify-content: center;
}
.masthead .a11y-ctrl li {
  text-align: center;
  margin: 0 5px;
}
.masthead .a11y-ctrl button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: none;
  border: solid 4px #b5b5b5;
  border-color: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .masthead .a11y-ctrl button {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .masthead .a11y-ctrl button:hover {
    opacity: 0.8;
  }
}
.masthead .a11y-ctrl button.active {
  border: 4px solid #000;
}
.masthead .a11y-ctrl .label {
  display: block;
  font-weight: bold;
  padding-top: 0.5em;
}
.masthead .a11y-ctrl .block:not(:first-child) {
  border-top: 1px solid #fff;
}
.masthead .a11y-ctrl .block.howto {
  padding: 0 0 0.5em;
}
.masthead .a11y-ctrl .block.sound {
  border: none;
}
.masthead .a11y-ctrl .block.sound .block__title {
  padding-bottom: 1em;
}
.masthead .a11y-ctrl .block.size button {
  background-color: #fff;
}
.masthead .a11y-ctrl .block.color {
  padding-bottom: 0.5em;
}
.masthead .a11y-ctrl .block .bg-wh button {
  background-color: #fff;
}
.masthead .a11y-ctrl .block .bg-bl button {
  background-color: #020098;
}
.masthead .a11y-ctrl .block .bg-bk button {
  background-color: #231814;
}
.masthead .a11y-ctrl .block .color-non button {
  background-color: #fff;
}
.masthead .a11y-ctrl .block .color-y button {
  background-color: #ffff98;
}
.masthead .a11y-ctrl .block .color-c button {
  background-color: #9afeff;
}
.masthead .a11y-ctrl .block .color-bk button {
  background-color: #828182;
}
.masthead .a11y-ctrl .block .howto__btn {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.3;
  padding: 10px;
  font-weight: bold;
}
.masthead .a11y-ctrl .block .howto__btn span {
  font-size: 1.2rem;
}
.masthead .a11y-ctrl .close {
  background-color: #313131;
  text-align: center;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .masthead .a11y-ctrl .close {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .masthead .a11y-ctrl .close {
    cursor: pointer;
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .masthead .a11y-ctrl .close:hover {
    opacity: 0.8;
  }
}
.masthead .a11y-ctrl .close span {
  color: #fff;
  font-weight: 600;
}
.masthead .lang-ctrl {
  text-align: center;
  width: 60px;
  font-weight: 600;
  margin-left: 10px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .masthead .lang-ctrl {
    display: none;
  }
}
.masthead .lang-ctrl button {
  border-radius: 0 0 5px 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #313131;
  height: 60px;
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .masthead .lang-ctrl button {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .masthead .lang-ctrl button:hover {
    opacity: 0.8;
  }
}
.masthead .is-lang-jp .lang-jp {
  display: none;
}
.masthead .is-lang-en .lang-en {
  display: none;
}
.masthead .switch-wrap {
  width: 150px;
  margin: 0 auto;
  background-image: url(../img/common/ico-sound.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
}
.masthead .switch {
  position: relative;
  width: 80px;
  margin: 0 0 0 auto;
}
.masthead .switch .label {
  position: absolute;
  bottom: -20px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
.masthead .switch .label.off {
  left: 0;
  margin-left: -0.5em;
}
.masthead .switch .label.on {
  margin-right: -0.5em;
  right: 0;
}
.masthead .switch__label {
  width: 80px;
  position: relative;
  display: inline-block;
  padding-top: 3px;
}
.masthead .switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  height: 14px;
  background-color: #fff;
  transition: all 0.1s 0.4s;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.masthead .switch__content:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  transition: all 0.5s;
}
.masthead .switch__input {
  display: none;
}
.masthead .switch__circle {
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #f1f1f1;
  transition: all 0.5s;
  box-shadow: 0 2px 2px #ccc;
}
.masthead .switch__input:checked ~ .switch__circle {
  left: 60px;
  background-color: #fff;
}
.masthead .switch__input:checked ~ .switch__content {
  border-color: transparent;
  transition: all 0s;
}
.masthead .switch__input:checked ~ .switch__content:after {
  background-color: #f90704;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}

.globalnav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.globalnav .gnav {
  position: absolute;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%);
  top: 50%;
  width: 100%;
  text-align: center;
}
.globalnav .gnav a {
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .globalnav .gnav {
    padding: 25px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .globalnav .gnav {
    padding: 70px 40px 0;
  }
}
.globalnav .gn-top {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .globalnav .gn-list {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .globalnav .gn-list li {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .globalnav .gn-list li:not(:last-child) {
    position: relative;
  }
  .globalnav .gn-list li:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    background-color: #fff;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.globalnav .gn-list a {
  padding: 1em 1.9em;
}
@media only screen and (min-width: 768px) {
  .globalnav .gn-list a:hover {
    color: #d0c0a5;
  }
}
@media only screen and (max-width: 767px) {
  .globalnav .gn-list a {
    padding: 0.25em 0;
    display: block;
    text-align: center;
  }
}
.globalnav .lang-ctrl {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .globalnav .lang-ctrl {
    display: none;
  }
}
.globalnav .lang-ctrl .button {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  outline: none;
}
.globalnav .is-lang-jp .lang-jp {
  display: none;
}
.globalnav .is-lang-en .lang-en {
  display: none;
}
.globalnav .gnav-sns li {
  display: inline-block;
  margin: 0 4px;
}
@media only screen and (min-width: 768px) {
  .globalnav .gnav-sns {
    display: none;
  }
}

.page--top .globalnav .gn-top > a:before {
  opacity: 1;
  visibility: visible;
}

.page--event .globalnav .gn-event > a:before {
  opacity: 1;
  visibility: visible;
}

.page--philosophy .globalnav .gn-philosophy > a:before {
  opacity: 1;
  visibility: visible;
}

.page--service .globalnav .gn-service > a:before {
  opacity: 1;
  visibility: visible;
}

.page--works .globalnav .gn-works > a:before {
  opacity: 1;
  visibility: visible;
}

.page--recruit .globalnav .gn-recruit > a:before {
  opacity: 1;
  visibility: visible;
}

.page--company .globalnav .gn-company > a:before {
  opacity: 1;
  visibility: visible;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 26px 25px;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-transform: none;
  font: inherit;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.7;
  }
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  right: auto;
  width: 100%;
  background-color: #fff;
  opacity: 1;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
}

.hamburger-inner {
  top: 60%;
  display: block;
  margin-top: -0.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  right: 0;
  width: 30px;
  height: 1px;
  border-radius: 0px;
  background-color: #000;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  content: '';
}
.hamburger-inner::before {
  top: -7px;
  width: 30px;
}
.hamburger-inner::after {
  right: 0;
  bottom: -7px;
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .hamburger {
    padding: 8px 10px;
    height: 40px;
  }

  .hamburger-box {
    width: 20px;
  }

  .hamburger-inner::before {
    width: 20px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 20px;
  }
}
.gn-nav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #d0c0a5;
  transition: background-color 500ms cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 9;
}
.is-open .gn-nav {
  background-color: #2a2622;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section .headline {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}
.section .headline.border {
  border-top: 2px solid #e6e6e6;
}
.section .headline__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section .headline__title {
    font-size: 1.8rem;
  }
}
.section .headline__title.wh {
  color: #fff;
}
.section .headline__title span {
  font-weight: 800;
  background-image: url(../img/page_ttl-back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  max-width: 400px;
  line-height: 1;
}
.section .headline__title span.small {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .section .headline__title span.small {
    font-size: 1.5rem;
  }
}
.section .headline__title span.large {
  letter-spacing: 0.15ch;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .section .headline__title span.large {
    letter-spacing: 0.05ch;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.section .headline__title span.border {
  border-bottom: 2px solid #fff;
}
.section .headline .lead {
  margin-top: 0.5em;
  font-size: 1.3rems;
}

/** MAIN CONTAINERS
==============================================*/
a.more {
  display: block;
  width: 180px;
  color: #fff;
  margin: 0 auto;
  padding: 1.25em 0;
  line-height: 1;
  text-align: center;
  background-color: #000;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  a.more {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  a.more {
    font-size: 1.2rem;
    width: 150px;
  }
}
a.more.border {
  border: 1px solid #e6e6e6;
  color: #d0c0a5;
}
@media only screen and (min-width: 768px) {
  a.more.border:hover {
    background-color: #d0c0a5;
    color: #fff;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  a.more.border {
    border: 1px solid #d0c0a5;
  }
}
a.more.radius {
  border-radius: 40px;
}
a.more.wh {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  a.more.wh:hover {
    background-color: #d0c0a5;
    color: #fff;
  }
}
a.more.fill {
  background-color: #d0c0a5;
  color: #fff;
  font-weight: bold;
  background: #99003b;
  background-image: linear-gradient(242deg, #99003b 0%, #0b3177 70%);
  font-size: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  a.more.fill {
    opacity: 1;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more.fill:hover {
    opacity: 0.85;
  }
}
a.more.fill::after {
  content: '';
  width: 16px;
  height: 6px;
  background-image: url(../img/common/btn-more-arrow.png);
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  a.more.fill {
    font-size: 1.4rem;
  }
}
a.more.hover {
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  a.more.hover:hover {
    background-color: #fff;
    color: #058d9b;
  }
}

.archive-index .section {
  padding-bottom: 50px;
}
.archive-index .aside {
  padding-left: 10px;
}
.archive-index .main-contents {
  padding-right: 30px;
}
.archive-index .btn a {
  display: inline-block;
}
.archive-index .btn.external {
  text-align: right;
}

.txt.jp {
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, Verdana, sans-serif;
}
.comingsoon {
  pointer-events: none;
}
.fnav__list .comingsoon {
  opacity: 0.4 !important;
}
.gn-list .comingsoon {
  opacity: 0.4 !important;
}
.modaal-overlay {
  z-index: 99991;
}

.modaal-wrapper {
  z-index: 99992;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.figure a {
  display: inline-block;
}

.aside__block {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .aside__block {
    margin-bottom: 1em;
  }
}
.aside__title {
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  font-size: 2rem;
}
.aside__title::after {
  display: inline-block;
  content: ' ';
  position: relative;
  width: 2rem;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .aside__title {
    font-size: 1.2rem;
  }
}
.aside__content {
  font-size: 1.3rem;
  line-height: 1.5;
}
.aside__content li a {
  padding: 1em 1.25em;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.aside__content li + li {
  margin-top: 4px;
}
.aside .recent li {
  margin: 0;
}
.aside .recent li a {
  display: block;
  padding-left: 1.5em;
  position: relative;
}
.aside .recent li a:before {
  content: '\e805';
  font-family: fontello;
  color: #2e1208;
  font-size: 14px;
  position: absolute;
  left: 0;
}
.aside .recent li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .aside .recent li a:hover {
    text-decoration: none;
  }
}
.aside .archive .aside__title {
  background-color: #6eb5bf;
}
.aside .archive .aside__content {
  background-color: #f2f7f8;
}
.aside .archive li a {
  padding-left: 1.5em;
  position: relative;
}
.aside .archive li a:before {
  content: '\f187';
  font-family: fontello;
  color: #2e1208;
  font-size: 14px;
  position: absolute;
  left: 0;
}
.aside .category li {
  margin-bottom: 1em;
}

/** SITER FOOTER
==============================================*/
.footer {
  padding: 55px 0 0;
  background-color: #d0c0a5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .fnav {
    display: none;
  }
}
.footer .fnav__list {
  display: flex;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  padding: 3em 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .footer .fnav__list {
    flex-wrap: wrap;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer .fnav__list li {
    font-weight: 600;
  }
  .footer .fnav__list li:not(:first-child):before {
    content: '|';
    margin: 0 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .footer .fnav__list li {
    position: relative;
  }
  .footer .fnav__list li:before {
    content: '|';
    position: absolute;
    left: 0;
  }
  .footer .fnav__list li:nth-child(3n):after {
    content: '|';
    position: absolute;
    right: 0;
  }
}
.footer .fnav__sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .fnav__sns li {
  margin: 0 1em;
}
.footer .fnav__sns a {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .footer .fnav a {
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .footer .fnav a:hover {
    color: #fff;
  }
}
.footer .brand {
  margin: 60px 0;
  text-align: center;
}
.footer .brand-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer .brand-logo__wrapper {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.footer .brand-logo__wrapper:nth-of-type(1) {
  justify-content: right;
}
.footer .brand-logo__wrapper:nth-of-type(2) {
  justify-content: left;
}

@media only screen and (max-width: 767px) {
  .footer .brand {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .brand-logo img {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .brand-logo .brand-logo__wrapper:nth-of-type(2) img {
    width: 110px;
  }
}
.footer .block {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 2em;
}
.footer .block__title {
  font-weight: 500;
  font-size: 1.4rem;
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .footer .block__title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .block__content {
    font-size: 1rem;
  }
}
.footer .copyright {
  text-align: center;
  letter-spacing: normal;
  letter-spacing: 0.15ch;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  padding: 5em 0 3em;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
  }
}
.footer .lead {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .footer .lead {
    font-size: 1.2rem;
  }
}
.footer .contact {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .footer .contact {
    padding-bottom: 0;
    font-size: 1.2rem;
    margin-bottom: 1px;
  }
}
.footer .network,
.footer .glow {
  font-size: 1.2rem;
}
.footer .footer__bnr {
  background-color: #fff;
  padding: 20px 40px;
  position: relative;
}
.footer .footer__bnr .txt {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .footer .footer__bnr .txt {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__bnr .txt {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}
.footer .footer__bnr ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer__bnr ul li {
  margin-left: 25px;
}
.footer .footer__bnr a {
  display: inline-block;
}
.footer.lang-en .block__title {
  font-weight: 600;
}
.footer.lang-en .contact dt {
  font-weight: 600;
}
.footer.lang-jp .block {
  font-family: 'Noto Sans JP', sans-serif;
}
