/*---------- reset ----------*/
/*---------- reset ----------*/
/*---------- all common ----------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

.ss2nd_collection img,
.ss2nd_collection video,
.ss2nd_collection svg {
  width: 100%;
  height: auto;
}
.ss2nd_collection a, .ss2nd_collection picture {
  display: block;
}
.ss2nd_collection .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .ss2nd_collection .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ss2nd_collection .sp-only {
    display: none;
  }
}

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(30px);
}

.js-fade-Vr-first.active-f,
.js-fade-Vr.active-f {
  opacity: 1;
  transform: translateY(0);
}

.hover-credit {
  position: relative;
}
.hover-credit::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 241, 232, 0.5);
  content: "";
  z-index: 10;
  transition-duration: 0.5s;
  opacity: 0;
}
.hover-credit .sec-credit {
  transition-duration: 0.5s;
  opacity: 0;
}

.hover-credit.active-h::before {
  pointer-events: none;
}
.hover-credit.active-h::before,
.hover-credit.active-h .sec-credit {
  opacity: 1;
}

.blur-animation {
  overflow: hidden;
}
.blur-animation picture,
.blur-animation img,
.blur-animation .sec-credit {
  filter: blur(8px);
  transition-duration: 1s;
}

.blur-animation.active-b picture,
.blur-animation.active-b img,
.blur-animation.active-b .sec-credit {
  filter: blur(0);
}

/*---------- animation ----------*/
/*---------- font ----------*/
.ss2nd_collection {
  color: #333333;
}

.sec-credit span {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 14px;
  }
}

.staff-creditArea__staff {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20 *(100vw / 750));
  line-height: 1.1305;
  letter-spacing: 0.068em;
}
@media screen and (min-width: 768px) {
  .staff-creditArea__staff {
    font-size: 15px;
  }
  .staff-creditArea__staff--ttl {
    font-size: 11px;
  }
}

.ss2nd_collection__btn a {
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20 *(100vw / 750));
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .ss2nd_collection__btn a {
    font-size: 18px;
  }
}

.image-box801 .sec-credit span,
.image-box1801 .sec-credit span,
.image-box2501 .sec-credit span {
  color: #fff;
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*---------- image-size ----------*/
.image-box,
.sec-image {
  width: calc(630 *(100vw / 750));
}

.firstviewArea__img,
.image-box201,
.image-box401,
.image-box801,
.image-box1001,
.image-box1601,
.image-box1801,
.image-box2201,
.image-box2501 {
  width: 100%;
}
.firstviewArea__img .sec-image,
.image-box201 .sec-image,
.image-box401 .sec-image,
.image-box801 .sec-image,
.image-box1001 .sec-image,
.image-box1601 .sec-image,
.image-box1801 .sec-image,
.image-box2201 .sec-image,
.image-box2501 .sec-image {
  width: auto;
}

.sec-image2701 {
  width: calc(341 *(100vw / 750));
}
.sec-image2701 .sec-image {
  width: auto;
}

/*---------- image-size ----------*/
/*---------- common ----------*/
.image-box,
.sec-image {
  margin: 0 auto;
}

.image-box {
  position: relative;
}

.image-box201,
.sec-image301,
.image-box401,
.image-box901,
.image-box1001,
.sec-image1501,
.image-box1601,
.sec-image2101,
.image-box2201 {
  margin-bottom: calc(140 *(100vw / 750));
}

.image-box501,
.sec-image601,
.sec-image1101,
.image-box1201,
.image-box1301,
.image-box1401,
.sec-image1701,
.image-box1801,
.image-box1901,
.image-box2001,
.sec-image2301,
.sec-image2401,
.image-box2501 {
  margin-bottom: calc(80 *(100vw / 750));
}

.sec-image701,
.image-box801,
.sec-image1701,
.image-box1801,
.sec-image2401 {
  margin-bottom: calc(60 *(100vw / 750));
}

.sec-credit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 15;
}
.sec-credit span {
  display: inline-block;
  margin-bottom: calc(12 *(100vw / 750));
  white-space: nowrap;
}

.image-box801 .sec-credit,
.image-box1801 .sec-credit,
.image-box2501 .sec-credit {
  text-align: left;
  top: auto;
  left: auto;
  transform: translate(0, 0) scale(0.9);
}

/*---------- common ----------*/
.ss2nd_collection {
  padding-bottom: calc(135 *(100vw / 750));
}

.firstviewArea {
  position: relative;
}
.firstviewArea__logoArea {
  position: absolute;
  left: 49%;
  bottom: calc(-288 *(100vw / 750));
  transform: translateX(-50%);
  width: calc(299 *(100vw / 750));
}

.mainContent__firstArea {
  padding-top: calc(428 *(100vw / 750));
  padding-bottom: calc(160 *(100vw / 750));
  background-color: #f8f1e8;
}
.mainContent__contentArea {
  margin-bottom: calc(124 *(100vw / 750));
}

.image-box801 .sec-credit:nth-of-type(1) {
  top: calc(50 *(100vw / 750));
  right: calc(133 *(100vw / 750));
}
.image-box801 .sec-credit:nth-of-type(2) {
  left: calc(45 *(100vw / 750));
  bottom: calc(37 *(100vw / 750));
}
.image-box801 .sec-credit:nth-of-type(2) span:nth-of-type(2) {
  margin-right: calc(10 *(100vw / 750));
}

.image-box1801 .sec-credit:nth-of-type(1) {
  top: calc(49 *(100vw / 750));
  left: calc(63 *(100vw / 750));
}
.image-box1801 .sec-credit:nth-of-type(2) {
  right: calc(94 *(100vw / 750));
  bottom: calc(73 *(100vw / 750));
}

.image-box2501 .sec-credit:nth-of-type(1) {
  top: calc(53 *(100vw / 750));
  left: calc(63 *(100vw / 750));
}
.image-box2501 .sec-credit:nth-of-type(2) {
  right: calc(67 *(100vw / 750));
  bottom: calc(28 *(100vw / 750));
}

.staff-creditArea {
  margin-bottom: calc(152 *(100vw / 750));
}
.staff-creditArea__staff {
  text-align: center;
  margin-bottom: calc(19 *(100vw / 750));
  transform: scale(0.9);
}
.staff-creditArea__staff--ttl {
  display: inline-block;
  margin-bottom: calc(4 *(100vw / 750));
  transform: scale(0.75);
}

.sec-image2701 {
  margin-bottom: calc(32 *(100vw / 750));
}

.ss2nd_collection__btn {
  text-align: center;
}
.ss2nd_collection__btn a {
  display: inline-block;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  /*---------- image-size ----------*/
  .firstviewArea__img {
    width: 100%;
  }
  .image-box,
  .sec-image {
    width: 100%;
  }
  .sec-image501,
  .sec-image901,
  .sec-image1201,
  .sec-image1301,
  .sec-image1301_pc,
  .sec-image1401,
  .sec-image1901 {
    width: auto;
  }
  .image-box101,
  .image-box2001 {
    width: 500px;
  }
  .image-box101 .sec-image,
  .image-box2001 .sec-image {
    width: auto;
  }
  .sec-image2701 {
    width: 384px;
  }
  .sec-image2701 .sec-image {
    width: auto;
  }
  /*---------- image-size ----------*/
  /*---------- common ----------*/
  * {
    min-width: 0;
    min-height: 0;
  }
  .image-box,
  .sec-image {
    margin: 0;
  }
  .image-box101,
  .image-box2001,
  .sec-image2701 {
    margin: 0 auto;
  }
  .image-box .sec-credit span {
    margin-bottom: 10px;
  }
  .sec-credit span {
    margin-bottom: 10px;
  }
  .image-box801 .sec-credit,
  .image-box1801 .sec-credit,
  .image-box2501 .sec-credit {
    transform: translate(0, 0) scale(1);
  }
  .image-box1301_pc {
    color: #fff;
  }
  /*---------- common ----------*/
  /*---------- order ----------*/
  .sec-image301 {
    order: 1;
  }
  .image-box201 {
    order: 2;
  }
  .image-box801 {
    order: 3;
  }
  .image-box401 {
    order: 4;
  }
  .sec-image701 {
    order: 5;
  }
  .sec-image601 {
    order: 6;
  }
  .image-box501 {
    order: 7;
  }
  .image-box901 {
    order: 8;
  }
  .sec-image1101 {
    order: 9;
  }
  .image-box1201 {
    order: 10;
  }
  .image-box1001 {
    order: 11;
  }
  .image-box1301_pc {
    order: 12;
  }
  .sec-image1501 {
    order: 13;
  }
  .sec-image1701 {
    order: 14;
  }
  .image-box1901 {
    order: 15;
  }
  .image-box1601 {
    order: 16;
  }
  .image-box2201 {
    order: 17;
  }
  .sec-image2101 {
    order: 18;
  }
  .image-box1401 {
    order: 19;
  }
  .sec-image2301 {
    order: 20;
  }
  .image-box2501 {
    order: 21;
  }
  .sec-image2401 {
    order: 22;
  }
  .sec-image2601 {
    order: 23;
  }
  .image-box1301 {
    order: 24;
  }
  /*---------- order ----------*/
  .ss2nd_collection {
    padding-top: 86px;
    padding-bottom: 162px;
  }
  .firstviewArea {
    display: flex;
    justify-content: center;
    background-color: #dfd8e3;
  }
  .firstviewArea__imgArea {
    width: 50%;
  }
  .firstviewArea__logoArea {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    width: 50%;
  }
  .firstviewArea__logo {
    margin-top: 2.5rem;
    width: 284px;
  }
  .mainContent__wrapper {
    margin: 0 auto;
    max-width: 1155px;
    width: 90%;
  }
  .mainContent__firstArea {
    padding-top: 170px;
    padding-bottom: 184px;
    background-color: transparent;
  }
  .mainContent__contentArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    row-gap: 55px;
    -moz-column-gap: 53px;
         column-gap: 53px;
    margin-bottom: 263px;
  }
  .image-box801 .sec-credit:nth-of-type(3) {
    text-align: right;
    top: 2.3rem;
    right: 2.8rem;
  }
  .image-box801 .sec-credit:nth-of-type(4) {
    top: 47.7%;
    left: 52.5%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .image-box801 .sec-credit:nth-of-type(5) {
    text-align: left;
    left: 2.6rem;
    bottom: 2.3rem;
  }
  .image-box901 .sec-credit span:nth-of-type(2) {
    margin-right: 10px;
  }
  .image-box1301_pc .sec-credit {
    top: auto;
    left: auto;
    bottom: auto;
    transform: translate(0);
  }
  .image-box1301_pc .sec-credit:nth-of-type(1) {
    text-align: left;
    top: 10.6rem;
    right: 13.6rem;
  }
  .image-box1301_pc .sec-credit:nth-of-type(2) {
    text-align: left;
    top: 51.7%;
    left: 11.5rem;
    transform: translateY(-50%);
  }
  .image-box1301_pc .sec-credit:nth-of-type(3) {
    text-align: right;
    right: 3.6rem;
    bottom: 3rem;
  }
  .image-box2501 .sec-credit {
    text-align: left;
    top: auto;
    left: auto;
    bottom: auto;
    transform: translate(0);
  }
  .image-box2501 .sec-credit:nth-of-type(3) {
    top: 9.3rem;
    left: 10.8rem;
  }
  .image-box2501 .sec-credit:nth-of-type(4) {
    text-align: right;
    top: 46.7%;
    right: 4rem;
    transform: translateY(-50%);
  }
  .image-box2501 .sec-credit:nth-of-type(5) {
    left: 8rem;
    bottom: 4.4rem;
  }
  .image-box2001 {
    margin-bottom: 212px;
  }
  .staff-creditArea {
    margin-bottom: 230px;
  }
  .staff-creditArea__staff {
    margin-bottom: 19px;
    transform: scale(1);
  }
  .staff-creditArea__staff--ttl {
    margin-bottom: 6px;
    transform: scale(1);
  }
  .sec-image2701 {
    margin-bottom: 37px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}/*# sourceMappingURL=style.css.map */