﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz@8..60&display=swap");

.appMenu.scDown #hdrSctn,
.hdrOn.appMenu #hdrSctn {
  z-index: 100;
}

/*logo*/
.coverImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mainArea .logoSet {
  z-index: 100;
  margin: auto;
  width: 77%;
  opacity: 1;
  position: absolute;
  left: 7%;
  top: 17%;
}
#mainArea .logoSet a {
  inline-size: 1;
  font-size: 0;
}
#mainArea .logoSet svg {
  width: 70vw;
  height: 5vw;
}
#mainArea .logoSet svg,
#glbMenu .logoSct h1 svg {
  fill: #000;
}

.seasonTtl {
  width: 44%;
  margin: 1.6rem auto 0;
}
.seasonTheme {
  /* position: fixed; */
  /* top: 50px; */
  /* width: 30%; */
  /* left: 0; */
  /* right: 0; */
  /* margin: auto; */
  /* opacity: 0; */
  /* z-index: 10; */
  /* transition: 0.3s ease; */
}
.hdrOn.appMenu .seasonTheme {
  /* opacity: 1; */
}
.scUp.hdrOn.appMenu .seasonTheme {
  opacity: 0;
}

.lpFont {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 641px) {
  .seasonTheme {
    width: 25%;
    top: 72px;
  }
  #mainArea .logoSet {
    top: 87.1svh;
    display: -webkit--webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    /* display: none; */
    width: 60%;
    left: 5%;
    right: auto;
  }

  #mainArea .logoSet svg {
    /* fill: #fff; */
    width: 40vw;
    height: 3.5vw;
  }
  .seasonTtl {
    font-size: 2.6vw;
    width: 28%;
    letter-spacing: 0.1em;
    margin: 0.5vw auto 0;
    z-index: 4;
    position: relative;
  }
}

@media screen and (min-width: 961px) {
  .seasonTheme {
    /* max-width: 240px; */
    top: 110px;
  }
  .scUp.hdrOn.appMenu .seasonTheme {
    opacity: 1;
  }
  #glbMenu .gNavBlk .menuSet {
    background: #e3e3e3;
  }
  #mainArea .logoSet {
    top: auto;
    bottom: 16.5%;
    width: 31.5%;
    left: 50%;
    right: auto;
    margin: 0;
    /* display: none; */
    transform: translate(0, 0);
  }

  #mainArea .logoSet svg {
    fill: #2f2f2f;
    width: 320px;
  }
  .seasonTtl {
    margin: 1rem auto 0;
    width: 50%;
    height: auto;
    line-height: 1;
    font-size: 1rem;
  }
}

.colSet .colTxtSet {
  display: inline-block;
  width: 92%;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
.colSet .colTxtSet .creditTxt.taC {
  display: block;
  text-align: center;
}
.creditTxt {
  opacity: 1;
  position: relative;
  color: #000;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  width: 100%;
  margin: 0;
  padding: 0 0 0 2em;
  display: block;
  text-align: left;
}
.creditTxt.wide {
  padding: 0;
}
.creditTxt a {
  /* width: auto; */
  font-size: 1.25rem;
  position: relative;
  line-height: 1.85;
  color: #2f2f2f;
  pointer-events: auto;
  letter-spacing: 0;
  text-align: left;
  display: inline;
  opacity: 1;
  font-size: min(2rem, 16px);
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.creditTxt a.cs {
  color: #919191;
  pointer-events: none;
}
.creditTxt a.cs::before {
  content: none;
}

.creditTxt .price {
  /* font-style: italic; */
}

.creditTxt li a {
  /* text-decoration: underline; */
}
.creditTxt a.coming {
  color: #919191;
  pointer-events: none;
}

.creditTxt a:not(:last-of-type) {
  /* margin-right: 0.5em; */
  padding-right: 0.4em;
}
.creditTxt a:not(:last-of-type)::after {
  content: "";
  position: relative;
  padding: 0;
}

.creditTxt.column {
  flex-flow: column;
  display: flex;
}
.creditTxt.column a:not(:last-of-type) {
  /* margin-right: 0.5em; */
  padding-right: 0.5em;
}
.creditTxt.column a:not(:last-of-type)::after {
  content: none;
}

.cBtn {
  padding: 0 0 0 1.4em;
  font-size: 1.8rem;
  color: #2f2f2f;
}

.cBtn::before,
.cBtn::after {
  position: absolute;
  top: calc(48% + 1px);
  left: 0;
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.cBtn:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.creditOn .cBtn {
  position: absolute;
  left: 0.6em;
  top: 1em;
  font-size: 2.4rem;
  color: #ffffff;
  padding: 0;
  width: 90px;
  text-align: left;
}

.logoSct {
  display: none !important;
}
.seasonLogoBlk {
  position: fixed;
  top: 20px;
  display: inline-block;
  z-index: 100;
  opacity: 0;
  left: 50%;
  right: 0;
  transition: 0.2s;
  width: 60%;
  ,:;
  transform: translate(-50%, 0);
}
.hdrOn .seasonLogoBlk {
  opacity: 1;
}

.searchon .seasonLogoBlk {
  opacity: 0;
}
.seasonLogoBlk .logoSet {
}

.seasonLogoBlk .logoSet svg {
  fill: #000;
  width: 24.15em;
  height: 3.05em;
  max-width: 336px;
  max-height: 20px;
  display: block;
  margin: 0 auto;
}

.seasonLogoBlk .seasonTheme {
  width: 50%;
  margin: 1.5rem auto 0;
  max-width: 180px;
}

@media screen and (min-width: 641px) {
  .creditTxt {
    padding: 0;
  }
  .creditTxt a {
    font-size: min(1.2rem, 16px);
  }
  .creditTxt li {
    font-size: 1.2rem;
  }

  .colSet .colTxtSet {
    height: 100%;
    width: 100%;
  }

  .colSet .colTxtSet ul {
    padding: 0;
  }

  .creditOn .cBtn {
    position: absolute;
    left: 1.6em;
    top: 2.35em;
    font-size: 1.6rem;
  }

  .creditOn .creditTxt li a::after {
    top: 50%;
  }
  .seasonLogoBlk {
    /* margin: 0 auto 100px; */
    top: 30px;
  }
  .seasonLogoBlk .logoSet {
  }
  .seasonLogoBlk .seasonTheme {
    margin: 2.5rem auto 0;
    width: 57%;
  }
  .creditTxt.column {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .creditTxt.pccolumn {
    flex-flow: column;
    display: flex;
    text-align: left;
    align-items: flex-start;
  }
  .creditTxt.pccolumn a:not(:last-of-type) {
    /* margin-right: 0.5em; */
    padding-right: 0.5em;
  }
  .creditTxt.pccolumn a:not(:last-of-type)::after {
    content: none;
  }
}

@media screen and (min-width: 961px) {
  .creditTxt {
    padding: 0;
    display: block;
  }
  .colSet .cBtn {
    padding: 0;
    width: 68px;
    height: 1.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.051em;
    color: #2f2f2f;
  }

  .creditOn .colSet .cBtn {
    width: 40px;
  }

  .creditOn .cBtn {
    color: #2f2f2f;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
  }

  .cBtn::before,
  .cBtn::after {
    width: 9px;
    top: 50%;
  }

  .cBtn:after {
  }

  .creditOn .cBtn::before,
  .creditOn .cBtn::after {
    right: auto;
    left: 0;
    width: 12px;
    background: #000;
  }

  .creditOn .creditTxt li {
    margin: 0 1.8em 0.5em 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #3c3c3c;
  }
  .seasonLogoBlk {
    top: 44px;
    /* margin: 0 auto 80px; */
  }
  .seasonLogoBlk .logoSet {
  }
  .seasonLogoBlk .seasonTheme {
  }
}

#mainArea {
  width: 100%;
  padding: 0 0 0;
  height: 100svh !important;
}
/*sp*/
@media screen and (max-width: 640px) {
  .colSet .colTxtSet .creditTxt.taC {
    padding: 0;
    text-align: center;
    display: block;
  }
  #mainArea .mainImgSet {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  .mainImgSet .coverImg::before {
    padding-top: 141.2%;
  }
  .mainImgSet .mainImg {
    /* background-position: top; */
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .lineBlk + .lineBlk {
    /* margin: 11.0rem auto 0; */
  }
  .lpTxt {
    color: #2f2f2f;
    font-size: 2.85vw;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .creditTxt.spcolumn {
    flex-flow: column;
    display: flex;
  }
  .creditTxt.spcolumn a:not(:last-of-type) {
    /* margin-right: 0.5em; */
    padding-right: 0.5em;
  }
  .creditTxt.spcolumn a:not(:last-of-type)::after {
    content: none;
  }

  .colImgSet {
    width: 100%;
    padding: 0 0 2.8em;
    display: flex;
    flex-flow: wrap;
  }
}
/*
   .set01 {
  }
  .set02 {
  }
  .set03 {
  }
  .set04 {
  }
  .set05 {
  }
  .set06 {
  }
  .set07 {
  }
  .set08 {
  }
  .set09 {
  }
  .set10 {
  }
  .set11 {
  }
  .set12 {
  }

  #p1 {}
  #p1 .colImgSet {}
  #p1 .colTxtSet {}
  #p1 .colImgSet .aiImg:nth-of-type(1) {}
  #p2 {}
  #p2 .colImgSet {}
  #p2 .colTxtSet {}
  #p2 .colImgSet .aiImg:nth-of-type(1) {}
  #p3 {}
  #p3 .colImgSet {}
  #p3 .colTxtSet {}
  #p3 .colImgSet .aiImg:nth-of-type(1) {}
  #p4 {}
  #p4 .colImgSet {}
  #p4 .colTxtSet {}
  #p4 .colImgSet .aiImg:nth-of-type(1) {}
  #p5 {}
  #p5 .colImgSet {}
  #p5 .colTxtSet {}
  #p5 .colImgSet .aiImg:nth-of-type(1) {}
  #p6 {}
  #p6 .colImgSet {}
  #p6 .colTxtSet {}
  #p6 .colImgSet .aiImg:nth-of-type(1) {}
  #p7 {}
  #p7 .colImgSet {}
  #p7 .colTxtSet {}
  #p7 .colImgSet .aiImg:nth-of-type(1) {}
  #p8 {}
  #p8 .colImgSet {}
  #p8 .colTxtSet {}
  #p8 .colImgSet .aiImg:nth-of-type(1) {}
  #p9 {}
  #p9 .colImgSet {}
  #p9 .colTxtSet {}
  #p9 .colImgSet .aiImg:nth-of-type(1) {}
  #p10 {}
  #p10 .colImgSet {}
  #p10 .colTxtSet {}
  #p10 .colImgSet .aiImg:nth-of-type(1) {}
  #p11 {}
  #p11 .colImgSet {}
  #p11 .colTxtSet {}
  #p11 .colImgSet .aiImg:nth-of-type(1) {}
  #p12 {}
  #p12 .colImgSet {}
  #p12 .colTxtSet {}
  #p12 .colImgSet .aiImg:nth-of-type(1) {}
  #p13 {}
  #p13 .colImgSet {}
  #p13 .colTxtSet {}
  #p13 .colImgSet .aiImg:nth-of-type(1) {}
  #p14 {}
  #p14 .colImgSet {}
  #p14 .colTxtSet {}
  #p14 .colImgSet .aiImg:nth-of-type(1) {}
  #p15 {}
  #p15 .colImgSet {}
  #p15 .colTxtSet {}
  #p15 .colImgSet .aiImg:nth-of-type(1) {}
  #p16 {}
  #p16 .colImgSet {}
  #p16 .colTxtSet {}
  #p16 .colImgSet .aiImg:nth-of-type(1) {}
  #p17 {}
  #p17 .colImgSet {}
  #p17 .colTxtSet {}
  #p17 .colImgSet .aiImg:nth-of-type(1) {}
  #p1 {}
   */

.collectionArea {
  padding: 93px 0;
}

.colImgSet .aiImg:nth-of-type(1) {
  position: relative;
  z-index: 10;
  line-height: 1;
}
.colImgSet .aiImg:nth-of-type(2),
.colImgSet .aiImg:nth-of-type(3) {
  position: absolute;
}
.colImgSet .aiImg:nth-of-type(2) img,
.colImgSet .aiImg:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.set01 {
}
.set02 {
  margin: 11rem auto 0;
}
.set03 {
  margin: 5% auto 0;
}
.set04 {
}
.set05 {
}
.set06 {
}
.set07 {
}
.set08 {
}
.set09 {
}
.set10 {
}
.set11 {
}
.set12 {
}

#p0 {
  width: 100%;
  margin: 0 auto;
}
#p0 .logoObj {
  width: 62%;
  margin: 0 auto;
}
#p0 .txtObj {
  margin: 8% auto 0;
  font-size: 4vw;
  line-height: 1.7;
}
#p1 {
  margin: 0;
  z-index: 2;
}
#p1 .colImgSet {
}
#p1 .colTxtSet {
  padding: 0 0 0 1em;
}
#p1 .colImgSet .aiImg:nth-of-type(1) {
}

#p2 {
  margin: -20% 0 0;
  z-index: 0;
}
#p2 .colImgSet {
  padding: 27% 0 0;
}
#p2 .colTxtSet {
}
#p2 .colImgSet .aiImg:nth-of-type(1) {
  /* position: relative; */ /* z-index: 2; */
}
#p2 .colImgSet .aiImg:nth-of-type(1) {
  width: 70%;
  margin: 0 0 0 15%;
  padding: 0 0 20%;
}
#p2 .colImgSet .aiImg:nth-of-type(2) {
  width: 85%;
  left: 0;
  margin: 0 auto 0 0;
  z-index: 5;
  top: 19.3%;
  height: 81%;
}
#p2 .colImgSet .aiImg:nth-of-type(3) {
  position: absolute;
  z-index: 0;
  margin: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}

#p3 {
}
#p3 .colImgSet {
}
#p3 .colTxtSet {
}
#p3 .colImgSet .aiImg:nth-of-type(1) {
}

#p4 {
  margin: 9% auto 0;
}
#p4 .colImgSet {
}
#p4 .colTxtSet {
}

#p4 .colImgSet .aiImg:nth-of-type(1) {
}

#p5 {
}
#p5 .colImgSet {
  width: 80%;
  margin: 2% auto 0;
}
#p5 .creditTxt {
  text-align: center;
}
#p5 .colImgSet .aiImg:nth-of-type(1) {
}

#p6 {
}
#p6 .colImgSet {
}
#p6 .colTxtSet {
  padding: 0 22% 0 0;
}
#p6 .colImgSet .aiImg:nth-of-type(1) {
}

#p7 {
  width: 85%;
  margin: 9% auto 0;
}
#p7 .colImgSet {
}
#p7 .colTxtSet {
  width: 100%;
}
#p7 .colTxtSet .creditTxt {
  padding: 0;
}
#p7 .colImgSet .aiImg:nth-of-type(1) {
}

#p8 {
  margin: 14% auto 0;
  z-index: 2;
}
#p8 .colImgSet {
  overflow: visible;
}
#p8 .colTxtSet {
  margin: 22% 0 0 4%;
  width: 64%;
  display: flex;
}
#p8 .colImgSet .aiImg:nth-of-type(1) {
}
#p8 .colImgSet .aiImg:nth-of-type(1) {
  width: 85%;
}
#p8 .colImgSet .aiImg:nth-of-type(2) {
  width: 90%;
  right: 0;
  top: 13%;
}

#p9 {
  margin: 0;
  z-index: 0;
  padding: 0;
}
#p9 .colImgSet {
  margin: -42% auto 0;
  padding: 62% 0 0;
  position: relative;
}
#p9 .colTxtSet {
  margin: 6% auto 0;
}
#p9 .colImgSet .aiImg:nth-of-type(1) {
  width: 93%;
}

#p9 .colImgSet .aiImg:nth-of-type(2) {
  top: 0;
}

#p10 {
  margin: 9% auto 0;
}
#p10 .colImgSet {
  width: 80%;
}
#p10 .colTxtSet {
  width: 87%;
}
#p10 .colImgSet .aiImg:nth-of-type(1) {
}

#p11 {
  margin: 14% auto 0;
}
#p11 .colImgSet {
}
#p11 .colTxtSet {
}
#p11 .colImgSet .aiImg:nth-of-type(1) {
}

#p12 {
  margin: 13% auto 0;
  z-index: 10;
}
#p12 .colImgSet {
  width: 92%;
  margin: 0 auto 0 0;
}
#p12 .colTxtSet {
  width: 70%;
  display: flex;
  margin: 1% auto 0 3%;
}
#p12 .colImgSet .aiImg:nth-of-type(1) {
}

#p13 {
  z-index: 9;
  margin: -47% 0 0;
  padding: 47% 0 0;
}
#p13 .colImgSet {
  margin: -47% 0 0;
  padding: 61% 0 0;
}
#p13 .colTxtSet {
}
#p13 .colImgSet .aiImg:nth-of-type(1) {
  margin: 0% 7.5% 0 auto;
  width: 61%;
  z-index: 3;
  padding: 42% 0 0;
}
#p13 .colImgSet .aiImg:nth-of-type(2) {
  z-index: 2;
  top: 33%;
  width: 80%;
}
#p13 .colImgSet .aiImg:nth-of-type(3) {
  top: 0;
  z-index: 1;
  transform: scale(-1, 1);
}

#p14 {
  margin: 10% auto 0;
}
#p14 .colImgSet {
}
#p14 .colTxtSet {
}
#p14 .colImgSet .aiImg:nth-of-type(1) {
}
#p14 .colImgSet:nth-child(3) {
  width: 85%;
  margin: 6% auto 0;
}
#p15 {
}
#p15 .colImgSet {
}
#p15 .colTxtSet {
}
#p15 .colImgSet .aiImg:nth-of-type(1) {
}

#p16 {
  margin: 9% auto 0;
}
#p16 .colImgSet {
}
#p16 .colTxtSet {
}
#p16 .colImgSet .aiImg:nth-of-type(1) {
}

#p17 {
  margin: 6% auto 0 0;
}
#p17 .colImgSet {
  width: 90%;
  margin: 0 auto 0 0;
}
#p17 .colTxtSet {
  width: 88%;
}
#p17 .colImgSet .aiImg:nth-of-type(1) {
}

#p18 {
  margin: 12% auto 0;
}
#p18 .colImgSet {
}
#p18 .colTxtSet {
}
#p18 .colImgSet .aiImg:nth-of-type(1) {
}

#p19 {
  margin: 19% auto 0;
  z-index: 10;
}
#p19 .colImgSet {
  width: 90%;
  margin: 0 0 0 auto;
}
#p19 .colTxtSet {
  width: 87%;
}
#p19 .colTxtSet .creditTxt a {
  color: #fff;
}

#p19 .colImgSet .aiImg:nth-of-type(1) {
}

#p20 {
  z-index: 5;
}
#p20 .colImgSet {
  margin: -67% 0 0;
}
#p20 .colTxtSet {
}
#p20 .colImgSet .aiImg:nth-of-type(1) {
  order: 2;
  width: 45%;
}
#p20 .colImgSet .aiImg:nth-of-type(2) {
  position: relative;
  order: 1;
  width: 100%;
  margin: 0 0 -36%;
}
#p20 .colImgSet .aiImg:nth-of-type(3) {
  position: relative;
  order: 3;
  width: 55%;
  line-height: 1;
}
#p20 .colImgSet .aiImg:nth-of-type(2) img,
#p20 .colImgSet .aiImg:nth-of-type(3) img {
  height: auto;
  object-fit: initial;
}
#p21 {
  margin: 2% auto 0;
}
#p21 .colImgSet {
}
#p21 .colTxtSet {
}
#p21 .colImgSet .aiImg:nth-of-type(1) {
}

#p22 {
  margin: 19% auto 27%;
}
#p22 .colImgSet {
  padding: 0 0 48%;
}
#p22 .colTxtSet {
}
#p22 .colImgSet .aiImg:nth-of-type(1) {
  padding: 55% 0 0;
  width: 100%;
  margin: 0 0 0 auto;
}
#p22 .colImgSet .aiImg:nth-of-type(2) {
  top: 0;
  width: 90%;
  z-index: 2;
}
#p22 .colImgSet .aiImg:nth-of-type(3) {
  bottom: 0;
  width: 90%;
  right: 0;
}

#p23 {
}
#p23 .colImgSet {
  width: 46%;
}
#p23 .colTxtSet {
}
#p23 .colImgSet .aiImg:nth-of-type(1) {
}

/*TAB*/
@media screen and (min-width: 641px) {
  #mainArea {
    width: 100%;
    padding: 0;
  }
  #mainArea .mainImgSet {
    padding: 0;
    height: 100svh;
  }
  .lineBlk {
    position: relative;
  }
  .lineBlk + .lineBlk {
    margin-top: 4rem;
  }

  .lpTxt {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .colImgSet {
    width: 100%;
    padding: 0 0 15px;
    display: flex;
  }
  .set01 {
    margin: 0 auto 5.8%;
  }
  .set02 {
  }
  .set03 {
  }
  .set04 {
  }
  .set05 {
  }
  .set06 {
  }
  .set07 {
    width: 81%;
    align-items: stretch;
  }
  .set07 .creditTxt {
  }
  .set07 .creditTxt {
    text-align: center;
    margin: 1em auto 0;
  }
  .set08 {
  }
  .set09 {
  }
  .set10 {
  }
  .set11 {
  }
  .set12 {
    display: flex;
    justify-content: center;
  }
  #p0 .logoObj {
    width: min(21%, 320px);
    margin: 0 auto;
  }
  #p0 .txtObj {
    margin: 1.8% auto 0;
    font-size: 1.28rem;
    line-height: 1.9;
  }
  #p1 {
    width: 40.8%;
    margin: 3.8% 0 0 auto;
    order: 1;
  }
  #p1 .colImgSet {
  }
  #p1 .colTxtSet {
    padding: 0;
  }
  #p1 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p2 {
    width: 40.8%;
    margin: 0 auto 0 0;
    order: 2;
  }
  #p2 .colImgSet {
    padding: 22% 0 0;
    overflow: hidden;
  }
  #p2 .colTxtSet {
  }
  #p2 .colImgSet .aiImg:nth-of-type(1) {
    width: 67.5%;
    margin: 0 16% 0 auto;
    padding: 0 0 21%;
  }
  #p2 .colImgSet .aiImg:nth-of-type(2) {
    right: 16%;
    margin: 0;
    width: 84%;
    left: auto;
    top: 16.5%;
    height: auto;
  }
  #p2 .colImgSet .aiImg:nth-of-type(3) {
  }

  #p3 {
    margin: 10% auto 0 0;
    width: 40%;
    order: 4;
  }
  #p3 .colImgSet {
  }
  #p3 .colTxtSet {
  }
  #p3 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p4 {
    margin: 10% 0 0 auto;
    width: 40%;
    order: 3;
  }
  #p4 .colImgSet {
  }
  #p4 .colTxtSet {
    text-align: left;
  }
  #p4 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p5 {
    order: 5;
    width: 45%;
    margin: 8.5% auto 0;
  }
  #p5 .colImgSet {
  }
  #p5 .creditTxt {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  #p5 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p6 {
    order: 2;
    width: 44.1%;
    margin: 1% 4.5% 0 auto;
  }
  #p6 .colImgSet {
  }
  #p6 .colTxtSet {
    padding: 0;
  }
  #p6 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p7 {
    order: 1;
    width: 37%;
    margin: 19% 5% 0 8%;
  }
  #p7 .colImgSet {
  }
  #p7 .colTxtSet {
  }
  #p7 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p8 {
    width: 41.2%;
    margin: 19.8% 0 0 10%;
    order: 3;
  }
  #p8 .colImgSet {
    /* padding: 0; */
  }
  #p8 .colTxtSet {
    width: 100%;
    margin: 10% 0 0;
  }
  #p8 .colImgSet .aiImg:nth-of-type(1) {
    width: 82%;
  }
  #p8 .colImgSet .aiImg:nth-of-type(2) {
    top: 0;
    width: 88%;
  }

  #p9 {
    order: 4;
    width: 44%;
    margin: 13.1% auto 0 0;
  }
  #p9 .colImgSet {
    padding: 15% 0 0;
    margin: 0;
  }
  #p9 .colTxtSet {
    width: 80%;
    margin: 12% 12.5% 0 auto;
    display: flex;
  }
  #p9 .colTxtSet .creditTxt {
    text-align: right;
    width: 100%;
  }
  #p9 .colImgSet .aiImg:nth-of-type(1) {
    width: 76%;
    line-height: 1;
    font-size: 0;
  }
  #p9 .colImgSet .aiImg:nth-of-type(2) {
    width: 87.5%;
    line-height: 1;
    font-size: 0;
  }

  #p10 {
    width: 33.5%;
    margin: 3% 8% 0 12.5%;
  }
  #p10 .colImgSet {
    width: 100%;
  }
  #p10 .colTxtSet {
    width: 100%;
  }
  #p10 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p11 {
    width: 38.5%;
    margin: 11.5% auto 0 0%;
  }
  #p11 .colImgSet {
  }
  #p11 .colTxtSet {
  }
  #p11 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p12 {
    width: 41.6%;
    margin: 13.5% 0 0 auto;
  }
  #p12 .colImgSet {
    width: 100%;
    margin: 0;
  }
  #p12 .colTxtSet {
    width: 100%;
    margin: 0;
  }
  #p12 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p13 {
    width: 42.5%;
    margin: 9.5% auto 0 0;
    padding: 0;
  }
  #p13 .colImgSet {
    padding: 0;
    margin: 0;
  }
  #p13 .colTxtSet {
  }
  #p13 .colImgSet .aiImg:nth-of-type(1) {
    width: 58%;
    margin: 0 16% 0 auto;
    padding: 39% 0 36%;
  }
  #p13 .colImgSet .aiImg:nth-of-type(2) {
    padding: 0 0 10%;
    top: 26%;
    width: 84%;
  }
  #p13 .colImgSet .aiImg:nth-of-type(3) {
  }

  #p14 {
    width: 74%;
    margin: 6% auto 0;
  }
  #p14 .colImgSet {
    display: flex;
  }
  #p14 .colTxtSet .creditTxt {
    text-align: center;
  }
  #p14 .colImgSet .aiImg {
    width: 50%;
    position: relative;
  }
  #p14 .colImgSet .aiImg:nth-of-type(2) img {
    height: auto;
  }
  #p15 {
  }
  #p15 .colImgSet {
  }
  #p15 .colTxtSet {
  }
  #p15 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p16 {
    order: 2;
    width: 38.5%;
    margin: 5% auto 0 0;
  }
  #p16 .colImgSet {
  }
  #p16 .colTxtSet {
  }
  #p16 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p17 {
    order: 1;
    width: 42.5%;
    margin: 21% 6.5% 0 7%;
  }
  #p17 .colImgSet {
  }
  #p17 .colTxtSet {
    width: 100%;
  }
  #p17 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p18 {
    order: 3;
    width: 42.2%;
    margin: 5% auto 0 35%;
  }
  #p18 .colImgSet {
  }
  #p18 .colTxtSet {
  }
  #p18 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p19 {
    width: 50%;
    margin: 12.5% 0 0;
  }
  #p19 .colImgSet {
    width: 100%;
    padding: 0;
  }
  #p19 .colTxtSet {
  }
  #p19 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p20 {
    width: 50%;
    margin: 12.5% 0 0;
  }

  #p20 .colImgSet {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
  }
  #p20 .colTxtSet {
  }
  #p20 .colImgSet .aiImg:nth-of-type(1) {
    margin: auto 0 0 auto;
    width: 41%;
  }
  #p20 .colImgSet .aiImg:nth-of-type(2) {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #p20 .colImgSet .aiImg:nth-of-type(3) {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  #p21 {
    margin: 9.2% 0 0 5%;
    width: 43.5%;
  }
  #p21 .colImgSet {
  }
  #p21 .colTxtSet {
    width: 78%;
    margin: 3% 0 0;
    display: flex;
  }
  #p21 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p22 {
    margin: 9.2% 0 0 0;
    width: 43.4%;
  }
  #p22 .colImgSet {
    padding: 0;
    position: relative;
  }
  #p22 .colTxtSet {
    margin: 1.5em 0 0;
  }
  #p22 .colImgSet .aiImg:nth-of-type(1) {
    width: 79%;
    padding: 39% 0 0;
  }
  #p22 .colImgSet .aiImg:nth-of-type(2) {
    width: 68%;
    top: 11%;
  }
  #p22 .colImgSet .aiImg:nth-of-type(3) {
    width: 68%;
    top: 27%;
    z-index: 2;
    left: 0;
    height: auto;
  }

  #p23 {
    width: 22.8%;
    margin: 12% auto 0;
  }
  #p23 .colImgSet {
    width: 100%;
  }
  #p23 .colTxtSet {
  }
  #p23 .colImgSet .aiImg:nth-of-type(1) {
  }
}

/*pc*/
@media screen and (min-width: 1024px) {
  #mainArea {
    padding: 0;
  }
  #mainArea .mainImgSet {
    height: calc(100% - 45px);
    padding: 0;
  }
  .lineBlk {
    position: relative;
  }
  .lineBlk + .lineBlk {
    margin-top: 6rem;
  }
  .lpTxt {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .collectionArea {
    padding: 7vw 0 120px;
  }
  .set01 {
    margin: 0 auto 5.8%;
  }
  .set02 {
  }
  .set03 {
  }
  .set04 {
  }
  .set05 {
  }
  .set06 {
  }
  .set07 {
    width: 71%;
    align-items: stretch;
  }
  .set07 .creditTxt {
  }
  .set07 .creditTxt {
    text-align: center;
    margin: 1em auto 0;
  }
  .set08 {
  }
  .set09 {
  }
  .set10 {
  }
  .set11 {
  }
  .set12 {
    display: flex;
    justify-content: center;
  }
  #p0 .logoObj {
    width: min(21%, 320px);
    margin: 0 auto;
  }
  #p0 .txtObj {
    margin: 1.8% auto 0;
    font-size: 1.28rem;
    line-height: 1.9;
  }
  #p1 {
    width: 36.8%;
    margin: 3.8% 0 0 13.2%;
    order: 1;
  }
  #p1 .colImgSet {
  }
  #p1 .colTxtSet {
  }
  #p1 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p2 {
    width: 36.8%;
    margin: 0;
    order: 2;
  }
  #p2 .colImgSet {
    padding: 22% 0 0;
    overflow: hidden;
  }
  #p2 .colTxtSet {
  }
  #p2 .colImgSet .aiImg:nth-of-type(1) {
    width: 67.5%;
    margin: 0 16% 0 auto;
    padding: 0 0 21%;
  }
  #p2 .colImgSet .aiImg:nth-of-type(2) {
    right: 16%;
    margin: 0;
    width: 84%;
    left: auto;
    top: 16.5%;
    height: auto;
  }
  #p2 .colImgSet .aiImg:nth-of-type(3) {
  }

  #p3 {
    margin: 10% auto 0 0;
    width: 37%;
    order: 4;
  }
  #p3 .colImgSet {
  }
  #p3 .colTxtSet {
  }
  #p3 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p4 {
    margin: 10% 0 0 13%;
    width: 37%;
    order: 3;
  }
  #p4 .colImgSet {
  }
  #p4 .colTxtSet {
  }
  #p4 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p5 {
    order: 5;
    width: 35%;
    margin: 9.5% auto 0;
  }
  #p5 .colImgSet {
  }
  #p5 .colTxtSet {
  }
  #p5 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p6 {
    order: 2;
    width: 42.1%;
    margin: 1% 2.5% 0 auto;
  }
  #p6 .colImgSet {
  }
  #p6 .colTxtSet {
  }
  #p6 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p7 {
    order: 1;
    width: 34%;
    margin: 19% 5% 0 10%;
  }
  #p7 .colImgSet {
  }
  #p7 .colTxtSet {
  }
  #p7 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p8 {
    width: 41.2%;
    margin: 19.8% 0 0 10%;
    order: 3;
  }
  #p8 .colImgSet {
  }
  #p8 .colTxtSet {
    width: 100%;
    margin: 10% 0 0;
  }
  #p8 .colImgSet .aiImg:nth-of-type(1) {
    width: 82%;
  }
  #p8 .colImgSet .aiImg:nth-of-type(2) {
    top: 0;
    width: 88%;
  }

  #p9 {
    order: 4;
    width: 44%;
    margin: 13.2% 0 0;
  }
  #p9 .colImgSet {
    padding: 15% 0 0;
    margin: 0;
  }
  #p9 .colTxtSet {
    width: 87.5%;
    margin: 12% 12.5% 0 auto;
    display: flex;
    text-align: right;
  }
  #p9 .colImgSet .aiImg:nth-of-type(1) {
    width: 76.7%;
  }
  #p9 .colImgSet .aiImg:nth-of-type(2) {
    width: 88%;
  }

  #p10 {
    width: 30.5%;
    margin: 3% 5% 0 16.5%;
  }
  #p10 .colImgSet {
  }
  #p10 .colTxtSet {
    width: 100%;
  }
  #p10 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p11 {
    width: 34.5%;
    margin: 11.5% auto 0 0%;
  }
  #p11 .colImgSet {
  }
  #p11 .colTxtSet {
  }
  #p11 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p12 {
    width: 36.6%;
    margin: 13.5% 0 0 13.5%;
  }
  #p12 .colImgSet {
    width: 100%;
    margin: 0;
  }
  #p12 .colTxtSet {
    width: 100%;
    margin: 0;
  }
  #p12 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p13 {
    width: 36.5%;
    margin: 9.5% 0 0 0;
    padding: 0;
  }
  #p13 .colImgSet {
    padding: 0;
    margin: 0;
  }
  #p13 .colTxtSet {
  }
  #p13 .colImgSet .aiImg:nth-of-type(1) {
    width: 58%;
    margin: 0 16% 0 auto;
    padding: 39% 0 36%;
  }
  #p13 .colImgSet .aiImg:nth-of-type(2) {
    padding: 0 0 10%;
    top: 26%;
    width: 84%;
  }
  #p13 .colImgSet .aiImg:nth-of-type(3) {
  }

  #p14 {
    width: 64%;
    margin: 6% auto 0;
  }
  #p14 .colImgSet {
    display: flex;
  }
  #p14 .colTxtSet .creditTxt {
    text-align: center;
  }
  #p14 .colImgSet .aiImg {
    width: 50%;
    position: relative;
  }

  #p15 {
  }
  #p15 .colImgSet {
  }
  #p15 .colTxtSet {
  }
  #p15 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p16 {
    order: 2;
    width: 38.5%;
    margin: 3% auto 0 0;
  }
  #p16 .colImgSet {
  }
  #p16 .colTxtSet {
  }
  #p16 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p17 {
    order: 1;
    width: 40.5%;
    margin: 21% 8.5% 0 10%;
  }
  #p17 .colImgSet {
  }
  #p17 .colTxtSet {
    width: 100%;
  }
  #p17 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p18 {
    order: 3;
    width: 42.2%;
    margin: 5% auto 0 35%;
  }
  #p18 .colImgSet {
  }
  #p18 .colTxtSet {
  }
  #p18 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p19 {
    width: 50%;
    margin: 12.5% 0 0;
  }
  #p19 .colImgSet {
    width: 100%;
    padding: 0;
  }
  #p19 .colTxtSet {
  }
  #p19 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p20 {
    width: 50%;
    margin: 12.5% 0 0;
  }

  #p20 .colImgSet {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
  }
  #p20 .colTxtSet {
  }
  #p20 .colImgSet .aiImg:nth-of-type(1) {
    margin: auto 0 0 auto;
    width: 41%;
  }
  #p20 .colImgSet .aiImg:nth-of-type(2) {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  #p20 .colImgSet .aiImg:nth-of-type(3) {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  #p21 {
    margin: 9.2% 0 0 9%;
    width: 40.5%;
  }
  #p21 .colImgSet {
  }
  #p21 .colTxtSet {
    width: 78%;
    margin: 3% 0 0;
    display: flex;
  }
  #p21 .colImgSet .aiImg:nth-of-type(1) {
  }

  #p22 {
    margin: 9.2% 0 0 0;
    width: 41.4%;
  }
  #p22 .colImgSet {
    padding: 0;
    position: relative;
  }
  #p22 .colTxtSet {
    margin: 1.5em 0 0;
  }
  #p22 .colImgSet .aiImg:nth-of-type(1) {
    width: 79%;
    padding: 39% 0 0;
  }
  #p22 .colImgSet .aiImg:nth-of-type(2) {
    width: 68%;
    top: 11%;
  }
  #p22 .colImgSet .aiImg:nth-of-type(3) {
    width: 68%;
    top: 27%;
    z-index: 2;
    left: 0;
    height: auto;
  }

  #p23 {
    width: 19.8%;
    margin: 12% auto 0;
  }
  #p23 .colImgSet {
    width: 100%;
  }
  #p23 .colTxtSet {
  }
  #p23 .colImgSet .aiImg:nth-of-type(1) {
  }
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10000;
}

#graydisplay::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  background: #c7c7c7;
  position: absolute;
  left: 0;
  top: 0;
}

#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.template {
  display: none;
}
.template picture {
}

@media screen and (min-width: 1024px) {
  #mainArea .pcLogo {
    width: 31.8vw;
    position: absolute;
    bottom: 100px;
    left: 50px;
    z-index: 10;
  }
}

.prev {
  position: absolute;
  left: 0;
  top: 54px;
  pointer-events: none;
  width: 100%;
  opacity: 0.5;
  z-index: 100;
}

.js-fade {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.js-fade.js-active {
  opacity: 1;
  transition: opacity 600ms ease-in-out;
}

.js-fade.js-active img {
  animation: ef-imgZoom 600ms ease-in-out;
}

@keyframes ef-imgZoom {
  0% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
