/* -------------------------------------------*/ /* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
body.top {
  overflow: hidden;
}

.p-topFv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-topFv::before, .p-topFv::after {
  content: "";
  display: block;
  width: 33.056%;
  aspect-ratio: 476/339;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topFv::before, .p-topFv::after {
    display: none;
  }
}
.p-topFv::before {
  top: 0;
  left: 0;
  background-color: #FFFF15;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}
.p-topFv::after {
  bottom: 0;
  right: 0;
  background-color: #231815;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
          clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
.p-topFv__bg {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-topFv__bg::after {
  content: "";
  display: block;
  width: 65.417%;
  max-width: 942px;
  aspect-ratio: 157/207;
  background-image: url(../images/top/fv-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -13.6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topFv__bg::after {
    display: none;
  }
}
.p-topFv__wrap.u-con--md {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-block: 10.181rem 18.09vw;
}
@media screen and (min-width: 1441px) {
  .p-topFv__wrap.u-con--md {
    padding-block: 10.181rem 26.119rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-topFv__wrap.u-con--md {
    padding-block: 10vw 19vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__wrap.u-con--md {
    padding-block: 0 5.6rem;
    width: 100%;
    flex-direction: column-reverse;
    gap: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__box {
    width: 91.795%;
    margin-inline: auto;
  }
}
.p-topFv__h1 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
@media screen and (max-width: 1023px) {
  .p-topFv__h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__h1 {
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}
.p-topFv.is-animated .p-topFv__h1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.p-topFv.is-animated.first .p-topFv__h1 {
  transition-delay: 4.8s;
}
.p-topFv__h1 .min {
  font-size: 5.6rem;
}
@media screen and (max-width: 1023px) {
  .p-topFv__h1 .min {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__h1 .min {
    font-size: 2.4rem;
  }
}
.p-topFv__h1 .bg {
  position: relative;
}
.p-topFv__h1 .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 7.1rem;
  background-color: #fff;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-topFv__h1 .bg::before {
    height: 5.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__h1 .bg::before {
    height: 3.9rem;
  }
}
.p-topFv__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 2.4rem;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
@media screen and (max-width: 1023px) {
  .p-topFv__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 1.6rem;
  }
}
.p-topFv.is-animated .p-topFv__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.p-topFv.is-animated.first .p-topFv__text {
  transition-delay: 5.4s;
}
.p-topFv__slide.swiper {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-inline: 0;
  padding-top: 4.25rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-topFv__slide.swiper {
    width: 100%;
    position: relative;
    transform: none;
    left: auto;
    overflow: visible;
    padding-top: 0;
  }
}
.p-topFv .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 10.8rem;
  gap: 0.4rem;
}
@media screen and (max-width: 1359px) {
  .p-topFv .swiper-pagination {
    padding-right: 5%;
  }
}
.p-topFv .swiper-pagination-bullet {
  background-color: #fff;
}
.p-topFv .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #756662;
}
.p-topFv .swiper-horizontal > .swiper-pagination-bullets, .p-topFv .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 7.7rem;
}
@media screen and (max-width: 767px) {
  .p-topFv .swiper-horizontal > .swiper-pagination-bullets, .p-topFv .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -0.8rem;
    transform: translateY(100%);
  }
}
.p-topFv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-topFv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 2rem;
  height: 0.3rem;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.p-topFv__image {
  width: 32.2223%;
  margin-left: auto;
  margin-right: 10.8rem;
}
@media screen and (max-width: 1359px) {
  .p-topFv__image {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__image {
    width: 100%;
    margin: 0;
  }
}
.p-topFv__image.shadow {
  filter: drop-shadow(24px 24px 40px rgba(35, 24, 21, 0.2));
}
@media screen and (max-width: 767px) {
  .p-topFv__image.shadow {
    filter: none;
  }
}
.p-topFv__image.shadow img {
  filter: drop-shadow(24px 24px 40px rgba(35, 24, 21, 0.2));
}
@media screen and (max-width: 767px) {
  .p-topFv__image.shadow img {
    filter: none;
  }
}
.p-topFv__scroll {
  font-size: 1.2rem;
  position: absolute;
  bottom: 12.6rem;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1023px) {
  .p-topFv__scroll {
    bottom: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__scroll {
    z-index: 2;
    left: 4%;
    bottom: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__scroll span {
    display: none;
  }
}
.p-topFv__scroll::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 8.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2288%22%20viewBox%3D%220%200%208%2088%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%200V87L7%2072.5982%22%20stroke%3D%22%23FFFF15%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.p-topFv__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.03rem;
  width: 1px;
  height: 1.6rem;
  background: #231815;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 1023px) {
  .p-topFv__scroll::after {
    left: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topFv__scroll::after {
    -webkit-animation: circlemoveSp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
            animation: circlemoveSp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
}

.p-top-amr__modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 51;
  display: none;
}
.p-top-amr__modal.is-active {
  display: block;
}

.p-top-amr__modal-inner {
  height: 100%;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-amr__modal-inner {
    padding-bottom: 1.6rem;
  }
}

.p-top-amr__modal-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 92vh;
  max-height: 1026px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-amr__modal-box {
    height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-amr__modal-box {
    width: calc(100% - 6.2rem);
    max-width: 400px;
    height: auto;
  }
}

.p-top-amr__modal-banner {
  display: block;
  height: calc(100% - 6.9rem);
  position: relative;
}
.p-top-amr__modal-banner + * {
  margin-top: 1.6rem;
}

.p-top-amr__modal-image {
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.p-top-amr__modal-image img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-amr__modal-image img {
    height: auto;
  }
}

.p-top-amr__modal-link {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2.0625;
  cursor: pointer;
  z-index: 5;
}

.p-top-amr__modal-close {
  width: 4.8rem;
  aspect-ratio: 1/1;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 120%;
  overflow: hidden;
  background: url(../images/top/close-button.png) 50%/contain no-repeat;
  position: absolute;
  top: -2.5rem;
  right: -2.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-amr__modal-close {
    font-size: 1.6rem;
    line-height: 2;
    padding-block: 1.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top-amr__modal-close {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-top-amr__modal-close:hover {
    opacity: 0.7;
  }
}

.p-top-amr__banner {
  background-color: #fff;
  position: relative;
  padding-block: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-amr__banner {
    padding-block: 3.2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-top-amr__link {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-top-amr__link:hover {
    opacity: 0.7;
  }
}
.p-top-amr__link img {
  width: 100%;
  height: auto;
}

.p-topSec01 {
  background-color: #fff;
  padding-block: 10rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-topSec01 {
    padding-block: 8rem 5.6rem;
    z-index: -1;
  }
}
.p-topSec01__inner.u-con--md {
  width: 80%;
  max-width: 1016px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-topSec01__inner.u-con--md {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topSec01__inner.u-con--md {
    width: 91.795%;
  }
}
.p-topSec01 .c-title::after {
  background: linear-gradient(180deg, #231815 0%, #231815 26%, #FFF100 26%, #FFF100 100%);
}
.p-topSec01__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-topSec01__text {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-topSec01__text span {
  display: block;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-topSec01__text span {
    margin-top: 1.6rem;
  }
}
.p-topSec01__logo {
  width: 39.567%;
}
@media screen and (max-width: 1023px) {
  .p-topSec01__logo {
    margin-inline: auto;
    width: 66.481%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-topSec01__logo {
    max-width: 350px;
  }
}
.p-topSec01__logo img {
  width: 100%;
}

.p-topSec02 {
  background-color: #231815;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topSec02 {
    padding-block: 5.6rem;
  }
}
.p-topSec02 .p-proHead__ttl {
  font-size: 13.4rem;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
@media screen and (max-width: 1023px) {
  .p-topSec02 .p-proHead__ttl {
    font-size: 9.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topSec02 .p-proHead__ttl {
    font-size: 7.6rem;
  }
}
.p-topSec02 .p-proHead__ttl + * {
  margin-top: 0;
}
.p-topSec02 .p-proHead__ttl.is-animated {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.p-topSec02__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 819px) {
  .p-topSec02__wrap {
    display: flex;
    flex-direction: column;
  }
}
.p-topSec02__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-topSec02__box {
    transition: 0.5s;
    transition-property: color;
  }
  .p-topSec02__box::after {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-topSec02__box .p-topSec02__hover {
    transition: 0.5s;
    transition-property: opacity;
  }
  .p-topSec02__box .p-topSec02__arrow {
    transition: 0.5s;
    transition-property: background-color;
  }
  .p-topSec02__box .p-topSec02__arrow::before {
    transition: 0.5s;
    transition-property: background-size;
  }
  .p-topSec02__box .p-topSec02__image img {
    transition: 0.5s;
    transition-property: transform;
  }
  .p-topSec02__box:hover::after {
    opacity: 0.8;
  }
  .p-topSec02__box:hover .p-topSec02__hover {
    opacity: 1;
  }
  .p-topSec02__box:hover .p-topSec02__arrow {
    background-color: #FFF100;
  }
  .p-topSec02__box:hover .p-topSec02__arrow::before {
    background-size: 0 0, contain;
  }
  .p-topSec02__box:hover .p-topSec02__image img {
    transform: scale(1.05);
  }
}
.p-topSec02__box::after {
  content: "";
  pointer-events: none;
  background-color: #231815;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.p-topSec02__box:first-child {
  grid-area: 1/1/3/2;
}
.p-topSec02__box:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-topSec02__box:last-child {
  grid-area: 2/2/3/3;
}
.p-topSec02__hover {
  position: absolute;
  z-index: 2;
  top: 4.2rem;
  left: 4.25rem;
  opacity: 0;
}
.p-topSec02__box:first-child .p-topSec02__hover {
  top: 7.9rem;
  left: 8.05rem;
}
@media screen and (max-width: 1023px) {
  .p-topSec02__box:first-child .p-topSec02__hover {
    top: 4.2rem;
    left: 4.25rem;
  }
}
.p-topSec02__hover .p-topSec02__tag {
  color: #FFF100;
  border-color: #FFF100;
}
.p-topSec02__hover .p-topSec02__tag.bg {
  color: #231815;
  background-color: #FFF100;
}
.p-topSec02__text {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 2.4rem;
}
.p-topSec02__bottom {
  width: 100%;
  display: flex;
  order: 2;
}
.p-topSec02__ttl {
  width: 89.292%;
  padding-block: 2.35rem;
}
@media screen and (max-width: 767px) {
  .p-topSec02__ttl {
    width: 100%;
    padding: 2.2rem 4.8rem;
  }
}
.p-topSec02__ttl-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1023px) {
  .p-topSec02__ttl-inner {
    width: 90%;
  }
}
@media screen and (max-width: 819px) {
  .p-topSec02__ttl-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-topSec02__tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: normal;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0.28rem 0.9rem;
  color: #FF1F00;
  border: 1px solid #FF1F00;
}
@media screen and (max-width: 767px) {
  .p-topSec02__tag {
    padding: 0.08rem 0.4rem;
  }
}
.p-topSec02__tag + .p-topSec02__tag {
  margin-left: 1rem;
}
.p-topSec02__tag.bg {
  background-color: #FF1F00;
  color: #fff;
}
.p-topSec02__logo {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-topSec02__logo {
    width: 66%;
  }
}
.p-topSec02__arrow {
  width: 10.709%;
  background-color: #231815;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-topSec02__arrow {
    width: 6.5rem;
    aspect-ratio: 1/1;
    -webkit-clip-path: polygon(100% 100%, 0 100%, 100% 0);
            clip-path: polygon(100% 100%, 0 100%, 100% 0);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-topSec02__arrow::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/top/arrow-yl.svg), url(../images/top/arrow-bl.svg);
  background-repeat: no-repeat;
  background-size: contain, 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-topSec02__arrow::before {
    top: auto;
    bottom: 0.4rem;
    right: 0.8rem;
    left: auto;
    transform: none;
  }
}
.p-topSec02__image {
  width: 100%;
  order: 1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topSec02__image {
    aspect-ratio: 358/188;
  }
}
.p-topSec02__image.one {
  aspect-ratio: 607/675;
}
@media screen and (max-width: 767px) {
  .p-topSec02__image.one {
    aspect-ratio: 179/190;
  }
}
.p-topSec02__image.one img {
  aspect-ratio: 607/675;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topSec02__image.one img {
    aspect-ratio: 179/190;
  }
}
.p-topSec02__image img {
  aspect-ratio: 607/261;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media screen and (max-width: 767px) {
  .p-topSec02__image img {
    aspect-ratio: 358/188;
  }
}

.p-topSec03 {
  background-color: #fff;
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topSec03 {
    padding-block: 5.6rem;
  }
}
.p-topSec03__inner.u-con--md {
  width: 80%;
  max-width: 1016px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .p-topSec03__inner.u-con--md {
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topSec03__inner.u-con--md {
    width: 91.795%;
  }
}
.p-topSec03 .c-title::after {
  background: linear-gradient(180deg, #231815 0%, #231815 26%, #FFF100 26%, #FFF100 100%);
}
.p-topSec03__box {
  width: 49.6rem;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #F5F5F5;
}
@media screen and (max-width: 1023px) {
  .p-topSec03__box {
    width: 100%;
  }
}
.p-topSec03__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  padding-block: 2.4rem;
  border-bottom: 2px solid #F5F5F5;
}
.p-topSec03__date {
  font-size: 1.6rem;
  min-width: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-topSec03__date {
    font-size: 1.4rem;
    min-width: 8.6rem;
  }
}
.p-topSec03__tag {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #231815;
  padding-inline: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-topSec03__tag {
    font-size: 1.2rem;
    padding-inline: 1.8rem;
  }
}
.p-topSec03__ttl {
  width: 100%;
  font-size: 1.6rem;
}
.p-topSec03__ttl a {
  color: #231815;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-topSec03__ttl a {
    transition: 0.5s;
    transition-property: color;
  }
  .p-topSec03__ttl a:hover {
    color: #756662;
  }
}

/* -------------------------------------------*/