@charset "UTF-8";
/*======================================================================
 * トップページ レイアウト
======================================================================*/
/*------------------------------------------------------------
 * ポップアップ
------------------------------------------------------------*/
.popup-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
}
.popup-content .close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}
.popup-content .close-button:before, .popup-content .close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #545252;
}
.popup-content .close-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-content .close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-content .popup {
  position: relative;
  max-width: 350px;
  margin: 28px auto;
  padding: 40px 20px 20px 20px;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .popup-content .popup {
    width: 90%;
  }
}
.popup-content .inner {
  background-color: #fff;
}
.popup-content .inner .image img {
  width: 100%;
}
.popup-content .inner p.title {
  color: #14AECC;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin: 10px auto 0;
}
.popup-content .inner p.detail {
  font-size: 1.4rem;
  line-height: 1.785;
  padding: 0 15px;
}
.popup-content .inner .link-button {
  background: #14AECC;
  color: #ffffff;
  border-radius: 10px;
  width: 200px;
  min-height: 50px;
  margin: 35px auto 50px;
}
.popup-content .inner .link-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  margin: -4px 0 0 -8px;
}
.popup-content .inner .line {
  border-top: 1px solid #D6D6D6;
  padding: 5px 18px 0;
}

.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper.swiper-initialized {
  display: block;
}

.section-container {
  padding: 3.2rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .section-container {
    padding: 3rem 0 4rem;
  }
}
.section-container .section-title {
  margin: 2em 0 1em;
  line-height: 1.5;
}
.section-container .section-title:first-child {
  margin-top: 0;
}
.section-container .section-title .en {
  color: #14AECC;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .section-container .section-title .en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 320px) {
  .section-container .section-title .en {
    font-size: 3rem;
  }
}
.section-container .section-title .jp {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2em;
}
.section-container .section-title .jp:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
}
.section-container .section-title .jp.-renew:before {
  height: 20px;
  width: 20px;
  background: url("../images/common/icon-renewal.svg") no-repeat;
  background-size: 100%;
}
.section-container .section-title .jp.-shop:before {
  height: 20px;
  width: 20px;
  background: url("../images/common/icon-shop.svg") no-repeat;
  background-size: 100%;
}
.section-container .section-title .jp.-event:before {
  width: 22px;
  height: 26px;
  background: url("../images/common/icon-event.svg") no-repeat;
  background-size: 100%;
  top: 1px;
}
.section-container .section-title .jp.-feature {
  padding-left: 1.4em;
}
.section-container .section-title .jp.-feature:before {
  height: 19px;
  width: 15px;
  background: url("../images/common/icon-feature.svg") no-repeat;
  background-size: 100%;
  top: 4px;
}
.section-container .section-title .jp.-sns {
  padding-left: 1.6em;
}
.section-container .section-title .jp.-sns:before {
  width: 16px;
  height: 15px;
  background: url("../images/common/icon-sns.svg") no-repeat;
  background-size: 100%;
  top: 6px;
}
.section-container .section-title .jp.-info {
  padding-left: 1.8em;
}
.section-container .section-title .jp.-info:before {
  height: 23px;
  width: 23px;
  background: url("../images/common/icon-info.svg") no-repeat;
  background-size: 100%;
  margin-right: 2px;
  top: 2px;
}
.section-container .section-title + .section-sub-heading {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .section-container .section-title + .section-sub-heading {
    margin-top: 1rem;
  }
}
.section-container .section-sub-heading {
  margin: 3rem 0 0.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-container .section-sub-heading {
    margin-top: 2rem;
  }
}
.section-container .section-sub-heading::after {
  content: "";
  clear: both;
  display: block;
}
.section-container .section-sub-heading .link-more {
  font-size: 1.4rem;
  color: #14AECC;
  text-decoration: none;
  display: inline-block;
  float: right;
  margin: 2px 0 0 10px;
}


/*------------------------------------------------------------
 * section
------------------------------------------------------------*/
.bg-gray {
  background: #F4F4F4;
}

/*------------------------------------------------------------
 * メインスライダー
------------------------------------------------------------*/
.main-visual {
  position: relative;
  max-width: 1800px;
  margin: 4rem auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-visual {
    background: #F4F4F4;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 2rem;
  }
}
.main-visual .main-swiper-button-next, .main-visual .main-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  z-index: 3;
  border-radius: 50%;
  margin-top: -17px;
  background: #ffffff;
  border: 1px solid #14AECC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-visual .main-swiper-button-next:hover, .main-visual .main-swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .main-visual .main-swiper-button-next, .main-visual .main-swiper-button-prev {
    top: 54%;
  }
}
.main-visual .main-swiper-button-next:after, .main-visual .main-swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  margin-top: -4px;
}
.main-visual .main-swiper-button-next {
  right: 1.8%;
}
@media screen and (max-width: 768px) {
  .main-visual .main-swiper-button-next {
    right: 7%;
  }
}
.main-visual .main-swiper-button-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px;
}
.main-visual .main-swiper-button-prev {
  left: 1.8%;
}
@media screen and (max-width: 768px) {
  .main-visual .main-swiper-button-prev {
    left: 7%;
  }
}
.main-visual .main-swiper-button-prev:after {
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main-visual .swiper-pagination {
  position: static;
  margin-top: 2rem;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .main-visual .swiper-pagination {
    margin-top: 1rem;
  }
}
.main-visual .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 1rem;
  border-radius: 50%;
  background: #CFCFCF;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.main-visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #14AECC;
}

/*------------------------------------------------------------
 * SEARCH
------------------------------------------------------------*/
.search-section {
  padding-bottom: 0;
}
.search-section .section-inner {
  background: #F4F4F4;
  max-width: 1300px;
  padding: 2.5rem 2.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .search-section .section-inner {
    padding: 0 0 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .search-section {
    padding: 0;
  }
}
.search-section h2 {
  text-align: center;
  color: #4E4E4E;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .search-section h2 {
    margin-bottom: 0.2rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .search-section .recommend-keywords {
    padding: 0 5.5vw;
  }
}

@media screen and (max-width: 768px) {
  .bg-gray .slide-scrollbar {
    background-color: #fff;
  }
}

/*------------------------------------------------------------
 * open/renewal
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .open-renewal-list {
    margin-left: -17px;
    margin-right: -17px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .open-renewal-list {
    margin-right: calc(50% - 50vw);
  }
}

.open-renewal-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.open-renewal-item a img {
  max-height: 100%;
}
.open-renewal-item .type {
  padding: 3px 5px;
  text-align: center;
  background: #7CC329;
  color: #ffffff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .open-renewal-item .type {
    font-size: 1.1rem;
  }
}
.open-renewal-item.-limited-time .type {
  background: #7CC329;
}
.open-renewal-item.-renewal .type {
  background: #1477CC;
}
.open-renewal-item.-open .type {
  background: #E33030;
}
.open-renewal-item .image {
  position: relative;
  border: 1px solid #D6D6D6;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .open-renewal-item .image {
    width: 130px;
    height: 130px;
    white-space: nowrap;
  }
}
.open-renewal-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  width: auto;
  height: auto;
}

.bottom-button {
  margin-top: 3rem;
  margin-bottom: 0;
}
.bottom-button .link-button {
  margin-bottom: 0;
}

/*------------------------------------------------------------
 * shop
------------------------------------------------------------*/
.l-content-slider.-cinema .slide-button-prev, .l-content-slider.-cinema .slide-button-next {
  top: 41%;
}

/*------------------------------------------------------------
 * feature
------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .feature-slider {
    margin-left: -17px;
    margin-right: -17px;
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .feature-slider {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .feature-slider .feature-item {
    width: 240px;
  }
}

/*------------------------------------------------------------
 * twitter-section
------------------------------------------------------------*/
.twitter-section .heading {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.twitter-section .heading span {
  position: relative;
  padding-left: 1.6em;
}
.twitter-section .heading span:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 50%;
  left: 0;
  background: url("../images/common/icon-instagram.png") no-repeat;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-size: contain;
}
.twitter-section .twitter-timeline {
  margin: 20px auto 30px !important;
}
@media screen and (max-width: 768px) {
  .twitter-section .twitter-timeline {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
 * info-section
------------------------------------------------------------*/
.info-item {
  border-top: 1px solid #D6D6D6;
}
.info-item:last-child {
  border-bottom: 1px solid #D6D6D6;
}
.info-item a {
  display: block;
  position: relative;
  padding: 17px 30px 17px 0;
  text-decoration: none;
  color: inherit;
}
.info-item a:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #14AECC #14AECC transparent transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.info-item a.-new .date::after {
  position: relative;
  content: "NEW";
  font-size: 1.1rem;
  background: #FFE72E;
  padding: 0 4px;
  margin-left: 4px;
  color: #000000;
}
.info-item .date {
  position: relative;
  font-size: 1.4rem;
  color: #727272;
  margin: 0 0 0.25em 0;
}
.info-item .content {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.68;
}