@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; }

@font-face {
  font-family: "Portrait";
  font-weight: 300;
  src: url("../fonts/PortraitLight.woff2") format("woff2"), url("../fonts/PortraitLight.woff") format("woff"); }

@font-face {
  font-family: "PortraitText";
  font-weight: 600;
  src: url("../fonts/PortraitText-Medium-Web.woff2") format("woff2"), url("../fonts/PortraitText-Medium-Web.woff") format("woff"); }

@font-face {
  font-family: "PortraitText";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/PortraitText-MediumItalic-Web.woff2") format("woff2"), url("../fonts/PortraitText-MediumItalic-Web.woff") format("woff"); }

@font-face {
  font-family: "PortraitText";
  font-weight: 400;
  src: url("../fonts/PortraitText-Regular-Web.woff2") format("woff2"), url("../fonts/PortraitText-Regular-Web.woff") format("woff"); }

@font-face {
  font-family: "PortraitText";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/PortraitText-RegularItalic-Web.woff2") format("woff2"), url("../fonts/PortraitText-RegularItalic-Web.woff") format("woff"); }

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

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

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

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

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: "Inter", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  color: #121212; }

body {
  overscroll-behavior-y: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  body.font-loaded {
    opacity: 1; }
  body.top .sub-container__header {
    display: none !important; }

* {
  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 {
  padding: 0 60px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0 24px; } }

.disabled-link {
  cursor: default; }

[data-trigger] {
  position: relative;
  top: 100px;
  -webkit-transition: top 1.2s, opacity 1.2s;
  -moz-transition: top 1.2s, opacity 1.2s;
  -o-transition: top 1.2s, opacity 1.2s;
  transition: top 1.2s, opacity 1.2s;
  opacity: 0; }
  [data-trigger].visible {
    top: 0;
    opacity: 1; }

.top-container .footer {
  background: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 100%; }
  @media only screen and (min-width: 768px) {
    .top-container .footer {
      z-index: 9; } }
  @media only screen and (max-width: 767px) {
    .top-container .footer {
      position: relative;
      top: 0;
      z-index: 10;
      padding-top: 214px; } }

@media only screen and (max-width: 767px) {
  .about-system .footer__brand {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .about-system .footer__brand > span {
    font-size: 60px;
    font-size: 6rem;
    text-align: center;
    line-height: 1; } }

.footer {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 60px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .footer {
      position: relative;
      top: 0;
      z-index: 10;
      padding-top: 214px;
      padding-bottom: 28px; } }
  .footer__brand {
    text-align: center;
    max-width: 1460px;
    padding: 0 60px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      .footer__brand {
        padding: 0 24px; } }
    .footer__brand > span {
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-size: min(9.92188vw, 130px);
      font-weight: 300;
      display: block; }
      @media only screen and (max-width: 767px) {
        .footer__brand > span {
          letter-spacing: -0.02em;
          font-size: 36px;
          font-size: 3.6rem;
          text-align: left;
          padding: 0 24px; } }
  .footer__bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 90px;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .footer__bottom {
        display: block;
        margin-top: 32px; } }
    .footer__bottom > div:nth-child(1) p {
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "Inter", sans-serif;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: -0.005em; }
      .footer__bottom > div:nth-child(1) p:nth-child(2) {
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 18px;
        letter-spacing: 0em; }
        @media only screen and (max-width: 767px) {
          .footer__bottom > div:nth-child(1) p:nth-child(2) {
            margin-top: 52px; } }
    .footer__bottom > div:nth-child(2) img {
      width: 80px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .footer__bottom > div:nth-child(2) img {
          position: absolute;
          left: 24px;
          top: 106px; } }

body.sub-01 .header__mega__chapters__texts > div:nth-child(1) {
  opacity: 1; }

body.sub-02 .header__mega__chapters__texts > div:nth-child(2) {
  opacity: 1; }

.header__mega__chapters__texts > div:hover {
  opacity: 1; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  mix-blend-mode: difference;
  z-index: 102; }
  .header__brand {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .header__brand.hidden {
      cursor: default;
      pointer-events: none;
      opacity: 0; }
    .header__brand img {
      width: 70px; }
  .header .inner {
    position: relative; }
  .header__toggle {
    position: absolute;
    right: 30px;
    padding-top: 28px; }
    @media only screen and (min-width: 768px) {
      .header__toggle {
        right: 60px; } }
    .header__toggle a {
      display: block;
      width: 22px;
      height: 9px;
      position: relative;
      font-weight: 400; }
      .header__toggle a.on span:nth-child(1) {
        top: 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header__toggle a.on span:nth-child(2) {
        bottom: 3px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header__toggle a span {
        width: 100%;
        position: absolute;
        left: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .header__toggle a span:nth-child(1) {
          top: 0; }
        .header__toggle a span:nth-child(2) {
          bottom: 0; }
  .header__mega {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: black;
    display: none; }
    @media only screen and (min-width: 768px) {
      .header__mega__inner-box {
        position: absolute;
        width: calc(100% - 120px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        padding-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .header__mega__inner-box {
        padding-top: 90px;
        padding-bottom: 30px;
        overflow: scroll;
        height: 100%; } }
    .header__mega__inner-box ul {
      font-size: 0;
      max-width: 800px; }
      .header__mega__inner-box ul li {
        display: inline-block;
        min-width: 158px;
        margin-right: 60px;
        margin-top: 8px; }
        @media only screen and (max-width: 767px) {
          .header__mega__inner-box ul li {
            display: block;
            width: auto;
            margin: 4px 0; } }
        .header__mega__inner-box ul li a span {
          font-family: "Inter", sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          position: relative;
          display: inline-block;
          line-height: 1.857142857;
          padding-right: 22px;
          color: #fff;
          font-weight: 400; }
          .header__mega__inner-box ul li a span:before {
            content: "";
            width: 15px;
            height: 1px;
            background: #fff;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto; }
          .header__mega__inner-box ul li a span:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
    .header__mega__chapters {
      margin-top: 50px; }
      @media only screen and (max-width: 767px) {
        .header__mega__chapters {
          margin-top: 60px; } }
      .header__mega__chapters__texts {
        color: #fff;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .header__mega__chapters__texts > div {
          width: 50%;
          opacity: .5;
          -webkit-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media only screen and (max-width: 767px) {
            .header__mega__chapters__texts > div {
              width: 100%; }
              .header__mega__chapters__texts > div:nth-child(2) {
                margin-top: 60px; } }
          .header__mega__chapters__texts > div h2 {
            font-size: 14px;
            font-size: 1.4rem;
            font-family: "Inter", sans-serif;
            font-weight: 500; }
          .header__mega__chapters__texts > div h3 {
            font-size: 4.21875vw;
            font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
            font-weight: 300;
            margin-top: 26px;
            position: relative;
            left: -4px; }
            @media only screen and (max-width: 767px) {
              .header__mega__chapters__texts > div h3 {
                font-size: 40px;
                left: 0;
                line-height: 1.08; } }
          .header__mega__chapters__texts > div p {
            font-size: 14px;
            font-size: 1.4rem;
            font-family: "Inter", sans-serif;
            line-height: 2;
            margin-top: 8px; }
          .header__mega__chapters__texts > div span,
          .header__mega__chapters__texts > div em {
            display: inline-block;
            font-size: 12px;
            font-size: 1.2rem;
            margin-top: 38px;
            position: relative;
            padding-right: 22px; }
          @media only screen and (max-width: 767px) {
            .header__mega__chapters__texts > div em {
              margin-top: 10px; } }
          .header__mega__chapters__texts > div span:before {
            content: "";
            width: 15px;
            height: 1px;
            background: #fff;
            position: absolute;
            right: 0;
            top: 0px;
            bottom: 0;
            margin: auto; }
          .header__mega__chapters__texts > div span:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            position: absolute;
            right: 0;
            top: 0px;
            bottom: 0;
            margin: auto;
            -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__mega__brand {
        display: none; } }
    .header__mega__brand > img {
      position: absolute;
      left: 30px;
      width: 80px;
      top: 30px; }
      @media only screen and (min-width: 768px) {
        .header__mega__brand > img {
          left: 60px; } }
    .header__mega__brand span {
      position: absolute;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300;
      font-size: 24px;
      font-size: 2.4rem;
      color: #fff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      top: 26px; }
    .header__mega__inner {
      position: relative;
      height: 100%; }
    .header__mega__buttons {
      padding-top: 40px; }
      @media only screen and (max-width: 767px) {
        .header__mega__buttons {
          padding-top: 38px; } }
      .header__mega__buttons ol {
        font-size: 0; }
        .header__mega__buttons ol li {
          display: inline-block;
          vertical-align: middle; }
          @media only screen and (max-width: 767px) {
            .header__mega__buttons ol li {
              display: block;
              width: 170px;
              margin-top: 22px; } }
          .header__mega__buttons ol li:nth-child(1), .header__mega__buttons ol li:nth-child(2) {
            margin-right: 20px; }
            @media only screen and (max-width: 767px) {
              .header__mega__buttons ol li:nth-child(1), .header__mega__buttons ol li:nth-child(2) {
                margin-right: 0; } }
          .header__mega__buttons ol li a {
            display: block;
            padding: 18px 0 16px;
            width: 170px;
            border: 1px solid #fff;
            border-radius: 6px;
            text-align: center;
            position: relative;
            overflow: hidden;
            font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
            font-weight: 600; }
            .header__mega__buttons ol li a:hover:before {
              left: 0;
              opacity: 1; }
            .header__mega__buttons ol li a:hover span {
              color: #333; }
            .header__mega__buttons ol li a:before {
              content: "";
              position: absolute;
              width: 105%;
              height: 105%;
              left: -105%;
              top: 0;
              bottom: 0;
              margin: auto;
              background: #fff;
              z-index: 0;
              opacity: 0;
              -webkit-transition: left 0.4s, opacity 0.4s;
              -moz-transition: left 0.4s, opacity 0.4s;
              -o-transition: left 0.4s, opacity 0.4s;
              transition: left 0.4s, opacity 0.4s; }
            .header__mega__buttons ol li a span {
              position: relative;
              z-index: 1;
              font-size: 18px;
              font-size: 1.8rem;
              letter-spacing: 0.01em;
              color: #fff;
              -webkit-transition: color 0.4s;
              -moz-transition: color 0.4s;
              -o-transition: color 0.4s;
              transition: color 0.4s; }
    .header__mega__copy {
      margin-top: 70px; }
      .header__mega__copy p {
        color: #fff;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        line-height: 1.5;
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 18px;
        letter-spacing: 0em; }

.about-system {
  padding-top: 150px; }
  .about-system__text {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
    margin-top: 50px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .about-system__text {
        padding: 0 20px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 30px;
        text-align: left;
        line-height: 2; } }
  .about-system .slick-dotted.slick-slider {
    margin: 0; }
  .about-system .slick-prev,
  .about-system .slick-next {
    opacity: 0 !important;
    pointer-events: none;
    left: auto;
    right: auto; }
  @media only screen and (max-width: 767px) {
    .about-system__slider {
      margin-bottom: 30px !important; } }
  .about-system__slider--whole {
    padding: 60px;
    max-width: 1520px;
    margin: auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .about-system__slider--whole {
        padding: 0;
        margin-top: 84px; } }
  .about-system__slider--pager {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .about-system__slider--pager .p,
    .about-system__slider--pager .n {
      position: absolute;
      width: calc(50% - 30px);
      height: calc(100% - 60px);
      top: 0;
      bottom: 0;
      margin: auto; }
    .about-system__slider--pager .p {
      left: 0; }
      .about-system__slider--pager .p:hover {
        cursor: url(../images/prev.png), auto; }
    .about-system__slider--pager .n {
      right: 0; }
      .about-system__slider--pager .n:hover {
        cursor: url(../images/next.png), auto; }
  .about-system__slider .slick-dots li {
    margin: 0 4px;
    padding: 0;
    width: 6px;
    height: 6px;
    display: inline-block; }
    .about-system__slider .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 0;
      height: 0;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .about-system__slider .slick-dots li button:before {
        content: none; }
    .about-system__slider .slick-dots li.slick-active button {
      background: #121212; }
  .about-system__slide img {
    display: block;
    width: 100%; }

.chapters {
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 100%;
  opacity: 1 !important; }
  @media only screen and (min-width: 768px) {
    .chapters {
      z-index: 9; } }
  @media only screen and (max-width: 767px) {
    .chapters {
      position: relative;
      top: auto;
      opacity: 1;
      height: auto; } }
  .chapters__header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 1460px;
    padding: 0 30px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) {
      .chapters__header {
        padding: 0 60px; } }
    @media only screen and (max-width: 767px) {
      .chapters__header {
        display: none; } }
    .chapters__header > div {
      position: relative;
      width: 100%; }
    .chapters__header img {
      width: 80px;
      display: block;
      margin-top: 30px; }
    .chapters__header span {
      position: absolute;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300;
      font-size: 24px;
      font-size: 2.4rem;
      color: #fff;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      margin-top: -2px;
      top: 0; }
  .chapters__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%; }
  .chapters__col {
    display: block;
    height: 100%;
    width: 50%;
    position: relative;
    -webkit-transition: width 0.4s cubic-bezier(0, 0, 0.07, 1.01);
    -moz-transition: width 0.4s cubic-bezier(0, 0, 0.07, 1.01);
    -o-transition: width 0.4s cubic-bezier(0, 0, 0.07, 1.01);
    transition: width 0.4s cubic-bezier(0, 0, 0.07, 1.01); }
    @media only screen and (min-width: 768px) {
      .chapters__col:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity 0.8s;
        -moz-transition: opacity 0.8s;
        -o-transition: opacity 0.8s;
        transition: opacity 0.8s; } }
    @media only screen and (max-width: 767px) {
      .chapters__col {
        width: 100%;
        height: calc((var(--vh, 1vh) * 100) + 84px); } }
    @media only screen and (min-width: 768px) {
      .chapters__col:hover:before {
        opacity: 0; }
      .chapters__col:hover .chapters__texts {
        opacity: 1; }
      .chapters__col:hover video {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1s6);
        -moz-transform: translateY(-50%) translateX(-50%) scale(1s6);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1s6);
        -o-transform: translateY(-50%) translateX(-50%) scale(1s6);
        transform: translateY(-50%) translateX(-50%) scale(1s6); } }
    .chapters__col.disabled-link .chapters__texts {
      opacity: 0.34;
      cursor: default;
      pointer-events: none; }
    .chapters__col--img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #000;
      margin: auto;
      background-size: cover;
      background-position: center center;
      overflow: hidden; }
      .chapters__col--img video {
        max-width: 100%;
        position: absolute;
        width: 100%;
        top: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        -moz-transform: translateY(-50%) translateX(-50%) scale(1);
        -ms-transform: translateY(-50%) translateX(-50%) scale(1);
        -o-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
        opacity: 0;
        -webkit-transition: opacity 0.8s, -webkit-transform 4s;
        -moz-transition: opacity 0.8s, -moz-transform 4s;
        -o-transition: opacity 0.8s, -o-transform 4s;
        transition: opacity 0.8s, transform 4s; }
        @media only screen and (max-width: 767px) {
          .chapters__col--img video {
            opacity: 1; } }
  .chapters__texts {
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    bottom: 16%;
    opacity: 0.34;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s; }
    @media only screen and (min-width: 768px) {
      .chapters__texts {
        z-index: 2; } }
    @media only screen and (max-width: 767px) {
      .chapters__texts {
        width: 100%;
        bottom: 13%;
        padding: 0 24px;
        opacity: 1; } }
    .chapters__texts h2 {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Inter", sans-serif;
      font-weight: 400; }
    .chapters__texts h3 {
      font-size: 60px;
      font-size: 6rem;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300;
      margin-top: 20px;
      position: relative;
      left: -4px; }
    .chapters__texts p {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Inter", sans-serif;
      line-height: 1.571428571;
      margin-top: 8px;
      font-weight: 400; }
    .chapters__texts span,
    .chapters__texts em {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 38px;
      position: relative;
      padding-right: 22px; }
    .chapters__texts span {
      display: block;
      padding: 18px 0 16px;
      width: 170px;
      border: 1px solid #fff;
      border-radius: 6px;
      text-align: center;
      position: relative;
      overflow: hidden;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300; }
      .chapters__texts span:hover:before {
        left: 0;
        opacity: 1; }
      .chapters__texts span:hover b {
        color: #333; }
      .chapters__texts span:before {
        content: "";
        position: absolute;
        width: 105%;
        height: 105%;
        left: -105%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        z-index: 0;
        opacity: 0;
        -webkit-transition: left 0.4s, opacity 0.4s;
        -moz-transition: left 0.4s, opacity 0.4s;
        -o-transition: left 0.4s, opacity 0.4s;
        transition: left 0.4s, opacity 0.4s; }
      .chapters__texts span b {
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        color: #fff;
        -webkit-transition: color 0.4s;
        -moz-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s;
        font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }

.chart {
  background: #fff;
  position: relative;
  padding: 0 60px;
  padding-top: 136px;
  padding-bottom: 236px;
  max-width: 1540px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .chart {
      padding: 24px;
      padding-top: 90px; } }
  .chart h2 {
    font-size: 60px;
    font-size: 6rem;
    font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .chart h2 {
        font-size: 40px;
        font-size: 4rem; } }
  .chart__inner {
    width: 100%;
    margin-top: 22px; }
    @media only screen and (max-width: 767px) {
      .chart__inner {
        padding: 0;
        margin-top: 0;
        padding-top: 42px; } }
    .chart__inner > small {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      display: block;
      margin-top: 80px; }
      @media only screen and (max-width: 767px) {
        .chart__inner > small {
          font-size: 13.5px;
          margin-top: 40px;
          line-height: 1.8; } }
    .chart__inner > p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }
      @media only screen and (max-width: 767px) {
        .chart__inner > p {
          line-height: 1.8; } }
      .chart__inner > p small {
        display: block;
        font-size: 80%; }
        @media only screen and (max-width: 767px) {
          .chart__inner > p small {
            font-size: 90%; } }
  .chart__table {
    margin-top: 80px; }
    .chart__table--row {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start;
      border-right: 1px solid #dcdcdc; }
      @media only screen and (max-width: 767px) {
        .chart__table--row {
          border-right: none; } }
      .chart__table--row:nth-child(2) .chart__table--cols--div {
        padding-top: 40px;
        padding-bottom: 10px; }
        .chart__table--row:nth-child(2) .chart__table--cols--div.connect {
          position: relative;
          background-image: url(../images/common/connect.svg);
          background-size: 4px auto;
          background-position: center top;
          background-repeat: no-repeat; }
      .chart__table--row:nth-child(2) .chart__table--head {
        padding-top: 40px; }
    .chart__table--head {
      width: 95px; }
      .chart__table--head h3 {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400; }
    .chart__table--cols {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: calc(100% - 95px); }
      .chart__table--cols--div {
        width: 16.666666667%;
        cursor: pointer;
        border-left: 1px solid #dcdcdc;
        padding: 0 5px;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .chart__table--cols--div {
            padding: 0;
            border-left: none; } }
        @media only screen and (max-width: 767px) {
          .chart__table--cols--div {
            width: 100%; } }
        .chart__table--cols--div.blank-col {
          cursor: default; }
        .chart__table--cols--div > div:nth-child(3).on a:nth-child(1) {
          display: none; }
        .chart__table--cols--div > div:nth-child(3).on a:nth-child(2) {
          display: block; }
        .chart__table--cols--div > div:nth-child(3) a {
          display: inline-block;
          padding: 7px 11px 5px;
          border: 1px solid #000;
          border-radius: 4px;
          text-align: center;
          position: relative;
          overflow: hidden;
          font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
          font-weight: 600;
          cursor: default;
          pointer-events: none; }
          .chart__table--cols--div > div:nth-child(3) a:nth-child(1) {
            display: block; }
          .chart__table--cols--div > div:nth-child(3) a:nth-child(2) {
            display: none; }
          @media only screen and (max-width: 767px) {
            .chart__table--cols--div > div:nth-child(3) a {
              width: 100%;
              padding: 0 0 0; } }
          .chart__table--cols--div > div:nth-child(3) a:hover:before {
            left: 0;
            opacity: 1; }
          .chart__table--cols--div > div:nth-child(3) a:hover span {
            color: #333; }
          .chart__table--cols--div > div:nth-child(3) a:before {
            content: "";
            position: absolute;
            width: 105%;
            height: 105%;
            left: -105%;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #000;
            z-index: 0;
            opacity: 0;
            -webkit-transition: left 0.4s, opacity 0.4s;
            -moz-transition: left 0.4s, opacity 0.4s;
            -o-transition: left 0.4s, opacity 0.4s;
            transition: left 0.4s, opacity 0.4s; }
          .chart__table--cols--div > div:nth-child(3) a span {
            position: relative;
            z-index: 1;
            font-size: 13px;
            font-size: 1.3rem;
            letter-spacing: 0.03em;
            color: #000;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            -o-transition: color 0.4s;
            transition: color 0.4s; }
        .chart__table--cols--div > div:nth-child(1) {
          width: 100%;
          background-color: #dcdcdc;
          padding-top: 115.625%;
          position: relative;
          opacity: 1;
          -webkit-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media only screen and (min-width: 768px) {
            .chart__table--cols--div > div:nth-child(1):hover {
              opacity: .8; } }
          .chart__table--cols--div > div:nth-child(1) > div {
            background-size: cover;
            background-position: center center;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
            .chart__table--cols--div > div:nth-child(1) > div span {
              position: absolute;
              font-size: 11px;
              font-size: 1.1rem;
              background: #000000;
              padding: 4px 6px 3px;
              top: 0;
              left: 0;
              color: #fff;
              font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }
          .chart__table--cols--div > div:nth-child(1).double > div:nth-child(2) {
            opacity: 0; }
          .chart__table--cols--div > div:nth-child(1).double.on > div:nth-child(2) {
            opacity: 1; }
        .chart__table--cols--div > div:nth-child(2) {
          padding: 10px 2px; }
          .chart__table--cols--div > div:nth-child(2) p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.285714286;
            text-align: center; }
            @media only screen and (max-width: 767px) {
              .chart__table--cols--div > div:nth-child(2) p {
                min-height: 54px; } }
            .chart__table--cols--div > div:nth-child(2) p span:nth-child(2) {
              display: none; }
            .chart__table--cols--div > div:nth-child(2) p.on span:nth-child(1) {
              display: none; }
            .chart__table--cols--div > div:nth-child(2) p.on span:nth-child(2) {
              display: block; }
          .chart__table--cols--div > div:nth-child(2) dl.on dd:nth-child(1) {
            display: none; }
          .chart__table--cols--div > div:nth-child(2) dl.on dd:nth-child(2) {
            display: block; }
          .chart__table--cols--div > div:nth-child(2) dl dd:nth-child(2) {
            display: none; }
          .chart__table--cols--div > div:nth-child(2) dl dd a {
            display: block;
            padding: 10px 0 8px;
            width: 100px;
            margin: auto;
            border: 1px solid #000;
            border-radius: 6px;
            text-align: center;
            position: relative;
            overflow: hidden;
            font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
            font-weight: 600;
            margin-top: 12px; }
            @media only screen and (min-width: 768px) {
              .chart__table--cols--div > div:nth-child(2) dl dd a:hover:before {
                left: 0;
                opacity: 1; }
              .chart__table--cols--div > div:nth-child(2) dl dd a:hover span {
                color: #fff; } }
            .chart__table--cols--div > div:nth-child(2) dl dd a:before {
              content: "";
              position: absolute;
              width: 105%;
              height: 105%;
              left: -105%;
              top: 0;
              bottom: 0;
              margin: auto;
              background: #000;
              z-index: 0;
              opacity: 0;
              -webkit-transition: left 0.4s, opacity 0.4s;
              -moz-transition: left 0.4s, opacity 0.4s;
              -o-transition: left 0.4s, opacity 0.4s;
              transition: left 0.4s, opacity 0.4s; }
            .chart__table--cols--div > div:nth-child(2) dl dd a span {
              position: relative;
              z-index: 1;
              font-size: 14px;
              font-size: 1.4rem;
              letter-spacing: 0.01em;
              color: #000;
              -webkit-transition: color 0.4s;
              -moz-transition: color 0.4s;
              -o-transition: color 0.4s;
              transition: color 0.4s; }
          .chart__table--cols--div > div:nth-child(2) ol li {
            margin: 2px 0; }
            .chart__table--cols--div > div:nth-child(2) ol li span {
              display: inline-block;
              vertical-align: middle;
              position: relative;
              padding-right: 18px;
              color: #5a5a5a; }
              .chart__table--cols--div > div:nth-child(2) ol li span:before {
                content: "";
                width: 10px;
                height: 1px;
                background: #5a5a5a;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto; }
              .chart__table--cols--div > div:nth-child(2) ol li span:after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                border-top: 1px solid #5a5a5a;
                border-right: 1px solid #5a5a5a;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 4px;
                height: 4px; }
  .chart__slider {
    margin-left: -24px;
    width: calc(100% + 48px);
    overflow: hidden; }
    .chart__slider__title {
      padding-left: 24px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 600;
      padding-top: 50px; }
      .chart__slider__title.small-mt {
        margin-top: 20px; }
    .chart__slider__slider {
      width: 212px;
      margin: auto;
      margin-top: 18px; }
    .chart__slider .chart__table--cols--div {
      padding: 0 6px; }
    .chart__slider .slick-list {
      overflow: visible; }
    .chart__slider .slick-slide {
      opacity: .3; }
    .chart__slider .slick-prev:before,
    .chart__slider .slick-next:before {
      content: none; }
    .chart__slider .slick-active {
      opacity: 1; }
  .chart__buttons {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      .chart__buttons {
        padding-top: 0; } }
    .chart__buttons.on ol li:nth-child(1) a {
      opacity: 1; }
    .chart__buttons.on ol li:nth-child(2) a {
      opacity: .4; }
    .chart__buttons ol {
      font-size: 0; }
      @media only screen and (max-width: 767px) {
        .chart__buttons ol {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      .chart__buttons ol li {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .chart__buttons ol li {
            width: 49% !important; } }
        .chart__buttons ol li:nth-child(1) a {
          opacity: .4; }
        .chart__buttons ol li:nth-child(2) a {
          opacity: 1; }
        @media only screen and (max-width: 767px) {
          .chart__buttons ol li {
            display: block;
            width: 170px;
            margin-top: 22px; } }
        .chart__buttons ol li:nth-child(1), .chart__buttons ol li:nth-child(2) {
          margin-right: 20px; }
          @media only screen and (max-width: 767px) {
            .chart__buttons ol li:nth-child(1), .chart__buttons ol li:nth-child(2) {
              margin-right: 0; } }
        .chart__buttons ol li a {
          display: block;
          padding: 18px 0 16px;
          width: 170px;
          border: 1px solid #000;
          border-radius: 6px;
          text-align: center;
          position: relative;
          overflow: hidden;
          font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .chart__buttons ol li a {
              width: 100%;
              padding: 16px 0 14px; } }
          .chart__buttons ol li a:before {
            content: "";
            position: absolute;
            width: 105%;
            height: 105%;
            left: -105%;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #000;
            z-index: 0;
            opacity: 0;
            -webkit-transition: left 0.4s, opacity 0.4s;
            -moz-transition: left 0.4s, opacity 0.4s;
            -o-transition: left 0.4s, opacity 0.4s;
            transition: left 0.4s, opacity 0.4s; }
          .chart__buttons ol li a span {
            position: relative;
            z-index: 1;
            font-size: 18px;
            font-size: 1.8rem;
            letter-spacing: 0.01em;
            color: #000;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            -o-transition: color 0.4s;
            transition: color 0.4s; }

.checkportrait {
  font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
  position: absolute;
  font-size: 100px;
  z-index: 1000000000000;
  color: #fff; }

.introduction {
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 100%;
  opacity: 1 !important; }
  @media only screen and (min-width: 768px) {
    .introduction {
      z-index: 9; } }
  @media only screen and (max-width: 767px) {
    .introduction {
      position: relative;
      top: auto;
      opacity: 1;
      height: 830px; } }
  @media only screen and (max-width: 321px) {
    .introduction {
      height: 900px; } }
  .introduction > .inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    bottom: 15%; }
    @media only screen and (max-width: 767px) {
      .introduction > .inner {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
  .introduction__upper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .introduction__brand img {
    display: block;
    width: 80px; }
    @media only screen and (max-width: 767px) {
      .introduction__brand img {
        width: 70px; } }
  .introduction__catch {
    width: 100%;
    max-width: 559px; }
    .introduction__catch span {
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300;
      font-size: 60px;
      font-size: 6rem; }
      @media only screen and (max-width: 767px) {
        .introduction__catch span {
          font-size: 22px;
          font-size: 2.2rem; } }
    .introduction__catch img {
      display: block;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .introduction__catch img {
          width: 233px; } }
  .introduction__body {
    padding-top: 88px; }
    @media only screen and (max-width: 767px) {
      .introduction__body {
        padding-top: 36px; } }
    .introduction__body ol {
      font-size: 0; }
      @media only screen and (max-width: 767px) {
        .introduction__body ol {
          margin-top: 40px; } }
      .introduction__body ol li {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .introduction__body ol li {
            display: block;
            width: 170px;
            margin-top: 22px; } }
        .introduction__body ol li:nth-child(1), .introduction__body ol li:nth-child(2) {
          margin-right: 20px; }
          @media only screen and (max-width: 767px) {
            .introduction__body ol li:nth-child(1), .introduction__body ol li:nth-child(2) {
              margin-right: 0; } }
        .introduction__body ol li a {
          display: block;
          padding: 18px 0 16px;
          width: 170px;
          border: 1px solid #000;
          border-radius: 6px;
          text-align: center;
          position: relative;
          overflow: hidden;
          font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
          font-weight: 300; }
          .introduction__body ol li a:hover:before {
            left: 0;
            opacity: 1; }
          .introduction__body ol li a:hover span {
            color: #fff; }
          .introduction__body ol li a:before {
            content: "";
            position: absolute;
            width: 105%;
            height: 105%;
            left: -105%;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #000;
            z-index: 0;
            opacity: 0;
            -webkit-transition: left 0.4s, opacity 0.4s;
            -moz-transition: left 0.4s, opacity 0.4s;
            -o-transition: left 0.4s, opacity 0.4s;
            transition: left 0.4s, opacity 0.4s; }
          .introduction__body ol li a span {
            position: relative;
            z-index: 1;
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.01em;
            color: #000;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            -o-transition: color 0.4s;
            transition: color 0.4s;
            font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }
    .introduction__body p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2;
      font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .introduction__body p {
          font-size: 16px;
          font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) and (max-width: 321px) {
    .introduction__body p br.sp {
      display: none; } }
      .introduction__body p strong {
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 767px) {
          .introduction__body p strong {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.7;
            display: block; } }

.mainvisual {
  background: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100); }
  @media only screen and (max-width: 767px) {
    .mainvisual {
      position: relative;
      top: auto;
      opacity: 1; } }
  .mainvisual__videos {
    position: absolute;
    background: #000000;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    .mainvisual__videos--overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.2); }
    .mainvisual__videos--elem {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .mainvisual__videos--elem video {
        max-width: 100%;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 767px) {
          .mainvisual__videos--elem video {
            width: auto;
            height: 133%;
            max-width: none;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); } }
  .mainvisual__inner {
    color: #fff;
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .mainvisual__inner {
        top: 53%; } }
  @media only screen and (max-width: 767px) {
    .mainvisual__brand {
      position: fixed;
      left: 24px;
      top: 24px;
      mix-blend-mode: difference;
      z-index: 100; } }
  .mainvisual__brand img {
    width: 80px; }
    @media only screen and (max-width: 767px) {
      .mainvisual__brand img {
        width: 70px; } }
  .mainvisual__catch {
    text-align: center;
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .mainvisual__catch {
        text-align: left;
        margin-top: 0; } }
    .mainvisual__catch > span {
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-size: min(9.92188vw, 130px);
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .mainvisual__catch > span {
          font-size: 50px;
          font-size: 5rem;
          line-height: .9; } }
  .mainvisual__menu {
    padding-top: 40px;
    opacity: 0; }
    @media only screen and (max-width: 767px) {
      .mainvisual__menu {
        padding-top: 0px; } }
    .mainvisual__menu li {
      display: block; }
      .mainvisual__menu li a {
        pointer-events: none; }
        .mainvisual__menu li a span {
          font-family: "Inter", sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          position: relative;
          display: inline-block;
          line-height: 1.857142857;
          padding-right: 22px;
          font-weight: 400; }
          .mainvisual__menu li a span:before {
            content: "";
            width: 15px;
            height: 1px;
            background: #fff;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto; }
          .mainvisual__menu li a span:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .mainvisual__row {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .mainvisual__buttons {
    padding-top: 10px; }
    @media only screen and (max-width: 767px) {
      .mainvisual__buttons {
        padding-top: 0; } }
    .mainvisual__buttons ol {
      font-size: 0; }
      .mainvisual__buttons ol li {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .mainvisual__buttons ol li {
            display: block;
            width: 170px;
            margin-top: 22px; } }
        .mainvisual__buttons ol li:nth-child(1), .mainvisual__buttons ol li:nth-child(2) {
          margin-right: 20px; }
          @media only screen and (max-width: 767px) {
            .mainvisual__buttons ol li:nth-child(1), .mainvisual__buttons ol li:nth-child(2) {
              margin-right: 0; } }
        .mainvisual__buttons ol li a {
          display: block;
          padding: 18px 0 16px;
          width: 170px;
          border: 1px solid #fff;
          border-radius: 6px;
          text-align: center;
          position: relative;
          overflow: hidden;
          font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
          font-weight: 300; }
          .mainvisual__buttons ol li a:hover:before {
            left: 0;
            opacity: 1; }
          .mainvisual__buttons ol li a:hover span {
            color: #333; }
          .mainvisual__buttons ol li a:before {
            content: "";
            position: absolute;
            width: 105%;
            height: 105%;
            left: -105%;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #fff;
            z-index: 0;
            opacity: 0;
            -webkit-transition: left 0.4s, opacity 0.4s;
            -moz-transition: left 0.4s, opacity 0.4s;
            -o-transition: left 0.4s, opacity 0.4s;
            transition: left 0.4s, opacity 0.4s; }
          .mainvisual__buttons ol li a span {
            position: relative;
            z-index: 1;
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.01em;
            color: #fff;
            -webkit-transition: color 0.4s;
            -moz-transition: color 0.4s;
            -o-transition: color 0.4s;
            transition: color 0.4s;
            font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }
  .mainvisual__chapters {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .mainvisual__chapters {
        display: none; } }
    .mainvisual__chapters > a {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      opacity: 0.7;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media only screen and (min-width: 768px) {
        .mainvisual__chapters > a:hover {
          opacity: 1; } }
      .mainvisual__chapters > a:nth-child(1) {
        margin-right: 48px; }
      .mainvisual__chapters > a.disabled-link {
        opacity: .5;
        cursor: default;
        pointer-events: none; }
      .mainvisual__chapters > a small {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "Inter", sans-serif;
        font-weight: 400; }
      .mainvisual__chapters > a h2 {
        font-size: 26px;
        font-size: 2.6rem;
        font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
        margin-top: 12px;
        font-weight: 300; }
      .mainvisual__chapters > a p {
        margin-top: 6px;
        font-family: "Inter", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.583333333;
        font-weight: 400; }

@media only screen and (max-width: 767px) {
  .video02_01 {
    left: 67% !important; } }

@media only screen and (max-width: 767px) {
  .video02_02 {
    height: auto !important;
    width: 100% !important; } }

.open-modal {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none; }
  .open-modal__close {
    position: absolute;
    right: 50px;
    top: 30px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .open-modal__close {
        right: 20px;
        top: 25px;
        width: 24px;
        height: 24px; } }
    .open-modal__close:before {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #000; }
    .open-modal__close:after {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #000; }
  .open-modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 768px) {
      .open-modal__inner {
        min-width: 1050px;
        min-height: 664px; } }
    @media only screen and (max-width: 767px) {
      .open-modal__inner {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        overflow: scroll;
        padding: 80px 20px;
        height: 100%; } }
  .open-modal__row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .open-modal__row.center-row {
        justify-content: center; }
        .open-modal__row.center-row .open-modal__col {
          padding-left: 60px; } }
    @media only screen and (max-width: 767px) {
      .open-modal__row {
        display: block; } }
  .open-modal__row02 .open-modal__col:nth-child(3) h2 {
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .open-modal__row02 .open-modal__col:nth-child(3) h2 {
        margin-top: 50px; } }
  .open-modal__col {
    width: 284px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .open-modal__col {
        width: 100%; } }
    .open-modal__col h2 {
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
    .open-modal__col h3 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      padding-top: 18px;
      font-family: "Inter", sans-serif;
      font-weight: 400; }
      .open-modal__col h3 span:nth-child(2) {
        display: none; }
      .open-modal__col h3.on span:nth-child(1) {
        display: none; }
      .open-modal__col h3.on span:nth-child(2) {
        display: block; }
    .open-modal__col p {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      line-height: 1.7;
      margin-top: 16px;
      width: 284px; }
    .open-modal__col > span {
      display: block;
      margin-top: 14px; }
      .open-modal__col > span small,
      .open-modal__col > span em {
        font-family: "Inter", sans-serif;
        display: inline-block;
        vertical-align: baseline;
        font-weight: 400; }
      .open-modal__col > span small {
        font-size: 14px;
        font-size: 1.4rem; }
      .open-modal__col > span em {
        font-size: 16px;
        font-size: 1.6rem; }
    .open-modal__col:nth-child(1) {
      width: 360px !important; }
      @media only screen and (max-width: 767px) {
        .open-modal__col:nth-child(1) {
          width: 100% !important;
          padding-bottom: 90px; } }
      .open-modal__col:nth-child(1):before {
        content: "";
        position: absolute;
        width: 17.6px;
        height: 1px;
        background: #787878;
        right: 12px;
        top: 193px; }
        @media only screen and (max-width: 767px) {
          .open-modal__col:nth-child(1):before {
            top: auto;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 40px; } }
      .open-modal__col:nth-child(1):after {
        content: "";
        position: absolute;
        width: 17.6px;
        height: 1px;
        background: #787878;
        right: 12px;
        top: 193px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
        @media only screen and (max-width: 767px) {
          .open-modal__col:nth-child(1):after {
            top: auto;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 40px; } }
    .open-modal__col:nth-child(3) h2 {
      opacity: 0; }
  .open-modal__image {
    width: 260px;
    height: 327px;
    background-color: #dcdcdc;
    margin-top: 16px;
    position: relative; }
    .open-modal__image > div {
      background-size: cover;
      background-position: center center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .open-modal__image > div span {
        position: absolute;
        font-size: 10px;
        font-size: 1rem;
        background: #000000;
        padding: 8px 10px;
        top: 0;
        left: 0; }
    @media only screen and (max-width: 767px) {
      .open-modal__image {
        width: 100%;
        height: auto;
        padding-top: 115.3846154%; } }
    .open-modal__image.double--modal > div:nth-child(2) {
      opacity: 0; }
    .open-modal__image.double--modal.on > div:nth-child(2) {
      opacity: 1; }
  .open-modal__link {
    margin-top: 30px; }
    .open-modal__link.link-change:nth-child(6) {
      opacity: 1; }
    .open-modal__link.link-change:nth-child(7) {
      opacity: .4; }
    .open-modal__link.link-change.on:nth-child(6) {
      opacity: .4; }
    .open-modal__link.link-change.on:nth-child(7) {
      opacity: 1; }
    .open-modal__link.mt-small {
      margin-top: 16px; }
    .open-modal__link a {
      display: block;
      padding: 14px 0 14px;
      width: 170px;
      border: 1px solid #000;
      border-radius: 6px;
      text-align: center;
      position: relative;
      overflow: hidden;
      font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300; }
      .open-modal__link a:hover:before {
        left: 0;
        opacity: 1; }
      .open-modal__link a:hover span {
        color: #fff; }
      .open-modal__link a:before {
        content: "";
        position: absolute;
        width: 105%;
        height: 105%;
        left: -105%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        z-index: 0;
        opacity: 0;
        -webkit-transition: left 0.4s, opacity 0.4s;
        -moz-transition: left 0.4s, opacity 0.4s;
        -o-transition: left 0.4s, opacity 0.4s;
        transition: left 0.4s, opacity 0.4s; }
      .open-modal__link a span {
        position: relative;
        z-index: 1;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.01em;
        color: #000;
        -webkit-transition: color 0.4s;
        -moz-transition: color 0.4s;
        -o-transition: color 0.4s;
        transition: color 0.4s;
        font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }

body.top .pagetop {
  display: none; }
  @media only screen and (max-width: 767px) {
    body.top .pagetop {
      display: block; } }

.pagetop {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .pagetop {
      position: relative;
      top: 40px;
      z-index: 11; } }
  .pagetop a {
    display: inline-block;
    vertical-align: middle; }
    .pagetop a span {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative;
      display: inline-block;
      padding-right: 20px; }
      .pagetop a span:before {
        content: "";
        width: 1px;
        height: 78%;
        position: absolute;
        background: #121212;
        right: 6px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .pagetop a span:after {
        content: "";
        width: 6px;
        height: 6px;
        border-right: 1px solid #121212;
        border-top: 1px solid #121212;
        position: absolute;
        right: 3px;
        top: 3px;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.section__pager {
  max-width: 1460px;
  padding: 0 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  mix-blend-mode: difference; }
  @media only screen and (min-width: 768px) {
    .section__pager {
      padding: 0 60px; } }
  @media only screen and (max-width: 767px) {
    .section__pager {
      position: fixed;
      z-index: 10;
      display: none; } }
  .section__pager > div {
    width: 100%;
    position: relative; }
  .section__pager--inner {
    position: absolute;
    right: -5px;
    bottom: 50px; }
    .section__pager--inner ul {
      display: inline-block; }
      .section__pager--inner ul li {
        display: block;
        margin: 6px 0; }
        .section__pager--inner ul li a {
          display: block; }
          .section__pager--inner ul li a.current span {
            background: white;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
          .section__pager--inner ul li a span {
            display: block;
            width: 6px;
            height: 6px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 6px;
            -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
            -moz-transition: background-color 0.3s, -moz-transform 0.3s;
            -o-transition: background-color 0.3s, -o-transform 0.3s;
            transition: background-color 0.3s, transform 0.3s;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9); }

.sub-concept {
  background: #fff;
  padding-top: 216px;
  padding-bottom: 160px; }
  @media only screen and (max-width: 767px) {
    .sub-concept.sp-mb-small {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .sub-concept {
      padding-top: 120px; } }
  .sub-concept .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .sub-concept__box {
    opacity: 0;
    pointer-events: none;
    position: relative;
    z-index: -1;
    max-width: 50%; }
    @media only screen and (max-width: 767px) {
      .sub-concept__box {
        display: none; } }
  .sub-concept__text {
    margin-top: 236px;
    top: 0 !important; }
    @media only screen and (min-width: 768px) {
      .sub-concept__text {
        max-width: 50%; } }
    @media only screen and (max-width: 767px) {
      .sub-concept__text {
        margin-top: 0; } }
    .sub-concept__text p {
      font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        .sub-concept__text p {
          font-size: 16px;
          font-size: 1.6rem; } }
      .sub-concept__text p strong {
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (max-width: 767px) {
          .sub-concept__text p strong {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.6; } }
  .sub-concept__brand img {
    width: 80px; }
  .sub-concept__chapter {
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin-top: 58px;
    font-weight: 400; }
  .sub-concept__catch {
    margin-top: 18px; }
    .sub-concept__catch span {
      font-weight: 300;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-size: min(9.92188vw, 80px);
      color: #121212; }
  .sub-concept__menu {
    margin-top: 20px; }
    .sub-concept__menu li {
      display: block; }
      .sub-concept__menu li a {
        color: #121212; }
        .sub-concept__menu li a span {
          font-family: "Inter", sans-serif;
          font-size: 14px;
          font-size: 1.4rem;
          position: relative;
          display: inline-block;
          line-height: 1.857142857;
          padding-right: 22px;
          font-weight: 400; }
          .sub-concept__menu li a span:before {
            content: "";
            width: 15px;
            height: 1px;
            background: #121212;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto; }
          .sub-concept__menu li a span:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 1px solid #121212;
            border-right: 1px solid #121212;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .sub-concept__02 {
    padding-top: 0; }
    @media only screen and (min-width: 768px) {
      .sub-concept__02 .sub-concept__text {
        margin-top: 106px;
        max-width: 600px;
        width: 80%; } }
    .sub-concept__02--icatch {
      padding: 0 60px; }
      @media only screen and (max-width: 767px) {
        .sub-concept__02--icatch {
          padding: 0;
          margin-bottom: 40px; } }
      .sub-concept__02--icatch > div {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .sub-concept__02--icatch > div > img {
          width: 50%;
          display: block; }
          @media only screen and (max-width: 767px) {
            .sub-concept__02--icatch > div > img {
              width: 100%; } }

body.sub-02 .sub-container__header span {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130%; }

.sub-container {
  background: #fff; }
  .sub-container__header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff;
    mix-blend-mode: difference;
    z-index: 100;
    top: 26px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .sub-container__header {
        display: none; } }
    .sub-container__header span {
      font-size: 22px;
      font-size: 2.2rem;
      margin-top: 6px;
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .sub-container__header span.on {
        opacity: 1; }
    .sub-container__header__brand {
      position: fixed;
      left: 60px;
      top: 30px;
      z-index: 2;
      mix-blend-mode: difference;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .sub-container__header__brand.on {
        opacity: 1; }
      @media only screen and (max-width: 767px) {
        .sub-container__header__brand {
          display: none; } }
      .sub-container__header__brand img {
        width: 80px; }

.sub-icatch {
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: #000; }
  @media only screen and (max-width: 767px) {
    .sub-icatch {
      height: 730px; }
      .sub-icatch__02 {
        background-image: url(../images/sub/02/img01_sp.jpg) !important; }
      .sub-icatch__03 {
        background-image: url(../images/sub/02/img07_sp.jpg) !important;
        height: 860px; } }
  .sub-icatch > video {
    max-width: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .sub-icatch > video {
        width: auto;
        height: 133%;
        max-width: none;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); } }
  .sub-icatch--whole {
    margin-top: 172px; }
    .sub-icatch--whole.mt0 {
      margin-top: 0; }
  .sub-icatch__brand {
    position: absolute;
    left: 60px;
    top: 30px;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .sub-icatch__brand {
        display: none; } }
    .sub-icatch__brand img {
      width: 80px; }
  .sub-icatch__product-name {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
    font-weight: 300;
    top: 50px; }
  .sub-icatch__title {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .sub-icatch__title span {
      display: block;
      color: #fff;
      font-size: 80px;
      font-size: 8rem;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .sub-icatch__title span {
          font-size: 60px;
          font-size: 6rem; }
          .sub-icatch__title span:nth-child(2) {
            margin-top: 6px; } }
  .sub-icatch__text {
    padding: 56px 0 110px; }
    .sub-icatch__text.small-margin-bottom {
      padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .sub-icatch__text {
        padding: 110px 0; } }
    .sub-icatch__text .inner > div {
      width: 80%;
      margin: 0 0 0 auto;
      max-width: 600px; }
      @media only screen and (max-width: 767px) {
        .sub-icatch__text .inner > div {
          width: 100%; } }
      .sub-icatch__text .inner > div p {
        font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .sub-icatch__text .inner > div p {
            font-size: 16px;
            font-size: 1.6rem; } }
        .sub-icatch__text .inner > div p strong {
          font-size: 17px;
          font-size: 1.7rem; }
          @media only screen and (max-width: 767px) {
            .sub-icatch__text .inner > div p strong {
              font-size: 18px;
              font-size: 1.8rem; } }
  .sub-icatch__middle > div {
    background-size: cover;
    background-position: center center;
    padding-top: 42.1875%;
    position: relative;
    overflow: hidden; }
    .sub-icatch__middle > div--div02 {
      padding-top: 56.1875%; }
    @media only screen and (max-width: 767px) {
      .sub-icatch__middle > div {
        padding-top: 133.3333333%; } }
    .sub-icatch__middle > div video {
      max-width: 100%;
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .sub-icatch__middle > div video {
          width: auto;
          height: 133%;
          max-width: none;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -moz-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
          .sub-icatch__middle > div video.right-move {
            left: 30%; } }
  .sub-icatch__row {
    margin-top: 120px; }
    @media only screen and (max-width: 767px) {
      .sub-icatch__row {
        margin-top: 50px; } }
    .sub-icatch__row > h2 {
      text-align: center;
      font-size: 52px;
      font-size: 5.2rem;
      line-height: 1.714285714;
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-weight: 300;
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        .sub-icatch__row > h2 {
          font-size: 32px;
          font-size: 3.2rem;
          margin-bottom: -30px; } }
    .sub-icatch__row .inner {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      max-width: 1210px; }
      .sub-icatch__row .inner figure {
        width: calc(33.3333% - 10px); }
        @media only screen and (max-width: 767px) {
          .sub-icatch__row .inner figure {
            width: 100%;
            margin-top: 60px; } }
        .sub-icatch__row .inner figure > div {
          padding-top: 66.8421053%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        .sub-icatch__row .inner figure figcaption {
          padding: 22px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.714285714;
          font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif; }
          @media only screen and (max-width: 767px) {
            .sub-icatch__row .inner figure figcaption {
              padding: 0;
              padding-top: 18px;
              font-size: 15px;
              font-size: 1.5rem; } }
  .sub-icatch__product-figure {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 140px; }
    @media only screen and (max-width: 767px) {
      .sub-icatch__product-figure {
        margin-top: 0;
        display: block; } }
    .sub-icatch__product-figure__image {
      width: 50%;
      background: #f5f5f5;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .sub-icatch__product-figure__image {
          width: 100%;
          margin-top: 120px; } }
      @media only screen and (min-width: 768px) {
        .sub-icatch__product-figure__image > div {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          margin: auto;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; } }
      @media only screen and (max-width: 767px) {
        .sub-icatch__product-figure__image > div {
          padding-top: 133.3333333333%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; } }
    .sub-icatch__product-figure__information {
      width: 50%;
      padding-left: 56px; }
      @media only screen and (max-width: 767px) {
        .sub-icatch__product-figure__information {
          width: 100%;
          padding-left: 0;
          padding: 24px;
          padding-top: 52px; } }
      .sub-icatch__product-figure__information > div {
        padding-bottom: 115px;
        padding-top: 250px; }
        @media only screen and (max-width: 767px) {
          .sub-icatch__product-figure__information > div {
            padding: 0; } }
        .sub-icatch__product-figure__information > div > em {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          font-family: "Inter", sans-serif;
          font-weight: 400; }
        .sub-icatch__product-figure__information > div > h3 {
          font-size: 60px;
          font-size: 6rem;
          line-height: 1;
          margin-top: 20px;
          font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
          font-weight: 300; }
        .sub-icatch__product-figure__information > div > p {
          font-size: 16px;
          font-size: 1.6rem;
          margin-top: 32px;
          font-family: "Inter", sans-serif;
          font-weight: 400; }
          .sub-icatch__product-figure__information > div > p small {
            font-size: 14px;
            font-size: 1.4rem; }
    .sub-icatch__product-figure__link {
      margin-top: 46px;
      font-size: 0; }
      .sub-icatch__product-figure__link a {
        display: inline-block;
        padding: 18px 0 16px;
        width: 170px;
        border: 1px solid #121212;
        border-radius: 6px;
        text-align: center;
        position: relative;
        overflow: hidden;
        font-family: "PortraitText", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
        font-weight: 300; }
        .sub-icatch__product-figure__link a:nth-child(2) {
          margin-left: 20px; }
          @media only screen and (max-width: 767px) {
            .sub-icatch__product-figure__link a:nth-child(2) {
              margin-left: 0;
              margin-top: 20px;
              display: block; } }
        .sub-icatch__product-figure__link a:hover:before {
          left: 0;
          opacity: 1; }
        .sub-icatch__product-figure__link a:hover span {
          color: #fff; }
        .sub-icatch__product-figure__link a:before {
          content: "";
          position: absolute;
          width: 105%;
          height: 105%;
          left: -105%;
          top: 0;
          bottom: 0;
          margin: auto;
          background: #121212;
          z-index: 0;
          opacity: 0;
          -webkit-transition: left 0.4s, opacity 0.4s;
          -moz-transition: left 0.4s, opacity 0.4s;
          -o-transition: left 0.4s, opacity 0.4s;
          transition: left 0.4s, opacity 0.4s; }
        .sub-icatch__product-figure__link a span {
          position: relative;
          z-index: 1;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.01em;
          color: #121212;
          -webkit-transition: color 0.4s;
          -moz-transition: color 0.4s;
          -o-transition: color 0.4s;
          transition: color 0.4s; }
    .sub-icatch__product-figure__anchor {
      margin-top: 45px; }
      .sub-icatch__product-figure__anchor a {
        font-size: 14px;
        font-size: 1.4rem;
        color: #5a5a5a;
        position: relative;
        font-family: "Inter", sans-serif;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .sub-icatch__product-figure__anchor a {
            font-size: 12px;
            font-size: 1.2rem; } }
        .sub-icatch__product-figure__anchor a span {
          display: inline-block;
          position: relative;
          padding-right: 20px; }
          .sub-icatch__product-figure__anchor a span:before {
            content: "";
            width: 16px;
            background: #5a5a5a;
            height: 1px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
          .sub-icatch__product-figure__anchor a span:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 1px solid #5a5a5a;
            border-right: 1px solid #5a5a5a;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }

body.top .sub-mainvisual__scroll {
  z-index: 8;
  mix-blend-mode: difference; }

.sub-mainvisual {
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative; }
  .sub-mainvisual__videos {
    position: absolute;
    background: #000000;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
    .sub-mainvisual__videos--elem {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .sub-mainvisual__videos--elem video {
        max-width: 100%;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 767px) {
          .sub-mainvisual__videos--elem video {
            width: auto;
            height: 133%;
            max-width: none;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -moz-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); } }
  .sub-mainvisual__inner {
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s; }
    @media only screen and (min-width: 768px) {
      .sub-mainvisual__inner {
        position: fixed; } }
    @media only screen and (max-width: 767px) {
      .sub-mainvisual__inner {
        position: absolute; } }
    .sub-mainvisual__inner.hide {
      opacity: 0 !important; }
    .sub-mainvisual__inner.on .sub-mainvisual__brand svg .st0 {
      fill: #000; }
    .sub-mainvisual__inner.on .sub-mainvisual__chapter,
    .sub-mainvisual__inner.on .sub-mainvisual__catch,
    .sub-mainvisual__inner.on .sub-mainvisual__menu {
      color: #000;
      -webkit-transition: color 0.6s;
      -moz-transition: color 0.6s;
      -o-transition: color 0.6s;
      transition: color 0.6s; }
      .sub-mainvisual__inner.on .sub-mainvisual__chapter span,
      .sub-mainvisual__inner.on .sub-mainvisual__catch span,
      .sub-mainvisual__inner.on .sub-mainvisual__menu span {
        color: #000;
        -webkit-transition: color 0.6s;
        -moz-transition: color 0.6s;
        -o-transition: color 0.6s;
        transition: color 0.6s; }
        .sub-mainvisual__inner.on .sub-mainvisual__chapter span:before,
        .sub-mainvisual__inner.on .sub-mainvisual__catch span:before,
        .sub-mainvisual__inner.on .sub-mainvisual__menu span:before {
          background: #000; }
        .sub-mainvisual__inner.on .sub-mainvisual__chapter span:after,
        .sub-mainvisual__inner.on .sub-mainvisual__catch span:after,
        .sub-mainvisual__inner.on .sub-mainvisual__menu span:after {
          border-color: #000; }
      .sub-mainvisual__inner.on .sub-mainvisual__chapter li a,
      .sub-mainvisual__inner.on .sub-mainvisual__catch li a,
      .sub-mainvisual__inner.on .sub-mainvisual__menu li a {
        color: #000;
        -webkit-transition: color 0.6s;
        -moz-transition: color 0.6s;
        -o-transition: color 0.6s;
        transition: color 0.6s; }
  .sub-mainvisual .sub-mainvisual__chapter,
  .sub-mainvisual .sub-mainvisual__catch,
  .sub-mainvisual .sub-mainvisual__menu {
    color: #fff;
    -webkit-transition: color 0.6s;
    -moz-transition: color 0.6s;
    -o-transition: color 0.6s;
    transition: color 0.6s; }
    .sub-mainvisual .sub-mainvisual__chapter span,
    .sub-mainvisual .sub-mainvisual__catch span,
    .sub-mainvisual .sub-mainvisual__menu span {
      color: #fff;
      -webkit-transition: color 0.6s;
      -moz-transition: color 0.6s;
      -o-transition: color 0.6s;
      transition: color 0.6s; }
    .sub-mainvisual .sub-mainvisual__chapter li a,
    .sub-mainvisual .sub-mainvisual__catch li a,
    .sub-mainvisual .sub-mainvisual__menu li a {
      color: #fff;
      -webkit-transition: color 0.6s;
      -moz-transition: color 0.6s;
      -o-transition: color 0.6s;
      transition: color 0.6s; }
  @media only screen and (max-width: 767px) {
    .sub-mainvisual__brand {
      display: none; } }
  .sub-mainvisual__brand img,
  .sub-mainvisual__brand svg {
    width: 80px; }
    .sub-mainvisual__brand img .st0,
    .sub-mainvisual__brand svg .st0 {
      fill: #fff;
      -webkit-transition: fill 0.6s;
      -moz-transition: fill 0.6s;
      -o-transition: fill 0.6s;
      transition: fill 0.6s; }
  .sub-mainvisual__chapter {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    margin-top: 58px; }
  .sub-mainvisual__catch {
    margin-top: 18px; }
    @media only screen and (max-width: 767px) {
      .sub-mainvisual__catch {
        margin-top: 24px; } }
    .sub-mainvisual__catch span {
      font-family: "Portrait", "A1明朝", "A1 Mincho", "A-OTF-A1MinchoStd", "EB Garamond", serif;
      font-size: min(9.92188vw, 80px);
      color: #fff;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .sub-mainvisual__catch span {
          font-size: 80px;
          font-size: 8rem; } }
      @media only screen and (max-width: 321px) {
        .sub-mainvisual__catch span {
          font-size: 68px;
          font-size: 6.8rem; } }
  .sub-mainvisual__menu {
    margin-top: 20px; }
    .sub-mainvisual__menu li {
      display: block; }
      .sub-mainvisual__menu li a {
        color: #fff; }
        .sub-mainvisual__menu li a span {
          font-family: "Inter", sans-serif;
          font-weight: 500;
          font-size: 14px;
          font-size: 1.4rem;
          position: relative;
          display: inline-block;
          line-height: 1.857142857;
          padding-right: 22px; }
          .sub-mainvisual__menu li a span:before {
            content: "";
            width: 15px;
            height: 1px;
            background: #fff;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto; }
          .sub-mainvisual__menu li a span:after {
            content: "";
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            position: absolute;
            right: 0;
            top: 2px;
            bottom: 0;
            margin: auto;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .sub-mainvisual__scroll {
    position: absolute;
    right: 58px;
    bottom: 30px;
    z-index: 2;
    width: 13px;
    height: 21px; }
    @media only screen and (max-width: 767px) {
      .sub-mainvisual__scroll {
        right: 28px;
        bottom: 28px; } }
    .sub-mainvisual__scroll a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .sub-mainvisual__scroll a:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto; }
      .sub-mainvisual__scroll a:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-right: 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;
        right: 0;
        bottom: 0;
        margin: auto; }

/**

 */
body.top {
  height: 100%;
  width: 100%; }
