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

   mixin

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

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #sec-magazine-header
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-magazine-header {
  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;
  width: 100%;
  aspect-ratio: 144/40;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-magazine-header {
    aspect-ratio: 1/1;
  }
}
.sec-magazine-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 144/40;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-magazine-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-magazine-header__body {
  padding-inline: 10px;
  text-align: center;
}
.sec-magazine-header__hdg {
  font-weight: 400;
  color: #FFF;
}
.sec-magazine-header__hdg .ico {
  max-width: 50px;
  width: 100%;
}
.sec-magazine-header__hdg .txt {
  display: block;
  margin-top: 10px;
  font-size: clamp(24px, 1.9444444444vw, 28px);
  font-weight: 600;
  letter-spacing: 2.8px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-magazine-header__hdg .txt {
    letter-spacing: 3px;
  }
}
.sec-magazine-header__copy {
  margin-top: clamp(15px, 2.0833333333vw, 30px);
  font-size: clamp(13px, 1.0416666667vw, 15px);
  color: #FFF;
  line-height: 30px; /* 200% */
  letter-spacing: 1.05px;
}
@media only screen and (max-width: 767px) {
  .sec-magazine-header__copy {
    margin-top: clamp(12.5px, 6.6666666667vw, 25px);
    padding-inline: 20px;
    font-size: clamp(7.5px, 4vw, 15px);
    text-align: left;
  }
}

/*--------------------------------------------------------------------------
  #sec-first
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-first {
  padding-block: clamp(15px, 2.0833333333vw, 30px) clamp(30px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-first {
    padding-block: 0 30px;
  }
}
.sec-first__hdg {
  margin-bottom: clamp(15px, 2.7777777778vw, 30px);
  font-size: clamp(15px, 1.6666666667vw, 18px);
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-first__hdg {
    margin-bottom: 30px;
  }
}
.sec-first__item {
  position: relative;
  max-width: 600px;
  width: clamp(300px, 41.6666666667vw, 600px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-first__item {
    max-width: none;
    width: 80%;
  }
}
.sec-first__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-first__item a:hover .sec-mvslide__item-img img, .mode-sp .sec-first__item a:active .sec-mvslide__item-img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.sec-first__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-first__item-tag {
    padding: 8px 10px;
  }
}
.sec-first__item-img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.sec-first__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-first__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-first__item-txt {
    margin-top: clamp(5px, 2.6666666667vw, 10px);
    font-size: clamp(8px, 4.2666666667vw, 16px);
  }
}
.sec-first__item-date {
  margin-top: 8px;
  color: #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-first__item-date {
    margin-top: 5px;
  }
}

/*--------------------------------------------------------------------------
  #sec-sort
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-sort {
  margin-top: clamp(30px, 4.6875vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-sort {
    margin-top: 40px;
  }
}
.sec-sort__nav {
  position: relative;
  padding: clamp(15px, 2.34375vw, 30px) clamp(20px, 3.125vw, 40px);
  background: #222;
}
.sec-sort__nav::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec-sort__hdg {
  margin-bottom: clamp(15px, 2.7777777778vw, 30px);
}
.sec-sort__hdg-txt {
  font-size: clamp(13px, 1.2962962963vw, 14px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.4px;
  line-height: 1;
}
.sec-sort__cancel {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-sort__cancel {
    top: 15px;
    right: 15px;
  }
}
.sec-sort__cancel button {
  position: relative;
  padding: 0 0 2px 16px;
  background: url("../img/common/ico_close_w.svg") no-repeat 0 50%/13px 13px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1.87px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-sort__cancel button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bbb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.sec-sort__cancel button:hover {
  opacity: 0.7;
}
.sec-sort__cancel button:hover::before {
  scale: 0 1;
}
.sec-sort__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.sec-sort__taglist-item label input {
  display: none;
}
.sec-sort__taglist-item label span {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  border: 1px solid #bbb;
  border-radius: 8px;
  padding: 12px 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-sort__taglist-item label span {
    padding: 6px 10px;
    border-radius: 6px;
  }
}
.sec-sort__taglist-item label input:checked + span {
  color: #393939;
  background: #ddd;
}
.mode-pc .sec-sort__taglist-item label:hover span {
  background: rgba(221, 221, 221, 0.4);
}
.mode-pc .sec-sort__taglist-item label:hover input:checked + span {
  background: rgba(221, 221, 221, 0.7);
}
.sec-sort__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(20px, 3.125vw, 40px);
  margin-bottom: clamp(15px, 2.34375vw, 30px);
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
.sec-sort__order-hdg {
  position: relative;
  top: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin-right: 5px;
}
.sec-sort__order-select {
  position: relative;
  font-size: 11px;
}
.sec-sort__order-select::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 3px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #7B7A78;
  border-right: 1px solid #7B7A78;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.sec-sort__order-select select {
  padding-inline: 5px 20px;
}
.sec-sort__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(15px, 2.34375vw, 30px);
}
@media only screen and (max-width: 767px) {
  .sec-sort__selected {
    display: block;
  }
}
.sec-sort__selected-hdg {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-sort__selected-hdg {
    margin: 0 0 10px;
  }
}
.sec-sort__selected-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.sec-sort__selected-item button {
  display: inline-block;
  background: #FFF;
  font-size: 11px;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 6px 8px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-sort__selected-item button:hover {
  background: rgba(221, 221, 221, 0.4);
}
.sec-sort .m-pager {
  margin-top: clamp(30px, 4.6875vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-sort .m-pager {
    margin-top: 30px;
  }
}
.sec-sort .m-panel-list.m-panel-list--three .m-panel-list__item {
  margin-bottom: clamp(15px, 2.34375vw, 30px);
}
@media only screen and (max-width: 767px) {
  .sec-sort .m-panel-list.m-panel-list--three .m-panel-list__item {
    margin-bottom: 0;
  }
}
.sec-sort .m-panel-list.m-panel-list--three .m-panel__hdg {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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