@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/**
 * !!! 変数の定義 !!!
 * 変数は作りすぎず、デザインコンポーネント、もしくはシンボルを元に作成する
 * またGoogle Font等の特殊なウェブフォントの場合、そのフォント名を定義してわかりやすくする
 */
/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/**
 * !!! browsersyncのアラートを非表示 !!!
 */
#__bs_notify__ {
  display: none !important; }

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: "EB Garamond", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", serif;
  min-height: 100vh;
  color: #040000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased; }

body {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  body.initialized {
    opacity: 1; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }

input[type="text"],
input[type="email"],
input[type="number"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

button,
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  button::-webkit-search-decoration,
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  button::focus,
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.row {
  overflow: hidden;
  *zoom: 1; }

/**
 * ----------------ここまで----------------
 */
/**
 * !!! FlexBox Rule !!!
 * 都度scssを記載するのではなく、クラスで定義し、クラスの付け外しで管理すること。
 */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/**
 * !!! Inner Rule !!!
 * 最初にデザインを確認し、存在するinnerパターンを作成すること
 * max-width指定のみだと、画面幅を縮小するときに余白が消えるため、paddingをつけること
 * 例) innerが1000pxであれば、
 *     max-width: 1060px;
 *     padding: 0 30px;
 */
.inner {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto; }

.inview {
  position: relative;
  top: 50px;
  -webkit-transition: opacity 1s, top 1s;
  -moz-transition: opacity 1s, top 1s;
  -o-transition: opacity 1s, top 1s;
  transition: opacity 1s, top 1s;
  opacity: 0 !important; }
  .inview.visibled {
    top: 0;
    opacity: 1 !important; }
  .inview.only-opa {
    top: 0 !important; }

.header__inner > a:nth-child(1) {
  width: 1.5625vw;
  height: 1.09375vw;
  position: fixed;
  left: 3.75vw;
  top: 2.70833vw;
  z-index: 10;
  mix-blend-mode: difference; }
  @media only screen and (max-width: 767px) {
    .header__inner > a:nth-child(1) {
      width: 24px;
      height: 19px;
      left: 25px;
      top: 25px; } }
  .header__inner > a:nth-child(1) span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .header__inner > a:nth-child(1) span:nth-child(1) {
      top: 0; }
    .header__inner > a:nth-child(1) span:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto; }
    .header__inner > a:nth-child(1) span:nth-child(3) {
      bottom: 0; }
  .header__inner > a:nth-child(1).on span:nth-child(1) {
    top: 0.52083vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (max-width: 767px) {
      .header__inner > a:nth-child(1).on span:nth-child(1) {
        top: 9px; } }
  .header__inner > a:nth-child(1).on span:nth-child(2) {
    opacity: 0; }
  .header__inner > a:nth-child(1).on span:nth-child(3) {
    bottom: 0.52083vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media only screen and (max-width: 767px) {
      .header__inner > a:nth-child(1).on span:nth-child(3) {
        bottom: 9px; } }

.header__inner > a:nth-child(2) {
  position: fixed;
  right: 3.75vw;
  top: 1.66667vw;
  z-index: 8;
  mix-blend-mode: difference; }
  @media only screen and (max-width: 767px) {
    .header__inner > a:nth-child(2) {
      right: 5px;
      top: 19px; } }
  .header__inner > a:nth-child(2) svg {
    height: 2.5vw; }
    @media only screen and (max-width: 767px) {
      .header__inner > a:nth-child(2) svg {
        height: 32px; } }

.header .st0 {
  fill: #fff; }

.header__mega__over {
  background: #040000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none; }

.header__mega__menu {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none; }
  .header__mega__menu ul li {
    margin: 3.75vw; }
    @media only screen and (max-width: 767px) {
      .header__mega__menu ul li {
        margin: 32px 0; } }
    .header__mega__menu ul li a {
      color: #fff;
      font-size: 2.01094vw; }
      @media only screen and (max-width: 767px) {
        .header__mega__menu ul li a {
          font-size: 22px;
          font-size: 2.2rem; } }

.header__mega__copy {
  color: #fff;
  font-size: 0.83333vw;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 1.97917vw;
  z-index: 9;
  width: 100%;
  display: none; }
  @media only screen and (max-width: 767px) {
    .header__mega__copy {
      font-size: 12px;
      font-size: 1.2rem;
      bottom: 30px; } }

.mainvisual {
  background: #fff;
  text-align: center;
  padding-top: 7.8125vw;
  padding-bottom: 8.07292vw; }
  @media only screen and (max-width: 767px) {
    .mainvisual {
      padding-top: 120px;
      padding-bottom: 100px; } }
  .mainvisual h1 strong,
  .mainvisual h1 small {
    display: block; }
  .mainvisual h1 strong {
    font-size: 3.125vw;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 767px) {
      .mainvisual h1 strong {
        font-size: 32px;
        font-size: 3.2rem; } }
  .mainvisual h1 small {
    font-size: 0.9375vw;
    margin-top: 0.52083vw; }
    @media only screen and (max-width: 767px) {
      .mainvisual h1 small {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 12px; } }
  .mainvisual h2 {
    padding-top: 7.8125vw;
    font-size: 2.01094vw; }
    @media only screen and (max-width: 767px) {
      .mainvisual h2 {
        font-size: 24px;
        font-size: 2.4rem;
        padding-top: 48px; } }
  .mainvisual h3 {
    font-size: 1.94427vw;
    margin-top: 0.83333vw; }
    @media only screen and (max-width: 767px) {
      .mainvisual h3 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-top: 12px; } }
  .mainvisual div {
    margin-top: 3.54167vw; }
    @media only screen and (max-width: 767px) {
      .mainvisual div {
        margin-top: 42px; } }
    .mainvisual div small,
    .mainvisual div em {
      display: block; }
    .mainvisual div small {
      font-size: 0.96927vw; }
      .mainvisual div small:nth-child(3) {
        margin-top: 0.9375vw; }
        @media only screen and (max-width: 767px) {
          .mainvisual div small:nth-child(3) {
            margin-top: 14px; } }
      @media only screen and (max-width: 767px) {
        .mainvisual div small {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 12px; } }
    .mainvisual div em {
      font-size: 2.01094vw;
      margin-top: 0.83333vw; }
      @media only screen and (max-width: 767px) {
        .mainvisual div em {
          font-size: 24px;
          font-size: 2.4rem;
          margin-top: 12px; } }

.sec1 {
  background: #fff;
  padding: 11.97917vw 0; }
  @media only screen and (max-width: 767px) {
    .sec1 {
      padding: 40px 0; } }
  .sec1 p {
    font-size: 1.45833vw;
    letter-spacing: 0.02em;
    line-height: 1.923571429;
    max-width: 66.66667vw;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .sec1 p {
        font-size: 14px;
        font-size: 1.4rem;
        max-width: calc(100% - 40px);
        text-align: justify; } }

.sec2 {
  background: #040000;
  padding-top: 8.07292vw;
  padding-bottom: 7.60417vw;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .sec2 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sec2 .background {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    max-width: none; }
  .sec2 div {
    max-width: 66.45833vw;
    margin: auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .sec2 div {
        max-width: calc(100% - 40px); } }
    .sec2 div img {
      display: block;
      width: 100%; }
    .sec2 div p {
      margin-top: 3.75vw;
      font-size: 1.45833vw;
      letter-spacing: 0.02em;
      line-height: 1.923571429;
      text-align: center;
      color: #fff;
      mix-blend-mode: difference; }
      @media only screen and (max-width: 767px) {
        .sec2 div p {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 40px; } }

.sec3 {
  background: #fff;
  padding-top: 8.07292vw;
  padding-bottom: 7.60417vw; }
  @media only screen and (max-width: 767px) {
    .sec3 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sec3 div {
    max-width: 66.45833vw;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .sec3 div {
        max-width: calc(100% - 40px); } }
    .sec3 div img {
      display: block;
      width: 100%; }
    .sec3 div p {
      margin-top: 3.75vw;
      font-size: 1.45833vw;
      letter-spacing: 0.02em;
      line-height: 1.923571429;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .sec3 div p {
          font-size: 12px;
          font-size: 1.2rem;
          margin-top: 40px; } }

.sec4 {
  background: #fff;
  padding-top: 12.1875vw;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .sec4 {
      padding-top: 50px; } }
  .sec4 > div {
    max-width: 66.45833vw;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .sec4 > div {
        max-width: calc(100% - 40px); } }
    .sec4 > div > h2 strong,
    .sec4 > div > h2 em {
      display: block; }
    .sec4 > div > h2 strong {
      font-size: 2.01094vw; }
      @media only screen and (max-width: 767px) {
        .sec4 > div > h2 strong {
          font-size: 24px;
          font-size: 2.4rem; } }
    .sec4 > div > h2 em {
      font-size: 1.94427vw;
      letter-spacing: 0.02em;
      margin-top: 0.52083vw; }
      @media only screen and (max-width: 767px) {
        .sec4 > div > h2 em {
          font-size: 22px;
          font-size: 2.2rem;
          margin-top: 10px; } }
    .sec4 > div > p {
      margin-top: 3.85417vw;
      margin-bottom: 3.85417vw; }
      @media only screen and (max-width: 767px) {
        .sec4 > div > p {
          margin: 50px 0 70px; } }
      .sec4 > div > p small,
      .sec4 > div > p span {
        display: block; }
      .sec4 > div > p small {
        font-size: 0.96927vw; }
        .sec4 > div > p small:nth-child(3) {
          margin-top: 0.9375vw; }
          @media only screen and (max-width: 767px) {
            .sec4 > div > p small:nth-child(3) {
              margin-top: 14px; } }
        @media only screen and (max-width: 767px) {
          .sec4 > div > p small {
            font-size: 14px;
            font-size: 1.4rem; } }
      .sec4 > div > p span {
        font-size: 2.01094vw;
        margin-top: 0.625vw; }
        @media only screen and (max-width: 767px) {
          .sec4 > div > p span {
            font-size: 20px;
            font-size: 2rem;
            margin-top: 10px; } }
  .sec4__row {
    border-top: 1px solid #898989; }
    .sec4__row.border-bottom {
      border-bottom: 1px solid #898989; }
    .sec4__row a {
      padding: 3.64583vw 0 3.125vw;
      display: block;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .sec4__row a:hover {
        opacity: .7 !important; }
      @media only screen and (max-width: 767px) {
        .sec4__row a {
          padding: 32px 0 24px; } }
      .sec4__row a strong,
      .sec4__row a em {
        display: block; }
      .sec4__row a svg {
        margin-top: 20px;
        width: 80px;
        height: 27px; }
        @media only screen and (max-width: 767px) {
          .sec4__row a svg {
            margin-top: 15px;
            width: 60px;
            height: 20px; } }
      .sec4__row a span {
        font-size: 18px;
        width: 80px;
        border: 1px solid;
        border-radius: 40px;
        display: block;
        margin: auto;
        margin-top: 20px;
        padding: 4px 0; }
        @media only screen and (max-width: 767px) {
          .sec4__row a span {
            font-size: 16px;
            padding: 3px 0; } }
      .sec4__row a strong {
        font-size: 1.66667vw; }
        @media only screen and (max-width: 767px) {
          .sec4__row a strong {
            font-size: 20px;
            font-size: 2rem; } }
      .sec4__row a em {
        font-size: 1.35417vw;
        margin-top: 1.45833vw; }
        @media only screen and (max-width: 767px) {
          .sec4__row a em {
            font-size: 13px;
            font-size: 1.3rem;
            margin-top: 12px; } }
  .sec4__map {
    margin-top: 8.125vw; }
    @media only screen and (max-width: 767px) {
      .sec4__map {
        margin-top: 40px; } }
    .sec4__map iframe {
      width: 100%;
      height: 36.45833vw; }
      @media only screen and (max-width: 767px) {
        .sec4__map iframe {
          height: 180px; } }
    .sec4__map img {
      width: 100%; }
  .sec4__top {
    font-size: 1.66667vw;
    text-align: center;
    margin-top: 12.1875vw; }
    @media only screen and (max-width: 767px) {
      .sec4__top {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 120px; } }
  .sec4__copy {
    font-size: 0.83333vw;
    margin-top: 8.125vw;
    text-align: center;
    padding-bottom: 1.875vw; }
    @media only screen and (max-width: 767px) {
      .sec4__copy {
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 40px;
        padding-bottom: 30px; } }

.slider {
  padding-top: 9.27083vw;
  padding-bottom: 13.69792vw;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .slider {
      padding-top: 60px;
      padding-bottom: 120px; } }
  .slider .background {
    background: #040000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
    .slider .background.on {
      opacity: 1; }
  .slider .slick-next,
  .slider .slick-prev {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none; }
  .slider .slick-list {
    overflow: visible; }
  .slider__inner {
    max-width: 50.26042vw;
    margin: auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .slider__inner {
        max-width: calc(100% - 20px); } }
  .slider__slide {
    text-align: center; }
    .slider__slide img {
      width: auto;
      height: 27.5vw;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .slider__slide img {
          height: 195px; } }
  .slider__control {
    width: 31.66667vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.51562vw;
    color: #fff;
    z-index: 1;
    padding-right: 0.9375vw;
    padding-left: 0.9375vw;
    mix-blend-mode: difference; }
    @media only screen and (max-width: 767px) {
      .slider__control {
        width: calc(100% - 100px);
        padding-right: 14px;
        padding-left: 14px;
        bottom: 45px; } }
  .slider__prev {
    position: absolute;
    display: block;
    width: 1.04167vw;
    height: 1.04167vw;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .slider__prev {
        width: 12px;
        height: 12px; } }
  .slider__next {
    position: absolute;
    display: block;
    width: 1.04167vw;
    height: 1.04167vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .slider__next {
        width: 12px;
        height: 12px; } }
  .slider__title {
    width: 100%;
    text-align: center;
    font-size: 1.25vw;
    position: relative;
    z-index: 1;
    font-family: "EB Garamond", serif; }
    @media only screen and (max-width: 767px) {
      .slider__title {
        font-size: 14px;
        font-size: 1.4rem; } }
