@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;
  padding: 10px;
}

.popup-content .inner .image img {
  width: 100%;
}

.popup-content .inner p.title {
  color: #003A8F;
  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 {
  margin: 0 auto 30px;
  min-height: 50px;
  max-width: 200px;
  font-size: 1.5rem;
  padding: 0 calc(42px * 0.8) 0 calc(36px * 0.5);
}
.popup-content .inner .link-button::after {
  width: calc(26px * 0.8);
  height: calc(26px * 0.8);
  right: calc(16px * 0.8);
}
.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper.swiper-initialized {
  display: block;
}

.section-container {
  padding: 3.5rem 0 5rem;
}

.section-container:last-child {
  padding-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .section-container {
    padding: 3rem 0 4rem;
  }

  .section-container:last-child {
    padding-bottom: 4rem;
  }
}

.section-container.-bg-blue {
  background-color: #F1F7FF;
}

.section-container .adjust-width+.adjust-width {
  padding-top: 4rem;
}

/*  */
.section-container .section-title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.333;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section-container .section-title {
    margin-bottom: 20px;
  }
}

.section-container .section-title:first-child {
  margin-top: 0;
}

.section-container .section-title .en {
  display: block;
  font-size: 4.4rem;
  color: #BC0000;
}

@media screen and (max-width: 768px) {
  .section-container .section-title .en {
    font-size: 3.4rem;
  }
}

.section-container .section-title .jp {
  font-size: 1.8rem;
  color: #003A8F;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section-container .section-title .jp {
    font-size: 1.6rem;
  }
}

.section-container .section-title .jp::before,
.section-container .section-title .jp::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-ukiwa.svg) no-repeat center/contain;
}

.section-container .section-title .jp::before {
  margin-right: 0.5em;
}

.section-container .section-title .jp::after {
  margin-left: 0.5em;
}

/* .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: 2rem 0 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003A8F;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-container .section-sub-heading span {
  display: inline-block;
  position: relative;
  padding-left: calc(1.2em + 6px);
}
@media screen and (max-width: 768px) {
  .section-container .section-sub-heading {
    margin-top: 3rem;
    flex-wrap: wrap;
  }
}

.section-container .section-sub-heading span::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-container .section-sub-heading span::before {
    top: 0.1em;
    transform: translateY(0);
  }
}
.section-container.event-section .section-sub-heading span::before {
  background-image: url(../images/home/ttl-deco-ukiwa.svg);
}

.section-container.pickup-section .section-sub-heading span::before {
  background-image: url(../images/home/ttl-deco-anchor.svg);
}

.section-container.shopnews-section .section-sub-heading span::before {
  background-image: url(../images/home/ttl-deco-wheel.svg);
}

.section-container .section-sub-heading .link-more {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #185ABB;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin: 0 0 0 3px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .section-container .section-sub-heading .link-more {
    padding: 4px 10px;
    margin: 5px 0 5px auto;
  }
}

.section-container .section-sub-heading .link-more::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/btn-arrow-white.svg) no-repeat center/contain;
  margin-left: 5px;
}

/*------------------------------------------------------------
 * section
------------------------------------------------------------*/
.bg-gray {
  background: #F4F4F4;
}

/*------------------------------------------------------------
 * メインスライダー
------------------------------------------------------------*/
.main-visual {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 1.6rem 0 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 0;
    /* padding: 12px 0 20px; */
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

/* @media screen and (max-width: 767px) {
  .main-visual .swiper-slide {
    padding: 0 calc((13/375)*100%);
  }
} */

.main-visual .main-swiper-button-next,
.main-visual .main-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  width: 3.28vw;
  height: 3.28vw;
  max-width: 46px;
  max-height: 46px;
  min-width: 30px;
  min-height: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-visual .main-swiper-button-prev {
  left: 1.8%;
  transform: translateY(-50%);
}

.main-visual .main-swiper-button-next {
  right: 1.8%;
  transform: translateY(-50%);
}

.main-visual .main-swiper-button-prev:hover,
.main-visual .main-swiper-button-next:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {

  .main-visual .main-swiper-button-prev,
  .main-visual .main-swiper-button-next {
    width: 34px;
    height: 100%;
    min-width: auto;
    min-height: auto;
  }

  .main-visual .main-swiper-button-prev {
    left: 2px;
    transform: translate(0, -46%);
  }

  .main-visual .main-swiper-button-next {
    right: 2px;
    transform: translate(0, -46%);
  }
}

.main-visual .main-swiper-button-prev::before,
.main-visual .main-swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.main-visual .main-swiper-button-prev::before {
  background-image: url(../images/common/btn-arrow-prev.svg);
}

.main-visual .main-swiper-button-next::before {
  background-image: url(../images/common/btn-arrow-next.svg);
}

@media screen and (max-width: 767px) {
  .main-visual .main-swiper-button-prev::after,
  .main-visual .main-swiper-button-next::after {
    width: 40%;
    height: 40%;
  }
}

.main-visual .main-swiper-button-prev.swiper-button-disabled,
.main-visual .main-swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.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: #BC0000;
}
/*------------------------------------------------------------
 * バナースライド
------------------------------------------------------------*/
.wave_area {
  width: 100%;
  height: 60px;
  position: relative;
}
.wave_area._wTop {
  background: #F1F7FF;
}
.wave_area._wBottom {
  background: #fff;
  transform: scale(-1,-1);
}
@media screen and (max-width: 768px) {
  .wave_area {
    height: 36px;
  }
}

.wave_area canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .wave_area canvas {
    transform-origin: bottom center;
  }
}

.top-banner-slide .footer-banner-container {}

/*------------------------------------------------------------
 * SEARCH
------------------------------------------------------------*/
.search-section {
  padding: 36px 0 50px;
  background: #CDE2FF;
  position: relative;
}

.search-section::before,
.search-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CDE2FF;
  position: absolute;
}

.search-section::before {
  top: 0;
  transform: translateY(-1px);
}

.search-section::after {
  bottom: 0;
  transform: translateY(1px);
}

@media screen and (max-width: 768px) {
  .search-section {
    padding: 30px 0 25px;
  }
}

.search-section .section-inner {
  max-width: 1300px;
}

.search-section h2 {
  text-align: center;
  color: #BC0000;
  font-size: 4.4rem;
  line-height: 1.29;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .search-section h2 {
    font-size: 3.4rem;
  }
}

.search-section .search-form {
  width: 320px;
  margin-top: 24px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .search-section .search-form {
    width: calc(100% - 11vw);
    margin: 16px 5.5vw 20px;
  }
}

@media screen and (max-width: 768px) {
  .search-section .recommend-keywords {
    padding: 0 5.5vw;
  }
}
.search-section .recommend-keywords .heading span {
  position: relative;
}

@media screen and (max-width: 768px) {
  .bg-gray .slide-scrollbar {
    background-color: #fff;
  }
}

/*------------------------------------------------------------
 * l-content-slider
------------------------------------------------------------*/
.l-content-slider-4col {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .l-content-slider-4col {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 769px) {
  .l-content-slider-4col .slide-button-prev {
    transform: translate(-55px, -50%);
  }

  .l-content-slider-4col .slide-button-next {
    transform: translate(55px, -50%);
  }
}

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .l-content-slider-4col .slide-button-prev {
    transform: translate(-3vw, -50%);
  }

  .l-content-slider-4col .slide-button-next {
    transform: translate(3vw, -50%);
  }
}

.l-content-slider-4col .l-content-item {
  border: 2px solid #222;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.5s;
}

@media screen and (min-width: 769px) {
  .l-content-slider-4col .l-content-item:not(.swiper-slide-visible) {
    opacity: 0.2;
  }
}

@media screen and (max-width:768px) {
  .l-content-slider-4col .l-content-item {
    width: 140px;
  }
}

.l-content-slider-4col .l-content-item .image::before {
  content: none;
}

.l-content-slider-4col .l-content-item .image img {
  position: static;
}

/*------------------------------------------------------------
 * open/renewal
------------------------------------------------------------*/
.open-renewal .l-content-slider-4col .l-content-item {
  border: none;
  background: transparent;
  box-shadow: none;
}

.open-renewal-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.open-renewal-item a > .imagebox {
  border: 2px solid #222;
  border-radius: 8px;
  overflow: hidden;
}

.open-renewal-item a img {
  max-height: 100%;
}

.open-renewal-item .type {
  padding: 3px 5px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .open-renewal-item .type {
    font-size: 1.4rem;
    height: auto;
  }
}

.open-renewal-item.-limited-time .type {
  background: #FFB301;
}

.open-renewal-item.-renewal .type {
  background: #003A8F;
}

.open-renewal-item.-open .type {
  background: #BC0000;
}

.open-renewal-item .image {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .open-renewal-item .image {}
}

.open-renewal-item .image img {
  aspect-ratio: 235/195;
  object-fit: contain;
}

.open-renewal-item .content {
  padding: 10px 10px 12px;
}


/*------------------------------------------------------------
 * entertainment エンターテインメント
------------------------------------------------------------*/
.entertainment-item {}

.entertainment-image {}

.entertainment-logo {
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .entertainment-logo {
    height: 60px;
  }
}

.entertainment-logo img {
  height: 90%;
  width: auto;
}

/*  */
.bottom-button {
  margin-top: 4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bottom-button {
    margin-top: 3rem;
  }
}

.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
------------------------------------------------------------*/
.feature-slider {
  margin-bottom: -10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .feature-slider {
    margin-left: -55px;
    margin-right: -55px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .feature-slider::before,
  .feature-slider::after {
    content: "";
    display: block;
    width: 55px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    background: #fff;
  }

  .-bg-blue .feature-slider::before,
  .-bg-blue .feature-slider::after {
    background: #F1F7FF;
  }

  .feature-slider::before {
    left: -10px;
  }

  .feature-slider::after {
    right: -10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .feature-slider {
    margin-left: -3vw;
    margin-right: -3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .feature-slider::before,
  .feature-slider::after {
    width: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .feature-slider {
    margin-right: calc(50% - 50vw);
  }
}

.feature-slider .feature-item {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  border: 6px solid #fff;
}

@media screen and (max-width: 768px) {
  .feature-slider .feature-item {
    width: 240px;
    border: 3px solid #fff;
  }
}

/*------------------------------------------------------------
 * twitter-section
------------------------------------------------------------*/
.twitter-section .heading {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}

.twitter-section .heading span {
  position: relative;
  padding-left: 1.6em;
}

.twitter-section .heading span:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 21px;
  background: #D6D6D6;
  top: 63%;
  left: -4px;
  background: url("../images/common/icon-twitter.svg") no-repeat;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-size: 100%;
}

.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-list {
  border-top: 3px solid #003A8F;
  border-bottom: 3px solid #003A8F;
}

.info-item {
  background: #fff;
  position: relative;
}

.info-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #003A8F 4px, transparent 4px);
  background-size: 8px 100%;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 768px) {
  .info-item:not(:first-child)::before {
    height: 1px;
    background-image: linear-gradient(to right, #003A8F 3px, transparent 3px);
    background-size: 6px 100%;
  }
}

.info-item a {
  display: block;
  position: relative;
  padding: 17px 52px 17px 10px;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .info-item a {
    padding: 17px 36px 17px 10px;
  }
}

.info-item a:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/btn-arrow.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .info-item a:after {
    width: 16px;
    height: 16px;
  }
}

.info-item a.-new .date::after {
  position: absolute;
  content: "NEW";
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  background: #BC0000;
  padding: 3px 6px 2px;
  margin-left: 10px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.info-item .date {
  position: relative;
  font-size: 1.6rem;
  color: #BC0000;
  margin: 0 0 0.25em 0;
}

.info-item .content {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.68;
}