@charset "UTF-8";
/*--------------------------
Break point
---------------------------*/
/*--------------------------
Button
---------------------------*/
/*--------------------------
Text Link
---------------------------*/
/*--------------------------
Include icon
https://fontello.com/
---------------------------*/
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?65564972");
  src: url("../font/fontello.eot?65564972#iefix") format("embedded-opentype"), url("../font/fontello.woff2?65564972") format("woff2"), url("../font/fontello.woff?65564972") format("woff"), url("../font/fontello.ttf?65564972") format("truetype"), url("../font/fontello.svg?65564972#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class$=icon-pdf]:before, [class*="icon-pdf "]: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;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pdfmail:before {
  content: "\e800";
} /* '' */
.icon-pdfpopup:before {
  content: "\e801";
} /* '' */
.icon-pdfglobe:before {
  content: "\e802";
} /* '' */
.icon-pdfdown-open:before {
  content: "\e803";
} /* '' */
.icon-pdfleft-open:before {
  content: "\e804";
} /* '' */
.icon-pdfright-open:before {
  content: "\e805";
} /* '' */
.icon-pdfup-open:before {
  content: "\e806";
} /* '' */
.icon-pdf-arrow-drop-down_89977:before {
  content: "\e807";
} /* '' */
.icon-pdfstopwatch:before {
  content: "\e808";
} /* '' */
.icon-pdfrestaurant:before {
  content: "\e832";
} /* '' */
.icon-pdfangle-double-left:before {
  content: "\f100";
} /* '' */
.icon-pdfangle-double-right:before {
  content: "\f101";
} /* '' */
/*--------------------------
purpose
---------------------------*/
/*--------------------------
FontSet Default
---------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*--------------------------
fontSet_en01
---------------------------*/
@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/LibreBaskerville-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/LibreBaskerville-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*--------------------------
fontSet_en02
---------------------------*/
@font-face {
  font-family: "Comfortaa";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/*--------------------------
mixin
---------------------------*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

.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: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*--------------------------
Fade-in
---------------------------*/
.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.fade-in.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-up01 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-up01 {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
.fade-in-up01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-bottom01 {
  opacity: 0;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-bottom01 {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.fade-in-bottom01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-right01 {
  opacity: 0;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-right01 {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
.fade-in-right01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-in-left01 {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  -webkit-transition: 2s;
  transition: 2s;
  will-change: opacity, transform;
}
@media only screen and (max-width: 560px) {
  .fade-in-left01 {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}
.fade-in-left01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*--------------------------
header
---------------------------*/
#header.fixed {
  padding: 20px 2% 20px 6%;
  height: 73px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1080px) {
  #header.fixed {
    height: 80px;
  }
}
#header.fixed .logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 150px;
}
@media only screen and (max-width: 1080px) {
  #header.fixed .logo {
    width: 140px;
  }
}
#header.fixed #global_nav .menu_list li > a {
  padding: 20px 15px 20px;
}
#header.fixed #global_nav .menu_list li > a img {
  top: 8px;
  width: 24px;
}
@media only screen and (max-width: 1080px) {
  #header.fixed #global_nav .menu_list li > a.user {
    padding: 20px 15px 20px 40px;
  }
  #header.fixed #global_nav .menu_list li > a.shop {
    padding: 20px 15px 20px 40px;
  }
}
#header.fixed #global_nav .pc_cart_navi {
  padding-bottom: 12px;
}
#header.fixed #global_nav .menu_list li .accordion-menu {
  top: 73px;
}
@media only screen and (max-width: 1080px) {
  #header.fixed #global_nav .menu_list li .accordion-menu {
    position: static;
    border-top: none;
  }
}

/*--------------------------
main visual
---------------------------*/
#main_visual {
  width: 100%;
}
#main_visual .swiper-wrapper .swiper-slide {
  height: calc(100vh - 113px);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-bottom: 46%;
  position: relative;
}
#main_visual .swiper-wrapper .swiper-slide.slide04 video{
  height:100%;
  width: 100%;
    object-fit: cover;
}
#main_visual .swiper-wrapper .swiper-slide.slide04 a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* @media only screen and (max-width: 1600px) {
  #main_visual .swiper-wrapper .swiper-slide {
    height: calc(85vh - 113px);
  }
  #main_visual .swiper-wrapper .swiper-slide.slide04 video{
    height: calc(85vh - 113px);
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .swiper-wrapper .swiper-slide {
    height: 587px;
    background-size: cover;
  }
  #main_visual .swiper-wrapper .swiper-slide.slide04 video{
    height: 587px;
  }
} */
@media only screen and (max-width: 560px) {
  #main_visual .swiper-wrapper .swiper-slide {
    height: 520px;
    padding-top: 200px;
    background-position: top center;
    background-size: cover;
  }
  #main_visual .swiper-wrapper .swiper-slide.slide04 video{
    height: 520px;
  }
}
@media only screen and (max-width: 560px) {
	#main_visual .swiper-wrapper .swiper-slide.slide04{
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
	}

#main_visual .swiper-wrapper .swiper-slide.slide04 video{
	width: 100%;
	padding: 0;
	}
}




#main_visual .swiper-wrapper .swiper-slide.slide00 {
  background-image: url("/asset/image/top/main_visual_pic00.webp");
}
@media only screen and (max-width: 560px) {
  #main_visual .swiper-wrapper .swiper-slide.slide00 {
    background: url("/asset/image/top/main_visual_pic00_sp.webp") no-repeat top center #fff;
    background-size: auto 200px;
  }
}

#main_visual .swiper-wrapper .swiper-slide.slide01 {
  background-image: url("/asset/image/top/main_visual_pic10.webp");
}
@media only screen and (max-width: 560px) {
  #main_visual .swiper-wrapper .swiper-slide.slide01 {
    background: url("/asset/image/top/main_visual_pic10_sp.webp") no-repeat top center #fff;
    background-size: auto 200px;
  }
}

#main_visual .swiper-wrapper .swiper-slide.slide02 {
  background-image: url("/asset/image/top/main_visual_pic08.webp");
}
@media only screen and (max-width: 560px) {
  #main_visual .swiper-wrapper .swiper-slide.slide02 {
    background: url("/asset/image/top/main_visual_pic08_sp.webp") no-repeat top center #fff;
    background-size: auto 200px;
  }
}
#main_visual .swiper-wrapper .swiper-slide.slide03 {
  background-image: url("/asset/image/top/main_visual_pic09.webp");
}
@media only screen and (max-width: 560px) {
  #main_visual .swiper-wrapper .swiper-slide.slide03 {
    background: url("/asset/image/top/main_visual_pic09_sp.webp") no-repeat top center #fff;
    background-size: auto 200px;
  }
}

#main_visual .swiper-wrapper .swiper-slide.slide05 {
  background-image: url("/asset/image/top/main_visual_pic11.webp");
}
@media only screen and (max-width: 560px) {
  #main_visual .swiper-wrapper .swiper-slide.slide05 {
    background: url("/asset/image/top/main_visual_pic11_sp.webp") no-repeat top center #fff;
    background-size: auto 200px;
  }
}

#main_visual .read_box {
  width: 50%;
  height: 100%;
  padding: 4% 0 40% 10%;
  display: table;
  position: relative;
}

#main_visual .swiper-wrapper .swiper-slide.slide04 .read_box{
	padding: 0;
	width: 100%;
}
@media only screen and (max-width: 560px) {
	#main_visual .swiper-wrapper .swiper-slide.slide04 .read_box{
		display: none;
	}
}
#main_visual .swiper-wrapper .swiper-slide.slide04 .read_box video{
	width: 100%;
}
@media only screen and (max-width: 1600px) {
  #main_visual .read_box {
 /*   padding: 0 0 160px 8%;*/
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .read_box {
    padding: 0 0 4% 8%;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box {
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: block;
    padding: 14px 0 0 0;
  }
}
#main_visual .read_box .box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box {
    text-align: center;
    display: block;
    padding: 0 10px;
  }
}
#main_visual .read_box .box p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  #main_visual .read_box .box p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#main_visual .read_box .box h3 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 1px;
  z-index: 10;
  margin-bottom: 20px;
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .read_box .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box h3 {
    font-size: 16px;
    letter-spacing: 0;
    position: static;
    margin-bottom: 10px;
  }
}
#main_visual .read_box .box h1 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 107%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .read_box .box h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

#main_visual .slide01 .read_box .box p,
#main_visual .slide01 .read_box .box h3,
#main_visual .slide01 .read_box .box h1{
	color: #fff;
}

@media only screen and (max-width: 560px) {
#main_visual .slide01 .read_box .box p,
#main_visual .slide01 .read_box .box h3,
#main_visual .slide01 .read_box .box h1{
	color: #000;
}
}

#main_visual .read_box .box h1 span {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box h1 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .read_box .box h1 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box h1 span {
    font-size: 12px;
  }
}
#main_visual .read_box .box a {
  /* font-family: "Montserrat"; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box a {
    font-size: 14px;
  }
}
#main_visual .read_box .box a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#main_visual .read_box .box a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#main_visual .read_box .box a:hover {
  color: #fff;
}
#main_visual .read_box .box a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#main_visual .read_box .box a:hover::after {
  right: 6px;
}
@media only screen and (max-width: 560px) {
  #main_visual .read_box .box a {
    display: block;
    margin: 0 auto;
  }
}
#main_visual .swiper-container-horizontal > .swiper-pagination-bullets, #main_visual .swiper-pagination-custom, #main_visual .swiper-pagination-fraction {
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  #main_visual .swiper-container-horizontal > .swiper-pagination-bullets, #main_visual .swiper-pagination-custom, #main_visual .swiper-pagination-fraction {
    bottom: 8px;
  }
}

/*--------------------------
#section01
---------------------------*/
#section01 {
  overflow: hidden;
  padding: 140px 0 0;
  background: url(/asset/image/top/sec01_bg01.png) repeat-x bottom;
}
@media only screen and (max-width: 560px) {
  #section01 {
    padding: 60px 0 30px;
  }
}
#section01 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box {
    display: block;
  }
}
#section01 .flex_box .right_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box {
    padding: 16px 0 0;
    width: 100%;
  }
}
#section01 .flex_box .right_box .read_box {
  width: 620px;
  height: 100%;
  padding-left: 112px;
  display: table;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box {
    width: 100%;
    height: auto;
    padding-left: 0;
    display: block;
  }
}
#section01 .flex_box .right_box .read_box .box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box {
    display: block;
    height: auto;
  }
}
#section01 .flex_box .right_box .read_box .box h2 {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-size: 16px;
  font-size: 60px;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section01 .flex_box .right_box .read_box .box h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
#section01 .flex_box .right_box .read_box .box h2::before {
  content: "";
  width: 90px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box h2::before {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section01 .flex_box .right_box .read_box .box p {
  line-height: 185%;
  margin-bottom: 16px;
}
#section01 .flex_box .right_box .read_box .box ul {
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box ul {
    display: block;
    margin-bottom: 30px;
  }
}
#section01 .flex_box .right_box .read_box .box ul li {
  font-size: 14px;
  padding-right: 16px;
}
@media only screen and (max-width: 1080px) {
  #section01 .flex_box .right_box .read_box .box ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box ul li {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
#section01 .flex_box .right_box .read_box .box .list {
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box .list {
    display: block;
    margin-bottom: 30px;
  }
}
#section01 .flex_box .right_box .read_box .box .list li {
  margin-bottom: 12px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box .list li {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
#section01 .flex_box .right_box .read_box .box a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box a {
    font-size: 14px;
  }
}
#section01 .flex_box .right_box .read_box .box a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#section01 .flex_box .right_box .read_box .box a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section01 .flex_box .right_box .read_box .box a:hover {
  color: #fff;
}
#section01 .flex_box .right_box .read_box .box a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section01 .flex_box .right_box .read_box .box a:hover::after {
  right: 6px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box a {
    display: block;
    margin: 0 auto;
  }
}
#section01 .flex_box .right_box .read_box .box a.movie {
  margin-top: 20px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .right_box .read_box .box a.movie {
    margin-top: 10px;
  }
}
#section01 .flex_box .left_box {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .left_box {
    width: 100%;
  }
}
#section01 .flex_box .left_box img {
  display: block;
  margin-left: -40px;
}
@media only screen and (max-width: 560px) {
  #section01 .flex_box .left_box img {
    margin: 0 auto;
    width: 240px;
  }
}

/*--------------------------
#section02
---------------------------*/
#section02 {
  padding: 140px 0;
  background: url(/asset/image/top/sec02_bg01.webp) repeat-x;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 560px) {

}

#section02{
  .container{
    z-index: 2;
    position: relative;
  }
}

#section02:after{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(255,255,255,0.5);
  z-index: 1;
}


#section02 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box {
    display: block;
  }
}
#section02 .flex_box .right_box {
  width: calc(100% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box {
    width: 100%;
    display: block;
  }
}
#section02 .flex_box .right_box .read_box {
  height: 100%;
  display: table;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box {
    width: 100%;
    display: block;
  }
}
#section02 .flex_box .right_box .read_box .box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box {
    display: block;
    height: auto;
  }
}
#section02 .flex_box .right_box .read_box .box h2 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 60px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section02 .flex_box .right_box .read_box .box h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
#section02 .flex_box .right_box .read_box .box h2::before {
  content: "";
  width: 90px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box h2::before {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section02 .flex_box .right_box .read_box .box p {
  line-height: 185%;
  margin-bottom: 16px;
}
#section02 .flex_box .right_box .read_box .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box ul {
    display: block;
    margin-bottom: 30px;
  }
}
#section02 .flex_box .right_box .read_box .box ul li {
  font-size: 14px;
  padding-right: 16px;
}
@media only screen and (max-width: 1080px) {
  #section02 .flex_box .right_box .read_box .box ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box ul li {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
#section02 .flex_box .right_box .read_box .box a {
  /* font-family: "Montserrat"; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box a {
    font-size: 14px;
  }
}
#section02 .flex_box .right_box .read_box .box a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#section02 .flex_box .right_box .read_box .box a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section02 .flex_box .right_box .read_box .box a:hover {
  color: #fff;
}
#section02 .flex_box .right_box .read_box .box a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section02 .flex_box .right_box .read_box .box a:hover::after {
  right: 6px;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .right_box .read_box .box a {
    display: block;
    margin: 0 auto;
  }
}
#section02 .flex_box .left_box {
  width: 600px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .left_box {
    width: 100%;
    margin-bottom: 16px;
  }
}
#section02 .flex_box .left_box .img_outer {
  position: relative;
  width: 100%;
  margin: auto;
}
#section02 .flex_box .left_box .img_outer::before {
  content: "";
  display: block;
  padding-top: 112%;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .left_box .img_outer::before {
    content: none;
    padding: 0;
  }
}
#section02 .flex_box .left_box .img_inner {
  position: absolute;
  top: 0;
  right: -170px;
}
@media only screen and (max-width: 560px) {
  #section02 .flex_box .left_box .img_inner {
    position: static;
  }
}

/*--------------------------
#section03
---------------------------*/
#section03 {
  padding: 164px 40px;
  background: url(/asset/image/top/sec03_bg01.png) repeat-x bottom;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  #section03 {
    padding: 60px 0 60px;
    height: auto;
    background-size: 12%;
  }
}
#section03 h2 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section03 h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section03 h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 560px) {
  #section03 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
#section03 h2::before {
  content: "";
  width: 90px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #section03 h2::before {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section03 p {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 560px) {
  #section03 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section03 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 560px) {
  #section03 p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
#section03 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 80px;
}
@media only screen and (max-width: 560px) {
  #section03 .flex_box {
    margin-bottom: 30px;
  }
}
#section03 .flex_box li {
  width: 20%;
}
#section03 .list {
  /* font-family: "Montserrat"; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  #section03 .list {
    font-size: 14px;
  }
}
#section03 .list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#section03 .list::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section03 .list:hover {
  color: #fff;
}
#section03 .list:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section03 .list:hover::after {
  right: 6px;
}

/*--------------------------
#section04
---------------------------*/
#section04 {
  overflow: hidden;
  padding: 80px 0;
}
@media only screen and (max-width: 560px) {
  #section04 {
    padding: 30px 0;
  }
}

#section04{
  .container{
    z-index: 2;
    position: relative;
  }
}

#section04:after{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(255,255,255,0.5);
  z-index: 1;
}


#section04 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box {
    display: block;
    padding: 0 10px;
  }
}
#section04 .flex_box .right_box {
  width: calc(100% - 580px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1080px) {
  #section04 .flex_box .right_box {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box {
    width: 100%;
    padding: 0;
    display: block;
  }
}
#section04 .flex_box .right_box .read_box {
  height: 100%;
  display: table;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box {
    width: 100%;
    padding-left: 0;
  }
}
#section04 .flex_box .right_box .read_box .box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box {
    display: block;
    height: auto;
  }
}
#section04 .flex_box .right_box .read_box .box h2 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 60px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section04 .flex_box .right_box .read_box .box h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
#section04 .flex_box .right_box .read_box .box h2::before {
  content: "";
  width: 90px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box h2::before {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section04 .flex_box .right_box .read_box .box p {
  line-height: 185%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box p {
    margin-bottom: 30px;
  }
}
#section04 .flex_box .right_box .read_box .box a {
  /* font-family: "Montserrat"; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box a {
    font-size: 14px;
  }
}
#section04 .flex_box .right_box .read_box .box a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#section04 .flex_box .right_box .read_box .box a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section04 .flex_box .right_box .read_box .box a:hover {
  color: #fff;
}
#section04 .flex_box .right_box .read_box .box a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section04 .flex_box .right_box .read_box .box a:hover::after {
  right: 6px;
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .right_box .read_box .box a {
    margin: 0 auto;
  }
}
#section04 .flex_box .left_box {
  /* width: 580px;
  position: relative; */
}
@media only screen and (max-width: 560px) {
  #section04 .flex_box .left_box {
    /* width: 100%;
    margin-bottom: 16px; */
  }
}
#section04 .flex_box .left_box .img_outer {
  /* position: relative;
  width: 100%;
  margin: auto; */
}
#section04 .flex_box .left_box .img_outer::before {
  /* content: "";
  display: block;
  padding-top: 112%; */
}
@media only screen and (max-width: 560px) {
  /* #section04 .flex_box .left_box .img_outer::before {
    content: none;
    padding: 0;
  } */
}
/* #section04 .flex_box .left_box .img_inner {
  position: absolute;
  top: 0;
  right: -160px;
} */
@media only screen and (max-width: 560px) {
  /* #section04 .flex_box .left_box .img_inner {
    position: static;
  } */
}
#section04 .flex_box .left_box .img_inner img {
  /* width: 640px; */
}
@media only screen and (max-width: 560px) {
  /* #section04 .flex_box .left_box .img_inner img {
    width: 60%;
    display: block;
    margin: 0 auto;
    max-width: 280px;
  } */
}

/*--------------------------
#section05
---------------------------*/
#section05 {
  padding: 196px 0;
  background: url(/asset/image/top/sec05_bg001.png) no-repeat center center;
}
@media only screen and (max-width: 560px) {
  #section05 {
    background: url(/asset/image/top/sec05_bg001.png) no-repeat -200px center;
    padding: 30px 0;
    background-size: cover;
  }
}
#section05 h2 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section05 h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section05 h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 560px) {
  #section05 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
#section05 h2::before {
  content: "";
  width: 90px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 560px) {
  #section05 h2::before {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section05 .lead_box {
  color: #000;
  text-align: center;
  line-height: 185%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 560px) {
  #section05 .lead_box {
    text-align: left;
    margin-bottom: 30px;
  }
}
#section05 a {
  /* font-family: "Montserrat"; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #000;
  border: solid 1px #000;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  #section05 a {
    font-size: 14px;
  }
}
#section05 a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#section05 a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section05 a:hover {
  color: #fff;
}
#section05 a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section05 a:hover::after {
  right: 6px;
}

/*--------------------------
#section06
---------------------------*/
#section06 {
  padding: 100px 0;
  background: url(/asset/image/top/sec03_bg01.png) repeat-x bottom;
}
@media only screen and (max-width: 560px) {
  #section06 {
    padding: 30px 0;
  }
}
#section06 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box {
    display: block;
  }
}
#section06 .flex_box .left_box {
  width: 235px;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .left_box {
    width: 100%;
  }
}
#section06 .flex_box .left_box h2 {
  /* font-family: "Libre Baskerville"; */
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .left_box h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  #section06 .flex_box .left_box h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .left_box h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 32px;
  }
}
#section06 .flex_box .left_box h2::before {
  content: "";
  width: 90px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .left_box h2::before {
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#section06 .flex_box .right_box {
  width: calc(100% - 235px);
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .right_box {
    width: 100%;
  }
}
#section06 .flex_box .right_box ul {
  margin-bottom: 50px;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .right_box ul {
    margin-bottom: 30px;
  }
}
#section06 .flex_box .right_box ul li a {
  display: block;
  padding: 18px;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .right_box ul li a {
    padding: 6px;
  }
}
#section06 .flex_box .right_box ul li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .right_box ul li a dl {
    display: block;
    width: 100%;
    border-bottom: solid 1px #000;
  }
}
#section06 .flex_box .right_box ul li a dl dt {
  line-height: 150%;
  padding-right: 34px;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .right_box ul li a dl dt {
    width: 100%;
    padding-right: 0;
  }
}
#section06 .flex_box .right_box ul li a dl dd {
  line-height: 150%;
}
@media only screen and (max-width: 560px) {
  #section06 .flex_box .right_box ul li a dl dd {
    width: 100%;
    padding-bottom: 6px;
  }
}
#section06 .flex_box .right_box ul li a:hover {
  background: rgba(119, 120, 123, 0.2);
}
#section06 .list {
  /* font-family: "Montserrat"; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 auto;
}
@media only screen and (max-width: 560px) {
  #section06 .list {
    font-size: 14px;
  }
}
#section06 .list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #77787b;
}
#section06 .list::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e805";
  top: 19px;
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section06 .list:hover {
  color: #fff;
}
#section06 .list:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#section06 .list:hover::after {
  right: 6px;
}

#main_visual .read_box .box p.slide-copy{
font-size: 18px;
text-shadow:
0 0 1px rgba(256, 256, 256, 1),
0 0 1px rgba(256, 256, 256, 1),
0 0 3px rgba(256, 256, 256, 1),
0 0 3px rgba(256, 256, 256, 1),
0 0 5px rgba(256, 256, 256, 1),
0 0 5px rgba(256, 256, 256, 1);
}
@media screen and (max-width:767px){
  #main_visual .read_box .box p.slide-copy{
    font-size: 12px;
    text-align: left;
    text-shadow: unset;
    }
}

#products-slide{
  margin: 2em auto 5.4em;
}
@media screen and (max-width:767px){
  #products-slide{
    margin: 1em auto 1em;
  }
}

#section04.top-salon{
  background-image: url(../image/top/top-salon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13em 0;
  position: relative;
  .flex_box{
    /* justify-content: center; */
    flex-direction: row;
    .box h2{
      color:#000;
      /* text-align: center; */
      /* text-shadow:
      0 0 1px rgba(0, 0, 0, 1),
      0 0 1px rgba(0, 0, 0, 1),
      0 0 3px rgba(0, 0, 0, 1),
      0 0 3px rgba(0, 0, 0, 1),
      0 0 5px rgba(0, 0, 0, 1),
      0 0 5px rgba(0, 0, 0, 1); */
    }
    .box p{
      /* text-align: center; */
      color:#000;
      /* text-shadow:
      0 0 1px rgba(0, 0, 0, 1),
      0 0 1px rgba(0, 0, 0, 1),
      0 0 3px rgba(0, 0, 0, 1),
      0 0 3px rgba(0, 0, 0, 1),
      0 0 5px rgba(0, 0, 0, 1),
      0 0 5px rgba(0, 0, 0, 1); */
    }
    .box a{
      /* margin: 0 auto; */
      color: #000;
      border: 1px solid #000 !important;
      /* text-shadow:
      0 0 1px rgba(0, 0, 0, 1),
      0 0 1px rgba(0, 0, 0, 1),
      0 0 3px rgba(0, 0, 0, 1),
      0 0 3px rgba(0, 0, 0, 1),
      0 0 5px rgba(0, 0, 0, 1),
      0 0 5px rgba(0, 0, 0, 1); */
    }
  }
}
@media screen and (max-width:767px){
  #section04.top-salon{
    .container{
      padding: 0;
    }
    background-image: none;
    padding: 0 0 2em;
    .flex_box{
      padding: 0;
      .box p{
        text-align: left;
      }
      .box h2{
        /* text-align: left; */
      }
      .left_box{
        margin-bottom: 16px;
        img{
          width: 100%;
          height: 300px;
          object-fit: cover;
        }
      }
      .right_box{
        padding: 0 20px;
      }
    }
  }
  #section04 .flex_box .right_box .read_box .box h2{
    /* text-align: left; */
  }
}
#section04 .flex_box .right_box .read_box .box h2::before{
  background-color: #000;
}
@media screen and (max-width:767px){
  #section04 .flex_box .right_box .read_box .box h2::before{
    /* right:auto; */
  }
  #section04 .flex_box .right_box .read_box .box a{
    /* margin: 0; */
  }
}



#section05 {
  background: url(../image/top/top-beauty.webp) no-repeat center center;
  background-size: contain;
  background-position: right bottom;

    h2{
      text-align: left;
    }
    p{
      text-align: left;
      margin-bottom: 50px;

    }
    a{
      margin: 0;
    }

}
#section05 h2::before{
  right: auto;
}
@media screen and (max-width:767px){
  #section05{
    /* background-size: 76%; */
    background-image: none;
    .container{
      padding: 0;
    }
    h2{
      text-align: center;
    }
    p{
      /* text-align: center; */
      margin-bottom: 30px;
    }
    a{
      margin: 0 auto;
    }
    .right_box{
      padding: 0 20px;
    }
    .left_box{
      margin-bottom: 16px;
      margin-top: -70px;
      z-index: -1;
      position: relative;
      img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: right;
      }
    }
  }
  #section05 h2::before{
    right: 0;
  }
}



.top_main {
    position: relative;
    padding-top: 0px;
}
@media screen and (max-width:767px){
  .top_main {
    position: relative;
    padding-top: 0;
}
}

#section02{
  background-image: url("/asset/image/top/main_visual_pic11.png");
  .flex_box{
    flex-direction: row;
  }
}
@media screen and (max-width:767px){
  #section02{
    padding: 30px 0 0 0;
    background-image: unset;
    .container{
      padding: 0;
    }
    .flex_box .right_box{
      padding: 0 20px;

    }
    .flex_box{
      .left_box{
        img{
        object-fit: cover;
        width: 100%;
        height: 300px;
        }
      }
    }
  }

}


.btn-w{
  background-color: #fff;
}


.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-flex {
  display: none !important;
}

.pc-flex {
  display: flex !important;
}

.sp-inlineblock {
  display: none !important;
}

.pc-inlineblock {
  display: inline-block !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-inlineblock {
    display: inline-block !important;
  }
  .pc-inlineblock {
    display: none !important;
  }
}
