@charset "UTF-8";
.g-footer {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .g-footer {
    margin-top: 40px;
  }
}
/*======================================================================
 * 特典、キーワード特集ページ レイアウト
======================================================================*/
.feature-visual {
  margin: 0 auto 3rem;
  text-align: left;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .feature-visual {
    margin: 0 auto 3rem;
  }
}
.feature-visual .image {
  text-align: center;
  margin: 0 calc(50% - 50vw);
}
.feature-visual img {
  width: 100%;
}
.feature-visual .l-page-title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .feature-visual .l-page-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}
.feature-visual .l-page-title h1 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .feature-visual .l-page-title h1 {
    text-align: center;
  }
}
.feature-description {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .feature-description {
    margin-top: 15px;
    font-weight: 500;
  }
}
.feature-description a {
  color: #003A8F;
}

.category .sub-heading.-active:after, .floor .sub-heading.-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-heading {
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    text-align: left;
  }
}
.sub-heading:before, .sub-heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #003A8F;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-heading:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-box {
  background: #F4F4F4;
  padding: 15px 20px 10px;
  margin: 4rem 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .search-box {
    margin: 0 calc(50% - 50vw) 30px;
  }
}
.feature-category .search-box {
  padding: 15px 20px 15px;
}
.search-box .main-heading {
  text-align: center;
  font-weight: bold;
}
.search-box .category {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .category {
    padding: 20px 25px;
  }
}
.search-box .category .category-list {
  margin-top: 15px;
}
.search-box ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-box ul li {
  margin-right: 13px;
  width: calc((100% - 39px) / 4);
  font-size: 1.4rem;
}
.search-box ul li input[type=checkbox],
.search-box ul li input[type=radio] {
  display: none;
}
.search-box ul li input[type=checkbox]:checked + label,
.search-box ul li input[type=radio]:checked + label {
  background: #003A8F;
  color: #fff;
}
.search-box ul li label {
  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;
  min-height: 50px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #003A8F;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #003A8F;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .search-box ul li {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }
  .search-box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.search-box ul li a {
  position: relative;
  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;
  min-height: 50px;
  width: 100%;
  border: 1px solid #003A8F;
  border-radius: 5px;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #003A8F;
  padding: 5px;
  text-align: center;
}
.feature-category .search-box ul li a.-current {
  background: #003A8F;
}
.search-box ul li:nth-child(4n) {
  margin-right: 0;
}
.search-box ul li:nth-child(n+5) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.search-box .floor {
  background: #ffffff;
  margin: 10px auto 30px;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .floor {
    padding: 20px 25px;
    margin: 20px auto 30px;
  }
}
.search-box .floor .floor-list {
  margin-top: 15px;
}
.search-box .floor ul li {
  margin-right: 13px;
  width: calc((100% - 52px) / 5);
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li {
    margin-right: 8px;
    width: calc((100% - 16px) / 3);
  }
}
.search-box .floor ul li a {
  min-height: 40px;
}
.search-box .floor ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(5n) {
    margin-right: 8px;
  }
}
.search-box .floor ul li:nth-child(n+5) {
  margin-top: 0;
}
.search-box .floor ul li:nth-child(n+6) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(3n) {
    margin-right: 0;
  }
  .search-box .floor ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .search-box .floor ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.search-box .link-button-group {
  margin-top: 30px;
  margin-bottom: 20px;
}

.search-box .show-button,
.search-box .clear-button {
  position: relative;
  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;
  min-height: 60px;
  border: 3px solid #003A8F;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #003A8F;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: bold;
  transition: 0.3s;
  padding: 0 42px 0 36px;
  cursor: pointer;
}

.search-box .show-button:hover,
.search-box .clear-button:hover {
  opacity: 1;
  background: #FFFF4A;
}

@media screen and (max-width: 768px) {
  .search-box .show-button,
  .search-box .clear-button {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-box .show-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/icon-search.svg");
  top: 50%;
  transform: translateY(-50%);
}

.search-box .clear-button {
  color: #222;
  border-color: #222;
}

@media screen and (max-width: 768px) {
  .search-box .clear-button {
    margin-top: 10px;
  }
}
/*------------------------------------------------------------
 * おすすめ特集
------------------------------------------------------------*/
.recommend-feaature {
  margin-top: 5rem;
  background: #F1F7FF;
  position: relative;
  padding: 36px 0 50px;
}
@media screen and (max-width: 768px) {
  .recommend-feaature {
    padding: 30px 0 40px;
  }
}
.recommend-feaature .more-button:last-child .link-button{
  margin-bottom: 0;
}
.recommend-feaature::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #F1F7FF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recommend-feaature .title {
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.feature-swiper-container {
  position: relative;
  margin-top: 0.5em;
}
.feature-swiper-container .swiper-button-disabled {
  display: none;
}
.feature-swiper-container.cinema .feature-swiper-button-next, .feature-swiper-container.cinema .feature-swiper-button-prev {
  top: 36%;
}
.feature-swiper-container.cinema ul li a .image {
  padding-top: 142%;
}
.feature-swiper-container.cinema ul li a .text p.title {
  margin-bottom: 0;
}
.feature-swiper-container .shop-slider {
  max-width: 1000px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .shop-slider {
    margin: 0 calc(50% - 50vw) 30px 0;
  }
}
.feature-swiper-container .shop-slider ul {
  margin: 0;
}
.feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
  position: absolute;
  top: 38%;
  width: 34px;
  height: 34px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.feature-swiper-container .feature-swiper-button-next:hover, .feature-swiper-container .feature-swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
    display: none;
  }
}
.feature-swiper-container .feature-swiper-button-next:before, .feature-swiper-container .feature-swiper-button-prev:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #003A8F;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.feature-swiper-container .feature-swiper-button-next:after, .feature-swiper-container .feature-swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  right: 64%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #003A8F;
  border-right: 1px solid #003A8F;
  margin: -5px 0 0 -8px;
}
.feature-swiper-container .feature-swiper-button-next {
  right: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next {
    right: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-next:after {
  margin-right: -3px;
}
.feature-swiper-container .feature-swiper-button-prev {
  left: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-prev {
    left: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-prev:after {
  margin-left: -5px;
  right: 43%;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
  transform: translate(50%, -50%) rotate(-135deg);
}
.feature-swiper-container ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .feature-swiper-container ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul li {
    width: 246px;
    margin-right: 10px;
  }
  .feature-swiper-container ul li:last-child {
    margin-right: 5.5vw;
  }
}
.feature-swiper-container ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #222;
}
.feature-swiper-container ul li a.-new:before {
  position: absolute;
  content: "NEW";
  font-size: 1.1rem;
  background: #FFE72E;
  padding: 0 4px;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}
.feature-swiper-container ul li a .image {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.feature-swiper-container ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-swiper-container ul li a .text p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feature-swiper-container ul li a .text p.title {
  color: #222;
  line-height: 1.68;
  margin-bottom: 0.25em;
}
.feature-swiper-container ul li a .text p.detail {
  font-size: 1.4rem;
  color: #727272;
  line-height: 1.43;
}
.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: #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;
  }
}
.feature-slider .feature-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.feature-slider .feature-item .text {
  padding-top: 1rem;
}
