@charset "UTF-8";
/* material
---------------------------------------*/
/*************************************************

container

*************************************************/
.container {
  padding-top: 0;
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  position: relative;
  z-index: 6;
}

.top-mv-image {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.top-mv-image img {
  width: 100%;
}

.top-mv-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5rem;
  height: 100%;
  padding-top: 8.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv-title {
    right: 0;
    width: 6rem;
    padding-top: 6rem;
  }
}

.top-mv-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  color: #6B696A;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-mv-title__inner {
    font-size: 2rem;
  }
}

.top-scroll {
  position: relative;
  z-index: 10;
  width: 100%;
  line-height: 1;
}

.top-scroll__inner {
  position: absolute;
  top: -1.3rem;
  right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-scroll__inner {
    right: 2rem;
  }
}

.top-scroll__text {
  color: #A5A5A5;
  font-size: 1rem;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top-scroll__bar {
  position: relative;
  overflow: hidden;
  width: 0.6rem;
  height: 8.8rem;
}

.top-scroll__bar-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-animation: infinity-scroll-left 4s infinite cubic-bezier(0.7, 0, 0.51, 0.88) both;
          animation: infinity-scroll-left 4s infinite cubic-bezier(0.7, 0, 0.51, 0.88) both;
}
.top-scroll__bar-el img {
  display: block;
}

@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  99% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}

@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  99% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
/*************************************************

top-floatingbnr

*************************************************/
.top-floatingbnr {
  position: fixed;
  bottom: 1rem;
  left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4rem;
  line-height: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .top-floatingbnr {
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 0;
  }
  .top-floatingbnr img {
    width: 100%;
  }
  .top-floatingbnr::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0.4rem;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #D7D6D6;
    z-index: 3;
  }
}

.top-floatingbnr-item {
  position: relative;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}
.top-floatingbnr-item.is-off {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .top-floatingbnr-item {
    width: 50%;
    border-top: #D7D6D6 solid 0.4rem;
  }
}

.top-floatingbnr-item__anchor {
  position: relative;
  display: block;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: #7A7876 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-floatingbnr-item__anchor {
    padding: 0;
    border: none;
  }
}

.top-floatingbnr-item__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.3rem;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
@media screen and (max-width: 767px) {
  .top-floatingbnr-item__close {
    display: none;
  }
}

/*************************************************

top-about

*************************************************/
.top-about {
  overflow: hidden;
  position: relative;
  padding: 14rem 0 16rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 5rem 0;
  }
}
.top-about .parts-title01 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top-about .parts-title01 {
    margin-bottom: 3rem;
  }
}

.top-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 136.6rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about-bg {
    width: 120%;
  }
}
.top-about-bg::before, .top-about-bg::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/top/about_bg_01.png);
  z-index: 1;
}
.top-about-bg::before {
  left: 100%;
  top: 0;
  height: 100%;
  width: 100000px;
}
.top-about-bg::after {
  top: 100%;
  left: 0;
  height: 100000px;
  width: 100000px;
}
.top-about-bg img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about-bg img {
    height: auto;
  }
}

.top-about-inner {
  position: relative;
  z-index: 2;
}

.top-about-title01 {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-about-title01 {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
}
.top-about-title01 strong {
  color: #E83B6A;
  font-weight: 500;
}

.top-about-lead01 {
  line-height: 2.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-about-lead01 {
    line-height: 2;
  }
}

/* top-about-box01
---------------------------------------*/
.top-about-box01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 136.6rem;
  margin: 0 auto 7rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-about-box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.top-about-box01 img {
  width: 100%;
}

.top-about-box01-left {
  width: 42.1669106881%;
}
@media screen and (max-width: 767px) {
  .top-about-box01-left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
}

.top-about-box01-right {
  width: 48.0234260615%;
}
@media screen and (max-width: 767px) {
  .top-about-box01-right {
    width: 100%;
  }
}

.top-about-box01-img01 {
  position: relative;
  margin-right: -1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about-box01-img01 {
    margin-left: 4.5rem;
    margin-right: -0.8rem;
  }
}
.top-about-box01-img01 img {
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-about-box01-img01 img {
    border-radius: 0.8rem;
  }
}

.top-about-box01-img02 {
  position: relative;
  width: 29rem;
  margin: -8rem 0 0 -10rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about-box01-img02 {
    width: 17.5rem;
    margin: 3rem 0 0 2.5rem;
  }
}

/* top-about-box02
---------------------------------------*/
.top-about-box02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 110rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about-box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -5rem;
  }
}

.top-about-box02-left {
  width: 51.2727272727%;
}
@media screen and (max-width: 767px) {
  .top-about-box02-left {
    width: 25rem;
    margin: 0 3rem 5rem auto;
  }
}

.top-about-box02-img01 img {
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-about-box02-img01 img {
    border-radius: 0.8rem;
  }
}

.top-about-box02-right {
  width: 34.5454545455%;
}
@media screen and (max-width: 767px) {
  .top-about-box02-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 3.5rem;
  }
}

.top-about-box02-logo {
  width: 27rem;
  margin-bottom: 3.6rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-about-box02-logo {
    width: 24rem;
    margin-bottom: 2.5rem;
  }
}

/*************************************************

top-sub

*************************************************/
.top-sub {
  position: relative;
  overflow: hidden;
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .top-sub {
    height: 20rem;
  }
}

.top-sub-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 81rem;
  -webkit-transform: translateY(-24rem);
          transform: translateY(-24rem);
}
@media screen and (max-width: 767px) {
  .top-sub-inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*************************************************

top-feature

*************************************************/
.top-feature {
  overflow: hidden;
  padding: 4rem 0;
  background-color: #D6D6D7;
}
@media screen and (max-width: 767px) {
  .top-feature {
    padding: 4rem 0 3rem;
  }
}
.top-feature .parts-title01 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top-feature .parts-title01 {
    margin-bottom: 3rem;
  }
}

.top-feature-inner {
  width: min(110rem, 100% - 7rem);
  margin: 0 auto;
}

/* top-feature-slide
---------------------------------------*/
.top-feature-slide {
  position: relative;
}

.top-feature-slide-item {
  overflow: hidden;
  color: #040000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 1rem;
  margin-right: 4.8rem;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item {
    margin: 0 1rem;
  }
}

.top-feature-slide-item__img {
  position: relative;
  z-index: 1;
}
.top-feature-slide-item__img img {
  width: 100%;
}

.top-feature-slide-item__letters {
  position: relative;
  margin-top: -3rem;
  padding: 0 2.5rem 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__letters {
    margin-top: -4rem;
    padding: 0 0 2.8rem;
  }
}

.top-feature-slide-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.top-feature-slide-item__head-icon {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__head-icon {
    width: 7rem;
  }
}

.top-feature-slide-item__head-text {
  color: #E83B6A;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__head-text {
    font-size: 2rem;
  }
}

.top-feature-slide-item__body {
  padding: 1rem 2.5rem 0;
  color: #6B696A;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__body {
    font-size: 1.3rem;
    text-align: center;
  }
}
.top-feature-slide-item__body .in-cap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__body .in-cap {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    left: 0;
    display: block;
  }
}
.top-feature-slide-item__body .in-cap .in-cap-el {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  display: block;
  width: 15em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-feature-slide-item__body .in-cap .in-cap-el {
    position: static;
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-feature-slider__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem 1rem 0;
  }
}

.top-feature-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  margin-top: 3rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-feature-slider__pagination {
    margin-top: 0;
  }
}
.top-feature-slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.top-feature-slider__pagination .swiper-pagination-bullet-active {
  background-color: #6B696A;
}

.top-feature-slider__arws {
  position: absolute;
  bottom: calc(100% + 6rem);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .top-feature-slider__arws {
    position: static;
    gap: 2rem;
  }
}

.top-feature-slider__arws-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  border: #6B696A solid 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-feature-slider__arws-button {
    width: 5rem;
    height: 5rem;
  }
}
.top-feature-slider__arws-button.swiper-button-disabled {
  opacity: 0.3;
}
.top-feature-slider__arws-button::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/arw02.svg) no-repeat center center/1.7rem auto;
}
.top-feature-slider__arws-button.is-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*************************************************

top-scenes

*************************************************/
.top-scenes {
  overflow: hidden;
  padding: 14rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .top-scenes {
    padding: 4rem 0 5rem;
  }
}
.top-scenes .parts-title01 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .top-scenes .parts-title01 {
    margin-bottom: 3rem;
  }
}

.top-scenes-inner {
  width: min(110rem, 100% - 7rem);
  margin: 0 auto;
}

/* top-scenes-slider
---------------------------------------*/
@media screen and (min-width: 768px) {
  .top-scenes-slider {
    width: min(110rem, 100% - 7rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-scenes-slider {
    margin: 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top-scenes-slider__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem 5.5rem;
  }
  .top-scenes-slider__wrapper .swiper-slide {
    width: calc(33.3333333333% - 3.6666666667rem);
    height: auto;
  }
}

.top-scenes-slider-item {
  display: block;
  color: #5F6368;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top-scenes-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-scenes-slider-item {
    margin: 0 1rem;
  }
}

.top-scenes-slider-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-scenes-slider-item-head {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-scenes-slider-item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-scenes-slider-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.6rem;
  height: auto;
  aspect-ratio: 136/100;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-scenes-slider-item__icon {
    margin-bottom: 2rem;
  }
}
.is-01 .top-scenes-slider-item__icon img {
  width: 97.0588235294%;
}
.is-02 .top-scenes-slider-item__icon img {
  width: 58.8235294118%;
}
.is-03 .top-scenes-slider-item__icon img {
  width: 51.4705882353%;
}
.is-04 .top-scenes-slider-item__icon img {
  width: 100%;
}
.is-05 .top-scenes-slider-item__icon img {
  width: 67.6470588235%;
}

.top-scenes-slider-item__letters {
  width: calc(100% - 14.4rem);
}
@media screen and (max-width: 767px) {
  .top-scenes-slider-item__letters {
    width: 100%;
  }
}

.top-scenes-slider-item__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-scenes-slider-item__en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-scenes-slider-item__en strong {
  color: #E83B6A;
}

.top-scenes-slider-item__lead {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-scenes-slider-item__lead {
    text-align: center;
  }
}

.top-scenes-slider-item-img {
  line-height: 0;
}
.top-scenes-slider-item-img img {
  width: 100%;
  border-radius: 0.8rem;
}

.top-scenes-slider-item-more {
  position: relative;
  display: block;
  width: min(14rem, 100%);
  margin: 2rem 0 0 auto;
  padding-bottom: 1.5rem;
  color: #E83B6A;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: #E83B6A solid 1px;
  line-height: 1;
}
.top-scenes-slider-item-more::before {
  position: absolute;
  top: 0.3rem;
  right: 0;
  display: block;
  content: "";
  width: 2rem;
  height: 0.8rem;
  background: url(../images/common/arw01.svg) no-repeat center center/100% auto;
}

.top-scenes-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
  line-height: 0;
}
.top-scenes-slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  opacity: 1;
  border-radius: 50%;
  background-color: #D6D6D7;
}
.top-scenes-slider__pagination .swiper-pagination-bullet-active {
  background-color: #6B696A;
}
@media screen and (min-width: 768px) {
  .top-scenes-slider__pagination {
    display: none !important;
  }
}

/*************************************************

top-lineup

*************************************************/
.top-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 108rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .top-lineup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6rem;
  }
  .top-lineup.is-more-hide {
    padding-bottom: 0;
  }
}
.top-lineup .parts-title01 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .top-lineup .parts-title01 {
    margin-bottom: 3rem;
  }
}

.top-lineup-left {
  width: 21.2962962963%;
}
@media screen and (max-width: 767px) {
  .top-lineup-left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 3.5rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top-faq-left_inner {
    position: sticky;
    top: 10rem;
    left: 0;
  }
}

.top-lineup-right {
  width: 74.0740740741%;
}
@media screen and (max-width: 767px) {
  .top-lineup-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 3.5rem;
  }
}

.top-lineup-midtitle {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}

/* top-lineup-catlist
---------------------------------------*/
.top-lineup-catlist {
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .top-lineup-catlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 0.6rem;
    max-width: none;
  }
}

.top-lineup-catlist__item {
  border-bottom: rgba(211, 210, 210, 0.3) solid 1px;
}
@media screen and (max-width: 767px) {
  .top-lineup-catlist__item {
    width: calc(50% - 0.3rem);
  }
}

.top-lineup-catlist__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.4rem 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-lineup-catlist__button {
    min-height: 100%;
    padding: 1.4rem 0 1.4rem 1.5rem;
  }
}
.top-lineup-catlist__button::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  content: "・";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-lineup-catlist__button::before {
    left: 0.5rem;
  }
}
.top-lineup-catlist__button.is-active {
  color: #fff;
  background-color: #999898;
}

/* top-lineup-itemlist
---------------------------------------*/
.top-lineup-itemlistwrap {
  position: relative;
}

.top-lineup-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .top-lineup-more {
    display: none;
  }
}
.is-more-btn-hide .top-lineup-more {
  display: none;
}
.is-more-hide .top-lineup-more {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F3F3F3;
  padding: 0 0 6.3rem;
}
.top-lineup-more::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 243, 243)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-lineup-more_btn.is-more {
  display: none;
}
.is-more-hide .top-lineup-more_btn.is-more {
  display: block;
}
.is-more-hide .top-lineup-more_btn.is-close {
  display: none;
}

.top-lineup-more_btn-ancor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.6rem;
  height: 3.4rem;
  font-size: 1.2rem;
  border-radius: 10rem;
  border: #7A7876 solid 1px;
  background-color: #fff;
}
.top-lineup-more_btn-ancor::before {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  display: block;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/common/more_arw01.svg) no-repeat center center/100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-close .top-lineup-more_btn-ancor {
  color: #fff;
  background-color: #7A7876;
}
.is-close .top-lineup-more_btn-ancor::before {
  background-image: url(../images/common/more_arw02.svg);
}

.top-lineup-itemlist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist {
    gap: 3rem 2rem;
  }
}

.top-lineup-itemlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 2.6666666667rem);
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__item {
    width: calc(50% - 1rem);
  }
}
.top-lineup-itemlist__item.is-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-more-hide .top-lineup-itemlist__item:nth-of-type(n+5) {
    display: none;
  }
}

.top-lineup-itemlist__img {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 0;
}
.top-lineup-itemlist__img img {
  width: 100%;
  border-radius: 0.4rem;
}

.top-lineup-itemlist__name {
  width: 100%;
  color: #E83B6A;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  min-height: 3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__name {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
}

.top-lineup-itemlist__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: #8E8D8D solid 2px;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__info {
    margin-top: auto;
    padding-top: 1rem;
    border-width: 1px;
  }
}

.top-lineup-itemlist__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__info-row {
    font-size: 1rem;
  }
}

.top-lineup-itemlist__info-title {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6rem;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__info-title {
    width: 4rem;
  }
}
.top-lineup-itemlist__info-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

.top-lineup-itemlist__info-body {
  width: calc(100% - 6rem);
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__info-body {
    width: calc(100% - 4rem);
  }
}

.top-lineup-itemlist__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
}

.top-lineup-itemlist__btns-acnhor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 0.75rem);
  min-height: 3.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #7A7876;
  border-radius: 0.4rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .top-lineup-itemlist__btns-acnhor {
    width: 100%;
    min-height: 3.4rem;
  }
}
@media (hover: hover) {
  .top-lineup-itemlist__btns-acnhor:hover {
    background-color: #E83B6A;
  }
}

/*************************************************

top-faq

*************************************************/
.top-faq {
  padding: 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-faq {
    padding: 7rem 0;
  }
}

.top-faq-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-faq-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-faq-left {
  width: 18.0555555556%;
}
@media screen and (max-width: 767px) {
  .top-faq-left {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.top-faq-right {
  width: 74.0740740741%;
}
@media screen and (max-width: 767px) {
  .top-faq-right {
    width: 100%;
  }
}

.top-faq-item {
  border-top: #b5b4b4 solid 1px;
  border-bottom: #b5b4b4 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-faq-item {
    border-width: 1px;
  }
}
.top-faq-item + .top-faq-item {
  border-top: none;
}

.top-faq-item__q {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  padding: 2.5rem 8rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-faq-item__q {
    padding: 1.5rem 3rem 1.5rem 4rem;
  }
}
.top-faq-item__q .in-icon {
  position: absolute;
  display: block;
  top: 2.4rem;
  left: 2.4rem;
  font-size: 2.4rem;
  color: #E83B6A;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-faq-item__q .in-icon {
    top: 1.3rem;
    left: 0.4rem;
  }
}
.top-faq-item__q .in-text {
  display: block;
}
.top-faq-item__q .in-arw {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-faq-item__q .in-arw {
    right: 0;
  }
}
.top-faq-item__q .in-arw::before, .top-faq-item__q .in-arw::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E83B6A;
}
@media screen and (max-width: 767px) {
  .top-faq-item__q .in-arw::before, .top-faq-item__q .in-arw::after {
    height: 1px;
  }
}
.top-faq-item__q .in-arw::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.is-on .top-faq-item__q .in-arw::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.top-faq-item__a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: none;
  width: 100%;
  padding: 0 8rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-faq-item__a {
    padding: 1.5rem 3rem 1.5rem 4rem;
  }
}
.top-faq-item__a .in-icon {
  position: absolute;
  display: block;
  top: 0.2rem;
  left: 2.4rem;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-faq-item__a .in-icon {
    top: 1.3rem;
    left: 0.6rem;
  }
}

/*************************************************

top-news

*************************************************/
.top-news {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 5rem 0;
  }
}

.top-news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top-news-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
}

.top-news-head__btn-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #6B696A;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-news-head__btn-anchor .in-text {
    display: none;
  }
}
.top-news-head__btn-anchor .in-arw {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  border: #6B696A solid 1px;
}
.top-news-head__btn-anchor .in-arw::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/arw02.svg) no-repeat center center/1.7rem auto;
}

.top-news-list__item {
  border-top: #b5b4b4 solid 1px;
  border-bottom: #b5b4b4 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-news-list__item {
    border-width: 1px;
  }
}
.top-news-list__item + .top-news-list__item {
  border-top: none;
}

.top-news-list__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.7rem 0;
  color: #6B696A;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-news-list__anchor {
    padding: 1.3rem 0;
  }
}

.top-news-list__date {
  width: 11rem;
  color: #E83B6A;
}
@media screen and (max-width: 767px) {
  .top-news-list__date {
    width: 10rem;
  }
}

.top-news-list__title {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 767px) {
  .top-news-list__title {
    width: calc(100% - 10rem);
  }
}
.top-news-list__title::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  content: "";
  background: url(../images/common/icon_blank.svg) no-repeat center center/100% auto;
}