@import url("reset.css");
@import url("main.css");
@import url("motion.css");
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#loading video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainContents {
  overflow: hidden;
  width: 100vw;
}
#mainContents .bgParallax {
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainContents .pcSlider div {
  vertical-align: top;
}
#mainContents figure.img {
  overflow: hidden;
}
#mainContents figure.img img {
  transform-origin: center bottom;
  will-change: transform;
}
#mainContents .sec {
  padding-top: 15vw;
}
#mainContents .secTop {
  padding-top: 7.8vw;
}
#mainContents .btnArea {
  padding-top: 5.25vw;
  padding-bottom: 8vw;
  text-align: center;
}
#mainContents .captionBox {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.03;
}
#mainContents .captionBox .item-d-none a {
  text-decoration: none;
  pointer-events: none;
}
#mainContents .captionBox a {
  color: #000;
  text-decoration: underline;
}
#mainContents .contentBox {
  max-width: 100%;
  width: 72vw;
  margin: 0 auto;
}
#mainContents header {
  text-align: center;
  padding-top: 6.25vw;
  padding-bottom: 3.9vw;
}
#mainContents header h1.logo {
  padding-top: 30px;
}
#mainContents header h1.logo.active img {
  opacity: 1;
}
#mainContents header h1.logo img {
  width: 15vw;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainContents .mainVisual {
  position: relative;
}
#mainContents .mainVisual .topSlider {
  width: 46.8vw;
  margin: 0 auto;
  opacity: 0;
  top: 40px;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainContents .mainVisual .topSlider.active {
  opacity: 1;
  top: 0;
}
#mainContents .mainVisual .concept {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#mainContents .mainVisual .concept.active img {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
#mainContents .mainVisual .concept img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 75vw;
  max-width: initial;
}
#mainContents .conceptBox {
  text-align: center;
  padding-top: 6.25vw;
}
#mainContents .conceptBox .season {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
#mainContents .conceptBox .ttl {
  font-size: 36px;
  color: #00ffff;
  font-weight: 700;
  margin-bottom: 25px;
}
#mainContents .conceptBox .desp {
  line-height: 2;
}
#mainContents .blueLine {
  height: 2.5px;
  width: 180px;
  background-color: #00ffff;
  margin: 0 auto;
  margin-bottom: 20px;
}
#mainContents .mainBox {
  text-align: center;
  margin-bottom: 7.8vw;
}
#mainContents .mainBox .imgBox {
  position: relative;
}
#mainContents .mainBox .imgBox .mainImg {
  width: 31.25vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#mainContents .mainBox .imgBox .mainImg img {
  border: 3px solid #000;
}
#mainContents .mainBox .imgBox .concept {
  width: 50vw;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 2;
  bottom: 3.5vw;
}
#mainContents .mainBox .season {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
}
#mainContents .mainBox .ttl {
  font-size: 25px;
  color: #00ffff;
  font-weight: 700;
  margin-bottom: 25px;
}
#mainContents .mainBox .num {
  font-size: 54px;
  font-weight: 600;
  border-bottom: 3px solid #00ffff;
  display: inline-block;
  margin-bottom: 35px;
  color: #00ffff;
  padding: 0 5px;
}
#mainContents .mainBox .mainTtl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mainContents .mainBox .desp {
  line-height: 2;
  font-size: 12px;
}
#mainContents .photoList {
  margin-bottom: 20px;
  gap: 20px;
  display: flex;
  width: 100%;
}
#mainContents .photoList li {
  width: 100%;
  position: relative;
}
#mainContents .photoList li .overArea {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%) scale(0.8, 1);
  letter-spacing: 0.03em;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 22px;
  font-size: 19px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
#mainContents .photoList.photoList1 {
  width: 46.8vw;
  margin: 0 auto;
  margin-bottom: 7.8vw;
}
#mainContents .photoList.photoList2 li {
  width: calc(50% - 10px);
}
#mainContents .photoList.photoList2 li:nth-child(2n) {
  transition-delay: 0.3s;
}
#mainContents .bgMain {
  margin-bottom: -8vw;
  margin-bottom: calc(-8vw - 80px);
}
#mainContents footer {
  text-align: center;
  padding: 15vw 0 3vw 0;
  font-weight: 400;
}
#mainContents footer .creditBox .logo {
  display: inline-block;
  margin-bottom: 30px;
}
#mainContents footer .creditBox .logo img {
  width: 137px;
  max-width: 90%;
}
#mainContents footer .creditBox a.instagram {
  width: 150px;
  height: 60px;
  display: inline-block;
  padding-top: 35px;
  margin-bottom: 30px;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/ico_instagram.png");
  background-size: 24px auto;
}
#mainContents footer .creditBox .credit {
  font-size: 9.5px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 500;
}
#mainContents footer .creditBox .copyright {
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  .onlyPc2 {
    display: none !important;
  }
  .onlySp2 {
    display: flex !important;
  }
  #mainContents header {
    padding-top: 13vw;
  }
  #mainContents header h1.logo {
    padding-top: 0;
  }
  #mainContents header h1.logo img {
    width: 31vw;
  }
  #mainContents .mainVisual {
    padding-top: 15vw;
  }
  #mainContents .mainVisual .topSlider {
    width: 100vw;
  }
  #mainContents .mainVisual .concept {
    top: 20px;
    left: 8vw;
    transform: translate(0);
  }
  #mainContents .mainVisual .concept img {
    width: 9.3vw;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0% 0% 100% 0);
            clip-path: inset(0% 0% 100% 0);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #mainContents .conceptBox .season {
    font-size: 11px;
  }
  #mainContents .conceptBox .ttl {
    font-size: 21px;
  }
  #mainContents .conceptBox .desp {
    font-size: 12px;
  }
  #mainContents .blueLine {
    width: 110px;
    height: 2px;
  }
  #mainContents .sec {
    padding-top: 26vw;
  }
  #mainContents .secTop {
    padding-top: 20vw;
  }
  #mainContents .bgMain {
    margin-bottom: -30vw;
  }
  #mainContents .mainBox {
    margin-bottom: 12vw;
  }
  #mainContents .mainBox .imgBox .mainImg {
    width: 53vw;
    margin-bottom: 35px;
  }
  #mainContents .mainBox .imgBox .mainImg img {
    border-width: 2px;
  }
  #mainContents .mainBox .imgBox .concept {
    width: 85vw;
    bottom: 7.5vw;
  }
  #mainContents .mainBox .season {
    font-size: 11px;
  }
  #mainContents .mainBox .ttl {
    font-size: 21px;
    margin-bottom: 15px;
  }
  #mainContents .mainBox .num {
    font-size: 40px;
    border-width: 2px;
    margin-bottom: 20px;
  }
  #mainContents .mainBox .mainTtl {
    font-size: 15px;
  }
  #mainContents .mainBox .desp {
    font-size: 11px;
  }
  #mainContents .contentBox {
    width: 100%;
  }
  #mainContents .photoList {
    margin-bottom: 25px;
  }
  #mainContents .photoList.photoList1 {
    width: auto;
    margin-bottom: 12vw;
  }
  #mainContents .photoList.photoList2 {
    padding-left: 12vw;
    padding-right: 12vw;
    display: block;
    width: auto;
  }
  #mainContents .photoList.photoList2 li {
    width: auto;
  }
  #mainContents .photoList.photoList2 li:first-child {
    margin-bottom: 8vw;
  }
  #mainContents .photoList.photoList2 li:nth-child(2n) {
    transition-delay: 0s;
  }
  #mainContents .captionBox {
    text-align: center;
  }
  #mainContents footer {
    padding-top: 30vw;
    padding-bottom: 40px;
  }
  #mainContents footer .creditBox .logo img {
    width: 28vw;
  }
  #mainContents footer .creditBox .credit {
    font-size: 8.5px;
  }
  #mainContents footer .creditBox .copyright {
    font-weight: 500;
    letter-spacing: 0;
  }
}/*# sourceMappingURL=style.css.map */