@import url("reset.css");
@import url("main.css");
@import url("motion.css");
#thirdMagazine2025 {
  overflow: hidden;
  width: 100vw;
}
#thirdMagazine2025 a.disable {
  text-decoration: none !important;
  pointer-events: none;
}
#thirdMagazine2025 img {
  max-width: initial;
}
#thirdMagazine2025 figure.img {
  overflow: hidden;
}
#thirdMagazine2025 figure.img img {
  transform-origin: center bottom;
  will-change: transform;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2025 .btnArea {
  padding-top: 5.25vw;
  padding-bottom: 8vw;
  text-align: center;
}
#thirdMagazine2025 a.bigBtn {
  font-size: 26px;
  display: inline-block;
  padding: 30px 0;
  min-width: 23vw;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  overflow: hidden;
}
#thirdMagazine2025 a.bigBtn:after {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#thirdMagazine2025 a.bigBtn:hover {
  color: #fff;
}
#thirdMagazine2025 a.bigBtn:hover:after {
  transform: scale(1, 1);
}
#thirdMagazine2025 .backToTop {
  text-align: center;
  padding-bottom: 6.25vw;
}
#thirdMagazine2025 .backToTop a.scrollBtn {
  font-size: 17px;
  font-weight: 400;
  padding-top: 50px;
  color: #000000;
  display: inline-block;
  background-image: url("../images/arr_up.png");
  background-repeat: no-repeat;
  background-size: 48px auto;
  background-position: center 10px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#thirdMagazine2025 .backToTop a.scrollBtn:hover {
  background-position: center 0px;
}
#thirdMagazine2025 .topSlider div {
  vertical-align: top;
}
#thirdMagazine2025 .pcSlider div {
  vertical-align: top;
}
#thirdMagazine2025 header {
  padding-left: 6.6vw;
  padding-top: 4.2vw;
  padding-bottom: 4.6vw;
}
#thirdMagazine2025 header h1.logo.active img {
  opacity: 1;
}
#thirdMagazine2025 header h1.logo img {
  width: 24.9vw;
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#thirdMagazine2025 .mainVisual {
  position: relative;
}
#thirdMagazine2025 .mainVisual .topSlider {
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 100% 0 0);
}
#thirdMagazine2025 .mainVisual .topSlider.active {
  clip-path: inset(0 0% 0 0);
}
#thirdMagazine2025 .mainVisual .season {
  position: absolute;
  right: 2.3vw;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  opacity: 0;
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#thirdMagazine2025 .mainVisual .season.active {
  opacity: 1;
}
#thirdMagazine2025 .mainVisual .season img {
  width: 26vw;
}
#thirdMagazine2025 .bgBox {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: -29vw;
  margin-bottom: -38vw;
}
#thirdMagazine2025 .bgBox .concept {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 11vw;
  width: 100%;
  line-height: 2;
}
#thirdMagazine2025 .bgBox2 {
  margin-top: -25vw;
  margin-bottom: -40vw;
}
#thirdMagazine2025 .sec {
  position: relative;
  z-index: 2;
  padding-top: 7.5vw;
  padding-top: 4vw;
}
#thirdMagazine2025 .secTop {
  padding-top: 0;
}
#thirdMagazine2025 .sec2 {
  padding-top: 8vw;
}
#thirdMagazine2025 .photoList {
  display: flex;
  justify-content: center;
  margin-bottom: 8.8vw;
  margin-bottom: 2vw;
  margin-top: 3.5vw;
  gap: 1.6vw;
}
#thirdMagazine2025 .photoList.photoList1 li {
  width: 46.8vw;
}
#thirdMagazine2025 .photoList.photoList1big li {
  width: 71.8vw;
}
#thirdMagazine2025 .photoList.photoList2 li {
  width: 35.1vw;
}
#thirdMagazine2025 .photoList.photoList2 li:nth-child(2n) {
  transition-delay: 0.3s;
}
#thirdMagazine2025 .photoList.photoList3 li:nth-child(3n+2) {
  transition-delay: 0.2s;
}
#thirdMagazine2025 .photoList.photoList3 li:nth-child(3n) {
  transition-delay: 0.4s;
}
#thirdMagazine2025 .photoList.photoList2big li {
  width: 46.8vw;
}
#thirdMagazine2025 .photoList.photoList2big li:nth-child(2n) {
  transition-delay: 0.3s;
}
#thirdMagazine2025 .photoList.photoList0 {
  margin-top: 0;
}
#thirdMagazine2025 .photoList.photoListAll li {
  width: 100vw;
}
#thirdMagazine2025 .captionBox {
  text-align: center;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 2;
}
#thirdMagazine2025 .captionBox a {
  text-decoration: underline;
}
#thirdMagazine2025 .captionBox a:hover {
  text-decoration: none;
}
#thirdMagazine2025 .imgLine {
  border: 3px solid #000;
}
#thirdMagazine2025 .pcSlider {
  width: 100%;
}
#thirdMagazine2025 footer {
  margin-top: 11.7vw;
  position: relative;
  font-size: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#thirdMagazine2025 footer .creditBox {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
#thirdMagazine2025 footer .creditBox .logoMini {
  margin-bottom: 2.3vw;
}
#thirdMagazine2025 footer .creditBox .logoMini img {
  width: 15vw;
}
#thirdMagazine2025 footer .creditBox .credit {
  line-height: 2;
}
#thirdMagazine2025 footer .copyright {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
#thirdMagazine2025 .ftNavList {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  font-size: 10px;
  margin-bottom: 2.3vw;
}
#thirdMagazine2025 .ftNavList li a {
  width: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 40px;
  font-weight: 600;
}
#thirdMagazine2025 .ftNavList li a:hover {
  opacity: 0.6;
}
#thirdMagazine2025 .ftNavList li.facebook a {
  background-image: url("../images/ico_facebook_black.png");
  background-size: auto 25px;
}
#thirdMagazine2025 .ftNavList li.instagram a {
  background-image: url("../images/ico_instagram_black.png");
  background-size: auto 25px;
}
#thirdMagazine2025 .ftNavList li.x a {
  background-image: url("../images/ico_x_black.png");
  background-size: auto 25px;
}
#thirdMagazine2025 .ftNavList li.line a {
  background-image: url("../images/ico_line_black.png");
  background-size: auto 25px;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #thirdMagazine2025 header {
    padding-left: 0;
    padding-top: 11.3vw;
    padding-bottom: 11.3vw;
    text-align: center;
  }
  #thirdMagazine2025 header h1.logo img {
    width: 47.7vw;
  }
  #thirdMagazine2025 .mainVisual .topSlider {
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #thirdMagazine2025 .bgBox {
    margin-bottom: -70vw;
  }
  #thirdMagazine2025 .bgBox .season {
    opacity: 0;
    transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 10vw;
  }
  #thirdMagazine2025 .bgBox .season.active {
    opacity: 1;
  }
  #thirdMagazine2025 .bgBox .season img {
    width: 56vw;
  }
  #thirdMagazine2025 .bgBox .concept {
    top: 23vw;
    font-size: 11px;
    letter-spacing: 0;
  }
  #thirdMagazine2025 .bgBox3 {
    margin-top: -55vw;
    margin-bottom: -114vw;
  }
  #thirdMagazine2025 .photoList {
    margin-top: 18vw;
    margin-bottom: 5vw;
  }
  #thirdMagazine2025 .photoList.photoList1 li {
    width: 100%;
  }
  #thirdMagazine2025 .photoList.photoList2 li {
    width: 75vw;
  }
  #thirdMagazine2025 .photoList.photoList2 li:nth-child(2n) {
    transition-delay: 0s;
  }
  #thirdMagazine2025 .photoList.photoList2Sp li {
    width: 75vw;
  }
  #thirdMagazine2025 .photoList.photoList1big li {
    width: 100%;
  }
  #thirdMagazine2025 .captionBox {
    font-size: 9px;
  }
  #thirdMagazine2025 .sec {
    padding-top: 12vw;
  }
  #thirdMagazine2025 footer {
    margin-top: 26.6vw;
  }
  #thirdMagazine2025 footer .bg {
    margin-bottom: 10vw;
  }
  #thirdMagazine2025 footer .creditBox {
    position: relative;
    top: initial;
    transform: translate(0);
  }
  #thirdMagazine2025 footer .creditBox .logoMini {
    margin-bottom: 6vw;
  }
  #thirdMagazine2025 footer .creditBox .logoMini img {
    width: 32vw;
  }
  #thirdMagazine2025 footer .creditBox .credit {
    line-height: 2;
    font-size: 9px;
    margin-bottom: 25vw;
  }
  #thirdMagazine2025 footer .copyright {
    position: relative;
    bottom: initial;
    padding-bottom: 8vw;
    font-size: 9px;
  }
  #thirdMagazine2025 .ftNavList {
    margin-bottom: 6vw;
  }
  #thirdMagazine2025 .ftNavList li a {
    padding-top: 35px;
  }
  #thirdMagazine2025 .img_yoko {
    overflow: hidden;
  }
  #thirdMagazine2025 .img_yoko img {
    height: 125vw;
    width: auto;
    will-change: transform;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}/*# sourceMappingURL=style.css.map */