@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
body.loading {
  overflow: hidden;
  height: 100%;
}

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 0.3s ease-in 0s;
}
#loader.hide {
  opacity: 0;
}
#loader .bar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#loader .bar span {
  width: 0%;
  height: 10px;
  background-color: #05a365;
  display: block;
}

section {
  width: 100%;
}
section .inner {
  width: 100%;
}
section .inner .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section .inner .title > div h3 {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
section .inner .title > div p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section .inner .title > div p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #05a365;
  border-radius: 3px;
  display: block;
}
section .inner .title > div p span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .inner .title dl {
  text-align: left;
  width: 526px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section .inner .title dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .inner .title dl dd:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section .inner .title dl dd:nth-child(3) {
  margin-left: auto;
}
section .inner .title dl dd:nth-child(3) a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0 16px;
}
section .inner .title dl dd:nth-child(3) a:hover span {
  color: #05a365;
}
section .inner .title dl dd:nth-child(3) a span {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
section .inner .title dl dd:nth-child(3) a::after {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../../common/images/btn1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.3s ease-in 0s;
}
section#hero {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
  position: relative;
  transform: translateY(calc(50vh - (100vw - 70px) * 0.0887 / 2));
  transition: transform 0.5s ease-out 2.5s;
}
section#hero.on {
  transform: translateY(146px);
}
section#hero.on .inner .mtitle::before {
  animation-name: titlemotion;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
section#hero.on .inner .mtitle h2 {
  clip-path: inset(0 0 0 0);
}
section#hero.on .inner .mtitle.on h2::before {
  transform: rotate3d(0, 1, 0, 360deg);
}
section#hero.on .inner .visual ul li .flip {
  opacity: 1;
}
section#hero .inner .mtitle {
  width: calc(100% - 70px);
  margin: 0 auto 40px auto;
  position: relative;
}
section#hero .inner .mtitle::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  clip-path: inset(0 100% 0 0);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#hero .inner .mtitle h2 {
  width: 100%;
  height: calc((100vw - 70px) * 0.0887);
  background-image: url(../images/catch.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-in 0s;
}
section#hero .inner .mtitle h2::before {
  content: "";
  width: 7.7%;
  height: 100%;
  background-image: url(../images/catch_first.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: transform 0.75s ease-out 0s;
}
section#hero .inner .visual {
  width: calc(100% - 70px);
  margin: 0 auto;
}
section#hero .inner .visual ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  gap: 20px;
  perspective: 572px;
}
section#hero .inner .visual ul li {
  width: calc((100% - 60px) / 4);
}
section#hero .inner .visual ul li .flip {
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
section#hero .inner .visual ul li .flip.flip1 {
  transition-delay: 3s;
}
section#hero .inner .visual ul li .flip.flip2 {
  transition-delay: 3.25s;
}
section#hero .inner .visual ul li .flip.flip3 {
  transition-delay: 3.5s;
}
section#hero .inner .visual ul li .flip.flip4 {
  transition-delay: 3.75s;
}
section#hero .inner .visual ul li .flip.flip5 {
  transition-delay: 4s;
}
section#hero .inner .visual ul li .flip.flip6 {
  transition-delay: 4.25s;
}
section#hero .inner .visual ul li .flip.flip7 {
  transition-delay: 4.5s;
}
section#hero .inner .visual ul li .flip.flip8 {
  transition-delay: 4.75s;
}
section#hero .inner .visual ul li .flip .swiper-wrapper {
  width: 100%;
}
section#hero .inner .visual ul li .flip .swiper-wrapper .swiper-slide {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
section#message {
  width: calc(100% - 170px);
  padding: 180px 0;
  margin: 0 auto;
  position: relative;
}
section#message.on .inner .text h3 > span::before {
  animation-name: titlemotion;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
section#message.on .inner .text h3 > span > span {
  transition-delay: 0.75s;
  opacity: 1;
}
section#message.on .inner .text p:nth-child(2) > span:nth-child(1)::before {
  animation-delay: 1s;
}
section#message.on .inner .text p:nth-child(2) > span:nth-child(1) > span {
  transition-delay: 1.25s;
}
section#message.on .inner .text p:nth-child(2) > span:nth-child(2)::before {
  animation-delay: 1.1s;
}
section#message.on .inner .text p:nth-child(2) > span:nth-child(2) > span {
  transition-delay: 1.35s;
}
section#message.on .inner .text p:nth-child(3) > span:nth-child(1)::before {
  animation-delay: 1s;
}
section#message.on .inner .text p:nth-child(3) > span:nth-child(1) > span {
  transition-delay: 1.25s;
}
section#message.on .inner .text p:nth-child(3) > span:nth-child(2)::before {
  animation-delay: 1.1s;
}
section#message.on .inner .text p:nth-child(3) > span:nth-child(2) > span {
  transition-delay: 1.35s;
}
section#message.on .inner .text p:nth-child(4) > span:nth-child(1)::before {
  animation-delay: 1s;
}
section#message.on .inner .text p:nth-child(4) > span:nth-child(1) > span {
  transition-delay: 1.25s;
}
section#message.on .inner .text p:nth-child(4) > span:nth-child(2)::before {
  animation-delay: 1.1s;
}
section#message.on .inner .text p:nth-child(4) > span:nth-child(2) > span {
  transition-delay: 1.35s;
}
section#message.on .inner .text p:nth-child(5) > span:nth-child(1)::before {
  animation-delay: 1.1s;
}
section#message.on .inner .text p:nth-child(5) > span:nth-child(1) > span {
  transition-delay: 1.25s;
}
section#message.on .inner .text p:nth-child(5) > span:nth-child(2)::before {
  animation-delay: 1.1s;
}
section#message.on .inner .text p:nth-child(5) > span:nth-child(2) > span {
  transition-delay: 1.35s;
}
section#message.on .inner .text p:nth-child(6) > span:nth-child(1)::before {
  animation-delay: 1s;
}
section#message.on .inner .text p:nth-child(6) > span:nth-child(1) > span {
  transition-delay: 1.25s;
}
section#message.on .inner .text p:nth-child(6) > span:nth-child(2)::before {
  animation-delay: 1.1s;
}
section#message.on .inner .text p:nth-child(6) > span:nth-child(2) > span {
  transition-delay: 1.35s;
}
section#message.on .inner .text p > span::before {
  animation-name: titlemotion;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
section#message.on .inner .text p > span > span {
  opacity: 1;
}
section#message.on .inner .img {
  clip-path: inset(0 0 0 0);
}
section#message .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}
section#message .inner .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 0;
  flex-shrink: 1;
}
section#message .inner .text h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#message .inner .text h3 > span::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#message .inner .text h3 > span > span {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0s ease-in 0s;
}
section#message .inner .text p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#message .inner .text p > span {
  position: relative;
}
section#message .inner .text p > span::before {
  content: "";
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#message .inner .text p > span > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6vw;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0s ease-in 0s;
  display: inline-block;
}
section#message .inner .img {
  width: 43.75%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 1s;
}
section#message .inner .img::after {
  content: "";
  width: 100%;
  height: calc((100vw - 170px) * 0.4375 * 0.373);
  background-image: url(../images/catch_message.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 80px 0 0 0;
}
section#message .inner .img > div {
  width: 100%;
}
section#video {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 160px;
  gap: 80px 0;
}
section#video.on h3 {
  clip-path: inset(0 0 0 0);
}
section#video.on .invideo {
  clip-path: inset(0 0 0 0);
}
section#video h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 0s;
}
section#video .invideo {
  width: 980px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 0.5s;
}
section#video .invideo iframe {
  width: 100%;
  height: 551.25px;
}
section#special {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
}
section#special .combo {
  width: calc(100% - 280px);
  min-width: 960px;
  max-width: 1160px;
}
section#special .combo.on a .text dl {
  clip-path: inset(0 0 0 0);
}
section#special .combo.on a .text h4 > span:nth-child(2)::before {
  animation-delay: 1s;
}
section#special .combo.on a .text h4 > span:nth-child(2) > span {
  transition-delay: 1.25s;
}
section#special .combo.on a .text h4 > span:nth-child(3)::before {
  animation-delay: 1.5s;
}
section#special .combo.on a .text h4 > span:nth-child(3) > span {
  transition-delay: 1.75s;
}
section#special .combo.on a .text h4 > span::before {
  animation-name: titlemotion;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
section#special .combo.on a .text h4 > span > span {
  transition-delay: 0.75s;
  opacity: 1;
}
section#special .combo.on a .text .btn {
  clip-path: inset(0 0 0 0);
}
section#special .combo.on a .ph {
  opacity: 1;
}
section#special .combo:not(:last-child) {
  margin-bottom: 160px;
}
section#special .combo:nth-child(even) a {
  justify-content: flex-end;
}
section#special .combo:nth-child(even) a .ph {
  right: auto;
  left: 0px;
}
section#special .combo a {
  width: 100%;
  min-height: 405px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
section#special .combo a:hover .text h4 span {
  background-size: 100% 2px;
}
section#special .combo a .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
section#special .combo a .text dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 48px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 0s;
}
section#special .combo a .text dl dt {
  width: 210px;
  height: 19px;
  background-image: url(../images/text_special.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section#special .combo a .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-left: 16px;
  border-left: solid 1px #000;
}
section#special .combo a .text h4 {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#special .combo a .text h4 > span {
  position: relative;
}
section#special .combo a .text h4 > span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  clip-path: inset(0 100% 0 0);
  display: block;
  position: absolute;
  top: 0px;
  left: 0p;
  z-index: 1;
}
section#special .combo a .text h4 > span > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
}
section#special .combo a .text .btn {
  padding: 0 16px;
  border: solid 1px #4E4E4E;
  height: 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 1.25s;
}
section#special .combo a .text .btn span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#special .combo a .ph {
  width: 540px;
  position: absolute;
  right: 0px;
  transform-origin: center center;
  opacity: 0;
  transition: opacity 0.35s ease-in 0.35s;
}
section#special .combo a .ph .swiper-wrapper {
  width: 100%;
}
section#special .combo a .ph .swiper-wrapper .swiper-slide {
  width: 100%;
  perspective: 540px;
  border-radius: 16px;
  overflow: hidden;
}

footer.on::before {
  clip-path: inset(0 0 0 0);
}
footer.on .inner .ph {
  clip-path: inset(0 0 0 0);
}
footer.on .inner .text > div {
  clip-path: inset(0 0 0 0);
}
footer.on .inner .text > div.btn {
  opacity: 1;
}
footer::before {
  content: "";
  width: 4px;
  height: 150px;
  background-color: #000;
  display: block;
  position: absolute;
  top: -72px;
  left: calc(50% - 2px);
  z-index: 5;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.25s ease-in 0s;
}
footer .inner .ph {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.35s ease-in 0.5s;
}
footer .inner .text > div {
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 1s;
}
footer .inner .text > div.btn {
  clip-path: none;
  opacity: 0;
  transition-delay: 1.5s;
}
footer .cp {
  border-top: none;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section .inner .title {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section .inner .title:not(:last-child) {
    margin-bottom: 40px;
  }
  section .inner .title > div h3 {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 9.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section .inner .title > div p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section .inner .title > div p::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #05a365;
    border-radius: 3px;
    display: block;
  }
  section .inner .title > div p span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .inner .title dl {
    text-align: left;
    width: 526px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section .inner .title dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .inner .title dl dd:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section .inner .title dl dd:nth-child(3) {
    margin-left: auto;
  }
  section .inner .title dl dd:nth-child(3) a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0 16px;
  }
  section .inner .title dl dd:nth-child(3) a:hover span {
    color: #05a365;
  }
  section .inner .title dl dd:nth-child(3) a span {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  section .inner .title dl dd:nth-child(3) a::after {
    content: "";
    width: 56px;
    height: 36px;
    background-image: url(../../common/images/btn1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transition: all 0.3s ease-in 0s;
  }
  section#hero {
    width: 100%;
    transform: translateY(calc(50vh - (100vw - 32px) * 0.0887 / 2));
    transition: transform 0.5s ease-out 2.5s;
    overflow: hidden;
  }
  section#hero.on {
    transform: translateY(62px);
  }
  section#hero.on .inner h2 {
    clip-path: inset(0 0 0 0);
  }
  section#hero.on .inner h2.on::before {
    transform: rotate3d(0, 1, 0, 360deg);
  }
  section#hero.on .inner .visual ul li .flip {
    opacity: 1;
  }
  section#hero .inner .mtitle {
    width: calc(100% - 32px);
    margin: 0 auto 24px auto;
  }
  section#hero .inner .mtitle h2 {
    height: calc((100vw - 32px) * 0.0887);
  }
  section#hero .inner .visual {
    width: calc(100% - 32px);
  }
  section#hero .inner .visual ul {
    gap: 20px;
    perspective: 572px;
  }
  section#hero .inner .visual ul li {
    width: calc((100% - 20px) / 2);
  }
  section#message {
    width: calc(100% - 32px);
    padding: 80px 0 120px 0;
  }
  section#message .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 80px;
  }
  section#message .inner .text {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section#message .inner .text h3 > span > span {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#message .inner .text p {
    display: inline-block;
    position: relative;
  }
  section#message .inner .text p > span {
    display: inline;
    position: static;
  }
  section#message .inner .text p > span:nth-child(2)::before {
    content: none;
  }
  section#message .inner .text p > span > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: normal;
    display: inline;
  }
  section#message .inner .img {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#message .inner .img.on::after,
section#message .inner .img.on > div {
    clip-path: inset(0 0 0 0);
  }
  section#message .inner .img::after {
    width: 100%;
    height: calc((100vw - 32px) * 0.373);
    margin: 40px 0 0 0;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0.5s;
  }
  section#message .inner .img > div {
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0s;
  }
  section#video {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
    gap: 40px 0;
  }
  section#video h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#video .invideo {
    width: 100%;
  }
  section#video .invideo iframe {
    width: 100%;
    height: 56.25vw;
  }
  section#special {
    width: 100%;
    margin-bottom: 120px;
    overflow: hidden;
  }
  section#special .combo {
    width: calc(100% - 32px);
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  section#special .combo:not(:last-child) {
    margin-bottom: 80px;
  }
  section#special .combo:nth-child(even) a {
    justify-content: flex-end;
  }
  section#special .combo:nth-child(even) a .ph {
    right: auto;
    left: 0px;
  }
  section#special .combo.on a .ph {
    opacity: 0;
  }
  section#special .combo.on a .ph.on {
    opacity: 1;
  }
  section#special .combo a {
    width: 100%;
    min-height: 405px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#special .combo a:hover .text h4 span {
    background-size: 100% 2px;
  }
  section#special .combo a .text {
    width: 100%;
    margin-bottom: 40px;
  }
  section#special .combo a .text dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 24px;
  }
  section#special .combo a .text dl dt {
    width: 166px;
    height: 15px;
  }
  section#special .combo a .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-left: 16px;
    border-left: solid 1px #000;
  }
  section#special .combo a .text h4 {
    margin-bottom: 24px;
  }
  section#special .combo a .text h4 > span > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    white-space: normal;
  }
  section#special .combo a .text .btn {
    padding: 0 8px;
    height: 40px;
  }
  section#special .combo a .text .btn span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#special .combo a .ph {
    width: 100%;
    position: relative;
    right: auto;
    transform-origin: center center;
  }

  footer.on::before {
    clip-path: inset(0 0 0 0);
  }
  footer.on .inner .ph {
    clip-path: inset(0 0 0 0);
  }
  footer.on .inner .text > div {
    clip-path: inset(0 0 0 0);
  }
  footer.on .inner .text > div.btn {
    opacity: 1;
  }
  footer::before {
    width: 2px;
    height: 80px;
    top: -40px;
    left: calc(50% - 1px);
  }
  footer .inner .ph {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.35s ease-in 0.5s;
  }
  footer .inner .text > div {
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 1s;
  }
  footer .inner .text > div.btn {
    clip-path: none;
    opacity: 0;
    transition-delay: 1.5s;
  }
  footer .cp {
    border-top: none;
  }
}

/*# sourceMappingURL=style_home.css.map */
