@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  background-color: #F5F5F5; }

.wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .is-loaded .wrapper {
    opacity: 1;
    visibility: visible; }

.c-basicInview {
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out, translate .9s ease-in-out;
  transition: opacity .9s ease-in-out, translate .9s ease-in-out; }
  @media print, screen and (min-width: 768px) {
    .c-basicInview {
      translate: 0 calc(50 / 1280 * 100vw) 0; } }
  @media print, screen and (max-width: 767px) {
    .c-basicInview {
      translate: 0 30px 0; } }
  .c-basicInview.is-show {
    opacity: 1;
    translate: 0 0 0; }

.c-titleArrow {
  display: inline-block;
  aspect-ratio: 21.65 / 15.86;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .c-navList_title .c-titleArrow {
    background-image: url(../images/title_arrow-w.svg); }
    @media print, screen and (min-width: 768px) {
      .c-navList_title .c-titleArrow {
        width: calc(18 / 1280 * 100vw);
        margin: 0 calc(6 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .c-navList_title .c-titleArrow {
        width: 18px;
        margin: 0 6px 0; } }
  .c-sectionTitle_main .c-titleArrow {
    background-image: url(../images/title_arrow-b.svg); }
    @media print, screen and (min-width: 768px) {
      .c-sectionTitle_main .c-titleArrow {
        width: calc(21 / 1280 * 100vw);
        margin: 0 calc(10 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .c-sectionTitle_main .c-titleArrow {
        width: 21px;
        margin: 0 10px 0; } }

/* main
-----------------------------------------------------------------*/
.mainBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media print, screen and (min-width: 768px) {
    .mainBg {
      background-image: url(../images/bg-pc.jpg); } }
  @media print, screen and (max-width: 767px) {
    .mainBg {
      background-image: url(../images/bg-sp.jpg); } }

/* cover
-----------------------------------------------------------------*/
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  pointer-events: none; }

.coverImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .coverImg:nth-child(1) {
    z-index: 999;
    -webkit-transition: opacity 0.2s calc(.35s * 1), visibility 0.2s calc(.35s * 1);
    transition: opacity 0.2s calc(.35s * 1), visibility 0.2s calc(.35s * 1); }
    @media print, screen and (min-width: 768px) {
      .coverImg:nth-child(1) {
        background-image: url(../images/mv_cover_1-pc.jpg); } }
    @media print, screen and (max-width: 767px) {
      .coverImg:nth-child(1) {
        background-image: url(../images/mv_cover_1-sp.jpg); } }
    .is-loaded .coverImg:nth-child(1) {
      opacity: 0;
      visibility: hidden; }
  .coverImg:nth-child(2) {
    z-index: 998;
    -webkit-transition: opacity 0.2s calc(.35s * 2), visibility 0.2s calc(.35s * 2);
    transition: opacity 0.2s calc(.35s * 2), visibility 0.2s calc(.35s * 2); }
    @media print, screen and (min-width: 768px) {
      .coverImg:nth-child(2) {
        background-image: url(../images/mv_cover_2-pc.jpg); } }
    @media print, screen and (max-width: 767px) {
      .coverImg:nth-child(2) {
        background-image: url(../images/mv_cover_2-sp.jpg); } }
    .is-loaded .coverImg:nth-child(2) {
      opacity: 0;
      visibility: hidden; }
  .coverImg:nth-child(3) {
    z-index: 997;
    -webkit-transition: opacity 0.2s calc(.35s * 3), visibility 0.2s calc(.35s * 3);
    transition: opacity 0.2s calc(.35s * 3), visibility 0.2s calc(.35s * 3); }
    @media print, screen and (min-width: 768px) {
      .coverImg:nth-child(3) {
        background-image: url(../images/mv_cover_3-pc.jpg); } }
    @media print, screen and (max-width: 767px) {
      .coverImg:nth-child(3) {
        background-image: url(../images/mv_cover_3-sp.jpg); } }
    .is-loaded .coverImg:nth-child(3) {
      opacity: 0;
      visibility: hidden; }
  .coverImg:nth-child(4) {
    z-index: 996;
    -webkit-transition: opacity 0.2s calc(.35s * 4), visibility 0.2s calc(.35s * 4);
    transition: opacity 0.2s calc(.35s * 4), visibility 0.2s calc(.35s * 4); }
    @media print, screen and (min-width: 768px) {
      .coverImg:nth-child(4) {
        background-image: url(../images/mv_cover_4-pc.jpg); } }
    @media print, screen and (max-width: 767px) {
      .coverImg:nth-child(4) {
        background-image: url(../images/mv_cover_4-sp.jpg); } }
    .is-loaded .coverImg:nth-child(4) {
      opacity: 0;
      visibility: hidden; }
  .coverImg:nth-child(5) {
    z-index: 995;
    -webkit-transition: opacity 0.9s calc(.35s * 5), visibility 0.9s calc(.35s * 5);
    transition: opacity 0.9s calc(.35s * 5), visibility 0.9s calc(.35s * 5); }
    @media print, screen and (min-width: 768px) {
      .coverImg:nth-child(5) {
        background-image: url(../images/mv_cover_5-pc.jpg); } }
    @media print, screen and (max-width: 767px) {
      .coverImg:nth-child(5) {
        background-image: url(../images/mv_cover_5-sp.jpg); } }
    .is-loaded .coverImg:nth-child(5) {
      opacity: 0;
      visibility: hidden; }

/* fv
-----------------------------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 768px) {
    .fv {
      min-height: 680px;
      padding-top: calc(98 / 720 * 100vh);
      background-image: url(../images/mv-pc.jpg);
      background-position: center right; } }
  @media print, screen and (max-width: 767px) {
    .fv {
      padding-top: calc(147 / 667 * 100vh);
      background-image: url(../images/mv-sp.jpg);
      background-position: center; } }
  .fv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.3);
    opacity: 0;
    -webkit-transition: opacity .7s ease .3s;
    transition: opacity .7s ease .3s; }
  .is-fvLogoShow .fv::after {
    opacity: 1; }

.fvTitle {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: opacity .9s ease .3s, translate .9s ease .3s, visibility .9s ease .3s;
  transition: opacity .9s ease .3s, translate .9s ease .3s, visibility .9s ease .3s; }
  .is-fvLogoShow .fvTitle {
    opacity: 0;
    translate: 0 calc(-50 / 1280 * 100vw);
    visibility: hidden; }

.fvLogo {
  position: absolute;
  aspect-ratio: 145.832/160;
  opacity: 0;
  -webkit-transition: opacity .9s ease 2.5s;
  transition: opacity .9s ease 2.5s;
  z-index: 10; }
  .is-coverEnd .fvLogo {
    opacity: 1; }
  @media print, screen and (min-width: 768px) {
    .fvLogo {
      bottom: calc(40 / 1280 * 100vw);
      right: calc(40 / 1280 * 100vw);
      width: calc(145 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .fvLogo {
      width: 110px;
      bottom: 30px;
      right: 30px; } }
  .fvLogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.fvMenu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .9s ease .7s, translate .9s ease .7s, visibility .9s ease .7s;
  transition: opacity .9s ease .7s, translate .9s ease .7s, visibility .9s ease .7s; }
  @media print, screen and (min-width: 768px) {
    .fvMenu {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      translate: 0 calc(50 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .fvMenu {
      padding-top: calc(122 / 667 * 100vh);
      translate: 0 30px; } }
  .is-fvLogoShow .fvMenu {
    opacity: 1;
    translate: 0 0;
    visibility: visible; }

.fvScroll {
  position: absolute;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity .9s ease 1.5s;
  transition: opacity .9s ease 1.5s; }
  .is-fvLogoShow .fvScroll {
    opacity: 1; }
  @media print, screen and (min-width: 768px) {
    .fvScroll {
      left: calc(80 / 1280 * 100vw);
      max-height: 160px;
      height: calc(160 / 720 * 100vh); } }
  @media print, screen and (max-width: 767px) {
    .fvScroll {
      left: 40px;
      height: 120px; } }
  .fvScroll::after {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: scrollVertical 2.7s linear infinite;
    animation: scrollVertical 2.7s linear infinite; }

@-webkit-keyframes scrollVertical {
  0% {
    top: 0;
    opacity: 0; }
  15% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90%, 100% {
    top: 100%;
    opacity: 0; } }

@keyframes scrollVertical {
  0% {
    top: 0;
    opacity: 0; }
  15% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90%, 100% {
    top: 100%;
    opacity: 0; } }

/* intro
-----------------------------------------------------------------*/
.intro {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media print, screen and (min-width: 768px) {
    .intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: calc(120 / 1280 * 100vw) calc(160 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .intro {
      padding: 80px 30px; } }

.introMain_catchJa {
  letter-spacing: 0.24em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .introMain_catchJa {
      font-size: max(20 / 1280 * 100vw, 16px); } }
  @media print, screen and (max-width: 767px) {
    .introMain_catchJa {
      font-size: 20px; } }

.introMain_catchEn {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .introMain_catchEn {
      margin-top: calc(10 / 1280 * 100vw);
      font-size: max(12 / 1280 * 100vw, 9.6px); } }
  @media print, screen and (max-width: 767px) {
    .introMain_catchEn {
      margin-top: 10px;
      font-size: 13px; } }

@media print, screen and (min-width: 768px) {
  .introMain_lead {
    margin-top: calc(28 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .introMain_lead {
    margin-top: 28px; } }

.introMain_leadJa, .introSub_leadJa {
  letter-spacing: 0.12em;
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .introMain_leadJa, .introSub_leadJa {
      font-size: max(12 / 1280 * 100vw, 9.6px); } }
  @media print, screen and (max-width: 767px) {
    .introMain_leadJa, .introSub_leadJa {
      font-size: 12px; } }

.introMain_leadEn, .introSub_leadEn {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.12em;
  line-height: 2.16; }
  @media print, screen and (min-width: 768px) {
    .introMain_leadEn, .introSub_leadEn {
      margin-top: calc(10 / 1280 * 100vw);
      font-size: max(10 / 1280 * 100vw, 8px); } }
  @media print, screen and (max-width: 767px) {
    .introMain_leadEn, .introSub_leadEn {
      margin-top: 10px;
      font-size: 10px; } }

@media print, screen and (min-width: 768px) {
  .introSub {
    width: calc(330 / 1280 * 100vw);
    padding-top: calc(360 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .introSub {
    margin-top: 80px; } }

.introSub_catch {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .introSub_catch {
      font-size: max(12 / 1280 * 100vw, 9.6px); } }
  @media print, screen and (max-width: 767px) {
    .introSub_catch {
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  .introSub_lead {
    margin-top: calc(28 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .introSub_lead {
    margin-top: 28px; } }

/* ナビゲーション
-----------------------------------------------------------------*/
.c-nav {
  color: #fff; }

.c-navHead {
  font-family: "Poppins", sans-serif; }
  @media print, screen and (min-width: 768px) {
    .c-navHead {
      margin-bottom: calc(80 / 720 * 100vh);
      font-size: max(12 / 1280 * 100vw, 9.6px);
      padding-left: calc(140 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-navHead {
      margin-bottom: 40px;
      font-size: 12px;
      padding-left: 96px; } }

.c-navList_node {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .c-navList_node {
      padding-left: calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-navList_node {
      padding-left: 30px; } }
  @media print, screen and (min-width: 768px) {
    .c-navList_node + .c-navList_node {
      margin-top: calc(24 / 720 * 100vh); } }
  @media print, screen and (max-width: 767px) {
    .c-navList_node + .c-navList_node {
      margin-top: calc(24 / 667 * 100vh); } }
  .c-navList_node::before {
    content: "";
    position: absolute;
    top: calc(11 / 1280 * 100vw);
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
  @media (hover: hover) {
    .c-navList_node:has(.c-navList_link:hover)::before {
      width: calc(64 / 1280 * 100vw); } }

.c-navList_link {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "num title" "num copy"; }
  @media print, screen and (min-width: 768px) {
    .c-navList_link {
      -ms-grid-columns: calc(60 / 1280 * 100vw) 1fr;
      grid-template-columns: calc(60 / 1280 * 100vw) 1fr;
      gap: calc(10 / 720 * 100vh) 0; } }
  @media print, screen and (max-width: 767px) {
    .c-navList_link {
      -ms-grid-columns: 66px 1fr;
      grid-template-columns: 66px 1fr;
      gap: calc(8 / 667 * 100vh) 0; } }

.c-navList_num {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: num; }

.c-navList_numInner {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .c-navList_numInner {
      width: max(30 / 1280 * 100vw, 24px);
      font-size: max(20 / 1280 * 100vw, 16px); } }
  @media print, screen and (max-width: 767px) {
    .c-navList_numInner {
      font-size: 18px;
      width: 27px; } }

.c-navList_title {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
  letter-spacing: 0.12em; }
  @media print, screen and (min-width: 768px) {
    .c-navList_title {
      font-size: max(16 / 1280 * 100vw, 12.8px); } }
  @media print, screen and (max-width: 767px) {
    .c-navList_title {
      font-size: 16px; } }
  .c-navList_title br {
    display: none; }

.c-navList_copy {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: copy;
  font-family: "Poppins", sans-serif; }
  @media print, screen and (min-width: 768px) {
    .c-navList_copy {
      font-size: max(12 / 1280 * 100vw, 9.6px); } }
  @media print, screen and (max-width: 767px) {
    .c-navList_copy {
      font-size: 12px; } }

.c-navLabel {
  font-family: "Poppins", sans-serif; }
  @media print, screen and (min-width: 768px) {
    .c-navLabel {
      padding-left: calc(140 / 1280 * 100vw);
      margin-top: calc(40 / 720 * 100vh);
      font-size: max(12 / 1280 * 100vw, 9.6px); } }
  @media print, screen and (max-width: 767px) {
    .c-navLabel {
      padding-left: 96px;
      margin-top: calc(50 / 667 * 100vh);
      font-size: 12px; } }

/* タイトル
-----------------------------------------------------------------*/
.c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto; }

@media print, screen and (min-width: 768px) {
  .c-titleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (min-width: 768px) {
  .c-titleRow + .c-titleRow {
    margin-top: 28px; } }

@media print, screen and (max-width: 767px) {
  .c-titleRow + .c-titleRow {
    margin-top: 20px; } }

.c-titleRow_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 767px) {
    .c-titleRow_inner + .c-titleRow_inner {
      margin-top: 20px; } }

.c-titleItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #fff; }
  .c-titleItem svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  @media print, screen and (min-width: 768px) {
    .c-titleItem[data-letter="blank"] {
      width: calc(36 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-titleItem[data-letter="blank"] {
      width: calc(12 / 375 * 100vw); } }
  @media print, screen and (min-width: 768px) {
    .c-titleItem[data-letter="subletter-blank"] {
      width: calc(12 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-titleItem[data-letter="subletter-blank"] {
      width: calc(6 / 375 * 100vw); } }
  .c-titleItem[data-letter="d-upper"] {
    aspect-ratio: 100.05/99.32; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="d-upper"] {
        height: calc(100 / 1280 * 100vw);
        margin-right: calc(8 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="d-upper"] {
        height: calc(38 / 375 * 100vw);
        margin-right: calc(4 / 375 * 100vw); } }
    @media print, screen and (min-width: 768px) {
      .c-titleRow:nth-child(3) .c-titleItem[data-letter="d-upper"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleRow:nth-child(3) .c-titleItem[data-letter="d-upper"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="o"] {
    aspect-ratio: 64.75/71.12; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="o"] {
        height: calc(72 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="o"] {
        height: calc(27 / 375 * 100vw); } }
  .c-titleItem[data-letter="y"] {
    aspect-ratio: 73.24/99.47; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="y"] {
        height: calc(100 / 1280 * 100vw);
        top: calc(30 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="y"] {
        height: calc(38 / 375 * 100vw);
        top: calc(12 / 375 * 100vw); } }
  .c-titleItem[data-letter="u"] {
    aspect-ratio: 74.63/69.15; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="u"] {
        height: calc(72 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="u"] {
        height: calc(27 / 375 * 100vw); } }
  .c-titleItem[data-letter="l"] {
    aspect-ratio: 34.13/104.15; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="l"] {
        height: calc(105 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="l"] {
        height: calc(40 / 375 * 100vw); } }
  .c-titleItem[data-letter="i"] {
    aspect-ratio: 33.61/104.15; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="i"] {
        height: calc(105 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="i"] {
        height: calc(40 / 375 * 100vw); } }
  .c-titleItem[data-letter="k"] {
    aspect-ratio: 74.63/104.15; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="k"] {
        height: calc(105 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="k"] {
        height: calc(40 / 375 * 100vw); } }
  .c-titleItem[data-letter="n"] {
    aspect-ratio: 73.46/69.07; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="n"] {
        height: calc(72 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="n"] {
        height: calc(27 / 375 * 100vw); } }
  .c-titleItem[data-letter="w"] {
    aspect-ratio: 105.99/69.14; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="w"] {
        height: calc(72 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="w"] {
        height: calc(27 / 375 * 100vw); } }
  .c-titleItem[data-letter="e"] {
    aspect-ratio: 37.84/47.48; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="e"] {
        height: calc(72 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="e"] {
        height: calc(27 / 375 * 100vw); } }
    @media print, screen and (min-width: 768px) {
      .c-titleRow:nth-child(2) .c-titleItem[data-letter="e"] {
        height: calc(48 / 1280 * 100vw); } }
  .c-titleItem[data-letter="t"] {
    aspect-ratio: 26.95/60.16; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="t"] {
        height: calc(60 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="t"] {
        height: calc(35 / 375 * 100vw); } }
  .c-titleItem[data-letter="h"] {
    aspect-ratio: 48.73/69.43; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="h"] {
        height: calc(70 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="h"] {
        height: calc(40 / 375 * 100vw); } }
  .c-titleItem[data-letter="n-upper"] {
    aspect-ratio: 119.53/112.56; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="n-upper"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="n-upper"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="e-upper"] {
    aspect-ratio: 96.46/112.56; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="e-upper"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="e-upper"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="x-upper"] {
    aspect-ratio: 119.53/112.56; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="x-upper"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="x-upper"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="t-upper"] {
    aspect-ratio: 94.46/112.56; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="t-upper"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="t-upper"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="r-upper"] {
    aspect-ratio: 106.08/112.56; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="r-upper"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="r-upper"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="a-upper"] {
    aspect-ratio: 119.53/112.56; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="a-upper"] {
        height: calc(117 / 1280 * 100vw);
        margin-left: calc(-16 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="a-upper"] {
        height: calc(45 / 375 * 100vw);
        margin-left: calc(-6 / 375 * 100vw); } }
  .c-titleItem[data-letter="question"] {
    aspect-ratio: 61.01/117.38; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="question"] {
        height: calc(117 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="question"] {
        height: calc(45 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-f"] {
    aspect-ratio: 9.51/16.64; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-f"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-f"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-e"] {
    aspect-ratio: 9.1/11.39; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-e"] {
        height: calc(12 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-e"] {
        height: calc(12 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-a"] {
    aspect-ratio: 9.75/11.28; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-a"] {
        height: calc(12 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-a"] {
        height: calc(12 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-t"] {
    aspect-ratio: 6.47/14.44; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-t"] {
        height: calc(15 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-t"] {
        height: calc(15 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-dot"] {
    aspect-ratio: 2.6/2.6; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-dot"] {
        height: calc(3 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-dot"] {
        height: calc(3 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-j-upper"] {
    aspect-ratio: 8.71/16.26; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-j-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-j-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-p-upper"] {
    aspect-ratio: 15.81/15.9; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-p-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-p-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-r-upper"] {
    aspect-ratio: 15.81/15.9; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-r-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-r-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-e-upper"] {
    aspect-ratio: 13.62/15.89; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-e-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-e-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-s-upper"] {
    aspect-ratio: 10.56/16.62; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-s-upper"] {
        height: calc(17 / 1280 * 100vw);
        margin-right: calc(1 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-s-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-o-upper"] {
    aspect-ratio: 15.57/16.62; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-o-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-o-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-i-upper"] {
    aspect-ratio: 6.81/15.89; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-i-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-i-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-g-upper"] {
    aspect-ratio: 16.15/16.6; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-g-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-g-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-n-upper"] {
    aspect-ratio: 17.31/16.15; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-n-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-n-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-a-upper"] {
    aspect-ratio: 16.87/16.25; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-a-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-a-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-letter="subletter-l-upper"] {
    aspect-ratio: 16.87/16.25; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-letter="subletter-l-upper"] {
        height: calc(17 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-letter="subletter-l-upper"] {
        height: calc(17 / 375 * 100vw); } }
  .c-titleItem[data-fv-letter] {
    opacity: 0;
    -webkit-transition: opacity 1.5s ease, translate .9s ease;
    transition: opacity 1.5s ease, translate .9s ease; }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter] {
        translate: calc(-2 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter] {
        translate: -2px 0; } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="1"] {
        -webkit-transition-delay: calc(.13s * 1);
        transition-delay: calc(.13s * 1); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="1"] {
        -webkit-transition-delay: calc(.12s * 1);
        transition-delay: calc(.12s * 1); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="2"] {
        -webkit-transition-delay: calc(.13s * 2);
        transition-delay: calc(.13s * 2); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="2"] {
        -webkit-transition-delay: calc(.12s * 2);
        transition-delay: calc(.12s * 2); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="3"] {
        -webkit-transition-delay: calc(.13s * 3);
        transition-delay: calc(.13s * 3); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="3"] {
        -webkit-transition-delay: calc(.12s * 3);
        transition-delay: calc(.12s * 3); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="4"] {
        -webkit-transition-delay: calc(.13s * 4);
        transition-delay: calc(.13s * 4); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="4"] {
        -webkit-transition-delay: calc(.12s * 4);
        transition-delay: calc(.12s * 4); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="5"] {
        -webkit-transition-delay: calc(.13s * 5);
        transition-delay: calc(.13s * 5); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="5"] {
        -webkit-transition-delay: calc(.12s * 5);
        transition-delay: calc(.12s * 5); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="6"] {
        -webkit-transition-delay: calc(.13s * 6);
        transition-delay: calc(.13s * 6); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="6"] {
        -webkit-transition-delay: calc(.12s * 6);
        transition-delay: calc(.12s * 6); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="7"] {
        -webkit-transition-delay: calc(.13s * 7);
        transition-delay: calc(.13s * 7); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="7"] {
        -webkit-transition-delay: calc(.12s * 7);
        transition-delay: calc(.12s * 7); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="8"] {
        -webkit-transition-delay: calc(.13s * 8);
        transition-delay: calc(.13s * 8); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="8"] {
        -webkit-transition-delay: calc(.12s * 8);
        transition-delay: calc(.12s * 8); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="9"] {
        -webkit-transition-delay: calc(.13s * 9);
        transition-delay: calc(.13s * 9); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="9"] {
        -webkit-transition-delay: calc(.12s * 9);
        transition-delay: calc(.12s * 9); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="10"] {
        -webkit-transition-delay: calc(.13s * 10);
        transition-delay: calc(.13s * 10); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="10"] {
        -webkit-transition-delay: calc(.12s * 10);
        transition-delay: calc(.12s * 10); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="11"] {
        -webkit-transition-delay: calc(.13s * 11);
        transition-delay: calc(.13s * 11); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="11"] {
        -webkit-transition-delay: calc(.12s * 11);
        transition-delay: calc(.12s * 11); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="12"] {
        -webkit-transition-delay: calc(.13s * 12);
        transition-delay: calc(.13s * 12); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="12"] {
        -webkit-transition-delay: calc(.12s * 12);
        transition-delay: calc(.12s * 12); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="13"] {
        -webkit-transition-delay: calc(.13s * 13);
        transition-delay: calc(.13s * 13); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="13"] {
        -webkit-transition-delay: calc(.12s * 13);
        transition-delay: calc(.12s * 13); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="14"] {
        -webkit-transition-delay: calc(.13s * 14);
        transition-delay: calc(.13s * 14); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="14"] {
        -webkit-transition-delay: calc(.12s * 14);
        transition-delay: calc(.12s * 14); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="15"] {
        -webkit-transition-delay: calc(.13s * 15);
        transition-delay: calc(.13s * 15); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="15"] {
        -webkit-transition-delay: calc(.12s * 15);
        transition-delay: calc(.12s * 15); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="16"] {
        -webkit-transition-delay: calc(.13s * 16);
        transition-delay: calc(.13s * 16); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="16"] {
        -webkit-transition-delay: calc(.12s * 16);
        transition-delay: calc(.12s * 16); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="17"] {
        -webkit-transition-delay: calc(.13s * 17);
        transition-delay: calc(.13s * 17); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="17"] {
        -webkit-transition-delay: calc(.12s * 17);
        transition-delay: calc(.12s * 17); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="18"] {
        -webkit-transition-delay: calc(.13s * 18);
        transition-delay: calc(.13s * 18); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="18"] {
        -webkit-transition-delay: calc(.12s * 18);
        transition-delay: calc(.12s * 18); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="19"] {
        -webkit-transition-delay: calc(.13s * 19);
        transition-delay: calc(.13s * 19); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="19"] {
        -webkit-transition-delay: calc(.12s * 19);
        transition-delay: calc(.12s * 19); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="20"] {
        -webkit-transition-delay: calc(.13s * 20);
        transition-delay: calc(.13s * 20); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="20"] {
        -webkit-transition-delay: calc(.12s * 20);
        transition-delay: calc(.12s * 20); } }
    @media print, screen and (min-width: 768px) {
      .c-titleItem[data-fv-letter][data-fv-letter="21"] {
        -webkit-transition-delay: calc(.13s * 21);
        transition-delay: calc(.13s * 21); } }
    @media print, screen and (max-width: 767px) {
      .c-titleItem[data-fv-letter][data-fv-letter="21"] {
        -webkit-transition-delay: calc(.12s * 21);
        transition-delay: calc(.12s * 21); } }
    .is-coverEnd .c-titleItem[data-fv-letter] {
      opacity: 1;
      translate: 0 0; }

.c-titleSub {
  aspect-ratio: 330.49 / 17;
  margin-top: 48px;
  opacity: 0;
  translate: calc(-10 / 1280 * 100vw) 0;
  -webkit-transition: opacity .9s ease 2.5s, translate .9s ease 2.5s;
  transition: opacity .9s ease 2.5s, translate .9s ease 2.5s; }
  @media print, screen and (min-width: 768px) {
    .c-titleSub {
      width: calc(330 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-titleSub {
      width: calc(275 / 375 * 100vw); } }
  .is-coverEnd .c-titleSub {
    opacity: 1;
    translate: 0 0; }
  .c-titleSub svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

/* セクション
-----------------------------------------------------------------*/
.c-section {
  overflow: hidden;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .c-section {
      padding: calc(120 / 1280 * 100vw) 0; } }
  @media print, screen and (max-width: 767px) {
    .c-section {
      padding: 80px 0; } }

.c-sectionBg {
  width: 100%;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .c-sectionBg {
      aspect-ratio: 1280 / 720; } }
  @media print, screen and (max-width: 767px) {
    .c-sectionBg {
      aspect-ratio: 357 / 664; } }

.c-sectionBg_inner {
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .c-sectionBg_inner {
      position: fixed;
      top: 0;
      left: 0;
      aspect-ratio: 1280 / 720; } }
  @media print, screen and (max-width: 767px) {
    .c-sectionBg_inner {
      aspect-ratio: 1080 / 1350; } }
  .c-section.is-current + .c-sectionBg .c-sectionBg_inner {
    z-index: -1;
    opacity: 1; }
  .c-sectionBg_inner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/* クレジット
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .c-credit {
    width: calc(410 / 1280 * 100vw);
    margin-top: calc(40 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .c-credit {
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 20px; } }

@media print, screen and (min-width: 768px) {
  .c-credit:has(.c-creditOther) .c-creditMain {
    padding-bottom: calc(8 / 1280 * 100vw);
    margin-bottom: calc(12 / 1280 * 100vw);
    border-bottom: 1px solid #ddd; } }

@media print, screen and (max-width: 767px) {
  .c-creditOther {
    padding-top: 16px; } }

@media print, screen and (max-width: 767px) {
  .c-creditOther_list {
    display: none;
    padding-top: 12px;
    border-top: 1px solid #ddd; } }

.c-creditOther_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px; }
  .c-creditOther_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd; }
  .c-creditOther_title.is-active {
    opacity: 0;
    visibility: hidden; }

.c-creditOther_titleText {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  letter-spacing: 0.11em; }

.c-creditOther_titleIcon {
  position: relative;
  width: 10px;
  height: 10px; }
  .c-creditOther_titleIcon::before, .c-creditOther_titleIcon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .c-creditOther_titleIcon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.c-creditItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .c-creditItem .name,
  .c-creditItem .price {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.16em; }
    @media print, screen and (min-width: 768px) {
      .c-creditItem .name,
      .c-creditItem .price {
        font-size: max(13 / 1280 * 100vw, 10.4px); } }
    @media print, screen and (max-width: 767px) {
      .c-creditItem .name,
      .c-creditItem .price {
        font-size: 12px; } }
  .c-creditItem .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-creditItem .tax {
    padding-top: 2px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.16em; }
    @media print, screen and (min-width: 768px) {
      .c-creditItem .tax {
        font-size: max(11 / 1280 * 100vw, 8.8px); } }
    @media print, screen and (max-width: 767px) {
      .c-creditItem .tax {
        font-size: 10px; } }
  .c-creditItem .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.08em;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease; }
    @media print, screen and (min-width: 768px) {
      .c-creditItem .button {
        width: calc(50 / 1280 * 100vw);
        height: calc(30 / 1280 * 100vw);
        margin-left: calc(16 / 1280 * 100vw);
        font-size: calc(13 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-creditItem .button {
        width: 54px;
        height: 32px;
        margin-left: 10px;
        font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .c-creditItem.is-main .name,
    .c-creditItem.is-main .price {
      font-size: max(16 / 1280 * 100vw, 12.8px); } }
  @media print, screen and (max-width: 767px) {
    .c-creditItem.is-main .name,
    .c-creditItem.is-main .price {
      font-size: 14px; } }
  @media print, screen and (min-width: 768px) {
    .c-creditItem + .c-creditItem {
      margin-top: calc(8 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-creditItem + .c-creditItem {
      margin-top: 8px; } }
  @media (hover: hover) {
    .c-creditItem:hover .button {
      background-color: #000;
      color: #fff; } }

/* セクション上部
-----------------------------------------------------------------*/
.c-sectionTop {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop {
      display: -ms-grid;
      display: grid;
      grid-template-areas: "submv . mv" "submv title mv" "submv caption mv" "submv caption mv";
      -ms-grid-columns: 6.25% 56.25% 37.5%;
      grid-template-columns: 6.25% 56.25% 37.5%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .c-sectionTop > .c-navList_title {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }

@media print, screen and (min-width: 768px) {
  .c-sectionTitle {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: title;
    margin-left: auto;
    width: calc(560 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .c-sectionTitle {
    margin: 0 30px 30px; } }

.c-sectionTitle_main {
  letter-spacing: 0.12em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTitle_main {
      font-size: calc(24 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTitle_main {
      font-size: 24px; } }

.c-sectionTitle_sub {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTitle_sub {
      font-size: calc(16 / 1280 * 100vw);
      margin-top: calc(8 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTitle_sub {
      margin-top: 16px;
      font-size: 14px; } }

.c-sectionTop_lead, .c-modalText {
  letter-spacing: 0.12em;
  line-height: 2; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_lead, .c-modalText {
      margin-top: calc(44 / 1280 * 100vw);
      font-size: max(12 / 1280 * 100vw, 9.6px); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_lead, .c-modalText {
      font-size: 12px; } }

.c-sectionTop_orn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_orn {
      position: absolute;
      top: 0;
      left: 0;
      gap: calc(78 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_orn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      gap: 16px;
      margin-bottom: 28px; } }

.c-sectionTop_num {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  letter-spacing: 0; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_num {
      font-size: calc(24 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_num {
      font-size: 24px; } }

.c-sectionTop_scroll {
  position: relative;
  height: 1px;
  background-color: #000; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_scroll {
      width: calc(160 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_scroll {
      width: 80px; } }
  .c-sectionTop_scroll::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    -webkit-animation: scrollHorizontal 2.7s linear infinite;
    animation: scrollHorizontal 2.7s linear infinite; }

@-webkit-keyframes scrollHorizontal {
  0% {
    left: 0;
    opacity: 0; }
  2% {
    opacity: 0; }
  15% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90%, 99% {
    left: 100%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 0; } }

@keyframes scrollHorizontal {
  0% {
    left: 0;
    opacity: 0; }
  2% {
    opacity: 0; }
  15% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90%, 99% {
    left: 100%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 0; } }

.c-sectionMv {
  aspect-ratio: 0.71429;
  overflow: hidden;
  grid-area: mv; }
  .c-sectionMv img, .c-sectionMv svg, .c-sectionMv iframe, .c-sectionMv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.c-sectionSubmv {
  aspect-ratio: 0.16667;
  overflow: hidden;
  grid-area: submv; }
  .c-sectionSubmv img, .c-sectionSubmv svg, .c-sectionSubmv iframe, .c-sectionSubmv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 768px) {
  .c-sectionTop_caption {
    grid-area: caption;
    width: calc(560 / 1280 * 100vw);
    margin-left: auto; } }

@media print, screen and (min-width: 768px){
    .c-sectionTop > .c-sectionTitle {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .c-sectionMv {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3; }
    .c-sectionSubmv {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1; }
    .c-sectionTop_caption {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2; } }

@media print, screen and (max-width: 767px) {
  .c-sectionTop_caption {
    margin: 30px 30px 0; } }

.c-sectionTop_whats, .c-modalTitle {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "ruby ruby" "main icon";
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  color: #666666;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_whats, .c-modalTitle {
      gap: calc(4 / 1280 * 100vw) calc(27 / 1280 * 100vw);
      margin-top: calc(44 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_whats, .c-modalTitle {
      gap: 8px 20px;
      margin-top: 30px; } }

.c-sectionTop_whatsRuby, .c-modalTitle_ruby {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: ruby;
  letter-spacing: 0.12em;
  font-style: italic; }

.c-designLink_inner > .c-sectionTop_whatsRuby, .c-designLink_inner > .c-modalTitle_ruby {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_whatsRuby, .c-modalTitle_ruby {
      font-size: calc(20 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_whatsRuby, .c-modalTitle_ruby {
      font-size: 14px; } }

.c-sectionTop_whatsText, .c-modalTitle_text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-style: italic; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_whatsText, .c-modalTitle_text {
      font-size: calc(24 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_whatsText, .c-modalTitle_text {
      font-size: 20px; } }

.c-sectionTop_whatsIcon {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: icon;
  position: relative;
  display: block;
  border: 1px solid #666666; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_whatsIcon {
      width: calc(24 / 1280 * 100vw);
      height: calc(24 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_whatsIcon {
      width: 24px;
      height: 24px; } }
  .c-sectionTop_whats:hover .c-sectionTop_whatsIcon, .c-modalTitle:hover .c-sectionTop_whatsIcon {
    background-color: #666666; }

.c-sectionTop_whatsIcon_plus {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50% 0;
  -webkit-transition: rotate .7s ease;
  transition: rotate .7s ease; }
  @media print, screen and (min-width: 768px) {
    .c-sectionTop_whatsIcon_plus {
      width: max(8 / 1280 * 100vw, 6.4px);
      height: max(8 / 1280 * 100vw, 6.4px); } }
  @media print, screen and (max-width: 767px) {
    .c-sectionTop_whatsIcon_plus {
      width: 8px;
      height: 8px; } }
  .c-sectionTop_whatsIcon_plus::before, .c-sectionTop_whatsIcon_plus::after {
    content: "";
    position: absolute;
    translate: 0 0 0;
    inset: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #666666; }
  .c-sectionTop_whatsIcon_plus::before {
    rotate: 90deg; }
  @media (hover: hover) {
    .c-sectionTop_whats:hover .c-sectionTop_whatsIcon_plus, .c-modalTitle:hover .c-sectionTop_whatsIcon_plus {
      rotate: 180deg; }
      .c-sectionTop_whats:hover .c-sectionTop_whatsIcon_plus::before, .c-modalTitle:hover .c-sectionTop_whatsIcon_plus::before, .c-sectionTop_whats:hover .c-sectionTop_whatsIcon_plus::after, .c-modalTitle:hover .c-sectionTop_whatsIcon_plus::after {
        background-color: #fff; } }

/* 一覧リンクボタン
-----------------------------------------------------------------*/
.c-designLink,
.c-designLink_inner {
  position: relative; }
  .c-designLink::before, .c-designLink::after,
  .c-designLink_inner::before,
  .c-designLink_inner::after {
    content: "";
    position: absolute;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    translate: 0 0 0;
    background-color: #000; }
  .c-designLink::before,
  .c-designLink_inner::before {
    height: 1px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease; }
    @media print, screen and (min-width: 768px) {
      .c-designLink::before,
      .c-designLink_inner::before {
        width: 80%; } }
    @media print, screen and (max-width: 767px) {
      .c-designLink::before,
      .c-designLink_inner::before {
        width: 90%; } }
  .c-designLink::after,
  .c-designLink_inner::after {
    width: 1px;
    -webkit-transition: height .3s ease;
    transition: height .3s ease; }
    @media print, screen and (min-width: 768px) {
      .c-designLink::after,
      .c-designLink_inner::after {
        height: 60%; } }
    @media print, screen and (max-width: 767px) {
      .c-designLink::after,
      .c-designLink_inner::after {
        height: 70%; } }

.c-designLink {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .c-designLink {
      width: calc(355 / 1280 * 100vw);
      margin-top: calc(48 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-designLink {
      width: 100%;
      max-width: 315px;
      margin-top: 40px; } }
  .c-designLink::before {
    left: 0; }
    @media print, screen and (min-width: 768px) {
      .c-designLink::before {
        top: calc(4 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-designLink::before {
        top: 4px; } }
  .c-designLink::after {
    top: 0; }
    @media print, screen and (min-width: 768px) {
      .c-designLink::after {
        left: calc(4 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-designLink::after {
        left: 4px; } }
  @media (hover: hover) {
    .c-designLink:hover::before {
      width: 100%; }
    .c-designLink:hover::after {
      height: 100%; } }

.c-designLink_inner {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "ruby arrow" "text arrow";
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 768px) {
    .c-designLink_inner {
      gap: calc(6 / 1280 * 100vw);
      padding: calc(22 / 1280 * 100vw) calc(40 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-designLink_inner {
      gap: 6px;
      padding: 18px 22px; } }
  .c-designLink_inner::before {
    right: 0; }
    @media print, screen and (min-width: 768px) {
      .c-designLink_inner::before {
        bottom: calc(4 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-designLink_inner::before {
        bottom: 4px; } }
  .c-designLink_inner::after {
    bottom: 0; }
    @media print, screen and (min-width: 768px) {
      .c-designLink_inner::after {
        right: calc(4 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .c-designLink_inner::after {
        right: 4px; } }
  @media (hover: hover) {
    .c-designLink:hover .c-designLink_inner::before {
      width: 100%; }
    .c-designLink:hover .c-designLink_inner::after {
      height: 100%; } }

.c-designLink_ruby {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: ruby;
  font-family: "Poppins", sans-serif;
  font-size: calc(14 / 1280 * 100vw);
  letter-spacing: 0.08em; }

.c-designLink_inner > .c-designLink_ruby {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1; }
  @media print, screen and (min-width: 768px) {
    .c-designLink_ruby {
      font-size: calc(14 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-designLink_ruby {
      font-size: 14px; } }

.c-designLink_text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
  font-size: calc(13 / 1280 * 100vw);
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 768px) {
    .c-designLink_text {
      font-size: calc(13 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-designLink_text {
      font-size: 13px; } }

.c-designLink_arrow {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: arrow;
  -webkit-transition: translate .3s ease;
  transition: translate .3s ease; }
  @media (hover: hover) {
    .c-designLink:hover .c-designLink_arrow {
      translate: calc(10 / 1280 * 100vw) 0; } }

/* モーダル
	-----------------------------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }
  .c-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media print, screen and (max-width: 767px) {
    .c-modal .c-designLink:before,
    .c-modal .c-designLink:after,
    .c-modal .c-designLink_inner:before,
    .c-modal .c-designLink_inner:after {
      background-color: #fff; } }

.c-modalClose {
  position: absolute;
  cursor: pointer;
  z-index: 10; }
  @media print, screen and (min-width: 768px) {
    .c-modalClose {
      top: calc(35 / 1280 * 100vw);
      right: calc(35 / 1280 * 100vw);
      width: calc(30 / 1280 * 100vw);
      height: calc(30 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-modalClose {
      top: 25px;
      right: 25px;
      width: 30px;
      height: 30px; } }
  .c-modalClose::before, .c-modalClose::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    height: 1px; }
    @media print, screen and (min-width: 768px) {
      .c-modalClose::before, .c-modalClose::after {
        width: calc(40 / 1280 * 100vw);
        background-color: #000; } }
    @media print, screen and (max-width: 767px) {
      .c-modalClose::before, .c-modalClose::after {
        width: 38px;
        background-color: #fff; } }
  .c-modalClose::before {
    rotate: 45deg; }
  .c-modalClose::after {
    rotate: -45deg; }

.c-modalInner {
  position: relative;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .c-modalInner {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0 calc(40 / 1280 * 100vw);
      width: calc(975 / 1280 * 100vw);
      -ms-grid-columns: 1fr calc(450 / 1280 * 100vw);
      grid-template-columns: 1fr calc(450 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .c-modalInner {
      height: 100dvh;
      overflow: auto;
      padding: 114px 30px 40px; } }

.c-modalInfo {
  position: relative;
  z-index: 1; }
  @media print, screen and (max-width: 767px) {
    .c-modalInfo {
      color: #fff; } }

.c-modalTitle {
  margin-top: 0; }
  @media print, screen and (max-width: 767px) {
    .c-modalTitle {
      color: #fff; } }

.c-modalTitle_ruby {
  color: #333333; }
  @media print, screen and (max-width: 767px) {
    .c-modalTitle_ruby {
      color: #fff; } }

.c-modalTitle_text {
  color: #333333; }
  @media print, screen and (max-width: 767px) {
    .c-modalTitle_text {
      color: #fff; } }

@media print, screen and (max-width: 767px) {
  .c-modalText {
    margin-top: 56px; } }

.c-modalImg {
  aspect-ratio: 0.71429;
  overflow: hidden; }
  .c-modalImg img, .c-modalImg svg, .c-modalImg iframe, .c-modalImg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 768px) {
  .c-sectionContent {
    margin-top: calc(120 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .c-sectionContent {
    margin-top: 64px; } }

@media print, screen and (max-width: 767px) {
  [data-modal-target="section1"] {
    background-image: url(../images/section_1/bg_modal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

@media print, screen and (max-width: 767px) {
  [data-modal-target="section2"] {
    background-image: url(../images/section_2/bg_modal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

@media print, screen and (max-width: 767px) {
  [data-modal-target="section3"] {
    background-image: url(../images/section_3/bg_modal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

/* section 1
	-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .sec1-row1 {
    position: relative;
    width: calc(720 / 1280 * 100vw);
    margin: auto; } }

@media print, screen and (max-width: 767px) {
  .sec1-row1 {
    width: calc(315 / 375 * 100vw);
    margin-left: auto; } }

.sec1-row1_img {
  aspect-ratio: 0.71429;
  overflow: hidden; }
  .sec1-row1_img img, .sec1-row1_img svg, .sec1-row1_img iframe, .sec1-row1_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sec1-row1_caption {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  color: #999999; }
  @media print, screen and (min-width: 768px) {
    .sec1-row1_caption {
      font-size: max(11 / 1280 * 100vw, 8.8px);
      line-height: 1.81; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row1_caption {
      padding-right: 20px;
      margin-top: 16px;
      font-size: 10px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) {
    .sec1-row1_caption {
      position: absolute;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: sideways-right;
      bottom: 0;
      left: 106%; } }

@media print, screen and (min-width: 768px) {
  .sec1-row2 {
    margin-top: calc(80 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec1-row2 {
    margin-top: 48px; } }

@media print, screen and (min-width: 768px) {
  .sec1-row2_slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: calc(8 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec1-row2_slider {
    overflow: hidden;
    white-space: nowrap; } }

.sec1-row2_slider .slick-slider div {
  -webkit-transition: none;
  transition: none; }

.sec1-row2_sliderNode {
  aspect-ratio: 0.71429;
  overflow: hidden; }
  .sec1-row2_sliderNode img, .sec1-row2_sliderNode svg, .sec1-row2_sliderNode iframe, .sec1-row2_sliderNode video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 767px) {
    .sec1-row2_sliderNode {
      display: inline-block;
      width: 100%;
      padding: 0 2px; } }

@media print, screen and (min-width: 768px) {
  .sec1-row2_detail {
    width: calc(640 / 1280 * 100vw);
    margin: calc(40 / 1280 * 100vw) calc(80 / 1280 * 100vw) 0 auto; } }

@media print, screen and (max-width: 767px) {
  .sec1-row2_detail {
    margin: 28px 20px 0; } }

.sec1-row2_detailText {
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 768px) {
    .sec1-row2_detailText {
      font-size: max(12 / 1280 * 100vw, 9.6px);
      line-height: 2; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row2_detailText {
      font-size: 12px;
      line-height: 1.8; } }

.sec1-row3 {
  position: relative;
  margin-left: auto; }
  @media print, screen and (min-width: 768px) {
    .sec1-row3 {
      margin-top: calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec1-row3 {
      margin-top: 48px; } }
  @media print, screen and (min-width: 768px) {
    .sec1-row3 {
      width: calc(1000 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec1-row3 {
      width: calc(315 / 375 * 100vw);
      margin-left: auto; } }

.sec1-row3_img {
  aspect-ratio: 0.99206;
  overflow: hidden; }
  .sec1-row3_img img, .sec1-row3_img svg, .sec1-row3_img iframe, .sec1-row3_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sec1-row3_caption {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  color: #999999; }
  @media print, screen and (min-width: 768px) {
    .sec1-row3_caption {
      font-size: max(11 / 1280 * 100vw, 8.8px);
      line-height: 1.81; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row3_caption {
      padding-right: 20px;
      margin-top: 16px;
      font-size: 10px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) {
    .sec1-row3_caption {
      position: absolute;
      bottom: calc(40 / 1280 * 100vw);
      right: calc(80 / 1280 * 100vw);
      color: #fff;
      z-index: 2;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: sideways-right;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

@media print, screen and (min-width: 768px) {
  .sec1-row4 {
    margin-top: calc(80 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec1-row4 {
    margin-top: 48px; } }

.sec1-row4_node {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }
  @media print, screen and (min-width: 768px) {
    .sec1-row4_node:nth-child(1) {
      padding-left: calc(40 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec1-row4_node:nth-child(1) {
      padding-left: 20px; } }
  @media print, screen and (min-width: 768px) {
    .sec1-row4_node:nth-child(2) {
      margin-top: calc(40 / 1280 * 100vw);
      padding-right: calc(40 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec1-row4_node:nth-child(2) {
      margin-top: 15px;
      padding-right: 20px; } }

.sec1-row4_img {
  aspect-ratio: 0.71429;
  overflow: hidden; }
  .sec1-row4_img img, .sec1-row4_img svg, .sec1-row4_img iframe, .sec1-row4_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 768px) {
  .sec1-row4_detail {
    width: calc(640 / 1280 * 100vw);
    margin: calc(40 / 1280 * 100vw) 0 0 calc(160 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec1-row4_detail {
    margin: 28px 20px 0; } }

.sec1-row4_detailText {
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 768px) {
    .sec1-row4_detailText {
      font-size: max(12 / 1280 * 100vw, 9.6px);
      line-height: 2; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row4_detailText {
      font-size: 12px;
      line-height: 1.8; } }

.sec1-row5 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sec1-row5 {
      margin-top: calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec1-row5 {
      margin-top: 48px; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row5 {
      width: calc(315 / 375 * 100vw);
      margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  .sec1-row5_img {
    aspect-ratio: 1.26984;
    overflow: hidden; }
    .sec1-row5_img img, .sec1-row5_img svg, .sec1-row5_img iframe, .sec1-row5_img video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (max-width: 767px) {
  .sec1-row5_img {
    aspect-ratio: 0.71429;
    overflow: hidden; }
    .sec1-row5_img img, .sec1-row5_img svg, .sec1-row5_img iframe, .sec1-row5_img video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.sec1-row5_caption {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  color: #999999; }
  @media print, screen and (min-width: 768px) {
    .sec1-row5_caption {
      font-size: max(11 / 1280 * 100vw, 8.8px);
      line-height: 1.81; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row5_caption {
      padding-right: 20px;
      margin-top: 16px;
      font-size: 10px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) {
    .sec1-row5_caption {
      position: absolute;
      bottom: calc(52 / 1280 * 100vw);
      right: calc(120 / 1280 * 100vw);
      color: #fff;
      z-index: 2;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: sideways-right;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

@media print, screen and (min-width: 768px) {
  .sec1-row6 {
    margin-top: calc(80 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec1-row6 {
    margin-top: 48px; } }

@media print, screen and (min-width: 768px) {
  .sec1-row6 {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: calc(420 / 1280 * 100vw) auto auto;
    grid-template-rows: calc(420 / 1280 * 100vw) auto auto;
    grid-template-areas: "img1 ." "img1 img2" ". credit"; } }

.sec1-row6_img {
  aspect-ratio: 0.71429;
  overflow: hidden; }
  .sec1-row6_img img, .sec1-row6_img svg, .sec1-row6_img iframe, .sec1-row6_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 767px) {
    .sec1-row6_img {
      width: calc(295 / 375 * 100vw); } }
  @media print, screen and (min-width: 768px) {
    .sec1-row6_img:nth-child(1 of .sec1-row6_img) {
      grid-area: img1; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row6_img:nth-child(1 of .sec1-row6_img) {
      position: relative;
      z-index: 1; } }
  @media print, screen and (min-width: 768px) {
    .sec1-row6_img:nth-child(2 of .sec1-row6_img) {
      grid-area: img2; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row6_img:nth-child(2 of .sec1-row6_img) {
      margin-top: -40px;
      margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  .sec1-row6_credit {
    grid-area: credit; } }

@media print, screen and (min-width: 768px){
  .sec1-row6_img:nth-child(1 of .sec1-row6_img) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
  .sec1-row6_img:nth-child(2 of .sec1-row6_img) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
  .sec1-row6_credit {
    -ms-grid-row: 3;
    -ms-grid-column: 2; } }

@media print, screen and (min-width: 768px) {
  .sec1-row6_text {
    position: absolute;
    top: calc(900 / 1280 * 100vw);
    left: calc(120 / 1280 * 100vw);
    width: calc(400 / 1280 * 100vw);
    margin: calc(40 / 1280 * 100vw) auto 0; } }

@media print, screen and (max-width: 767px) {
  .sec1-row6_text {
    margin: 28px 20px 0; } }

.sec1-row6_text p {
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 768px) {
    .sec1-row6_text p {
      font-size: max(12 / 1280 * 100vw, 9.6px);
      line-height: 2; } }
  @media print, screen and (max-width: 767px) {
    .sec1-row6_text p {
      font-size: 12px;
      line-height: 1.8; } }

/* section 2
-----------------------------------------------------------------*/
.sec2-row1 {
  position: relative; }

@media print, screen and (min-width: 768px) {
  .sec2-row1_credit {
    margin-left: calc(80 / 1280 * 100vw); } }

.sec2-row1_slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_slider {
      width: calc(760 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_slider {
      width: 100%; } }

.sec2-row1_sliderNode {
  aspect-ratio: 0.71429;
  overflow: hidden;
  display: inline-block;
  width: 100%; }
  .sec2-row1_sliderNode img, .sec2-row1_sliderNode svg, .sec2-row1_sliderNode iframe, .sec2-row1_sliderNode video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media print, screen and (min-width: 768px) {
  .sec2-row1_head {
    position: absolute;
    top: calc(178 / 1280 * 100vw);
    right: 0;
    width: calc(520 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec2-row1_head {
    position: relative;
    max-width: 375px;
    margin: 30px auto 0; } }

.sec2-row1_headNum {
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .3s;
  transition: opacity .9s ease-in-out .3s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em; }
  .is-show .sec2-row1_headNum {
    opacity: 1; }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headNum {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headNum {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headNum {
      padding-left: calc(70 / 1280 * 100vw);
      padding-bottom: calc(34 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headNum {
      padding-left: 30px; } }

.sec2-row1_headRuby {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.2em;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s;
  transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headRuby {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headRuby {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headRuby {
      translate: calc(92 / 1280 * 100vw) 0; }
      .is-show .sec2-row1_headRuby {
        opacity: 1;
        translate: calc(82 / 1280 * 100vw) 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headRuby {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding-left: 140px;
      translate: -30px 0; }
      .is-show .sec2-row1_headRuby {
        opacity: 1;
        translate: 0; } }

.sec2-row1_headTitle {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  letter-spacing: 0.12em;
  line-height: 1.8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headTitle {
      font-size: calc(28 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headTitle {
      gap: 20px;
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headTitle {
      gap: calc(30 / 1280 * 100vw);
      padding-top: calc(38 / 1280 * 100vw);
      padding-left: calc(138 / 1280 * 100vw);
      padding-bottom: calc(56 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headTitle {
      padding: 24px 0 0 60px; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headTitle span:nth-child(2) {
      padding-left: 60px; } }

.sec2-row1_headLead {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s;
  transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headLead {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headLead {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_headLead {
      translate: calc(50 / 1280 * 100vw) calc(10 / 1280 * 100vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .is-show .sec2-row1_headLead {
        opacity: 1;
        translate: calc(50 / 1280 * 100vw) 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_headLead {
      padding-top: 46px;
      translate: 120px 0; }
      .is-show .sec2-row1_headLead {
        opacity: 1;
        translate: 110px 0; } }

.sec2-row1_subimg {
  aspect-ratio: 1;
  overflow: hidden; }
  .sec2-row1_subimg img, .sec2-row1_subimg svg, .sec2-row1_subimg iframe, .sec2-row1_subimg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    .sec2-row1_subimg {
      position: absolute;
      top: calc(620 / 1280 * 100vw);
      right: 0;
      width: calc(600 / 1280 * 100vw);
      z-index: 2; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row1_subimg {
      width: calc(265 / 375 * 100vw);
      margin-top: 28px;
      margin-left: auto; } }

.sec2-row1_headLine {
  position: absolute;
  background: #333333; }
  .sec2-row1_headLine:nth-child(1 of .sec2-row1_headLine) {
    width: calc(327 / 1280 * 100vw);
    height: 2px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .3s;
    transition: width .9s ease-in-out .3s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(1 of .sec2-row1_headLine) {
        right: calc(56 / 1280 * 100vw);
        top: calc(80 / 1280 * 100vw); }
        .is-show .sec2-row1_headLine:nth-child(1 of .sec2-row1_headLine) {
          width: calc(327 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row1_headLine:nth-child(1 of .sec2-row1_headLine) {
        right: 0;
        top: 30px; }
        .is-show .sec2-row1_headLine:nth-child(1 of .sec2-row1_headLine) {
          width: 315px; } }
  .sec2-row1_headLine:nth-child(2 of .sec2-row1_headLine) {
    width: calc(287 / 1280 * 100vw);
    height: 1px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .7s;
    transition: width .9s ease-in-out .7s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(2 of .sec2-row1_headLine) {
        left: calc(56 / 1280 * 100vw);
        top: calc(160 / 1280 * 100vw); }
        .is-show .sec2-row1_headLine:nth-child(2 of .sec2-row1_headLine) {
          width: calc(287 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row1_headLine:nth-child(2 of .sec2-row1_headLine) {
        left: 20px;
        top: 96px; }
        .is-show .sec2-row1_headLine:nth-child(2 of .sec2-row1_headLine) {
          width: 236px; } }
  .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine) {
    width: calc(240 / 1280 * 100vw);
    height: 1px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .3s;
    transition: width .9s ease-in-out .3s; }
    .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine):after {
      content: "";
      width: calc(80 / 1280 * 100vw);
      height: 3px;
      inset: 0;
      margin: auto 0 auto auto;
      background: #000;
      position: absolute; }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine) {
        right: calc(124 / 1280 * 100vw);
        top: calc(235 / 1280 * 100vw); }
        .is-show .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine) {
          width: calc(240 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine) {
        top: 150px;
        right: 30px; }
        .is-show .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine) {
          width: 195px; } }
    .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine):after {
      width: 0;
      -webkit-transition: width .9s ease-in-out .7s;
      transition: width .9s ease-in-out .7s; }
      @media print, screen and (min-width: 768px) {
        .is-show .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine):after {
          width: calc(80 / 1280 * 100vw); } }
      @media print, screen and (max-width: 767px) {
        .is-show .sec2-row1_headLine:nth-child(3 of .sec2-row1_headLine):after {
          width: 40px; } }
  .sec2-row1_headLine:nth-child(4 of .sec2-row1_headLine) {
    width: 1px;
    height: calc(96 / 1280 * 100vw);
    height: 0;
    -webkit-transition: height .9s ease-in-out .9s;
    transition: height .9s ease-in-out .9s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(4 of .sec2-row1_headLine) {
        top: calc(20 / 1280 * 100vw);
        right: calc(96 / 1280 * 100vw); }
        .is-show .sec2-row1_headLine:nth-child(4 of .sec2-row1_headLine) {
          height: calc(96 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row1_headLine:nth-child(4 of .sec2-row1_headLine) {
        left: 20px;
        top: 80px; }
        .is-show .sec2-row1_headLine:nth-child(4 of .sec2-row1_headLine) {
          height: 64px; } }
  .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine) {
    width: 1px;
    height: calc(64 / 1280 * 100vw);
    height: 0;
    -webkit-transition: height .9s ease-in-out .9s;
    transition: height .9s ease-in-out .9s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine) {
        top: calc(145 / 1280 * 100vw);
        left: calc(70 / 1280 * 100vw); }
        .is-show .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine) {
          height: calc(64 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine) {
        left: 30px;
        bottom: 76px; }
        .is-show .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine) {
          height: 112px; } }
    .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine)::after {
      position: absolute;
      bottom: 0;
      right: -1px;
      width: 3px;
      background-color: #333333;
      height: 0;
      -webkit-transition: height .7s ease-in-out 1.5s;
      transition: height .7s ease-in-out 1.5s; }
      @media print, screen and (max-width: 767px) {
        .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine)::after {
          content: ""; }
          .is-show .sec2-row1_headLine:nth-child(5 of .sec2-row1_headLine)::after {
            height: 24px; } }
  .sec2-row1_headLine:nth-child(6 of .sec2-row1_headLine) {
    width: 1px;
    height: calc(120 / 1280 * 100vw); }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(6 of .sec2-row1_headLine) {
        height: 0;
        bottom: calc(96 / 1280 * 100vw);
        left: calc(77 / 1280 * 100vw);
        -webkit-transition: height .9s ease-in-out 1.2s;
        transition: height .9s ease-in-out 1.2s; }
        .is-show .sec2-row1_headLine:nth-child(6 of .sec2-row1_headLine) {
          height: calc(120 / 1280 * 100vw); } }
  .sec2-row1_headLine:nth-child(7 of .sec2-row1_headLine) {
    width: 1px;
    height: calc(12 / 1280 * 100vw); }
    @media print, screen and (min-width: 768px) {
      .sec2-row1_headLine:nth-child(7 of .sec2-row1_headLine) {
        top: calc(155 / 1280 * 100vw);
        left: calc(262 / 1280 * 100vw);
        height: 0;
        -webkit-transition: height .3s ease-in-out 1.2s;
        transition: height .3s ease-in-out 1.2s; }
        .is-show .sec2-row1_headLine:nth-child(7 of .sec2-row1_headLine) {
          height: calc(12 / 1280 * 100vw); } }

.sec2-row2 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sec2-row2 {
      margin-top: calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row2 {
      margin-top: 48px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: calc(80 / 1280 * 100vw); } }

.sec2-row2_lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: justify; }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_lead {
      height: calc(363 / 1280 * 100vw);
      font-size: calc(12 / 1280 * 100vw);
      letter-spacing: 0.2em;
      line-height: 2.27; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row2_lead {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      height: 460px;
      font-size: 12px;
      line-height: 1.9;
      letter-spacing: .18em; } }
  .sec2-row2_lead:after {
    content: "";
    clear: both; }
  .sec2-row2_lead .v {
    text-orientation: upright; }
  .sec2-row2_lead i {
    display: block;
    font-family: "Noto Serif JP", "Noto Serif", serif;
    font-weight: 500;
    float: left;
    line-height: 1;
    text-align: center;
    letter-spacing: 0; }
    @media print, screen and (min-width: 768px) {
      .sec2-row2_lead i {
        font-size: calc(72 / 1280 * 100vw);
        padding: 0 calc(6 / 1280 * 100vw) calc(10 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .sec2-row2_lead i {
        font-size: 56px;
        padding: 0 6px 10px 0; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_lead {
      position: absolute; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_lead:nth-child(1 of .sec2-row2_lead) {
      top: calc(40 / 1280 * 100vw);
      right: calc(80 / 1280 * 100vw); } }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_lead:nth-child(2 of .sec2-row2_lead) {
      top: calc(850 / 1280 * 100vw);
      right: calc(740 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row2_lead:nth-child(2 of .sec2-row2_lead) {
      margin-top: 48px; } }

.sec2-row2_node {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_node:nth-child(1 of .sec2-row2_node) {
      z-index: 2; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_node:nth-child(2 of .sec2-row2_node) {
      padding-top: calc(520 / 1280 * 100vw);
      translate: calc(-36 / 1280 * 100vw) 0; } }

.sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg {
  aspect-ratio: 0.71465;
  overflow: hidden; }
  .sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg img, .sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg svg, .sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg iframe, .sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg {
      width: calc(556 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row2_node:nth-child(1 of .sec2-row2_node) .sec2-row2_nodeImg {
      width: calc(225 / 375 * 100vw);
      margin-top: 50px; } }

.sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg {
  aspect-ratio: 0.89474;
  overflow: hidden; }
  .sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg img, .sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg svg, .sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg iframe, .sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    .sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg {
      width: calc(680 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row2_node:nth-child(2 of .sec2-row2_node) .sec2-row2_nodeImg {
      width: calc(300 / 375 * 100vw);
      margin-top: -40px;
      margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  .sec2-row3 {
    margin-top: calc(80 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec2-row3 {
    margin-top: 48px; } }

.sec2-row3_img {
  aspect-ratio: 1.40044;
  overflow: hidden; }
  .sec2-row3_img img, .sec2-row3_img svg, .sec2-row3_img iframe, .sec2-row3_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sec2-row3_head {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_head {
      padding: calc(26 / 1280 * 100vw) calc(219 / 1280 * 100vw) calc(18 / 1280 * 100vw) 0;
      text-align: right; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_head {
      max-width: 375px;
      margin: 30px auto 0; } }

.sec2-row3_headNum {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .3s;
  transition: opacity .9s ease-in-out .3s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headNum {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headNum {
      font-size: 10px; } }
  .is-show .sec2-row3_headNum {
    opacity: 1; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headNum {
      position: absolute;
      top: calc(62 / 1280 * 100vw);
      right: calc(158 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headNum {
      padding-left: 300px; } }

.sec2-row3_headRuby {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.2em;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s;
  transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headRuby {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headRuby {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headRuby {
      translate: calc(10 / 1280 * 100vw) 0;
      padding-right: calc(30 / 1280 * 100vw); }
      .is-show .sec2-row3_headRuby {
        opacity: 1;
        translate: 0 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headRuby {
      translate: -197px 0; }
      .is-show .sec2-row3_headRuby {
        opacity: 1;
        translate: -207px 0; } }

.sec2-row3_headTitle {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  letter-spacing: 0.12em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headTitle {
      font-size: calc(28 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headTitle {
      gap: 20px;
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headTitle {
      padding-top: calc(38 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headTitle {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 24px 0 0 80px; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headTitle span:nth-child(2) {
      padding-left: 50px; } }

.sec2-row3_headLead {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s;
  transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headLead {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headLead {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_headLead {
      position: absolute;
      bottom: 0;
      left: calc(160 / 1280 * 100vw);
      translate: 0 calc(10 / 1280 * 100vw); }
      .is-show .sec2-row3_headLead {
        opacity: 1;
        translate: 0 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headLead {
      padding: 40px 10px 0;
      text-align: right;
      translate: -10px 0; }
      .is-show .sec2-row3_headLead {
        opacity: 1;
        translate: 0 0; } }

.sec2-row3_lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: justify; }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_lead {
      height: calc(363 / 1280 * 100vw);
      font-size: calc(12 / 1280 * 100vw);
      letter-spacing: 0.2em;
      line-height: 2.27; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_lead {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      height: 460px;
      font-size: 12px;
      line-height: 1.9;
      letter-spacing: .18em; } }
  .sec2-row3_lead:after {
    content: "";
    clear: both; }
  .sec2-row3_lead .v {
    text-orientation: upright; }
  .sec2-row3_lead i {
    display: block;
    font-family: "Noto Serif JP", "Noto Serif", serif;
    font-weight: 500;
    float: left;
    line-height: 1;
    text-align: center;
    letter-spacing: 0; }
    @media print, screen and (min-width: 768px) {
      .sec2-row3_lead i {
        font-size: calc(72 / 1280 * 100vw);
        padding: 0 calc(6 / 1280 * 100vw) calc(10 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .sec2-row3_lead i {
        font-size: 56px;
        padding: 0 6px 10px 0; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row3_lead {
      margin: calc(80 / 1280 * 100vw) auto 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_lead {
      margin-top: 48px; } }

.sec2-row3_headLine {
  position: absolute;
  background: #333333; }
  .sec2-row3_headLine:nth-child(1 of .sec2-row3_headLine) {
    width: calc(327 / 1280 * 100vw);
    height: 2px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .3s;
    transition: width .9s ease-in-out .3s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row3_headLine:nth-child(1 of .sec2-row3_headLine) {
        top: calc(66 / 1280 * 100vw);
        right: calc(434 / 1280 * 100vw); }
        .is-show .sec2-row3_headLine:nth-child(1 of .sec2-row3_headLine) {
          width: calc(327 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row3_headLine:nth-child(1 of .sec2-row3_headLine) {
        left: 20px;
        top: 30px; }
        .is-show .sec2-row3_headLine:nth-child(1 of .sec2-row3_headLine) {
          width: 315px; } }
  .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine) {
    width: calc(240 / 1280 * 100vw);
    height: 1px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .7s;
    transition: width .9s ease-in-out .7s; }
    .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine):after {
      content: "";
      width: calc(80 / 1280 * 100vw);
      height: 3px;
      inset: 0;
      margin: auto 0 auto auto;
      background: #000;
      position: absolute; }
    @media print, screen and (min-width: 768px) {
      .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine) {
        bottom: 0;
        right: calc(160 / 1280 * 100vw); }
        .is-show .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine) {
          width: calc(240 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine) {
        top: 160px;
        left: 0; }
        .is-show .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine) {
          width: 195px; } }
    .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine)::after {
      width: 0;
      -webkit-transition: width .7s ease-in-out 1.5s;
      transition: width .7s ease-in-out 1.5s; }
      @media print, screen and (min-width: 768px) {
        .is-show .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine)::after {
          width: calc(80 / 1280 * 100vw); } }
      @media print, screen and (max-width: 767px) {
        .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine)::after {
          left: 0;
          right: auto; }
          .is-show .sec2-row3_headLine:nth-child(2 of .sec2-row3_headLine)::after {
            width: 40px; } }
  .sec2-row3_headLine:nth-child(3 of .sec2-row3_headLine) {
    width: 1px;
    height: calc(120 / 1280 * 100vw);
    -webkit-transition: height .9s ease-in-out .9s, width .9s ease-in-out .9s;
    transition: height .9s ease-in-out .9s, width .9s ease-in-out .9s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row3_headLine:nth-child(3 of .sec2-row3_headLine) {
        bottom: calc(23 / 1280 * 100vw);
        right: calc(700 / 1280 * 100vw);
        height: 0; }
        .is-show .sec2-row3_headLine:nth-child(3 of .sec2-row3_headLine) {
          height: calc(120 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row3_headLine:nth-child(3 of .sec2-row3_headLine) {
        top: 94px;
        right: 0;
        width: 0;
        height: 1px; }
        .is-show .sec2-row3_headLine:nth-child(3 of .sec2-row3_headLine) {
          width: 235px; } }
  .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine) {
    width: 1px;
    height: calc(64 / 1280 * 100vw);
    height: 0;
    -webkit-transition: height .9s ease-in-out .9s;
    transition: height .9s ease-in-out .9s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine) {
        top: calc(32 / 1280 * 100vw);
        right: calc(708 / 1280 * 100vw); }
        .is-show .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine) {
          height: calc(64 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine) {
        bottom: 100px;
        left: 340px; }
        .is-show .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine) {
          height: 72px; } }
    @media print, screen and (max-width: 767px) {
      .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine):after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -1px;
        width: 3px;
        height: 0;
        background-color: #333333;
        -webkit-transition: height .7s ease-in-out 1.5s;
        transition: height .7s ease-in-out 1.5s; }
        .is-show .sec2-row3_headLine:nth-child(4 of .sec2-row3_headLine):after {
          height: 24px; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row3_headLine:nth-child(5 of .sec2-row3_headLine) {
      background-color: #333333;
      top: 0;
      left: 50px;
      width: 1px;
      height: 0;
      -webkit-transition: height .9s ease-in-out 1.2s;
      transition: height .9s ease-in-out 1.2s; }
      .is-show .sec2-row3_headLine:nth-child(5 of .sec2-row3_headLine) {
        height: 88px; } }

@media print, screen and (min-width: 768px) {
  .sec2-row4 {
    margin-top: calc(80 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec2-row4 {
    margin-top: 48px; } }

@media print, screen and (min-width: 768px) {
  .sec2-row4_img {
    aspect-ratio: 1.52431;
    overflow: hidden;
    width: calc(1160 / 1280 * 100vw); }
    .sec2-row4_img img, .sec2-row4_img svg, .sec2-row4_img iframe, .sec2-row4_img video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (max-width: 767px) {
  .sec2-row4_img {
    aspect-ratio: 1.25;
    overflow: hidden;
    width: 100%; }
    .sec2-row4_img img, .sec2-row4_img svg, .sec2-row4_img iframe, .sec2-row4_img video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 768px) {
  .sec2-row4_credit {
    margin-left: calc(160 / 1280 * 100vw); } }

.sec2-row4_lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: justify; }
  @media print, screen and (min-width: 768px) {
    .sec2-row4_lead {
      height: calc(363 / 1280 * 100vw);
      font-size: calc(12 / 1280 * 100vw);
      letter-spacing: 0.2em;
      line-height: 2.27; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row4_lead {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      height: 460px;
      font-size: 12px;
      line-height: 1.9;
      letter-spacing: .18em; } }
  .sec2-row4_lead:after {
    content: "";
    clear: both; }
  .sec2-row4_lead .v {
    text-orientation: upright; }
  .sec2-row4_lead i {
    display: block;
    font-family: "Noto Serif JP", "Noto Serif", serif;
    font-weight: 500;
    float: left;
    line-height: 1;
    text-align: center;
    letter-spacing: 0; }
    @media print, screen and (min-width: 768px) {
      .sec2-row4_lead i {
        font-size: calc(72 / 1280 * 100vw);
        padding: 0 calc(6 / 1280 * 100vw) calc(10 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .sec2-row4_lead i {
        font-size: 56px;
        padding: 0 6px 10px 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row4_lead {
      margin-top: 48px;
      height: 500px; } }

.sec2-row5 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sec2-row5 {
      margin-top: calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row5 {
      margin-top: 48px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row5 {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-left: calc(120 / 1280 * 100vw); } }

.sec2-row5_caption {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  color: #999999; }
  @media print, screen and (min-width: 768px) {
    .sec2-row5_caption {
      font-size: max(11 / 1280 * 100vw, 8.8px);
      line-height: 1.81; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row5_caption {
      padding-right: 20px;
      margin-top: 16px;
      font-size: 10px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row5_caption {
      position: absolute;
      top: 0;
      right: calc(-90 / 1280 * 100vw);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: sideways-right; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row5_caption {
      width: calc(315 / 375 * 100vw);
      margin-left: auto; } }

.sec2-row5_img {
  aspect-ratio: 1;
  overflow: hidden; }
  .sec2-row5_img img, .sec2-row5_img svg, .sec2-row5_img iframe, .sec2-row5_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    .sec2-row5_img {
      width: calc(830 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row5_img {
      width: calc(315 / 375 * 100vw);
      margin-top: 18px;
      margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  .sec2-row5_credit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto; } }

.sec2-row6 {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6 {
      margin-top: calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6 {
      margin-top: 48px; } }

@media print, screen and (min-width: 768px) {
  .sec2-row6_head {
    position: absolute;
    top: calc(337 / 1280 * 100vw);
    left: calc(80 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec2-row6_head {
    position: relative;
    max-width: 375px;
    margin: 30px auto 0; } }

.sec2-row6_headNum {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headNum {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headNum {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headNum {
      position: absolute;
      top: calc(250 / 1280 * 100vw);
      left: 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headNum {
      position: absolute;
      top: 120px;
      left: 30px; } }

.sec2-row6_headRuby {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.2em;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s;
  transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headRuby {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headRuby {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headRuby {
      translate: calc(10 / 1280 * 100vw) 0; }
      .is-show .sec2-row6_headRuby {
        opacity: 1;
        translate: 0 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headRuby {
      padding-top: 10px;
      translate: -44px 0; }
      .is-show .sec2-row6_headRuby {
        opacity: 1;
        translate: -54px 0; } }

.sec2-row6_headTitle {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  letter-spacing: 0.12em;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headTitle {
      font-size: calc(28 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headTitle {
      gap: 20px;
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headTitle {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: calc(30 / 1280 * 100vw);
      padding: calc(102 / 1280 * 100vw) 0 0 calc(80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headTitle {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 24px 0 0 112px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headTitle span:nth-child(2) {
      padding-left: calc(60 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headTitle span:nth-child(2) {
      padding-left: 50px; } }

.sec2-row6_headLead {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1.8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s;
  transition: opacity .9s ease-in-out .7s, translate .9s ease-in-out .7s; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headLead {
      font-size: calc(10 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headLead {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_headLead {
      position: absolute;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      top: calc(320 / 1280 * 100vw);
      left: calc(-60 / 1280 * 100vw);
      translate: 0 calc(10 / 1280 * 100vw); }
      .is-show .sec2-row6_headLead {
        opacity: 1;
        translate: 0 0; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_headLead {
      padding-top: 40px;
      translate: 0 0; }
      .is-show .sec2-row6_headLead {
        opacity: 1;
        translate: 10px 0; } }

.sec2-row6_headLine {
  position: absolute;
  background: #333333; }
  .sec2-row6_headLine:nth-child(1 of .sec2-row6_headLine) {
    width: calc(327 / 1280 * 100vw);
    height: 2px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .3s;
    transition: width .9s ease-in-out .3s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(1 of .sec2-row6_headLine) {
        top: calc(100 / 1280 * 100vw);
        left: calc(40 / 1280 * 100vw); }
        .is-show .sec2-row6_headLine:nth-child(1 of .sec2-row6_headLine) {
          width: calc(224 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row6_headLine:nth-child(1 of .sec2-row6_headLine) {
        left: 40px;
        top: 36px; }
        .is-show .sec2-row6_headLine:nth-child(1 of .sec2-row6_headLine) {
          width: 255px; } }
  .sec2-row6_headLine:nth-child(2 of .sec2-row6_headLine) {
    width: calc(287 / 1280 * 100vw);
    height: 1px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .7s;
    transition: width .9s ease-in-out .7s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(2 of .sec2-row6_headLine) {
        top: calc(185 / 1280 * 100vw);
        right: calc(21 / 1280 * 100vw); }
        .is-show .sec2-row6_headLine:nth-child(2 of .sec2-row6_headLine) {
          width: calc(304 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row6_headLine:nth-child(2 of .sec2-row6_headLine) {
        top: 95px;
        right: 18px; }
        .is-show .sec2-row6_headLine:nth-child(2 of .sec2-row6_headLine) {
          width: 252px; } }
  .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine) {
    width: calc(240 / 1280 * 100vw);
    height: 1px;
    width: 0;
    -webkit-transition: width .9s ease-in-out .3s;
    transition: width .9s ease-in-out .3s; }
    .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine):after {
      content: "";
      width: calc(80 / 1280 * 100vw);
      height: 3px;
      inset: 0;
      margin: auto 0 auto auto;
      background: #000;
      position: absolute; }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine) {
        top: calc(260 / 1280 * 100vw);
        left: calc(140 / 1280 * 100vw);
        rotate: 180deg; }
        .is-show .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine) {
          width: calc(184 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine) {
        top: 155px;
        right: 40px; }
        .is-show .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine) {
          width: 195px; } }
    .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine)::after {
      width: 0; }
      @media print, screen and (min-width: 768px) {
        .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine)::after {
          -webkit-transition: width .7s ease-in-out .9s;
          transition: width .7s ease-in-out .9s; }
          .is-show .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine)::after {
            width: 80px; } }
      @media print, screen and (max-width: 767px) {
        .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine)::after {
          left: calc(50% - 20px);
          right: auto;
          -webkit-transition: width .7s ease-in-out 1.2s;
          transition: width .7s ease-in-out 1.2s; }
          .is-show .sec2-row6_headLine:nth-child(3 of .sec2-row6_headLine)::after {
            width: 40px; } }
  .sec2-row6_headLine:nth-child(4 of .sec2-row6_headLine) {
    width: 1px;
    height: calc(96 / 1280 * 100vw);
    height: 0;
    -webkit-transition: height .9s ease-in-out 1.5s;
    transition: height .9s ease-in-out 1.5s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(4 of .sec2-row6_headLine) {
        top: calc(185 / 1280 * 100vw);
        left: calc(75 / 1280 * 100vw); }
        .is-show .sec2-row6_headLine:nth-child(4 of .sec2-row6_headLine) {
          height: calc(96 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row6_headLine:nth-child(4 of .sec2-row6_headLine) {
        left: 105px;
        top: 95px; }
        .is-show .sec2-row6_headLine:nth-child(4 of .sec2-row6_headLine) {
          height: 64px; } }
  .sec2-row6_headLine:nth-child(5 of .sec2-row6_headLine) {
    width: 1px;
    height: calc(64 / 1280 * 100vw);
    height: 0;
    -webkit-transition: height .9s ease-in-out 1.2s;
    transition: height .9s ease-in-out 1.2s; }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(5 of .sec2-row6_headLine) {
        bottom: calc(96 / 1280 * 100vw);
        left: calc(330 / 1280 * 100vw); }
        .is-show .sec2-row6_headLine:nth-child(5 of .sec2-row6_headLine) {
          height: calc(64 / 1280 * 100vw); } }
    @media print, screen and (max-width: 767px) {
      .sec2-row6_headLine:nth-child(5 of .sec2-row6_headLine) {
        top: 0;
        left: 315px; }
        .is-show .sec2-row6_headLine:nth-child(5 of .sec2-row6_headLine) {
          height: 88px; } }
  .sec2-row6_headLine:nth-child(6 of .sec2-row6_headLine) {
    width: 1px;
    height: calc(120 / 1280 * 100vw); }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(6 of .sec2-row6_headLine) {
        top: calc(66 / 1280 * 100vw);
        left: calc(338 / 1280 * 100vw);
        height: 0;
        -webkit-transition: height .9s ease-in-out .9s;
        transition: height .9s ease-in-out .9s; }
        .is-show .sec2-row6_headLine:nth-child(6 of .sec2-row6_headLine) {
          height: calc(120 / 1280 * 100vw); } }
  .sec2-row6_headLine:nth-child(7 of .sec2-row6_headLine) {
    width: 1px;
    height: calc(12 / 1280 * 100vw); }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_headLine:nth-child(7 of .sec2-row6_headLine) {
        top: calc(180 / 1280 * 100vw);
        left: calc(260 / 1280 * 100vw);
        height: 0;
        -webkit-transition: height .3s ease-in-out 1.5s;
        transition: height .3s ease-in-out 1.5s; }
        .is-show .sec2-row6_headLine:nth-child(7 of .sec2-row6_headLine) {
          height: calc(12 / 1280 * 100vw); } }

.sec2-row6_img:nth-child(1 of .sec2-row6_img) {
  aspect-ratio: 0.67812;
  overflow: hidden; }
  .sec2-row6_img:nth-child(1 of .sec2-row6_img) img, .sec2-row6_img:nth-child(1 of .sec2-row6_img) svg, .sec2-row6_img:nth-child(1 of .sec2-row6_img) iframe, .sec2-row6_img:nth-child(1 of .sec2-row6_img) video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_img:nth-child(1 of .sec2-row6_img) {
      width: calc(750 / 1280 * 100vw);
      margin-left: auto; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_img:nth-child(1 of .sec2-row6_img) {
      width: 100%; } }

.sec2-row6_img:nth-child(2 of .sec2-row6_img) {
  aspect-ratio: 1;
  overflow: hidden; }
  .sec2-row6_img:nth-child(2 of .sec2-row6_img) img, .sec2-row6_img:nth-child(2 of .sec2-row6_img) svg, .sec2-row6_img:nth-child(2 of .sec2-row6_img) iframe, .sec2-row6_img:nth-child(2 of .sec2-row6_img) video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_img:nth-child(2 of .sec2-row6_img) {
      width: 50%;
      margin-top: calc(-80 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_img:nth-child(2 of .sec2-row6_img) {
      width: calc(255 / 375 * 100vw);
      margin-top: 48px; } }

.sec2-row6_slider {
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_slider {
      width: 50%; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_slider {
      width: calc(295 / 375 * 100vw);
      margin-top: 48px;
      margin-left: auto; } }

.sec2-row6_sliderNode {
  aspect-ratio: 0.71429;
  overflow: hidden;
  display: inline-block;
  width: 100%; }
  .sec2-row6_sliderNode img, .sec2-row6_sliderNode svg, .sec2-row6_sliderNode iframe, .sec2-row6_sliderNode video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sec2-row6_lead {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: justify; }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_lead {
      height: calc(363 / 1280 * 100vw);
      font-size: calc(12 / 1280 * 100vw);
      letter-spacing: 0.2em;
      line-height: 2.27; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_lead {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      height: 460px;
      font-size: 12px;
      line-height: 1.9;
      letter-spacing: .18em; } }
  .sec2-row6_lead:after {
    content: "";
    clear: both; }
  .sec2-row6_lead .v {
    text-orientation: upright; }
  .sec2-row6_lead i {
    display: block;
    font-family: "Noto Serif JP", "Noto Serif", serif;
    font-weight: 500;
    float: left;
    line-height: 1;
    text-align: center;
    letter-spacing: 0; }
    @media print, screen and (min-width: 768px) {
      .sec2-row6_lead i {
        font-size: calc(72 / 1280 * 100vw);
        padding: 0 calc(6 / 1280 * 100vw) calc(10 / 1280 * 100vw) 0; } }
    @media print, screen and (max-width: 767px) {
      .sec2-row6_lead i {
        font-size: 56px;
        padding: 0 6px 10px 0; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_lead {
      position: absolute; } }
  @media print, screen and (max-width: 767px) {
    .sec2-row6_lead {
      margin-top: 48px; } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_lead:nth-child(1 of .sec2-row6_lead) {
      right: calc(80 / 1280 * 100vw);
      top: calc(1220 / 1280 * 100vw); } }
  @media print, screen and (min-width: 768px) {
    .sec2-row6_lead:nth-child(2 of .sec2-row6_lead) {
      top: calc(1750 / 1280 * 100vw);
      right: calc(720 / 1280 * 100vw); } }

@media print, screen and (min-width: 768px) {
  .sec2-row6_credit {
    position: absolute;
    top: calc(2180 / 1280 * 100vw);
    left: calc(80 / 1280 * 100vw); } }

/* section 3
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .sec3-row {
    display: -ms-grid;
    display: grid;
    gap: calc(80 / 1280 * 100vw);
    -ms-grid-columns: calc(400 / 1280 * 100vw) 1fr;
    grid-template-columns: calc(400 / 1280 * 100vw) 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(880 / 1280 * 100vw);
    margin: auto; } }

@media print, screen and (max-width: 767px) {
  .sec3-row {
    margin: 0 20px; } }

@media print, screen and (min-width: 768px) {
  .sec3-row + .sec3-row {
    margin-top: calc(40 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .sec3-row + .sec3-row {
    margin-top: 40px; } }

@media print, screen and (max-width: 767px) {
  .sec3-row .c-credit {
    margin-left: 0;
    margin-right: 0; } }

@media print, screen and (max-width: 767px) {
  .sec3-row_info {
    margin-top: 20px; } }

.sec3-row_img {
  aspect-ratio: 0.71429;
  overflow: hidden;
  width: 100%; }
  .sec3-row_img img, .sec3-row_img svg, .sec3-row_img iframe, .sec3-row_img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sec3-row_catch {
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .sec3-row_catch {
      font-size: max(18 / 1280 * 100vw, 14.4px);
      letter-spacing: 0.16em; } }
  @media print, screen and (max-width: 767px) {
    .sec3-row_catch {
      font-size: 16px;
      letter-spacing: 0.12em;
      text-align: center; } }

@media print, screen and (min-width: 768px) {
  .sec3-row_lead {
    margin-top: calc(28 / 1280 * 100vw);
    font-size: max(12 / 1280 * 100vw, 9.6px);
    letter-spacing: 0.12em;
    line-height: 2; } }

@media print, screen and (max-width: 767px) {
  .sec3-row_lead {
    margin-top: 28px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.8; } }

/* アウトロ
-----------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .outroInner {
    padding: calc(96 / 1280 * 100vw) 0 calc(120 / 1280 * 100vw); } }

@media print, screen and (max-width: 767px) {
  .outroInner {
    padding: 80px 0; } }

/* スタッフクレジット
-----------------------------------------------------------------*/
.staffCredit {
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    .staffCredit {
      padding: calc(60 / 1280 * 100vw) calc(30 / 1280 * 100vw); } }
  @media print, screen and (max-width: 767px) {
    .staffCredit {
      padding: 48px 30px; } }

.staffCredit_inner {
  margin: auto;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .staffCredit_inner {
      max-width: calc(880 / 1280 * 100vw); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .staffCredit_inner {
      max-width: none; } }

.staffCredit_title {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 768px) {
    .staffCredit_title {
      margin-bottom: calc(28 / 1280 * 100vw);
      font-size: max(14 / 1280 * 100vw, 11.2px); } }
  @media print, screen and (max-width: 767px) {
    .staffCredit_title {
      margin-bottom: 38px;
      font-size: 14px; } }

.staffCredit_list {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (min-width: 768px) {
    .staffCredit_list {
      -ms-grid-columns: 39% 32% 1fr;
      grid-template-columns: 39% 32% 1fr;
      gap: calc(28 / 1280 * 100vw) 0; } }
  @media print, screen and (max-width: 767px) {
    .staffCredit_list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 18px; } }
  .staffCredit_list li {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.12em;
    line-height: 2; }
    @media print, screen and (min-width: 768px) {
      .staffCredit_list li {
        font-size: max(12 / 1280 * 100vw, 9.6px); } }
    @media print, screen and (max-width: 767px) {
      .staffCredit_list li {
        font-size: 12px; } }
