/*---------- reset ----------*/
.main-inner {
  width: 100% !important;
}

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

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

/*---------- all common ----------*/
/*---------- animation ----------*/
.js-fade-Vr-first,
.js-fade-Vr {
  opacity: 0;
  transition-duration: 1.2s;
}

.js-fade-Vr-first.active,
.js-fade-Vr.active {
  opacity: 1;
}

/*---------- animation ----------*/
/*---------- font ----------*/
@import url("https://use.typekit.net/lxv1qgi.css");

.firstviewArea__ttl {
font-family: "times-new-roman", sans-serif;
font-weight: 400;
  font-style: italic;
  font-size: calc(25 *(100vw / 750));
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .firstviewArea__ttl {
    font-size: 26px;
  }
}

.sec-credit span {
font-family: "times-new-roman", sans-serif;
font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: calc(25 *(100vw / 750));
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec-credit span {
    font-size: 16px;
  }
}

/*---------- font ----------*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aw2nd_collection {
  margin-bottom: calc(95 *(100vw / 750));
  padding-bottom: calc(280 *(100vw / 750));
  background-color: #eff4f4;
}

.firstviewArea {
  padding-top: calc(117 *(100vw / 750));
  padding-bottom: calc(183 *(100vw / 750));
}
.firstviewArea__wrapper {
  position: relative;
  width: calc(410 *(100vw / 750));
  margin-left: calc(104 *(100vw / 750));
}
.firstviewArea__wrap {
  text-align: center;
  width: calc(322 *(100vw / 750));
}
.firstviewArea__logo {
  margin: 0 auto;
  margin-bottom: calc(18 *(100vw / 750));
}
.firstviewArea__border {
  position: absolute;
  top: 0;
  left: calc(80 *(100vw / 750));
  width: calc(329 *(100vw / 750));
  z-index: 15;
  pointer-events: none;
}

.contentArea {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: calc(174 *(100vw / 750));
}
.contentArea__wrap {
  width: 33.3333333333%;
}
.contentArea__box {
  position: relative;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 10000;
}
.md-contents__img {
  margin-bottom: calc(36 *(100vw / 750));
}

.md-xmark {
  position: absolute;
  top: -30px;
  right: 7px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

.sec-credit {
  text-align: center;
}
.sec-credit--pc {
  display: none;
}
.sec-credit a, .sec-credit span {
  display: inline-block;
}

.aw2nd_collection__lastTtl {
  margin: 0 auto;
  margin-bottom: calc(57 *(100vw / 750));
  width: calc(234 *(100vw / 750));
}

.aw2nd_collection__btn {
  margin: 0 auto;
  width: calc(320 *(100vw / 750));
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for desktop
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  .aw2nd_collection {
    padding-bottom: 230px;
    margin-bottom: 220px;
  }
  .firstviewArea {
    margin: 0 auto;
    padding-top: 171px;
    padding-bottom: 265px;
    max-width: 1400px;
    width: 100%;
  }
  .firstviewArea__wrapper {
    width: 560px;
    margin-left: 32.4rem;
  }
  .firstviewArea__wrap {
    width: 430px;
  }
  .firstviewArea__logo {
    margin-bottom: 21px;
  }
  .firstviewArea__border {
    top: 0;
    left: 12.3rem;
    width: 439px;
  }
  .contentArea {
    margin-bottom: 228px;
  }
  .contentArea__wrap {
    width: 25%;
  }
  .contentArea__wrap01 {
    order: 1;
  }
  .contentArea__wrap02 {
    order: 2;
  }
  .contentArea__wrap03 {
    order: 3;
  }
  .contentArea__wrap12 {
    order: 4;
  }
  .contentArea__wrap04 {
    order: 5;
  }
  .contentArea__wrap07 {
    order: 6;
  }
  .contentArea__wrap06 {
    order: 7;
  }
  .contentArea__wrap05 {
    order: 8;
  }
  .contentArea__wrap11 {
    order: 9;
  }
  .contentArea__wrap08 {
    order: 10;
  }
  .contentArea__wrap09 {
    order: 11;
  }
  .contentArea__wrap15 {
    order: 12;
  }
  .contentArea__wrap16 {
    order: 13;
  }
  .contentArea__wrap22 {
    order: 14;
  }
  .contentArea__wrap10 {
    order: 15;
  }
  .contentArea__wrap27 {
    order: 16;
  }
  .contentArea__wrap17 {
    order: 17;
  }
  .contentArea__wrap13 {
    order: 18;
  }
  .contentArea__wrap18 {
    order: 19;
  }
  .contentArea__wrap19 {
    order: 20;
  }
  .contentArea__wrap50 {
    order: 21;
  }
  .contentArea__wrap35 {
    order: 22;
  }
  .contentArea__wrap25 {
    order: 23;
  }
  .contentArea__wrap30 {
    order: 24;
  }
  .contentArea__wrap37 {
    order: 25;
  }
  .contentArea__wrap26 {
    order: 26;
  }
  .contentArea__wrap28 {
    order: 27;
  }
  .contentArea__wrap23 {
    order: 28;
  }
  .contentArea__wrap29 {
    order: 29;
  }
  .contentArea__wrap44 {
    order: 30;
  }
  .contentArea__wrap46 {
    order: 31;
  }
  .contentArea__wrap31 {
    order: 32;
  }
  .contentArea__wrap48 {
    order: 33;
  }
  .contentArea__wrap40 {
    order: 34;
  }
  .contentArea__wrap53 {
    order: 35;
  }
  .contentArea__wrap20 {
    order: 36;
  }
  .contentArea__wrap24 {
    order: 37;
  }
  .contentArea__wrap14 {
    order: 38;
  }
  .contentArea__wrap56 {
    order: 39;
  }
  .contentArea__wrap39 {
    order: 40;
  }
  .contentArea__wrap45 {
    order: 41;
  }
  .contentArea__wrap36 {
    order: 42;
  }
  .contentArea__wrap54 {
    order: 43;
  }
  .contentArea__wrap57 {
    order: 44;
  }
  .contentArea__wrap33 {
    order: 45;
  }
  .contentArea__wrap55 {
    order: 46;
  }
  .contentArea__wrap38 {
    order: 47;
  }
  .contentArea__wrap52 {
    order: 48;
  }
  .contentArea__wrap51 {
    order: 49;
  }
  .contentArea__wrap34 {
    order: 50;
  }
  .contentArea__wrap49 {
    order: 51;
  }
  .contentArea__wrap59 {
    order: 52;
  }
  .contentArea__wrap32 {
    order: 53;
  }
  .contentArea__wrap47 {
    order: 54;
  }
  .contentArea__wrap21 {
    order: 55;
  }
  .contentArea__wrap58 {
    order: 56;
  }
  .contentArea__wrap41 {
    order: 57;
  }
  .contentArea__wrap43 {
    order: 58;
  }
  .contentArea__wrap60 {
    order: 59;
  }
  .contentArea__wrap42 {
    order: 60;
  }
  .sec-credit {
    text-align: center;
  }
  .sec-credit--pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
  }
  .sec-credit--pc::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sec-credit span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  .aw2nd_collection__lastTtl {
    margin-bottom: 83px;
    width: 338px;
  }
  .aw2nd_collection__btn {
    width: 292px;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for tablet
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*# sourceMappingURL=style.css.map */