@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "etna-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #d9d4ca;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d9d4ca;
  z-index: 999;
}
#loading-bg .inner {
  display: grid;
  place-content: center;
  height: 100vh;
}
#loading-bg .scroll_image {
  height: 350px;
  width: 430px;
  overflow: hidden;
}
#loading-bg .scroll_image img:nth-child(1) {
  animation: scrollImage 10s linear infinite;
}
#loading-bg .scroll_image img:nth-child(2) {
  animation: scrollImage 10s -10s linear infinite;
}
@keyframes scrollImage {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
#loading-bg .loading_logo {
  width: 330px;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
#loading-bg .th_logo {
  width: 200px;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#loading-bg .handwriting .text {
  fill: #fff;
  opacity: 0;
  animation: maskFade 0.1s forwards;
}
#loading-bg .handwriting .mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 3000px;
  animation: handwriting1 1s linear;
}
#loading-bg .handwriting #loading_text {
  mask: url(#loading_mask);
}
@keyframes loading {
  0% {
    stroke-dashoffset: 3000px;
  }
  1% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 768px) {
  #loading-bg .inner {
    height: 100svh;
  }
  #loading-bg .scroll_image {
    height: 259px;
    width: 315px;
  }
  #loading-bg .loading_logo {
    width: 253px;
  }
  #loading-bg .th_logo {
    width: 150px;
  }
}
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  background-color: #f7f7f7;
}
footer .footer_title {
  width: 20.078125vw;
  margin: 0 auto;
}
footer .footer_cursive {
  width: 35.78125vw;
  margin: 2.5vw auto 2.34375vw;
}
footer .staff_credit {
  font-size: 0.9375vw;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
footer .link_wrap {
  display: flex;
  gap: 5.15625vw;
  font-size: 1.25vw;
  text-decoration: underline;
  justify-content: center;
  margin: 8.59375vw 0 6.25vw;
  letter-spacing: 0.08em;
}
footer .copy {
  font-size: 0.859375vw;
  text-align: center;
  padding-bottom: 1.5625vw;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  footer .footer_title {
    width: 62.6666666667vw;
  }
  footer .footer_cursive {
    width: 91.2vw;
    margin: 5.3333333333vw auto 16vw;
  }
  footer .staff_credit {
    font-size: 3.2vw;
    text-align: center;
  }
  footer .link_wrap {
    gap: 17.6vw;
    font-size: 4.2666666667vw;
    margin: 21.3333333333vw 0 17.3333333333vw;
  }
  footer .copy {
    font-size: 10px;
    padding-bottom: 40px;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv .container {
  position: relative;
}
.fv .header {
  padding: 1.953125vw 35px;
  font-size: 15px;
  letter-spacing: 0.002em;
}
.fv .header .inner {
  display: flex;
  justify-content: space-between;
}
.fv .header .right ul {
  display: flex;
  gap: 40px;
}
.fv .fv_slider {
  width: 81.25vw;
  margin: 2.734375vw auto 12.5vw;
  position: relative;
  height: 40.625vw;
}
.fv .fv_slider figure {
  width: 100%;
  height: 40.625vw;
  position: absolute;
  inset: 0;
  animation: rotate 1s ease-in-out forwards;
}
.fv .fv_slider figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  animation: bg_reverse 0.7s ease-in-out forwards;
}
.fv .fv_slider figure.active {
  animation: fade 1s ease-in-out forwards;
}
.fv .fv_slider figure.active:after {
  animation: bg 1s ease-in-out forwards;
}
.fv .fv_title {
  position: absolute;
  width: 69.453125vw;
  left: 7.1875vw;
  top: 40.859375vw;
  z-index: 11;
}
@keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg_reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    rotate: 0;
    z-index: 0;
  }
  50% {
    z-index: 0;
  }
  51% {
    z-index: 1;
  }
  99% {
    rotate: 0;
  }
  100% {
    opacity: 1;
    rotate: 3deg;
    z-index: 1;
  }
}
.fv .handwriting .fv_text {
  fill: #fff;
}
.fv .handwriting .fv_mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#text {
  mask: url(#mask);
}

#sp_text {
  mask: url(#sp_mask);
}

#mask.active {
  animation: handwritingPC 2s linear;
  stroke-dasharray: 6000px;
}

#sp_mask.active {
  animation: handwritingSP 2s linear;
  stroke-dasharray: 4000px;
}

@keyframes handwritingPC {
  0% {
    stroke-dashoffset: 6000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes handwritingSP {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lead {
  margin-bottom: 6.25vw;
}
.lead .container {
  position: relative;
}
.lead .lead_title {
  width: 343px;
  margin: 0 auto;
}
.lead p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.78125vw 0 7.8125vw;
}
.lead .line {
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 1px;
  display: block;
  background-color: #000;
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 768px) {
  .fv {
    overflow: hidden;
  }
  .fv .header {
    font-size: 14px;
    padding: 20px 16px 0;
  }
  .fv .header .right ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4vw;
    text-align: right;
    width: fit-content;
  }
  .fv .fv_slider {
    width: 92vw;
    margin: 4vw auto 30.4vw;
    height: 122.6666666667vw;
  }
  .fv .fv_slider figure {
    height: 122.6666666667vw;
  }
  .fv .fv_title {
    width: 100%;
    scale: 1.01;
    transform-origin: center;
    bottom: inherit;
    top: 132vw;
    left: inherit;
  }
  .lead .container {
    width: 80vw;
    margin: 0 auto;
  }
  .lead .lead_title {
    width: 80vw;
  }
  .lead p {
    font-size: 3.4666666667vw;
    padding: 6.4vw 0 21.3333333333vw;
  }
  @keyframes fade {
    0% {
      opacity: 1;
      rotate: 3deg;
      z-index: 1;
    }
    35% {
      opacity: 1;
    }
    50% {
      transform: translateX(100px) rotate(3deg);
    }
    60% {
      z-index: 1;
      opacity: 0;
    }
    61% {
      z-index: 0;
    }
    100% {
      opacity: 1;
      transform: translateX(0) rotate(0);
      z-index: 0;
    }
  }
}
@media screen and (min-width: 769px) {
  @keyframes fade {
    0% {
      opacity: 1;
      rotate: 3deg;
      z-index: 1;
    }
    20% {
      opacity: 1;
    }
    35% {
      transform-origin: right;
      rotate: 10deg;
    }
    50% {
      opacity: 0;
      z-index: 1;
    }
    51% {
      z-index: 0;
    }
    75% {
      rotate: 0;
    }
    100% {
      opacity: 1;
      z-index: 0;
    }
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit_btn {
  cursor: pointer;
  font-size: 1.25vw;
  position: relative;
  width: fit-content;
}
.credit_btn:after {
  content: "+";
  padding-left: 5px;
  transition: opacity 0.4s;
}
.credit_btn:before {
  transition: opacity 0.4s;
  content: "";
  width: 7px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  opacity: 0;
}
.credit_btn.active:after {
  opacity: 0;
}
.credit_btn.active:before {
  opacity: 1;
}

.credit {
  display: none;
  padding: 1.875vw 0 0 0;
  font-size: 0.9375vw;
}
.credit ul {
  display: grid;
  gap: 0.9375vw;
  letter-spacing: 0.02em;
}
.credit li a:has(.nolink) .buy {
  display: none;
}
.credit .buy {
  font-family: "etna-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .credit_btn {
    font-size: 4.2666666667vw;
  }
  .credit {
    padding: 6.4vw 0 0 0;
    font-size: 3.2vw;
  }
  .credit ul {
    gap: 3.7333333333vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.sec .container {
  padding: 6.25vw 0 9.375vw;
}
.sec .sec_title {
  height: 1.171875vw;
}
.sec .sec_title img {
  height: 100%;
  object-fit: contain;
}
.sec .scroll_image {
  height: 26.5625vw;
  width: 32.421875vw;
  margin: 5.46875vw auto 0;
  overflow: hidden;
}
.sec .scroll_image img:nth-child(1) {
  animation: scrollImage 10s linear infinite;
}
.sec .scroll_image img:nth-child(2) {
  animation: scrollImage 10s -10s linear infinite;
}
@keyframes scrollImage {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

#sec2 .container {
  background-color: #f3f3f3;
}

#sec4 .container,
#sec7 .container {
  background-color: #e6e4e3;
}

#sec5 .container,
#sec8 .container {
  background-color: #f7f7f7;
}

#archive {
  background-color: #f7f7f7;
}
#archive .container {
  margin: 0 auto;
  width: 82.8125vw;
  padding: 12.5vw 0 4.6875vw;
  position: relative;
}
#archive .inner {
  padding: 8.59375vw 0 5.078125vw;
  position: relative;
}
#archive .line {
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  display: block;
  translate: -50% 0;
  left: 50%;
}
#archive .line.top {
  top: 0;
  transform-origin: center;
}
#archive .line.bottom {
  bottom: 0;
  transform-origin: center;
}
#archive .aniversary_logo {
  background-color: #f7f7f7;
  padding: 0 2.34375vw;
  width: 12.5vw;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  top: -4.453125vw;
}
#archive .grid {
  width: 73.828125vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.078125vw;
}

@media screen and (max-width: 768px) {
  #archive {
    margin: 5.3333333333vw auto 0;
  }
  #archive .container {
    width: 89.6vw;
    margin: 0 auto;
    padding: 26.6666666667vw 0 21.3333333333vw;
  }
  #archive .inner {
    padding: 17.3333333333vw 0 10.6666666667vw;
  }
  #archive .aniversary_logo {
    padding: 0 5.3333333333vw;
    width: 30.6666666667vw;
    top: -14.1333333333vw;
  }
  #archive .grid {
    width: 78.6666666667vw;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
  .sec .container {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
  .sec .sec_title {
    margin-bottom: 10.6666666667vw;
    height: 3.2vw;
  }
  .sec .scroll_image {
    height: 54.6666666667vw;
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  .credit_wrap {
    margin: 10.6666666667vw auto 0 6.6666666667vw;
  }
  #sec1 .img2 {
    position: relative;
    margin: 31.2vw 0 0 0;
  }
  #sec1 .img2 .scroll_image {
    width: 85.3333333333vw;
    height: 80vw;
  }
  #sec1 .img2 .writing_text {
    z-index: 10;
    width: 96.8vw;
    position: absolute;
    top: -6.6666666667vw;
    left: 0.5333333333vw;
  }
  #sec2 {
    overflow: hidden;
  }
  #sec2 .img1 {
    width: 88vw;
    position: relative;
  }
  #sec2 .img1 .writing_text {
    position: absolute;
    width: 72vw;
    top: 8vw;
    left: 29.3333333333vw;
  }
  #sec2 .img2 {
    width: 48vw;
    margin: 6.9333333333vw 0 0 auto;
  }
  #sec2 .img3 {
    width: 76.5333333333vw;
    margin: -6.6666666667vw auto 0 0;
  }
  #sec2 .credit_wrap {
    margin: 8vw auto 0 6.6666666667vw;
  }
  #sec3 {
    overflow: hidden;
  }
  #sec3 .img1 {
    width: 93.8666666667vw;
    position: relative;
  }
  #sec3 .img1 .writing_text {
    position: absolute;
    width: 90.9333333333vw;
    left: 9.0666666667vw;
    top: -4.2666666667vw;
  }
  #sec3 .scroll_image {
    margin: 16vw auto 0;
  }
  #sec4 {
    overflow: hidden;
  }
  #sec4 .img1 {
    width: 94.6666666667vw;
    margin: 0 auto;
    position: relative;
  }
  #sec4 .img1 .writing_text {
    width: 101.3333333333vw;
    position: absolute;
    left: -0.8vw;
    top: 67.4666666667vw;
  }
  #sec4 .img2 {
    width: 75.4666666667vw;
    margin: 10.6666666667vw auto 0 0;
  }
  #sec4 .img3 {
    width: 51.7333333333vw;
    margin: -2.6666666667vw 3.2vw 0 auto;
  }
  #sec4 .credit_wrap {
    margin: 5.3333333333vw auto 0 6.6666666667vw;
  }
  #sec5 .writing_text {
    position: relative;
    z-index: 10;
    left: -5.3333333333vw;
  }
  #sec5 .writing_text svg {
    overflow: inherit;
  }
  #sec5 .img1 .fade_slider {
    margin: -6.4vw 0 0 0;
  }
  #sec6 {
    overflow: hidden;
  }
  #sec6 .img2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    margin: -4vw -0.8vw 0 auto;
    rotate: 2.7deg;
  }
  #sec6 .img2 figure {
    width: 46.6666666667vw;
  }
  #sec6 .writing_text {
    width: 93.3333333333vw;
    margin: -0.8vw auto 0;
    position: relative;
  }
  #sec6 .credit_wrap {
    margin: 10.6666666667vw auto 0 4vw;
  }
  #sec7 .img1 {
    width: 92vw;
    margin: 0 auto;
    position: relative;
  }
  #sec7 .img1 .writing_text {
    width: 69.3333333333vw;
    position: absolute;
    left: -3.7333333333vw;
    top: 2.6666666667vw;
  }
  #sec7 .img2 {
    width: 60.5333333333vw;
    margin: -3.2vw auto 0 2.1333333333vw;
  }
  #sec7 .scroll_image {
    margin: -2.6666666667vw 0 0 auto;
  }
  #sec7 .credit_wrap {
    margin: 8vw auto 0 6.6666666667vw;
  }
  #sec8 {
    overflow: hidden;
  }
  #sec8 .sec_title {
    margin-bottom: 7.2vw;
  }
  #sec8 .grid.right {
    display: none;
  }
  #sec8 .writing_text {
    width: 72vw;
    margin: 0 -1.8666666667vw -7.2vw auto;
    position: relative;
  }
  #sec8 .grid {
    display: grid;
  }
  #sec8 .grid li {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
  #sec8 .grid li:nth-child(1) {
    grid-row: 3/4;
  }
  #sec8 .grid li:nth-child(2) {
    grid-row: 2/3;
    rotate: 5.2deg;
  }
  #sec8 .credit_wrap {
    margin: 8vw auto 0 6.6666666667vw;
  }
  #sec9 .sec_title {
    margin-bottom: 18.6666666667vw;
  }
  #sec9 .img1 {
    position: relative;
  }
  #sec9 .img1 .writing_text {
    position: absolute;
    width: 69.3333333333vw;
    left: 2.6666666667vw;
    top: -5.8666666667vw;
  }
  #sec9 .img2 {
    width: 79.7333333333vw;
    margin: -2.6666666667vw auto 0 5.3333333333vw;
    position: relative;
  }
  #sec9 .scroll_image {
    margin: 37.3333333333vw auto 0;
  }
  #sec9 .credit_wrap {
    margin: 8vw auto 0 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #sec1 .container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  #sec1 .scroll_image {
    height: 30.46875vw;
    margin: 5.46875vw auto 0 9.6875vw;
  }
  #sec1 .writing_text {
    margin: -1.015625vw auto 0;
    width: 37.8125vw;
    position: relative;
  }
  #sec1 .img1 {
    grid-column: 2/3;
  }
  #sec1 .img1 .inner {
    width: 46.875vw;
  }
  #sec1 .img2 {
    grid-row: 1/2;
    position: relative;
  }
  #sec1 .credit_wrap {
    position: relative;
    top: -5.078125vw;
    margin: 0 0 0 9.6875vw;
  }
  #sec2 .sec_title {
    margin-bottom: 4.6875vw;
  }
  #sec2 .image_wrap {
    position: relative;
  }
  #sec2 .img1 {
    position: relative;
    margin-left: 11.40625vw;
  }
  #sec2 .img1 figure {
    width: 46.09375vw;
  }
  #sec2 .img1 .writing_text {
    position: absolute;
    width: 40.859375vw;
    top: 23.75vw;
    left: 34.453125vw;
  }
  #sec2 .img2 {
    width: 21.09375vw;
    position: absolute;
    top: 42.8125vw;
    right: 20.078125%;
  }
  #sec2 .img3 {
    width: 36.875vw;
    margin: 1.25vw auto 0 27.109375vw;
    position: relative;
  }
  #sec2 .credit_wrap {
    margin: 2.34375vw auto 0 27.109375vw;
  }
  #sec3 .sec_title {
    margin-bottom: 4.6875vw;
  }
  #sec3 .image_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  #sec3 .img1 {
    position: relative;
  }
  #sec3 .img1 figure {
    width: 46.875vw;
    margin: 0 0 0 auto;
  }
  #sec3 .img1 .writing_text {
    width: 40.390625vw;
    position: absolute;
    top: 8.90625vw;
    left: 40.546875vw;
  }
  #sec3 .scroll_image {
    margin: 20.3125vw auto 0 7.8125vw;
  }
  #sec3 .credit_wrap {
    margin: 2.34375vw auto 0 7.8125vw;
  }
  #sec4 .sec_title {
    margin-bottom: 3.125vw;
  }
  #sec4 .image_wrap {
    display: grid;
    grid-template-columns: 1fr 52.96875vw;
  }
  #sec4 .img1 {
    grid-column: 2/3;
    position: relative;
  }
  #sec4 .img1 .writing_text {
    position: absolute;
    top: 36.796875vw;
    left: 0.15625vw;
    width: 52.734375vw;
  }
  #sec4 .pc_left {
    grid-row: 1/2;
  }
  #sec4 .img2 {
    width: 32.109375vw;
    margin: 4.296875vw auto 0 3.125vw;
  }
  #sec4 .img3 {
    width: 22.03125vw;
    margin: -1.328125vw 2.734375vw 0 auto;
  }
  #sec4 .credit_wrap {
    margin: 2.34375vw auto 0 47.03125vw;
  }
  #sec5 .sec_title {
    margin-bottom: 8.203125vw;
  }
  #sec5 .img1 {
    position: relative;
  }
  #sec5 .img1 .fade_slider {
    width: 49.21875vw;
    margin: 0 auto;
  }
  #sec5 .img1 .writing_text {
    width: 72.65625vw;
    position: absolute;
    top: -2.265625vw;
    z-index: 10;
    left: 50%;
    translate: -50% 0;
  }
  #sec5 .credit_wrap {
    margin: 2.34375vw auto 0 25.390625vw;
  }
  #sec6 {
    overflow: hidden;
  }
  #sec6 .sec_title {
    margin-bottom: 3.125vw;
  }
  #sec6 .img1 {
    width: 70.3125vw;
    position: relative;
  }
  #sec6 .img1 .writing_text {
    position: absolute;
    bottom: -9.375vw;
    translate: -50% 0;
    left: 50%;
    width: 42.1875vw;
    z-index: 10;
  }
  #sec6 .img2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    margin: -2.34375vw -0.78125vw 0 auto;
    rotate: 2.7deg;
  }
  #sec6 .img2 figure {
    width: 23.4375vw;
  }
  #sec6 .credit_wrap {
    margin: 0.78125vw auto 0 53.125vw;
  }
  #sec7 {
    overflow: hidden;
  }
  #sec7 .sec_title {
    margin-bottom: 4.6875vw;
  }
  #sec7 .image_wrap {
    display: grid;
    grid-template-columns: 1fr 42.8125vw 1fr;
  }
  #sec7 .img1 {
    grid-column: 2/3;
    position: relative;
  }
  #sec7 .img1 .writing_text {
    width: 29.6875vw;
    position: absolute;
    top: 32.65625vw;
    left: 14.296875vw;
    z-index: 10;
  }
  #sec7 .img2 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #sec7 .img2 figure {
    width: 25.3125vw;
    margin: 0 auto;
  }
  #sec7 .img3 {
    position: relative;
  }
  #sec7 .img3 .scroll_image {
    position: absolute;
    margin: 0;
    bottom: -2.34375vw;
    right: 1.5625vw;
  }
  #sec7 .credit_wrap {
    margin: 1.71875vw auto 0 28.59375vw;
  }
  #sec8 {
    overflow: hidden;
  }
  #sec8 .sec_title {
    margin-bottom: 6.25vw;
  }
  #sec8 .slider_wrap {
    position: relative;
  }
  #sec8 .slider_wrap .writing_text {
    width: 34.375vw;
    position: absolute;
    z-index: 10;
    top: -3.125vw;
    right: 10.9375vw;
  }
  #sec8 .scroll {
    display: flex;
  }
  #sec8 .flex {
    display: flex;
  }
  #sec8 .flex.active {
    animation: scroll 10s linear infinite;
    transition: all 0.4s;
  }
  #sec8 .grid {
    display: grid;
    padding: 0 0.46875vw;
    grid-template-columns: repeat(3, 36.5625vw);
  }
  #sec8 .grid li:nth-child(2) {
    rotate: 5.2deg;
    position: relative;
    z-index: 3;
  }
  #sec8 .credit_wrap {
    margin: 3.90625vw auto 0 10.546875vw;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-111%);
    }
  }
  #sec9 .sec_title {
    margin-bottom: 4.6875vw;
  }
  #sec9 .image_wrap {
    position: relative;
  }
  #sec9 .img1 {
    position: relative;
  }
  #sec9 .img1 figure {
    width: 47.5vw;
    margin: 0 13.671875vw 0 auto;
  }
  #sec9 .img1 .writing_text {
    position: absolute;
    top: 13.90625vw;
    width: 30.078125vw;
    left: 18.75vw;
  }
  #sec9 .img2 {
    position: absolute;
    width: 31.71875vw;
    top: 23.828125vw;
    left: 11.5625vw;
  }
  #sec9 .scroll_image {
    margin: 12.5vw auto 0;
  }
  #sec9 .credit_wrap {
    margin: 6.484375vw auto 0 11.5625vw;
  }
}
.sec .handwriting .text {
  fill: #fff;
  opacity: 0;
}
.sec .handwriting .text.active {
  animation: maskFade 0.1s forwards;
}
.sec .handwriting .mask_line {
  fill: none;
  stroke: #fff;
  stroke-width: 15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#sec1 .handwriting .mask_line {
  stroke-dasharray: 3000px;
}
#sec1 .handwriting .mask_line.active {
  animation: handwriting1 1s linear;
}
#sec1 #sec1_text {
  mask: url(#sec1_mask);
}
@keyframes handwriting1 {
  0% {
    stroke-dashoffset: 3000px;
  }
  1% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec2 .handwriting .mask_line {
  stroke-dasharray: 3000px;
}
#sec2 .handwriting .mask_line.active {
  animation: handwriting2 1s linear;
}
#sec2 #sec2_text {
  mask: url(#sec2_mask);
}
@keyframes handwriting2 {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec3 .handwriting .mask_line {
  stroke-dasharray: 3000px;
}
#sec3 .handwriting .mask_line.active {
  animation: handwriting3 1s linear;
}
#sec3 #sec3_text {
  mask: url(#sec3_mask);
}
@keyframes handwriting3 {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec4 .handwriting .mask_line {
  stroke-dasharray: 5000px;
}
#sec4 .handwriting .mask_line.active {
  animation: handwriting4 1s linear;
}
#sec4 #sec4_pc_text {
  mask: url(#sec4_pc_mask);
}
#sec4 #sec4_sp_text {
  mask: url(#sec4_sp_mask);
}
@keyframes handwriting4 {
  0% {
    stroke-dashoffset: 5000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec5 .handwriting .mask_line {
  stroke-dasharray: 12000px;
}
#sec5 .handwriting .mask_line.active {
  animation: handwriting5 1.2s linear;
}
#sec5 #sec5_pc_text {
  mask: url(#sec5_pc_mask);
  fill: #111111;
}
#sec5 #sec5_sp_text {
  mask: url(#sec5_sp_mask);
  fill: #111111;
}
@keyframes handwriting5 {
  0% {
    stroke-dashoffset: 12000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec6 .handwriting .mask_line {
  stroke-dasharray: 6000px;
}
#sec6 .handwriting .mask_line.active {
  animation: handwriting6 1s linear;
}
#sec6 #sec6_pc_text {
  mask: url(#sec6_pc_mask);
}
#sec6 #sec6_sp_text {
  mask: url(#sec6_sp_mask);
}
@keyframes handwriting6 {
  0% {
    stroke-dashoffset: 6000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec7 .handwriting .mask_line {
  stroke-dasharray: 4000px;
}
#sec7 .handwriting .mask_line.active {
  animation: handwriting7 1s linear;
}
#sec7 #sec7_text {
  mask: url(#sec7_mask);
}
@keyframes handwriting7 {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec8 .handwriting .mask_line {
  stroke-dasharray: 4000px;
}
#sec8 .handwriting .mask_line.active {
  animation: handwriting8 1s linear;
}
#sec8 #sec8_text {
  mask: url(#sec8_mask);
}
@keyframes handwriting8 {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#sec9 .handwriting .mask_line {
  stroke-dasharray: 4000px;
}
#sec9 .handwriting .mask_line.active {
  animation: handwriting9 1s linear;
}
#sec9 #sec9_text {
  mask: url(#sec9_mask);
}
@keyframes handwriting9 {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes maskFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */