/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #sec-pageheader
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-pageheader {
  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;
  width: 100%;
  aspect-ratio: 144/45;
  background: url(../img/magazine/bg_header.webp) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .sec-pageheader {
    aspect-ratio: 1/1;
  }
}
.sec-pageheader__body {
  text-align: center;
}
.sec-pageheader__hdg {
  font-weight: 400;
  color: var(--Font-White, #FFF);
}
.sec-pageheader__hdg .ja {
  display: block;
  font-size: clamp(19px, 2.6388888889vw, 38px);
  letter-spacing: 3.8px;
}
@media only screen and (max-width: 767px) {
  .sec-pageheader__hdg .ja {
    font-size: 24px;
  }
}
.sec-pageheader__hdg .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 5.18px;
}
@media only screen and (max-width: 767px) {
  .sec-pageheader__hdg .en {
    letter-spacing: 3px;
  }
}
.sec-pageheader__copy {
  margin-top: clamp(25px, 3.4722222222vw, 50px);
  font-size: 15px;
  color: var(--Font-White, #FFF);
  line-height: 30px; /* 200% */
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-pageheader__copy {
    margin-top: clamp(12.5px, 6.6666666667vw, 25px);
    font-size: clamp(7.5px, 4vw, 15px);
  }
}

/*--------------------------------------------------------------------------
  #sec-mvslide
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mvslide {
  overflow: hidden;
  padding-block: clamp(30px, 4.1666666667vw, 60px) clamp(20px, 2.7777777778vw, 40px);
  background: var(--BG-Primary, #F6F6F4);
}
@media only screen and (max-width: 767px) {
  .sec-mvslide {
    padding-block: 40px 30px;
  }
}
.sec-mvslide .swiper {
  overflow: visible;
}
.sec-mvslide .swiper-slide {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide .swiper-slide {
    width: 80%;
  }
}
.sec-mvslide .swiper-slide-active {
  opacity: 1;
}
.sec-mvslide__item {
  position: relative;
}
.sec-mvslide__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-mvslide__item a:hover .sec-mvslide__item-img img, .mode-sp .sec-mvslide__item a:active .sec-mvslide__item-img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.sec-mvslide__item-tag {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 7px 12px;
  background: #000;
  border-left: 1px solid rgba(187, 187, 187, 0.5);
  border-bottom: 1px solid rgba(187, 187, 187, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide__item-tag {
    padding: 8px 10px;
  }
}
.sec-mvslide__item-img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.sec-mvslide__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-mvslide__item-txt {
  margin-top: clamp(5px, 0.6944444444vw, 10px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 1.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide__item-txt {
    margin-top: clamp(5px, 2.6666666667vw, 10px);
    font-size: clamp(8px, 4.2666666667vw, 16px);
  }
}
.sec-mvslide__item-date {
  margin-top: 8px;
  color: var(--Font-Secondary, #7B7A78);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 21px; /* 175% */
  letter-spacing: 0.84px;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide__item-date {
    margin-top: 5px;
  }
}
.sec-mvslide .swiper-wrapper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.sec-mvslide .swiper-button-prev {
  top: 16vw;
  left: calc(50% - (50vw + 42px) / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  color: #7B7A78;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide .swiper-button-prev {
    display: none;
  }
}
.sec-mvslide .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 900;
}
.sec-mvslide .swiper-button-next {
  top: 16vw;
  right: calc(50% - (50vw + 42px) / 2);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 24px;
  height: 24px;
  color: #7B7A78;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide .swiper-button-next {
    display: none;
  }
}
.sec-mvslide .swiper-button-next::after {
  font-size: 14px;
  font-weight: 900;
}
.sec-mvslide .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-mvslide .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 15px !important;
  border-radius: 50%;
  background-color: #bbb;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-mvslide .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}
.sec-mvslide .swiper-pagination-bullet:hover {
  background-color: #222;
}
.sec-mvslide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=magazine.css.map */