@charset 'UTF-8';

.stoty {
  background-color: #fff;
  width: 100%;
  height: 90vh;
  overflow: scroll;
}

/* lity */

/* ここで背景色を変える */
/* .lity {
  background-color: var(--accent-color3); 
} */

.lity-content .lity-image {
  display: flex;
  justify-content: center;
}

.lity-content img {
  max-height: 80vh;
  width: auto;
}

.lity-content img {
  max-height: 80vh;
  width: auto;
}

.lity-container {
  max-width: 500px;
  width: 85%;
  margin: 0 auto;
}

#image1 {
  background-color: var(--color2);
  padding: 6%;
  color: var(--color1);
  font-size: 15px;
}

#image1 .text_wrap dl {
  display: flex;
  margin-top: 1em;
}

#image1 .text_wrap dt {
  width: 30%;
}

#image1 .text_wrap dd {
  width: 70%;
}

#image2 {
  background-color: var(--color2);
  padding: 6%;
  color: var(--color1);
  font-size: 15px;
}

.lity-image02_text_top_wrap {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}

.lity-image02_text_top_photo {
  width: 100%;
  max-width: 160px;
}

.lity-image02_text_top_photo img {
  width: 100%;
}

.lity-image02_text_top_text {
  width: 80%;
}

.lity-image02_text_top_text h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid var(--color1);
  margin-bottom: 10px;
}

.lity-image02_text_top_text h3 span {
  font-size: 12px;
  margin-right: .5em;
}

.profile_name_wrap {
  display: flex;
  align-items: center;
}

.profile_from {
  border: 1px solid var(--color1);
  font-size: 13px;
  padding: 1px;
  margin-left: 13px;
}

.profile_name {
  font-size: 24px;
}

.profile_name span {
  font-size: 13px;
  margin-left: 10px;
}

.lity-image02_text_top_list {
  margin-top: 10px;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 16px;
}

.lity-image02_text_top_list dl {
  display: flex;
  position: relative;
  align-items: center;
}

.lity-image02_text_top_list dl::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--accent-color2);
  margin-right: 10px;
}

.profile_president {
  color: var(--accent-color2);
  font-size: 13px;
  margin-left: 5px;
}


#image2 .text_wrap {
  font-size: 15px;
}

#image2 .text_wrap span {
  color: var(--accent-color2);
}



#image3 {
  background-color: var(--accent-color1);
  padding: 6%;
  color: var(--color1);
  font-size: 15px;
}

#image3 .image3_text_box {
  color: #333;
  margin-bottom: 20px;
  background-color: var(--color1);
  padding: 10px;
}

#image3 .image3_text_box .title {
  font-weight: bold;
  font-size: 16px;
}

#image3 .text_wrap dl {
  display: flex;
  margin-top: 1em;
}

#image3 .text_wrap dt {
  width: 30%;
}

#image3 .text_wrap dd {
  width: 70%;
}


#image3 .letter_space03 {
  letter-spacing: 1em;
}

#image3 .letter_space03-en {
  letter-spacing: 1.5em;
}

#image3 .letter_space04 {
  letter-spacing: .4em;
}


@media (max-width:500px) {
  #image1 {
    padding: 4%;
    font-size: 12px;
  }

  #image1 .image3_text_box {
    margin-bottom: 10px;
    padding: 5px;
  }

  #image1 .image3_text_box .title {
    font-size: 13px;
  }



  #image2 {
    background-color: var(--color2);
    padding: 6%;
    color: var(--color1);
    font-size: 15px;
  }

  .lity-image02_text_top_wrap {
    gap: 15px;
  }

  .lity-image02_text_top_photo {
    width: 43%;
    max-width: 160px;
  }

  .lity-image02_text_top_photo img {
    width: 100%;
  }

  .lity-image02_text_top_text {
    width: 80%;
  }

  .lity-image02_text_top_text h3 {
    font-size: 14px;
  }

  .lity-image02_text_top_text h3 span {
    font-size: 10px;
    margin-right: .5em;
  }

  .profile_name_wrap {
    display: flex;
    align-items: center;
  }

  .profile_from {
    border: 1px solid var(--color1);
    font-size: 11px;
    padding: 1px;
    margin-left: 13px;
  }

  .profile_name {
    font-size: 17px;
  }

  .profile_name span {
    font-size: 11px;
    margin-left: 10px;
  }

  .lity-image02_text_top_list {
    font-size: 12px;
  }

  .lity-image02_text_top_list dl::before {
    margin-right: 10px;
  }

  .profile_president {
    font-size: 11px;
    margin-left: 5px;
  }


  #image2 .text_wrap {
    font-size: 13px;
  }

  #image2 .text_wrap span {
    color: var(--accent-color2);
  }

  #image3 {
    padding: 4%;
    font-size: 12px;
  }

  #image3 .image3_text_box {
    margin-bottom: 10px;
    padding: 5px;
  }

  #image3 .image3_text_box .title {
    font-size: 13px;
  }

}

@media (max-width:380px) {
  #image1 {
    padding: 4%;
    font-size: 11px;
  }

  #image1 .image3_text_box {
    margin-bottom: 10px;
    padding: 5px;
  }

  #image1 .image3_text_box .title {
    font-size: 11px;
  }

  .lity-image02_text_top_text h3 {
    font-size: 12px;
  }

  .profile_name {
    font-size: 15px;
  }

  #image3 {
    padding: 4%;
    font-size: 11px;
  }

  #image3 .image3_text_box {
    margin-bottom: 10px;
    padding: 5px;
  }

  #image3 .image3_text_box .title {
    font-size: 11px;
  }

}





/* mv */
.mv {
  position: relative;
  padding: 170px 0px;
  overflow: hidden;

}

.mv_image {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}



.mv_image-item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;

}

.mv_image-item::after {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: mv_image_filter 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes mv_image_filter {
  0% {
    background-color: var(--base-color);
    backdrop-filter: blur(8px);
    opacity: 1;

  }

  20% {
    background-color: var(--base-color);
    backdrop-filter: blur(8px);

  }

  30% {
    opacity: 1;

  }

  100% {
    background-color: inherit;
    backdrop-filter: blur(0px);
    opacity: 0;
  }
}


.mv_image-item:nth-of-type(1) {
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
  z-index: 3;
}

.mv_image-item:nth-of-type(2) {
  top: 20%;
  left: 1%;
  width: 35%;
  z-index: 1;
}

.mv_image-item:nth-of-type(3) {
  top: 26%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40%;
  z-index: 1;
}

.mv_image-item:nth-of-type(4) {
  top: 20%;
  left: 99%;
  transform: translate(-100%, 0);
  width: 30%;
  z-index: 3;
}

.mv_image-item:nth-of-type(5) {
  top: 39%;
  left: 8%;
  transform: translate(0, 0);
  width: 30%;
  z-index: 2;
}

.mv_image-item:nth-of-type(6) {
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 34%;
  z-index: 2;
}

.mv_image-item:nth-of-type(7) {
  top: 37%;
  left: 99%;
  transform: translate(-100%, 0);
  width: 32%;
  z-index: 2;
}

.mv_image-item:nth-of-type(8) {
  top: 54%;
  left: 5%;
  transform: translate(0, 0);
  width: 30%;
  z-index: 1;
}

.mv_image-item:nth-of-type(9) {
  top: 54%;
  left: 90%;
  transform: translate(-100%, 0);
  width: 28%;
  z-index: 2;
}

.mv_image-item:nth-of-type(10) {
  top: 66%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35%;
  z-index: 1;
}

.mv_image-item:nth-of-type(11) {
  top: 80%;
  left: 85%;
  transform: translate(-100%, 0);
  width: 23%;
  z-index: 2;
}


.mv_image-item:nth-of-type(1) {
  transform: translate(-50%, 0);
  animation: mv_image01 5s ease-in infinite;
}

@keyframes mv_image01 {
  0% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-50%, 3%) scale(1.02);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(2) {
  transform: translate(0, 0);
  animation: mv_image02 4s ease-in infinite;
}

@keyframes mv_image02 {
  0% {
    transform: translate(0, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(0, 3%) scale(1.01);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(0, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(3) {
  transform: translate(-50%, 0);
  animation: mv_image03 6s ease-in infinite;
}

@keyframes mv_image03 {
  0% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-50%, 4%) scale(1.02);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(4) {
  transform: translate(-100%, 0);
  animation: mv_image04 4s ease-in infinite;
}

@keyframes mv_image04 {
  0% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-100%, 2%) scale(1.01);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(5) {
  transform: translate(0, 0);
  animation: mv_image05 4s ease-in infinite;
}

@keyframes mv_image05 {
  0% {
    transform: translate(0, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(0, 3%) scale(1.02);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(0, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(6) {
  transform: translate(-50%, 0);
  animation: mv_image06 7s ease-in infinite;
}

@keyframes mv_image06 {
  0% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-50%, 3%) scale(1.01);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(7) {
  transform: translate(-100%, 0);
  animation: mv_image07 5s ease-in infinite;
}

@keyframes mv_image07 {
  0% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-100%, 4%) scale(1.02);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(8) {
  transform: translate(0, 0);
  animation: mv_image08 5s ease-in infinite;
}

@keyframes mv_image08 {
  0% {
    transform: translate(0, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(0, 3%) scale(1.01);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(0, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(9) {
  transform: translate(-100%, 0);
  animation: mv_image09 5s ease-in infinite;
}

@keyframes mv_image09 {
  0% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-100%, 4%) scale(1.02);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(10) {
  transform: translate(-50%, 0);
  animation: mv_image10 4s infinite;
}

@keyframes mv_image10 {
  0% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-50%, 3%) scale(1.01);
    box-shadow: 0px 0px 15px -3px #777;
  }

  100% {
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_image-item:nth-of-type(11) {
  transform: translate(-100%, 0);
  animation: mv_image11 4.5s infinite;
}

@keyframes mv_image11 {
  0% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }

  50% {
    transform: translate(-100%, 5%) scale(1.02);
    box-shadow: 0px 0px 15px -9px #777;
  }

  100% {
    transform: translate(-100%, 0);
    box-shadow: 0px 0px 15px -12px #777;
  }
}

.mv_title {
  position: absolute;
  top: 80px;
  right: 55px;
  max-width: 80px;
  width: 100%;
  z-index: 4;
}

.mv_illust {
  position: absolute;
  bottom: 120px;
  left: 70px;
  z-index: 10;
}


@media(max-width:500px) {
  .mv_image-item:nth-of-type(1) {
    width: 54vw;
    left: 55%;
  }

  .mv_image-item:nth-of-type(2) {
    width: 39vw;
  }

  .mv_image-item:nth-of-type(3) {
    width: 46vw;
    top: 22%;
    left: 55%;
  }

  .mv_image-item:nth-of-type(4) {
    width: 32vw;
  }

  .mv_image-item:nth-of-type(5) {
    width: 36vw;
    top: 35%;
  }

  .mv_image-item:nth-of-type(6) {
    width: 36vw;
    left: 60%;
    top: 41%;
  }

  .mv_image-item:nth-of-type(7) {
    width: 32vw;
    top: 33%;
  }

  .mv_image-item:nth-of-type(8) {
    width: 38vw;
    top: 49%;
  }

  .mv_image-item:nth-of-type(9) {
    width: 33vw;
    top: 45%;
    left: 95%;
  }

  .mv_image-item:nth-of-type(10) {
    width: 38vw;
    top: 55%;
    left: 62%;
  }

  .mv_image-item:nth-of-type(11) {
    width: 28vw;
    top: 67%;
    left: 92%;
  }

}

/* point */
.point {
  background-color: var(--color1);
  padding: 0 0 60px;
  position: relative;
}

.point .point_line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
}

.point_copy {
  text-align: center;
  line-height: 2;
}

.point_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 280px;
  margin: 30px auto 0;
}

.point_item {
  font-family: "Shippori Mincho", serif;
  background-color: var(--accent-color1);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  font-size: 18px;
  color: var(--color1);
  position: relative;
}

.point_item::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--color1);
  opacity: .4;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.point_item a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

.point_item span {
  font-size: 10px;
}

.point_item:nth-of-type(2n) {
  background-color: var(--accent-color2);
}

.point_item:nth-of-type(3n) {
  background-color: var(--accent-color3);
}

.point_item:nth-of-type(4n) {
  background-color: var(--accent-color4);
}

/* our_story */
.our_story {
  position: relative;
  padding-bottom: 120px;
}

.our_story-text_wrap {
  font-size: 17px;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}

.our_story-text_wrap .text:nth-of-type(2n) {
  margin-top: 2em;
}

.our_story-container {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.our_story_lamp {
  text-align: center;
}

.our_story_lamp img {
  width: 120px;
}

.our_story-container .item-text {
  background-color: var(--color2);
  text-align: center;
  color: var(--color1);
  padding: .5em 0;
  position: relative;
}

.our_story-container .item-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--color1);
  opacity: .6;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}


.profile_wrap {
  position: relative;
}

.profile_insta_button {
  font-size: 22px;
  width: 100%;
  background-color: var(--color1);
  text-align: center;
  border-radius: 100px;
  margin: 10px auto 0;
}

.profile_insta_button a {
  display: block;
  color: #333;
}


@media(max-width:500px) {
  .profile_insta_button {
    font-size: 16px;
  }
}

@media(max-width:380px) {
  .profile_insta_button {
    font-size: 12px;
  }
}


/* home-search */
.home-search {
  background-color: var(--assorted-color1);
  padding: 0 0;
  position: relative;
}

.home-search-inner {
  width: 100%;
  margin-left: auto;
}

.home-search_lamp {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -100%);
}

.home-search_lamp img {
  width: 120px;
}


.home-search_container {
  margin: 40px auto 0;
  position: relative;
}

.home-search_container .line_image {
  margin-top: -50px;
}

.home-search_list {
  width: 100%;
  margin-left: auto;
  padding-left: 5%;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}

.home-search_item {
  background-color: var(--color1);
  padding: 20px 10px 20px 28px;
  max-width: 300px;
  position: relative;
}

.home-search_item .num_icon {
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
  width: 30px;
}

.home-search_illust01 {
  position: absolute;
  top: 55px;
  right: 10px;
}

.home-search_illust01 img {
  width: 130px;
}

.home-search_illust02 {
  position: absolute;
  bottom: 40px;
  left: 15px;
}

.home-search_illust02 img {
  width: 160px;
}

.home-search_item:nth-of-type(2n) {
  margin: 0 auto;
  margin-top: 20px;
}

.home-search_item:nth-of-type(3n) {
  margin-left: auto;
  margin-top: 20px;
}

.home-search_item .title {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: .6em;
}

.home-search_item .text {
  font-size: 13px;
}

.home-search_02 {
  background-color: var(--base-color);
  padding: 15px 0 60px;
}

.home-search_02 .insta_button {
  margin: 0;
  margin-top: 1em;
}

.home-search_container2 .text {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.home-search_container2 .text span {
  font-size: clamp(13px, 1.462px + 3.077vw, 15px);
  border-bottom: 1px solid var(--accent-color2);
  line-height: 2;
  font-weight: 500;

}

.home-search_insta-button {
  margin-top: 40px;
}

.home-search_insta-button .text {
  text-align: center;
}

.home-search_insta-button .insta_button {
  text-align: center;
  margin-top: 1em;
}

.home-search_insta-button .insta_button a {
  background-color: var(--color1);
  border: 1px solid #333;
  border-radius: 100px;
  color: #333;
  padding: .5em .4em;
}

.home-search_illust03 {
  text-align: right;
  margin-right: 75px;
  margin-top: 45px;
}

.home-search_illust03 img {
  transform: scale(1.4);
}


@media(max-width:600px) {
  .home-search_illust01 img {
    width: 25vw;
  }

  .home-search_illust02 {
    bottom: 5%;
  }

  .home-search_illust02 img {
    width: 25vw;
  }

}


/* support */
.support {
  background-color: var(--color1);
  padding: 0 0;
  position: relative;
}

.support_lamp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.support_lamp img {
  width: 120px;
}

.support .section_title {
  margin-top: 25px;
}

.support-text_container {
  font-size: clamp(14px, -1.000px + 4vw, 17px);
  text-align: center;
  margin-top: 30px;
  line-height: 2;

}

.support-faq_container02 {
  background-color: var(--assorted-color2);
  padding: 0 0 40px 0;
}

.support-faq_container03 {
  padding: 0 0 40px 0;
}

.support-faq_container .title {
  color: var(--accent-color3);
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
}

.support-faq_container01 .title {
  padding-top: 60px;
}

.support-faq_item-wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 80px 0;
}

.support-faq_container02 .support-faq_item-wrap {
  padding: 80px 0 40px;
}

.support-faq_item {
  text-align: center;
  position: relative;
  z-index: 2;
  width: calc(100%/3);
}

.support-faq_item:nth-of-type(odd) {
  top: 25px;
}

.support-faq_container02 .support-faq_item:nth-of-type(odd) {
  top: 0;
}

.support-faq_item .image {
  max-width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -63%);
  z-index: 0;
}

.support-faq_item .text {
  font-size: clamp(13px, -2.000px + 4vw, 16px);
  font-weight: 500;
  position: relative;
  z-index: 2;
}


.support-faq_container2 .text {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

.support-faq_container2 .text span {
  font-size: clamp(13px, 1.462px + 3.077vw, 16px);
  border-bottom: 1px solid var(--accent-color3);
  line-height: 2;
  font-weight: 500;
}


/* contact */
.contact {
  background-color: var(--assorted-color1);
  padding: 0 0 60px;
}

.contact_lamp {
  text-align: center;
}

.contact_lamp img {
  width: 120px;
}

.contact_text {

  text-align: center;
  margin-top: 2em;
}

.sns_icon {
  text-align: center;
  margin-top: 10px;
}


/* story */
.story {
  position: relative;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  padding-block: 0;
}

.story.story_open {
  z-index: 11;
  opacity: 1;
  pointer-events: none;
}

.story .inner {
  background-color: var(--base-color);
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100vw, 500px);
  height: 100vh;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: all;
}

.story .inner_scroll {
  height: 100%;
  padding-top: 120px;
  overflow-y: auto;
}

.story .inner_scroll::-webkit-scrollbar {
  display: none;
}

.story::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}

.story01 {
  position: relative;
  padding-bottom: 60px;
}

.story_mv {
  position: relative;
}

.story01 .story_title,
.story02 .story_title,
.story03 .story_title,
.story04 .story_title {
  display: flex;
  justify-content: center;
}

.story01 .story_title .title,
.story02 .story_title .title,
.story03 .story_title .title,
.story04 .story_title .title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.story_open .story01 .story_title .title {
  animation: mv_storytitle01_filter 1.5s forwards;
}

@keyframes mv_storytitle01_filter {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.story01_image01 {
  margin-top: 90px;
  width: 80%;
  position: relative;
}

.story_open .story01_image01 {
  animation: mv_storyimage01_filter 2.5s forwards;
}

@keyframes mv_storyimage01_filter {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.story01_image01::after {
  content: "";
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transform: translate(40%, -40%);
}

.story01_fukidashi01,
.story01_fukidashi02,
.story01_fukidashi03 {
  position: absolute;

}

.story01_fukidashi01 {
  top: -80px;
  right: 40px;
}

.story_open .story01_fukidashi01 {
  animation: mv_fukidashi_filter 2.5s infinite;
}

@keyframes mv_fukidashi_filter {
  0% {
    transform: translateY(10px);
  }

  40% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.story01_fukidashi01 img {
  width: 100px;
}

.story01_fukidashi02 {
  top: 25%;
  left: 40px;
}

.story_open .story01_fukidashi02 {
  animation: mv_fukidashi02_filter 3.5s infinite;
}

@keyframes mv_fukidashi02_filter {
  0% {
    transform: translateY(10px);
  }

  40% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.story01_fukidashi02 img {
  width: 100px;
}

.story01_fukidashi03 {
  bottom: 240px;
  right: 10px;
}

.story_open .story01_fukidashi03 {
  animation: mv_fukidashi03_filter 3.5s infinite;
}

@keyframes mv_fukidashi03_filter {
  0% {
    transform: translateY(15px);
  }

  30% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.story01_fukidashi03 img {
  width: 140px;
}

.title_kakko {
  margin-top: 60px;
  text-align: center;
}

.title_kakko .title {
  font-size: 20px;
  display: inline-block;
  position: relative;
}

.story_open .title_kakko .title {
  animation: mv_title_kakko01_filter 1.5s forwards;
}

@keyframes mv_title_kakko01_filter {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }

  70% {
    opacity: 0;
    transform: translateY(30%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.title_kakko .title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #9d9ea4;
  border-left: 1px solid #9d9ea4;

  position: absolute;
  top: 0;
  left: -20%;
  transform: translate(-100%, -50%);
}

.title_kakko .title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #9d9ea4;
  border-right: 1px solid #9d9ea4;

  position: absolute;
  bottom: 0;
  right: -20%;
  transform: translate(100%, 50%);
}

.story01_bottom_image {
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.story01_cube_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-90%, -70%);
}

.story01_cube_image img {
  width: 70px;
}

.story01_image02 img {
  width: 160px;
}

.story01_image03 {
  margin-top: -50px;
  margin-left: 100px;

}

.story01_image03 img {
  width: 120px;
}

.story01_image04 {
  margin-top: 60px;
  margin-left: 0;

}

.story01_image04 img {
  width: 240px;
}

.story01_bottom_image01,
.story01_bottom_image02 {
  position: relative;
}

.accent_cube.cube01::after {
  content: "";
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transform: translate(-50%, 0);
}

.accent_cube.cube01::after {
  content: "";
  width: 160px;
  height: 160px;
  display: block;
  position: absolute;
  top: 10%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transform: translate(-50%, 0);
}

.accent_cube.cube02::after {
  content: "";
  width: 220px;
  height: 220px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transform: translate(-5%, 5%);
}


.story01_text,
.story02_text,
.story03_text,
.story04_text {
  font-size: 16px;
  line-height: 2;
}

.story01_text {
  position: relative;
  margin-top: 10px;
  margin-left: 5%;
}

.story01_cube_image02 {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

.story01_cube_image02 img {
  width: 60px;
}

.story02 {
  position: relative;
  padding: 0;
  background-color: var(--assorted-color1);
}

.story02::before {
  content: "";
  display: block;
  width: 220px;
  height: 120px;
  background-image: url(../image/story_point01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: .8s;
}

.story02.is-active::before {
  opacity: 1;
}

.story02_line {
  width: 100%;
}

.story_mv02 {
  position: relative;
  margin-top: 80px;
}

.story02_cube_image {
  position: absolute;
  top: 23%;
  left: 6%;
}

.story02_cube_image img {
  width: 50px;
}

.story02_cube_image02 {
  position: absolute;
  top: 39%;
  left: 15%;
}

.story02_cube_image02 img {
  width: 50px;
}

.story02 .story_title .title span {
  display: block;
  margin-top: 3em;
}

.story02_illust01 {
  position: absolute;
  top: 2%;
  right: 0;
}

.story02_illust01 img {
  width: 160px;
}

.story02_illust02 {
  position: absolute;
  top: 31%;
  left: 20px;
  z-index: 1;
}

.story02_illust02 img {
  width: 145px;
}

.story02_image_wrap {
  display: flex;
  gap: 40px;
  width: 80%;
  margin-left: auto;
}

.story02_wrap_image01 {
  position: relative;
}

.story02_cube_image03 {
  position: absolute;
  top: -20px;
  right: 0;
}

.story02_cube_image03 img {
  width: 80px;
}

.story02_image01 {
  margin-top: 120px;
}

.story02_image03 {
  text-align: right;
  margin-right: 20px;
  margin-top: -20px;
}

.story02_image03 img {
  width: 130px;
}

.accent_cube.cube03::after {
  content: "";
  width: 240px;
  height: 200px;
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transform: translate(-35%, 0);
}

.story02_wrap_image02 {
  position: relative;
  display: flex;
  margin-top: 60px;
}

.story02_image04 img {
  width: 240px;
}

.story02_wrap_image02 .story02_text {
  margin-top: 70px;
  margin-left: 40px;
  position: relative;
  z-index: 2;
}

.accent_cube.cube04::after {
  content: "";
  width: 240px;
  height: 160px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transform: translate(-68%, -25%);
  z-index: 1;
}

.story02_wrap_text .title_kakko {
  margin-bottom: 40px;
}

.story02_text {
  margin-top: 10px;
  margin-left: 5%;
}

.story03 {
  padding: 120px 0 60px;
}

.story03::before {
  content: "";
  display: block;
  width: 220px;
  height: 120px;
  background-image: url(../image/story_point02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: .8s;
}

.story03.is-active::before {
  opacity: 1;
}

.story_mv03_top {
  position: relative;
}

.story03 .story_title .title span {
  display: block;
  margin-top: 4em;
}

.story03_illust01 {
  position: absolute;
  top: -60px;
  left: 44%;
  transform: translate(-100%, -50%);
}

.story03_illust01 img {
  width: 90px;
}

.story03_illust02 {
  position: absolute;
  bottom: 90px;
  left: 0%;
  transform: translate(0, -50%);
}

.story03_illust02 img {
  width: 100px;
}

.story03_text {
  text-align: center;
}

.story03_image01 {
  position: absolute;
  top: -80px;
  right: 0;
}

.story03_image01 img {
  width: 160px;
}

.story03_image02 {
  position: absolute;
  bottom: -70px;
  left: 0;
}

.story03_image02 img {
  width: 160px;
}

.story_mv03_bottom {
  position: relative;
  margin-top: 160px;
}

.story03_text {
  position: relative;
  z-index: 2;
  margin-left: 2em;
}

.story03_text p {
  margin-top: 2em;
  text-align: left;

}

.story03_text p:nth-of-type(2n) {
  margin-left: 3em;
}

.story03_text p:nth-of-type(3n) {
  margin-left: 6em;
}

.story03_text p:nth-of-type(4n) {
  margin-left: 9em;
}

.story_mv03_bottom_image {
  position: absolute;
  top: -20px;
  right: 50px;
}

.story03_image03 img {
  width: 210px;
}

.story03_illust03 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -60%);
}

.story03_illust03 img {
  width: 60px;
}

.story04 {
  position: relative;
  padding: 120px 0 0;
  background-color: var(--assorted-color1);
}

.story04::before {
  content: "";
  display: block;
  width: 220px;
  height: 120px;
  background-image: url(../image/story_point03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: .8s;
}

.story04.is-active::before {
  opacity: 1;
}

.story04_text {
  text-align: center;
  margin-top: 60px;
}

.story04_text .text {
  margin-top: 2em;
}

.story04_bottom {
  background-color: var(--accent-color1);
  padding-bottom: 220px;
}

.story_mv04 {
  margin-bottom: 120px;
}

.story_botton {
  text-align: center;
  margin-top: 60px;
}

.story_botton a {
  color: var(--color1);
  font-size: 18px;
  letter-spacing: .3em;
  border: 1px solid var(--color1);
  padding: .5em 3em;
  border-radius: 50px;
  display: inline-block;
}

.story_mv03_bottom02 {
  position: relative;
  margin-top: 60px;
}

.story03_image04 {
  width: 85%;
  margin: 0 auto;
}

.story03_illust04 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(70%, -80%);
  z-index: 2;
}

.story03_illust04 img {
  width: 80px;
}

.story_mv03_bottom02 .story03_text {
  margin: 0;
}

.story_mv03_bottom02 .story03_text p {
  text-align: center;
}

.story04_bottom .title_kakko {
  color: var(--color1);
}

.story04_bottom .title_kakko .title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid var(--color1);
  border-left: 1px solid var(--color1);
  position: absolute;
  top: -30px;
  left: 0;
  transform: translate(-100%, -50%);
}

.story04_bottom .title_kakko .title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid var(--color1);
  border-right: 1px solid var(--color1);
  position: absolute;
  bottom: -30px;
  right: 0;
  transform: translate(100%, 50%);
}

.story04_image01 {
  margin: 30px auto 0;
  width: 85%;
}

.story04_cube_image01 {
  margin-left: 60px;
  margin-top: 50px;
}

.story04_cube_image01 img {
  width: 140px;
}

@media(max-width:500px) {

  .story01 .story_title .title,
  .story02 .story_title .title,
  .story03 .story_title .title,
  .story04 .story_title .title {
    font-size: clamp(1.375rem, 1.000rem + 1.6vw, 1.5rem);
  }

  .title_kakko .title {
    font-size: clamp(0.938rem, 0.000rem + 4vw, 1.25rem);
  }

  .story01_image01::after {
    width: clamp(8.75rem, 1.250rem + 32vw, 11.25rem);
    height: clamp(8.75rem, 1.250rem + 32vw, 11.25rem);
  }

  .story01_image02 img {
    width: clamp(8.75rem, 5.000rem + 16vw, 10rem);
  }

  .accent_cube.cube01::after {
    width: clamp(6.875rem, -2.500rem + 40vw, 10rem);
    height: clamp(6.875rem, -2.500rem + 40vw, 10rem);
  }


  .accent_cube.cube02::after {
    width: clamp(8.75rem, -6.250rem + 64vw, 13.75rem);
    height: clamp(8.75rem, -6.250rem + 64vw, 13.75rem);
  }

  .accent_cube.cube03::after {
    width: clamp(10.625rem, -2.500rem + 56vw, 15rem);
    height: clamp(9.375rem, 0.000rem + 40vw, 12.5rem);
  }

  .story03_image01 img {
    width: clamp(7.5rem, 0.000rem + 32vw, 10rem);
  }

  .story03_image02 img {
    width: clamp(7.5rem, 0.000rem + 32vw, 10rem);
  }

  .story03_image03 img {
    width: clamp(9.375rem, -1.875rem + 48vw, 13.125rem);
  }

  .story02_image04 img {
    width: clamp(9.375rem, -7.500rem + 72vw, 15rem);
  }

  .story02::before {
    width: 180px;
    height: 80px;
    transform: translate(0, -100%);
  }

  .story03::before {
    width: 180px;
    height: 80px;
    transform: translate(0, -100%);
  }

  .story04::before {
    width: 180px;
    height: 80px;
    transform: translate(0, -100%);
  }
}


.image-story_banner {
  position: fixed;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  box-shadow: 0px 0px 8px -8px #777;
  max-width: 460px;
  width: 95%;
  opacity: 0;
  transition: 0.6s;
}

.image-story_banner.is-active {
  opacity: 1;
  bottom: 20px;
}

.image-story_banner img {
  width: 100%;
  object-fit: contain;
}