@charset "UTF-8";
body {
  background-color: #DAFD21; }

.mv {
  padding: 310px 0 0px 0;
  color: #000;
  overflow: hidden; }

.mv_all {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv {
    padding: 100px 0 0px 0;
    color: #000;
    overflow: hidden; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .mv {
    padding: 85px 0 0px 0;
    color: #000;
    overflow: hidden; } }
/*max-width:480px*/
/***********************************************/
.kv {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100vh;
  max-height: 910px;
  width: auto;
  aspect-ratio: 437 / 910;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s; }
  .kv svg {
    height: 100%;
    width: auto;
    display: block; }
  .kv .layer {
    opacity: 0;
    transform: translateY(10px);
    animation-name: fadeUp;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards; }

.kv .layer_1 {
  animation-delay: 0s; }

.kv .layer_2 {
  animation-delay: 0.2s; }

.kv .layer_3 {
  animation-delay: 0.4s; }

.kv .layer_4 {
  animation-delay: 0.6s; }

.kv .layer_5 {
  animation-delay: 0.8s; }

.kv .layer_6 {
  animation-delay: 1.0s; }

.kv .layer_7 {
  animation-delay: 1.2s; }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 1380px) {
  .kv {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 90vh;
    max-height: 910px;
    width: auto;
    aspect-ratio: 437 / 910;
    display: flex;
    align-items: center;
    justify-content: center; }
    .kv svg {
      height: 100%;
      width: auto;
      display: block; }
    .kv .layer {
      opacity: 0;
      transform: translateY(10px);
      animation-name: fadeUp;
      animation-duration: 0.6s;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards; } }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .kv {
    top: 5%;
    height: 600px;
    max-width: 305px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .kv {
    height: 637px;
    max-width: 305px;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 5;
    right: 0;
    align-items: flex-start;
    justify-content: flex-start; }
    .kv svg {
      height: auto;
      width: 100%;
      display: block; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .kv {
    height: 637px;
    max-width: 168px; } }
/*max-width:480px*/
/********************************/
.mv_fixed {
  transition: .3s;
  z-index: 1;
  position: fixed;
  top: auto;
  bottom: 0;
  padding: 0;
  height: calc(100vh - 110px);
  width: 100%;
  max-width: 720px; }
  .mv_fixed p {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 0 0 40px;
    top: 0;
    position: relative;
    z-index: 1;
    background: url("../images/index/mv_left.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 328/438;
    width: auto;
    height: 56%;
    opacity: 0;
    animation: fadeInText 0.8s ease-out forwards;
    animation-delay: 2s; }
  .mv_fixed .img {
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 1400/894;
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: calc(100% * 0.55);
    z-index: 0;
    /* ここで最初だけふわっと表示 */
    opacity: 0;
    animation: fadeInImage 0.8s ease-out forwards;
    animation-delay: 2s; }
    .mv_fixed .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .mv_fixed .img .slide {
    position: absolute;
    inset: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    opacity: 0;
    animation: slideShow 9s infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 2.8s; }
  .mv_fixed .img .slide01 {
    animation-delay: 2.8s; }
  .mv_fixed .img .slide02 {
    animation-delay: 5.8s; }
  .mv_fixed .img .slide03 {
    animation-delay: 8.8s; }
  .mv_fixed .img .slide04 {
    animation-delay: 11.8s; }
  .mv_fixed .img .slide05 {
    animation-delay: 14.8s; }
  .mv_fixed .img .slide06 {
    animation-delay: 17.8s; }
  .mv_fixed .img .slide07 {
    animation-delay: 20.8s; }
  .mv_fixed .img .slide08 {
    animation-delay: 23.8s; }
  .mv_fixed .img .slide09 {
    animation-delay: 26.8s; }
  .mv_fixed .img .slide10 {
    animation-delay: 29.8s; }
  .mv_fixed .img .slide11 {
    animation-delay: 32.8s; }
  .mv_fixed .img .slide12 {
    animation-delay: 35.8s; }
  .mv_fixed .img .slide13 {
    animation-delay: 38.8s; }
  .mv_fixed .img .slide14 {
    animation-delay: 41.8s; }
  .mv_fixed .img .slide15 {
    animation-delay: 44.8s; }
  .mv_fixed .img .slide16 {
    animation-delay: 47.8s; }
  .mv_fixed .img .slide17 {
    animation-delay: 50.8s; }
  .mv_fixed .img .slide18 {
    animation-delay: 53.8s; }
  .mv_fixed .img .slide19 {
    animation-delay: 56.8s; }
  .mv_fixed .img .slide20 {
    animation-delay: 59.8s; }
  .mv_fixed .img .slide21 {
    animation-delay: 62.8s; }
  .mv_fixed .img .slide22 {
    animation-delay: 65.8s; }
  .mv_fixed .img .slide23 {
    animation-delay: 68.8s; }
  .mv_fixed .img .slide24 {
    animation-delay: 71.8s; }
  .mv_fixed .img .slide25 {
    animation-delay: 74.8s; }
  .mv_fixed .img .slide26 {
    animation-delay: 77.8s; }
  .mv_fixed .img .slide27 {
    animation-delay: 80.8s; }

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInImage {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* 1枚あたり 3秒表示（合計 9秒で一周）のイメージ */
@keyframes slideShow {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  /* ここでパッと表示される */
  90% {
    opacity: 1; }
  /* 表示維持 */
  100% {
    opacity: 0; }
  /* 次に備えて非表示 */ }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .mv_fixed {
    transform: scale(0.8);
    transform-origin: left bottom; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv_fixed {
    transform: scale(1);
    z-index: 1;
    position: relative;
    top: auto;
    bottom: auto;
    padding: 15% 0 0;
    height: auto;
    width: 100%;
    max-width: 100%; }
    .mv_fixed p {
      margin: 0;
      top: 30px;
      width: 44%;
      max-width: 290px;
      height: auto;
      opacity: 0;
      animation: fadeInText 0.8s ease-out forwards;
      animation-delay: 2s; }
    .mv_fixed .img {
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv_fixed {
    padding: 25% 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv_fixed {
    transform: scale(1);
    z-index: 1;
    position: relative;
    top: auto;
    bottom: auto;
    padding: 125px 0 0;
    height: auto;
    width: 100%;
    max-width: 100%; }
    .mv_fixed p {
      margin: 0;
      top: 30px;
      width: 44%;
      max-width: 168px;
      height: auto;
      opacity: 0;
      animation: fadeInText 0.8s ease-out forwards;
      animation-delay: 2s; }
    .mv_fixed .img {
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%;
      overflow: hidden; } }
/*max-width:480px*/
/********************************/
.mv_box {
  transition: .3s;
  width: 100%;
  max-width: 1920px;
  padding: 0 0 100px 0;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  animation: fadeInbox 0.8s ease-out forwards;
  animation-delay: 4.5s; }
  .mv_box .mv_txt {
    transition: .3s;
    padding: 0 20% 0 0;
    width: 100%;
    margin: 0 auto; }
    .mv_box .mv_txt > * {
      opacity: 0;
      transform: translateY(10px); }
  .mv_box h2 {
    max-width: 545px;
    font: 3.5rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 50px auto; }
  .mv_box p {
    max-width: 545px;
    font: 1.9rem/2em "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 0 55px auto; }
    .mv_box p strong {
      display: block;
      font: 3.5rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 700; }
    .mv_box p br.sp {
      display: none; }

.mv_box .mv_txt h2,
.mv_box .mv_txt p {
  opacity: 0;
  transform: translateY(50px); }
  .mv_box .mv_txt h2.is-show-line,
  .mv_box .mv_txt p.is-show-line {
    animation: lineFadeUp 1s ease-out forwards; }

@keyframes fadeInbox {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes lineFadeUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 1380px) {
  .mv_box .mv_txt {
    padding: 0 21% 0 0; } }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .mv_box .mv_txt {
    padding: 0 13% 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv_box {
    padding: 80px 40px 100px;
    margin: 0 auto; }
    .mv_box .mv_txt {
      padding: 0;
      width: 100%;
      max-width: fit-content;
      margin: 0 auto; }
    .mv_box h2 {
      margin: 0 auto 50px auto; }
    .mv_box p {
      margin: 0 auto 55px auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv_box {
    padding: 80px 30px 100px;
    width: 100%; }
    .mv_box h2 {
      font: 3rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 700; }
    .mv_box p {
      font: 1.8rem/2em "Noto Sans JP", sans-serif;
      font-weight: 700; }
      .mv_box p strong {
        display: block;
        font: 3rem/1.8em "Noto Sans JP", sans-serif;
        font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv_box {
    padding: 80px 25px 50px;
    width: 100%; }
    .mv_box h2 {
      font: 2.5rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 700;
      margin-bottom: 35px; }
    .mv_box p {
      font: 1.5rem/2em "Noto Sans JP", sans-serif;
      font-weight: 700;
      margin-bottom: 35px; }
      .mv_box p strong {
        display: block;
        font: 2.5rem/1.8em "Noto Sans JP", sans-serif;
        font-weight: 700; }
      .mv_box p br.sp {
        display: block; } }
/*max-width:480px*/
/******************************************/
.message {
  transform: translateY(300px);
  transition: opacity 0.3s ease, transform 0.8s ease;
  opacity: 0; }
  .message.is-show-message {
    opacity: 1;
    transform: translateY(0); }

.message {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  z-index: 3; }

.message_box {
  padding: 100px 0 122px;
  background: url("../images/index/message_bg.jpg") top center no-repeat;
  background-size: cover; }
  .message_box h1 {
    color: #CADDE5;
    font: 20rem/1em "Inter", sans-serif;
    font-weight: 100;
    text-align: center;
    margin: 0 auto 120px; }
    .message_box h1 span {
      display: block;
      font: 2rem/1em "Inter", sans-serif;
      font-weight: 300;
      letter-spacing: 0.02em;
      margin: 0 0 40px;
      color: #9cB4Be; }
    .message_box h1 small {
      color: #000000;
      font: 1.8rem/1em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      display: block; }
  .message_box h2 {
    background: url("../images/index/message.svg") center center no-repeat;
    background-size: contain;
    aspect-ratio: 590/623;
    width: 100%;
    max-width: 590px;
    height: auto;
    margin: 0 auto 120px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .message_box p {
    font: 2.1rem/2.2em "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 70px; }
    .message_box p br.sp {
      display: none; }

.message_item {
  aspect-ratio: 192/70;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: url("../images/index/message_image.jpg") center center no-repeat;
  background-size: cover;
  max-height: 700px;
  transform-origin: center center;
  transition: 1.5s; }

.message_box p {
  opacity: 0;
  transform: translateY(50px); }
  .message_box p.is-show-line {
    animation: lineFadeUp 1s ease-out forwards; }

@keyframes lineFadeUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (max-width: 1024px) {
  .message_box {
    padding: 100px 0; }
    .message_box h1 {
      color: #CADDE5;
      font: 14rem/1em "Inter", sans-serif;
      font-weight: 100;
      text-align: center;
      margin: 0 auto 100px; }
      .message_box h1 span {
        font: 1.9rem/1em "Inter", sans-serif;
        font-weight: 300;
        letter-spacing: 0.02em;
        margin: 0 0 40px; }
      .message_box h1 small {
        font: 1.8rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.1em; }
    .message_box h2 {
      max-width: 470px;
      margin: 0 auto 90px; }
    .message_box p {
      font: 1.8rem/2.2em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 auto 60px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .message_box {
    padding: 100px 0; }
    .message_box h1 {
      font: 10rem/1em "Inter", sans-serif;
      font-weight: 100;
      margin: 0 auto 80px; }
      .message_box h1 span {
        font: 1.8rem/1em "Inter", sans-serif;
        font-weight: 300; }
      .message_box h1 small {
        font: 1.6rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.1em; }
    .message_box h2 {
      max-width: 400px;
      width: calc(100% - 60px);
      margin: 0 auto 80px; }
    .message_box p {
      font: 1.6rem/2.2em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 auto 50px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .message_box {
    padding: 75px 0 40px; }
    .message_box h1 {
      font: 8rem/1em "Inter", sans-serif;
      font-weight: 100;
      margin: 0 auto 50px; }
      .message_box h1 span {
        font: 1.5rem/1em "Inter", sans-serif;
        font-weight: 300;
        letter-spacing: 0.02em;
        margin: 3px 0 25px; }
      .message_box h1 small {
        font: 1.6rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.1em; }
    .message_box h2 {
      width: 100%;
      max-width: 300px;
      margin: 0 auto 50px; }
    .message_box p {
      font: 1.5rem/2.3em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 0 auto 40px; }
      .message_box p br.sp {
        display: block; }

  .message_item {
    aspect-ratio: 774/824;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: url("../images/index/message_bg-1_sp.jpg") center center no-repeat;
    background-size: cover;
    max-height: 774px;
    transform-origin: center center;
    transition: 1.5s; } }
/*max-width:480px*/
/******************************************/
.gallery {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  z-index: 3;
  background-color: #fff; }

.gallery_box {
  padding: 100px 0 170px; }
  .gallery_box h1 {
    color: #CADDE5;
    font: 12vw/1em "Inter", sans-serif;
    font-weight: 100;
    text-align: center;
    margin: 0 auto 55px; }
    .gallery_box h1 .br {
      display: inline;
      padding: 0 25px 0 0; }
    .gallery_box h1 span {
      margin: 10px auto;
      display: block;
      font: 2rem/1em "Inter", sans-serif;
      font-weight: 300;
      letter-spacing: 0.02em;
      color: #9cB4Be; }
    .gallery_box h1 small {
      margin: 30px 0 60px;
      color: #000000;
      font: 1.8rem/1em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      display: block; }
  .gallery_box > small {
    max-width: 1240px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: block;
    text-align: right;
    font: 1.4rem/2.2em "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em; }
  .gallery_box > p {
    font: 1.7rem/2.2em "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0 auto 120px; }
    .gallery_box > p br.tb {
      display: none; }
    .gallery_box > p br.sp {
      display: none; }

.gallery_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 80px); }
  .gallery_flex > div {
    width: calc((100% - 40px)/3);
    max-width: 400px;
    margin: 0 20px 40px 0;
    position: relative; }
    .gallery_flex > div:nth-of-type(3n) {
      margin-right: 0; }
  .gallery_flex .pic {
    aspect-ratio: 400/268;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 5px; }
    .gallery_flex .pic img {
      transition: .3s;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .gallery_flex p {
    padding: 0 100px 0 0;
    margin: 0;
    font: 1.5rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 5;
    text-align: justify;
    text-justify: inter-ideograph; }
    .gallery_flex p:before {
      position: absolute;
      content: "CLICK";
      letter-spacing: 0.05em;
      font: 1.4rem/65px "Inter", sans-serif;
      font-weight: 400;
      display: block;
      position: absolute;
      right: 10px;
      top: -55px;
      border-radius: 50%;
      background: url("../images/index/arrow_black.svg") center bottom 27px #DAFD21 no-repeat;
      width: 80px;
      height: 80px;
      text-align: center;
      color: #000000; }

@media (hover: hover) {
  .gallery_flex > div:hover {
    cursor: pointer; }
    .gallery_flex > div:hover .pic img {
      transform: scale(1.1); } }
@media (min-width: 1920px) {
  .gallery_box h1 {
    font: 20rem/1em "Inter", sans-serif;
    font-weight: 100; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .gallery_box h1 {
    font: 13.3vw/1em "Inter", sans-serif;
    font-weight: 100; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .gallery_box {
    padding: 100px 0 100px; }
    .gallery_box h1 span {
      font: 1.9rem/1em "Inter", sans-serif;
      font-weight: 300; }
    .gallery_box > p {
      font: 1.6rem/2.2em "Noto Sans JP", sans-serif;
      font-weight: 400;
      text-align: center; }
    .gallery_box > small {
      max-width: 640px; }

  .gallery_flex {
    max-width: 640px; }
    .gallery_flex > div {
      width: calc((100% - 20px)/2);
      max-width: 400px;
      margin: 0 20px 40px 0;
      position: relative; }
      .gallery_flex > div:nth-of-type(3n) {
        margin-right: 20px; }
      .gallery_flex > div:nth-of-type(2n) {
        margin-right: 0; }
    .gallery_flex p {
      text-align: left;
      padding: 0 85px 0 0;
      margin: 0; }
      .gallery_flex p:before {
        transform: scale(0.8);
        transform-origin: right bottom; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .gallery_box {
    padding: 100px 0 100px; }
    .gallery_box h1 {
      font: 10rem/1em "Inter", sans-serif;
      font-weight: 100; }
      .gallery_box h1 .br {
        display: block;
        line-height: 0;
        padding: 0;
        margin: 0; }
      .gallery_box h1 span {
        font: 1.8rem/1.2em "Inter", sans-serif;
        font-weight: 300; }
      .gallery_box h1 small {
        font: 1.6rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500; }
    .gallery_box > p br.tb {
      display: block; }
    .gallery_box > small {
      padding: 15px 0 0;
      max-width: 640px;
      width: calc(100% - 60px);
      font: 1.3rem/2.2em "Noto Sans JP", sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em; }

  .gallery_flex {
    width: calc(100% - 60px);
    max-width: 640px; }
    .gallery_flex > div {
      width: calc((100% - 10px)/2);
      max-width: 400px;
      margin: 0 10px 20px 0;
      position: relative; }
      .gallery_flex > div:nth-of-type(3n) {
        margin-right: 10px; }
      .gallery_flex > div:nth-of-type(2n) {
        margin-right: 0; }
    .gallery_flex p {
      font: 1.4rem/1.7em "Noto Sans JP", sans-serif;
      font-weight: 400;
      padding: 0 70px 0 0; }
      .gallery_flex p:before {
        transform: scale(0.7);
        transform-origin: right bottom;
        top: -60px;
        right: 5px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .gallery_box {
    padding: 80px 0 80px; }
    .gallery_box h1 {
      font: 8rem/1em "Inter", sans-serif;
      font-weight: 100; }
      .gallery_box h1 .br {
        display: block;
        line-height: 0;
        padding: 0;
        margin: 0; }
      .gallery_box h1 span {
        font: 1.5rem/1.2em "Inter", sans-serif;
        font-weight: 300; }
      .gallery_box h1 small {
        font: 1.6rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500;
        margin: 25px auto 50px; }
    .gallery_box > p {
      padding: 0 30px;
      font: 1.4rem/2.2em "Noto Sans JP", sans-serif;
      font-weight: 400;
      margin: 0 auto 50px; }
      .gallery_box > p br.tb, .gallery_box > p br.sp {
        display: block; }
    .gallery_box > small {
      padding: 15px 0 0;
      width: calc(100% - 40px);
      max-width: 480px;
      font: 1.3rem/2.2em "Noto Sans JP", sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em; }

  .gallery_flex {
    width: calc(100% - 40px);
    max-width: 480px; }
    .gallery_flex > div {
      max-width: 160px; }
    .gallery_flex p {
      font: 1.2rem/1.7em "Noto Sans JP", sans-serif;
      font-weight: 400;
      padding: 0;
      letter-spacing: 0; }
      .gallery_flex p:before {
        content: "";
        transform: scale(0.4);
        right: 5px;
        top: -88px;
        background: url("../images/index/arrow_black.svg") center center #DAFD21 no-repeat; } }
/*max-width:480px*/
/************************/
.modal {
  position: fixed;
  inset: 0;
  transition: opacity .3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  padding: 50px 0 50px;
  -webkit-overflow-scrolling: touch;
  background: rgba(156, 180, 190, 0.5);
  overflow: scroll;
  scrollbar-width: none; }

.modal.is-show {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999; }

.modal-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* 中身全体の位置決め用 */
.modal-inner {
  position: relative;
  max-width: 1180px;
  width: 90%;
  margin: 50px auto; }

/* 各コンテンツ */
.modal-content {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch; }
  .modal-content.is-show {
    display: flex; }
  .modal-content .pic {
    aspect-ratio: 700/447;
    width: calc(100% - 405px);
    max-width: auto;
    height: 447px;
    overflow: hidden; }
    .modal-content .pic img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .modal-content .txt {
    padding: 40px 0 35px 30px;
    position: relative;
    width: 405px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .modal-content .name {
    border-bottom: 1px solid #BCC0C1;
    border-top: 1px solid #BCC0C1;
    font: 1.8rem/1em dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 0 30px;
    width: 100%;
    height: 105px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .modal-content .name span {
      margin: 0 0 15px;
      font: 1.6rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: block; }
  .modal-content .question {
    width: 100%;
    position: relative;
    padding: 0 0 0 40px;
    font: 1.7rem/2em dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 500;
    margin: 0 0 40px; }
    .modal-content .question:before {
      position: absolute;
      content: "Q";
      font: 3rem/1em "Inter", sans-serif;
      letter-spacing: 0.05em;
      font-weight: 200;
      top: 3px;
      left: 0; }
  .modal-content .answer {
    width: 100%;
    position: relative;
    overflow: visible; }
    .modal-content .answer span {
      display: block;
      width: 100%;
      position: relative; }
      .modal-content .answer span.type100 {
        height: 100px; }
      .modal-content .answer span.type135 {
        height: 135px; }
      .modal-content .answer span.type145 {
        height: 145px; }
      .modal-content .answer span.type165 {
        height: 165px; }
    .modal-content .answer img {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: auto;
      width: auto;
      max-width: none;
      z-index: 3; }
    .modal-content .answer span.txt01 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt03 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt04 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%);
      margin: 0 auto; }
    .modal-content .answer span.txt07 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt15 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt19 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt20 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt21 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%);
      margin: 0 auto; }
    .modal-content .answer span.txt23 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt24 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt26 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }
    .modal-content .answer span.txt27 img {
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0%); }

/* 表示するコンテンツ */
.modal-content.is-show {
  display: flex; }

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  color: #707070;
  width: 30px;
  height: 30px;
  background-color: #CADDE5;
  border-radius: 50%; }

@media (max-width: 1024px) {
  .modal {
    padding: 20px 0 50px; }

  .modal-inner {
    position: relative;
    max-width: 540px;
    width: 90%;
    margin: 50px auto; }

  /* 各コンテンツ */
  .modal-content {
    padding: 60px 40 40px; }
    .modal-content .pic {
      aspect-ratio: 70/48;
      width: 100%;
      max-width: 640px;
      height: auto;
      overflow: hidden;
      margin: 0 auto; }
      .modal-content .pic img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .modal-content .txt {
      padding: 0;
      position: relative;
      width: 100%; }
    .modal-content .name {
      margin: 0 0 30px; }
    .modal-content .question {
      margin: 0 0 30px; }
    .modal-content .answer {
      width: 100%; }
      .modal-content .answer span {
        width: 100%;
        display: block;
        position: relative; }
        .modal-content .answer span.type100, .modal-content .answer span.type135, .modal-content .answer span.type145, .modal-content .answer span.type165 {
          height: auto; }
      .modal-content .answer img {
        max-width: 100%;
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0%);
        display: block;
        margin: 0 auto !important; }
      .modal-content .answer span.txt02 {
        aspect-ratio: 551/244;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url("../images/txt/sp_02_moji_takamine.png") center center no-repeat;
        background-size: contain; }
        .modal-content .answer span.txt02 img {
          display: none; }
      .modal-content .answer span.txt09 {
        aspect-ratio: 551/221;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url("../images/txt/sp_09_moji.png") center center no-repeat;
        background-size: contain; }
        .modal-content .answer span.txt09 img {
          display: none; }
      .modal-content .answer span.txt11 {
        aspect-ratio: 551/246;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url("../images/txt/sp_11_moji_okuoka.png") center center no-repeat;
        background-size: contain; }
        .modal-content .answer span.txt11 img {
          display: none; }
      .modal-content .answer span.txt17 {
        aspect-ratio: 551/177;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url("../images/txt/sp_17_moji.png") center center no-repeat;
        background-size: contain; }
        .modal-content .answer span.txt17 img {
          display: none; }
      .modal-content .answer span.txt22 {
        aspect-ratio: 551/201;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url("../images/txt/sp_22_moji.png") center center no-repeat;
        background-size: contain; }
        .modal-content .answer span.txt22 img {
          display: none; }
      .modal-content .answer span.txt25 {
        aspect-ratio: 550/225;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url("../images/txt/sp_25_moji_manabe.png") center center no-repeat;
        background-size: contain; }
        .modal-content .answer span.txt25 img {
          display: none; }

  .modal-content.is-show {
    display: block; }

  .modal-close {
    top: 5px;
    right: 5px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .modal-inner {
    position: relative;
    max-width: 480px;
    width: 85%;
    margin: 50px auto; }

  .modal-content {
    padding: 55px 30px 60px; }
    .modal-content .pic {
      width: 100%; }
    .modal-content .name {
      border-top: none; }
    .modal-content .txt {
      display: block;
      width: 100%;
      padding: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    background: rgba(156, 180, 190, 0.5);
    overflow: hidden;
    padding: 25px;
    scrollbar-width: none; }
    .modal.is-show {
      pointer-events: auto;
      opacity: 1;
      z-index: 9999; }

  .modal-inner {
    position: relative;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    max-height: calc(100vh - 50px); }

  .modal-content {
    padding: 50px 25px 45px; }
    .modal-content .name {
      height: 85px;
      font: 1.5rem/1em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 500;
      margin: 0 0 20px; }
      .modal-content .name span {
        margin: 0 0 15px;
        font: 1.4rem/1em dnp-shuei-gothic-kin-std, sans-serif;
        font-weight: 500;
        letter-spacing: 0.05em;
        display: block; }
    .modal-content .question {
      font: 1.5rem/2em dnp-shuei-gothic-kin-std, sans-serif;
      font-weight: 600; }
      .modal-content .question:before {
        font: 3rem/1em "Inter", sans-serif;
        letter-spacing: 0.05em;
        font-weight: 200; }
      .modal-content .question span {
        display: block; } }
/*max-width:480px*/
/******************************************/
.creator {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  z-index: 3;
  background-color: #C2D3DB; }

.creator_box {
  padding: 100px 0 200px; }
  .creator_box h1 {
    color: #a1bcc8;
    font: 20rem/1em "Inter", sans-serif;
    font-weight: 100;
    text-align: center;
    margin: 0 auto 120px; }
    .creator_box h1 small {
      margin: 40px 0 0;
      color: #000000;
      font: 1.8rem/1em "Noto Sans JP", sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      display: block; }

.creator_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto; }
  .creator_flex .creator_container {
    max-width: 620px;
    width: 50%;
    padding: 0 20px; }
    .creator_flex .creator_container:nth-of-type(1) {
      border-right: 1px solid #A0B8C3; }
  .creator_flex .creator_item {
    max-width: 400px;
    margin: 0 auto; }
  .creator_flex h2 {
    color: #97b3bf;
    font: 5rem/1em "Inter", sans-serif;
    font-weight: 100;
    letter-spacing: -0.03em;
    margin: 0 0 30px; }
    .creator_flex h2 span {
      font: 2.4rem/1em "Inter", sans-serif;
      font-weight: 100;
      display: block;
      letter-spacing: 0;
      margin: 0 0 10px; }
  .creator_flex .pic {
    margin: 0 auto 30px; }
  .creator_flex .name {
    font: 3rem/1em "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 0 0 28px; }
    .creator_flex .name small {
      display: block;
      font: 1.8rem/1em "Noto Sans JP", sans-serif;
      font-weight: 400;
      letter-spacing: 0.02em;
      margin: 0 0 13px; }
  .creator_flex h3 {
    color: #97b3bf;
    font: 2rem/1em "Inter", sans-serif;
    font-weight: 300;
    margin: 0 0 10px; }
  .creator_flex .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 1.5rem/2em "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em; }

@media (max-width: 1024px) {
  .creator_box h1 {
    font: 12rem/1em "Inter", sans-serif;
    font-weight: 100;
    margin: 0 auto 90px; }

  .creator_flex .creator_container {
    max-width: 620px;
    width: 50%;
    padding: 0 40px; }
  .creator_flex h2 {
    font: 5vw/1em "Inter", sans-serif;
    font-weight: 200; }
    .creator_flex h2 span {
      font: 2.2rem/1em "Inter", sans-serif;
      font-weight: 100; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .creator_box {
    padding: 100px 0 50px; }
    .creator_box h1 {
      color: #a1bcc8;
      font: 10rem/1em "Inter", sans-serif;
      font-weight: 100;
      margin-bottom: 50px; }
      .creator_box h1 small {
        margin: 30px 0 0;
        font: 1.6rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500; }

  .creator_flex {
    display: block; }
    .creator_flex .creator_container {
      max-width: 400px;
      width: calc(100% - 80px);
      padding: 40px 0;
      margin: 0 auto; }
      .creator_flex .creator_container:nth-of-type(1) {
        border-right: none;
        border-bottom: 1px solid #A0B8C3; }
    .creator_flex .creator_item {
      max-width: 400px;
      margin: 0 auto; }
    .creator_flex h2 {
      font: 5rem/1em "Inter", sans-serif;
      font-weight: 200; }
      .creator_flex h2 span {
        font: 2.4rem/1em "Inter", sans-serif;
        font-weight: 100; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .creator_box {
    padding: 80px 0 30px; }
    .creator_box h1 {
      color: #a1bcc8;
      font: 8rem/1em "Inter", sans-serif;
      font-weight: 100;
      margin-bottom: 50px; }
      .creator_box h1 small {
        margin: 25px 0 0;
        font: 1.5rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500; }

  .creator_flex {
    display: block; }
    .creator_flex .creator_container {
      max-width: 305px;
      width: calc(100% - 50px);
      padding: 30px 0; }
      .creator_flex .creator_container:nth-of-type(1) {
        padding: 0 0 30px; }
    .creator_flex h2 {
      font: 3.6rem/1em "Inter", sans-serif;
      font-weight: 200;
      margin: 0 auto 15px;
      width: fit-content; }
      .creator_flex h2 span {
        font: 2rem/1em "Inter", sans-serif;
        font-weight: 100; }
    .creator_flex .pic {
      margin: 0 auto 20px;
      width: 215px; }
    .creator_flex .name {
      font: 2.2rem/1em "Noto Sans JP", sans-serif;
      font-weight: 400;
      margin: 0 0 25px; }
      .creator_flex .name small {
        display: block;
        font: 1.4rem/1em "Noto Sans JP", sans-serif;
        font-weight: 400;
        letter-spacing: 0.05em;
        margin: 0 0 13px; }
    .creator_flex h3 {
      font: 1.5rem/1em "Inter", sans-serif;
      font-weight: 300;
      margin: 0 0 10px; }
    .creator_flex .txt {
      font: 1.3rem/1.8em "Noto Sans JP", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em; } }
/*max-width:480px*/
