@charset "UTF-8";
.l-modal {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color--modal-bg, #f5f5f5);
}

.l-modal__container {
  overscroll-behavior-y: contain;
  height: 100%;
  overflow-y: auto;
}

.l-modal__close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}

.l-modal__close::before, .l-modal__close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  content: "";
}

.l-modal__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-modal__close:hover {
  cursor: pointer;
}

@media only screen and (min-width: 48.0625em) {
  .l-modal__close {
    top: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
  }
  .l-modal__close::before, .l-modal__close::after {
    width: 20px;
  }
}

.l-modal__content {
  max-width: clamp(20px, 90%, 880px);
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.page {
  padding-top: 0;
}

.js-sequence-animation {
  width: 84px;
  height: 84px;
}

@media only screen and (min-width: 48.0625em) {
  .js-sequence-animation {
    width: 140px;
    height: 140px;
  }
}

.js-easy-intro__heading {
  width: 288px;
  margin: auto;
}

@media only screen and (min-width: 48.0625em) {
  .js-easy-intro__heading {
    width: 515px;
  }
}

.mv.type-mov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv.type-pc-fixed {
  position: relative;
  width: 100%;
  padding-top: 154.66667%;
  overflow: hidden;
}

@media only screen and (min-width: 48.0625em) {
  .mv.type-pc-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
}

.mv.type-fixed {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}

.mv.type-fixed .mv__slider,
.mv.type-fixed .mv__slides,
.mv.type-fixed .mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.mv.type-full {
  position: relative;
  width: 100%;
  padding-top: 154.66667%;
  overflow: hidden;
}

@media only screen and (min-width: 48.0625em) {
  .mv.type-full {
    height: calc(100vh - 140px);
    padding-top: 0;
  }
}

.mv.type-intro {
  z-index: 1;
  position: relative;
}

.mv.type-intro .mv__slider {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv__screen {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
}

.mv__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mv__col {
  position: relative;
}

.mv__mov {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mv__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv.type-fixed .mv__img,
.mv.type-pc-fixed .mv__img {
  height: 100vh;
}

.mv__info {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.mv .site-logo {
  max-width: 162px;
  margin: auto;
}

@media only screen and (min-width: 48.0625em) {
  .mv .site-logo {
    max-width: 276px;
  }
}

.mv__heading {
  margin-top: 20px;
  
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .4rem;
}

@media only screen and (min-width: 48.0625em) {
  .mv__heading {
    margin-top: 30px;
    font-size: 4rem;
  }
}

.mv__sub-title {
  margin-top: 10px;
  
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .4rem;
}

@media only screen and (min-width: 48.0625em) {
  .mv__sub-title {
    margin-top: 10px;
    font-size: 2.2rem;
  }
}

.mv.type-2column .mv__col {
  width: 100%;
}

.mv.type-2column .mv__col:last-child {
  display: none;
}

@media only screen and (min-width: 48.0625em) {
  .mv.type-2column .mv__col {
    width: 50%;
  }
  .mv.type-2column .mv__col:last-child {
    display: block;
  }
}

.scroll-bottom {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 2s scroll-bottom-animation cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite;
  animation: 2s scroll-bottom-animation cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-bottom__text {
  color: #fff;
  
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 48.0625em) {
  .scroll-bottom__text {
    font-size: 1.4rem;
  }
}

.scroll-bottom__img {
  width: 20px;
  margin: auto;
  padding: 15px 0;
}

@media only screen and (min-width: 48.0625em) {
  .scroll-bottom__img {
    width: 40px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .scroll-bottom {
    bottom: 10%;
  }
  .scroll-bottom:hover {
    opacity: .5 !important;
  }
}

.mv {
  background-color: #000;
}

.mv__img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mv__img.is-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mv__logo {
  max-width: 86px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 48.0625em) {
  .mv__logo {
    max-width: 140px;
  }
}

.mv__heading {
  max-width: 288px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1;
}

@media only screen and (min-width: 48.0625em) {
  .mv__heading {
    max-width: 515px;
  }
}

.shop-detail__inner .ci-btn a,
.shop-detail__inner .ci-btn span {
  
  font-size: 1.6rem;
  font-weight: normal;
}

@media only screen and (min-width: 48.0625em) {
  .shop-detail__inner .ci-btn a,
  .shop-detail__inner .ci-btn span {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  .shop-detail__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.shop-detail__col {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shop-detail__col + .shop-detail__col {
  margin-top: 40px;
}

.shop-detail__col.js-scroll-add-class {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.shop-detail__col.js-scroll-add-class.is-animated {
  opacity: 1;
}

@media only screen and (min-width: 48.0625em) {
  .shop-detail__col + .shop-detail__col {
    margin-top: 0;
  }
  .shop-detail__col:first-child {
    padding-right: 80px;
  }
}

.shop-detail__heading {
  font-size: 2rem;
}

@media only screen and (min-width: 48.0625em) {
  .shop-detail__heading {
    font-size: 2.4rem;
  }
}

.shop-detail__lead-text {
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (min-width: 48.0625em) {
  .shop-detail__lead-text {
    font-size: 1.5rem;
  }
}

.shop-detail__info .viewmore {
  display: inline-block;
}

.shop-detail__title {
  
  font-size: 2rem;
  font-weight: normal;
}

.shop-detail__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

.shop-detail__data + .shop-detail__data {
  margin-top: 10px;
}

.shop-detail__data span {
  display: block;
}

.shop-detail__data span:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  padding-right: 10px;
}

.shop-detail__data span:last-child {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

@media only screen and (min-width: 48.0625em) {
  .shop-detail__data {
    font-size: 1.4rem;
  }
  .shop-detail__data span:first-child {
    width: 100px;
  }
}

.shop-detail__map {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop-detail__map img {
  visibility: hidden;
}

.stores {
  padding-bottom: 60px;
}

@media only screen and (min-width: 48.0625em) {
  .stores {
    padding-bottom: 100px;
  }
}

.stores__header {
  position: relative;
  width: 92%;
  margin-right: 4%;
  margin-left: 4%;
  text-align: center;
}

@media only screen and (min-width: 76.14946em) {
  .stores__header {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}

.stores__heading {
  
  font-size: 2.4rem;
  font-weight: normal;
}

@media only screen and (min-width: 48.0625em) {
  .stores__heading {
    font-size: 3.4rem;
  }
}

.stores__header + .stores__content {
  margin-top: 30px;
}

@media only screen and (min-width: 48.0625em) {
  .stores__header + .stores__content {
    margin-top: 60px;
  }
}

.stores__slider .slick-arrow {
  z-index: 100;
  width: 44px;
  height: 44px;
}

.stores__slider .slick-arrow::before {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.stores__slider .slick-arrow::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 48.0625em) {
  .stores__slider .slick-arrow:hover {
    cursor: pointer;
  }
  .stores__slider .slick-arrow:hover::after {
    background-color: white;
  }
}

.stores__slider .slick-prev {
  left: 3%;
}

.stores__slider .slick-prev::before {
  -webkit-transform: translateX(25%) rotate(-135deg);
  transform: translateX(25%) rotate(-135deg);
}

@media only screen and (min-width: 48.0625em) {
  .stores__slider .slick-prev {
    left: 15.7%;
  }
}

.stores__slider .slick-next {
  right: 3%;
}

.stores__slider .slick-next::before {
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}

@media only screen and (min-width: 48.0625em) {
  .stores__slider .slick-next {
    right: 15.7%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .stores__slide {
    margin: 0 30px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .stores__content > .stores__img {
    width: 60%;
    margin: auto;
  }
}

.stores__info {
  position: relative;
  width: 92%;
  margin-top: 20px;
  margin-right: 4%;
  margin-left: 4%;
  text-align: center;
}

@media only screen and (min-width: 76.14946em) {
  .stores__info {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 48.0625em) {
  .stores__info {
    margin-top: 35px;
  }
}

.stores__title {
  
  font-size: 1.5rem;
  font-weight: normal;
}

@media only screen and (min-width: 48.0625em) {
  .stores__title {
    font-size: 1.8rem;
  }
}

.stores__text {
  
  font-size: 1.2rem;
  font-weight: normal;
}

.shop-gallery {
  position: relative;
}

.shop-gallery__heading {
  z-index: 10;
  position: absolute;
  top: 22px;
  right: 4%;
  margin: 0;
  
  font-size: 2rem;
  font-weight: normal;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 48.0625em) {
  .shop-gallery__heading {
    top: 50px;
    font-size: 3.6rem;
  }
}

.shop-gallery__block + .shop-gallery__block {
  margin-top: 10px;
}

.shop-gallery__slider {
  font-size: 0;
}

.shop-gallery__slides {
  display: inline-block;
  height: 250px;
}

@media only screen and (min-width: 48.0625em) {
  .shop-gallery__slides {
    height: 480px;
  }
}

.shop-gallery__slide {
  display: inline-block;
}

.watch-movie {
  position: relative;
  width: 100%;
  padding-top: 84%;
}

@media only screen and (min-width: 48.0625em) {
  .watch-movie {
    width: 100%;
    padding-top: 37.5%;
  }
}

.watch-movie__inner {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.watch-movie__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .watch-movie__bg-img {
    display: none;
  }
}

.watch-movie__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.watch-movie__btn {
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .watch-movie__btn:hover {
    cursor: pointer;
  }
  .watch-movie__btn:hover .watch-movie__text:after {
    width: 100%;
  }
}

.watch-movie__img {
  margin: auto;
}

.watch-movie__text {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding: 5px 0;
  color: #fff;
  
  font-size: 1.4rem;
  font-weight: normal;
}

.watch-movie__text:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: 0.4s;
  transition-timing-function: 0.4s;
}

@media only screen and (min-width: 48.0625em) {
  .watch-movie__text {
    margin-top: 20px;
  }
}

.modal-slider {
  display: none;
  position: relative;
}

.js-modal .modal-slider {
  display: block;
}

.modal-slider img {
  width: 100%;
}

.modal-slider .slick-list {
  overflow: hidden;
}

.modal-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-slider .slick-arrow {
  z-index: 50;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #000;
}

.modal-slider .slick-arrow:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.modal-slider .slick-prev {
  left: 4%;
}

.modal-slider .slick-prev:before {
  -webkit-transform: translateX(25%) rotate(-135deg);
  transform: translateX(25%) rotate(-135deg);
}

.modal-slider .slick-next {
  right: 4%;
}

.modal-slider .slick-next:before {
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}

.modal-slider__img {
  position: relative;
  width: 100%;
  background-size: contain;
}

.modal-slider__img:before {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.modal-slider__img .js-trim-img__target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 48.0625em) {
  .modal-slider__img:before {
    display: block;
    width: 100%;
    padding-top: 66.07143%;
    content: "";
  }
}

.js-modal {
  background-color: #000;
}

.js-modal__content {
  height: auto;
  padding-top: 60px;
}

.feature-banner__items {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.feature-banner__item {
  position: relative;
  color: #fff;
}

.feature-banner__item + .feature-banner__item {
  margin-top: 5px;
}

@media only screen and (min-width: 48.0625em) {
  .feature-banner__item + .feature-banner__item {
    margin-top: 40px;
  }
}

.feature-banner__item.is-coming-soon .feature-banner__img.has-screen:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.feature-banner__item.is-coming-soon .box-link {
  display: none;
}

.feature-banner__item.is-coming-soon:hover .feature-banner__img .js-trim-img__target {
  -webkit-transform: none;
  transform: none;
}

.feature-banner__item.is-coming-soon:hover .feature-banner__img.has-screen:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.feature-banner__item:hover .feature-banner__img .js-trim-img__target, .feature-banner__slide:hover .feature-banner__img .js-trim-img__target {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-banner__item:hover .feature-banner__img:after, .feature-banner__slide:hover .feature-banner__img:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.feature-banner__slider {
  text-align: center;
}

.feature-banner__slider .slick-controller {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding: 0 44px;
}

.feature-banner__slider .slick-list {
  overflow: hidden;
}

.feature-banner__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-banner__slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
}

.feature-banner__slider .slick-arrow:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.feature-banner__slider .slick-arrow.slick-prev {
  left: 0;
}

.feature-banner__slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.feature-banner__slider .slick-arrow.slick-next {
  right: 0;
}

.feature-banner__slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feature-banner__slider .slick-dots {
  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;
}

.feature-banner__slider .slick-dots li {
  position: relative;
  width: 20px;
  height: 44px;
}

.feature-banner__slider .slick-dots li:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.feature-banner__slider .slick-dots li.slick-active:before {
  background-color: #000;
}

.feature-banner__slider .slick-dots button {
  display: none;
}

.feature-banner__slide {
  position: relative;
  color: #fff;
}

.feature-banner__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: #808080;
}

.feature-banner__img .js-trim-img__target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 5s;
  transition-duration: 5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 48.0625em) {
  .feature-banner__img {
    width: 100%;
    padding-top: 37.5%;
  }
}

.feature-banner__img.has-screen:after {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.feature-banner__header {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.feature-banner__tag {
  
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 48.0625em) {
  .feature-banner__tag {
    font-size: 1.3rem;
  }
}

.feature-banner__heading {
  margin-top: 20px;
  
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .05rem;
  line-height: 1.2;
}

@media only screen and (min-width: 48.0625em) {
  .feature-banner__heading {
    font-size: 4rem;
  }
}

.feature-banner__sub-title {
  margin-top: 20px;
  
  font-size: 1.3rem;
  font-weight: 200;
  font-weight: normal;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 48.0625em) {
  .feature-banner__sub-title {
    font-size: 1.7rem;
  }
}

.feature-banner__category {
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 2%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  
  font-size: .8rem;
  font-weight: normal;
  letter-spacing: .4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 48.0625em) {
  .feature-banner__category {
    font-size: 1.1rem;
  }
}

.feature-banner__viewmore {
  display: block;
  width: 90%;
  margin: 60px auto 0;
}

.c-3rd-annive {
  padding-bottom: 60px;
  color: #000;
  
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive {
    padding-bottom: 80px;
  }
}

.c-3rd-annive__header {
  padding: 40px 0;
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive__header {
    padding: 80px 0;
  }
}

.c-3rd-annive__heading {
  
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.2;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive__heading {
    font-size: 4.4rem;
  }
}

.c-3rd-annive__subheading {
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive__subheading {
    font-size: 2rem;
  }
}

.c-3rd-annive__leadtext {
  margin-top: 32px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive__leadtext {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}

.c-3rd-annive__content {
  padding: 32px 20px;
  background-color: #fff;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive__content {
    padding: 60px;
  }
}

.c-3rd-annive__btn {
  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;
  max-width: 240px;
  height: 60px;
  margin: 40px auto 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-3rd-annive__btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive__btn {
    margin-top: 60px;
  }
  .c-3rd-annive__btn:hover {
    background-color: #000;
    color: #fff;
  }
}

.c-3rd-annive-section {
  line-height: 1.8;
}

.c-3rd-annive-section + .c-3rd-annive-section {
  margin-top: 60px;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-3rd-annive-section__header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-3rd-annive-section--flex .c-3rd-annive-section__header {
  padding-right: 20px;
}

.c-3rd-annive-section__heading {
  position: relative;
  padding-top: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-3rd-annive-section__heading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #656565;
  content: "";
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section__heading {
    font-size: 2.4rem;
  }
  .c-3rd-annive-section__heading::before {
    width: 30px;
  }
}

.c-3rd-annive-section__text {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section__text {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}

.c-3rd-annive-section__note {
  margin-top: 10px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section__note {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.c-3rd-annive-section__credit {
  margin-top: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section__credit {
    font-size: 1.3rem;
  }
}

.c-3rd-annive-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section__images {
    margin-top: 40px;
  }
}

.c-3rd-annive-section__images .c-3rd-annive-section__img {
  width: calc((100% - (6px)) / 2);
  margin-right: 6px;
}

.c-3rd-annive-section__images .c-3rd-annive-section__img:nth-child(2n + 2) {
  margin-right: 0;
}

.c-3rd-annive-section__images .c-3rd-annive-section__img:nth-child(n + 3) {
  margin-top: 6px;
}

@media only screen and (max-width: 48em) {
  .c-3rd-annive-section__header + .c-3rd-annive-section__img {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section__header + .c-3rd-annive-section__img {
    -webkit-box-flex: 0.5834;
    -ms-flex: 0.5834;
    flex: 0.5834;
  }
}

.c-3rd-annive-detail {
  padding: 20px;
  background-color: #efefef;
  line-height: 1.8;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-detail {
    padding: 40px;
  }
}

.c-3rd-annive-section + .c-3rd-annive-detail {
  margin-top: 40px;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-section + .c-3rd-annive-detail {
    margin-top: 60px;
  }
}

.c-3rd-annive-detail__heading {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-3rd-annive-detail__text + .c-3rd-annive-detail__heading {
  margin-top: 40px;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-detail__heading {
    font-size: 1.6rem;
  }
  .c-3rd-annive-detail__text + .c-3rd-annive-detail__heading {
    margin-top: 56px;
  }
}

.c-3rd-annive-detail__text {
  font-size: 1.3rem;
}

.c-3rd-annive-detail__heading + .c-3rd-annive-detail__text {
  margin-top: 20px;
}

.c-3rd-annive-detail__text a {
  text-decoration: underline;
}

.c-3rd-annive-detail__text a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 48.0625em) {
  .c-3rd-annive-detail__text {
    font-size: 1.4rem;
  }
}
