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

footer

*************************************************/
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 15rem;
  }
}

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

scenes-column

*************************************************/
.scenes-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 136.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .scenes-column {
    display: block;
  }
}

.scenes-column-main {
  width: 77.3060029283%;
}
@media screen and (max-width: 767px) {
  .scenes-column-main {
    width: 100%;
  }
}
.scenes-column-main .parts-title02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .scenes-column-main .parts-title02 {
    margin-bottom: 1rem;
  }
}

.scenes-column-main__inner {
  width: min(92.5rem, 100% - 3.5rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .scenes-column-main__inner {
    width: 100%;
  }
}

.scenes-column-aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-left: #D6D6D7 solid 1px;
  width: 22.6939970717%;
}
@media screen and (max-width: 767px) {
  .scenes-column-aside {
    display: none;
  }
}

.scenes-column-aside__inner {
  position: sticky;
  top: 8.6rem;
  left: 0;
}

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

scenes-bg01

*************************************************/
.scenes-bg01 {
  position: relative;
  padding: 4rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .scenes-bg01 {
    padding: 3rem 3.5rem 6rem;
  }
}
.scenes-bg01 > * {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .scenes-bg01::before {
    top: 6rem;
    width: 80%;
  }
}
.scenes-bg01::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 50rem;
  height: 53.6rem;
  background: url(../images/common/bg02.png) no-repeat right top/100% auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scenes-bg01::after {
    width: 80%;
  }
}
.scenes-bg01 .scenes-bg01_el01 {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: calc(100% + 100vw - 92.5rem - 31rem);
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .scenes-bg01 .scenes-bg01_el01 {
    width: 100%;
  }
}
.scenes-bg01 .scenes-bg01_el01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

scenes-block

*************************************************/
.scenes-block {
  display: none;
}
.scenes-block.is-active {
  display: block;
}

.scenes-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .scenes-block-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: 0;
  }
}

.scenes-block-head__icon {
  width: 13.6rem;
  line-height: 0;
  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;
  height: auto;
  aspect-ratio: 136/100;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .scenes-block-head__icon {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .scenes-block-head__icon {
    margin-bottom: 2rem;
  }
}
.is-01 .scenes-block-head__icon img {
  width: 97.0588235294%;
}
.is-02 .scenes-block-head__icon img {
  width: 58.8235294118%;
}
.is-03 .scenes-block-head__icon img {
  width: 51.4705882353%;
}
.is-04 .scenes-block-head__icon img {
  width: 100%;
}
.is-05 .scenes-block-head__icon img {
  width: 67.6470588235%;
}

.scenes-block-head__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .scenes-block-head__en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.scenes-block-head__en strong {
  color: #E83B6A;
}

.scenes-block-head__lead {
  margin-top: 0.7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .scenes-block-head__lead {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
}

.scenes-block-body p {
  margin-bottom: 4.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.scenes-block-body p:last-child {
  margin-bottom: 0;
}
.scenes-block-body strong {
  font-size: 1.8rem;
}
.scenes-block-body .in-min {
  font-size: 1.4rem;
}

.scenes-block-body__image {
  margin-bottom: 3rem;
}
.scenes-block-body__image:last-child {
  margin-bottom: 0;
}
.scenes-block-body__image img {
  border-radius: 1rem;
}

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

scenes-nav

*************************************************/
.scenes-nav-item {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .scenes-nav-item {
    display: block;
    width: 31rem;
  }
}
.scenes-nav-item.is-active {
  color: #fff;
  background-color: #AFAFAF;
}

@media screen and (min-width: 768px) {
  .scenes-nav-item_inner {
    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: 26.2rem;
    margin: 0 auto;
    padding: 2rem 0;
    border-bottom: #999898 solid 1px;
  }
}

@media screen and (min-width: 768px) {
  .scenes-nav-item__icon {
    display: block;
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .scenes-nav-item__icon {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .scenes-nav-item__letters {
    display: block;
    width: 14rem;
  }
}

.scenes-nav-item__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
.scenes-nav-item__en strong {
  color: #E83B6A;
}

.scenes-nav-item__lead {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .scenes-nav-item__lead {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .scenes-block-body__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scenes-block-body__nav {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    z-index: 50;
  }
  .scenes-block-body__nav::before, .scenes-block-body__nav::after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #7A7876;
  }
  .scenes-block-body__nav::before {
    top: 0;
  }
  .scenes-block-body__nav::after {
    bottom: 0;
  }
  .scenes-block-body__nav .scenes-nav-item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.3333333333%;
    border-bottom: #7A7876 solid 1px;
  }
  .scenes-block-body__nav .scenes-nav-item:nth-child(4), .scenes-block-body__nav .scenes-nav-item:nth-child(5) {
    width: 50%;
  }
  .scenes-block-body__nav .scenes-nav-item::after {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #7A7876;
  }
  .scenes-block-body__nav .scenes-nav-item_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: 5rem;
  }
}

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

scenes

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

.scenes-inner {
  margin: 0 auto;
}

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

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

.scenes-slider-item {
  display: block;
  color: #5F6368;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .scenes-slider-item {
    margin: 0 1rem;
  }
}

.scenes-slider-item-head {
  position: relative;
  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 (max-width: 767px) {
  .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;
  }
}

.scenes-slider-item__icon {
  position: absolute;
  top: -6rem;
  right: 0;
  width: 13.6rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .scenes-slider-item__icon {
    position: static;
    margin-bottom: 2rem;
  }
}
.scenes-slider-item__icon img {
  width: 100%;
}

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

.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) {
  .scenes-slider-item__en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.scenes-slider-item__en strong {
  color: #E83B6A;
}

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

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

.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;
}
.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;
}

.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;
}
.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;
}
.scenes-slider__pagination .swiper-pagination-bullet-active {
  background-color: #6B696A;
}
@media screen and (min-width: 768px) {
  .scenes-slider__pagination {
    display: none !important;
  }
}

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

lineup

*************************************************/
.lineup {
  max-width: 82rem;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .lineup {
    overflow: hidden;
    padding: 6rem 0 8rem;
  }
}
.lineup .parts-title01 {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 767px) {
  .lineup .parts-title01 {
    margin-left: 3.5rem;
  }
}

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

/* lineup-itemlist
---------------------------------------*/
.lineup-itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lineup-itemlist {
    gap: 3rem 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 3.5rem;
  }
}

.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) {
  .lineup-itemlist__item {
    width: calc(50% - 1rem);
  }
}
.lineup-itemlist__item.is-hide {
  display: none;
}

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

.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) {
  .lineup-itemlist__name {
    min-height: 0;
    margin-bottom: 1.5rem;
  }
}

.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) {
  .lineup-itemlist__info {
    margin-top: auto;
    padding-top: 1rem;
    border-width: 1px;
  }
}

.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) {
  .lineup-itemlist__info-row {
    font-size: 1rem;
  }
}

.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) {
  .lineup-itemlist__info-title {
    width: 4rem;
  }
}
.lineup-itemlist__info-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

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

.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) {
  .lineup-itemlist__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
}

.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) {
  .lineup-itemlist__btns-acnhor {
    width: 100%;
    min-height: 3.4rem;
  }
}
@media (hover: hover) {
  .lineup-itemlist__btns-acnhor:hover {
    background-color: #E83B6A;
  }
}