@media screen and (min-width: 768px) {
  .cardListSect__head + .cardListSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .cardListSect__head + .cardListSect__cont {
    margin-top: 40px;
  }
}

.cardListSect__cont .usableList__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .cardListSect__cont .usableList__item {
    width: 258px;
  }
  .cardListSect__cont .usableList__item:nth-child(n+5) {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .cardListSect__cont .usableList__item {
    width: 133.5px;
  }
  .cardListSect__cont .usableList__item:nth-child(n+3) {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .headingSect__cont .subSect__head + .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .subSect__head + .subSect__cont {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__inner {
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__item {
    width: 291px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .subSect__cont .usableList__item {
    width: 145.5px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head + .introductionSect__cont {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont {
    margin: 0 auto;
    width: 684px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont .decorationBox {
    right: -48px;
    top: -48px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .decorationBox {
    bottom: -28px;
    right: -28px;
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .itemsSect__head + .itemsSect__cont {
    margin-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__head + .itemsSect__cont {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont .swipeFigure {
    margin-left: -20px;
    margin-right: -20px;
  }
  .itemsSect__cont .swipeFigure__inner {
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont .panoramaFigure__inner {
    height: 400px;
  }
}

.itemsSect__cont .parallaxPhoto {
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .itemsSect__cont .parallaxPhoto {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .itemsSect__cont .parallaxPhoto {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont .parallaxPhoto {
    margin-left: -28px;
  }
}

@media screen and (min-width: 768px) {
  .itemsSect__cont > * + * {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont > * + * {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .relatedSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .relatedSect__head, .relatedSect__cont {
    width: 471px;
  }
}

@media screen and (max-width: 768px) {
  .relatedSect__head .heading {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .relatedSect__head + .relatedSect__cont {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .sectHeadSect__head + .sectHeadSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sectHeadSect__head + .sectHeadSect__cont {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .sectHeadSect__cont .subSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .sectHeadSect__cont .subSect__head, .sectHeadSect__cont .subSect__cont {
    width: 572px;
  }
}

@media screen and (max-width: 768px) {
  .sectHeadSect__cont .subSect__cont {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .sliderSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .sliderSect__head, .sliderSect__cont {
    width: 572px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head + .sliderSect__cont {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .sliderSect__bottom {
    margin-top: 56px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__bottom {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .completion-kv {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .completion-kv {
    margin-bottom: 40px;
  }
}

.completionKv {
  aspect-ratio: 1.8;
  position: relative;
}

.completionKv__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .completionKv__img .photo__capIn {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .completionKv__img .photo__capIn {
    left: 0;
    bottom: 0;
    padding-inline: 6px;
    background: #666666;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #cccccc;
  }
}

.completionKv__ttl {
  text-shadow: 0 0 6px black;
  color: #ffffff;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .completionKv__ttl {
    top: 24vw;
    right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .completionKv__ttl {
    bottom: 10vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.completionKv__ttlMain {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .completionKv__ttlMain {
    margin-bottom: 20px;
    font-size: calc(100vw * 76 / 1440);
  }
}

@media screen and (max-width: 768px) {
  .completionKv__ttlMain {
    font-size: 37px;
  }
}

.completionKv__copy {
  display: block;
  line-height: 50px;
}

@media screen and (min-width: 768px) {
  .completionKv__copy {
    text-align: right;
    font-size: calc(100vw * 28 / 1440);
  }
}

@media screen and (max-width: 768px) {
  .completionKv__copy {
    font-size: 14px;
    margin-top: -4px;
  }
}

.completionSect__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .completionSect__head {
    font-size: 18px;
    line-height: calc(32.4 / 18);
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .completionSect__head {
    font-size: 14px;
    line-height: calc(50 / 28);
    margin: 0 20px 40px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .completionMeritSect {
    padding-block: 100px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect {
    padding-block: 70px 60px;
  }
}

.completionMeritSect.bgLayer.bgLayer--texture01:after {
  margin-left: 0;
  width: 100%;
}

.completionMeritSect__head {
  padding-top: 1px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__head {
    margin-bottom: 140px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .completionMeritSect__head {
    padding-left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__head {
    margin-bottom: 80px;
    padding-left: 20px;
  }
}

.completionMeritSect__head:before {
  background: #958b79;
  content: '';
  display: inline-block;
  left: 0;
  opacity: .5;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__head:before {
    height: 230px;
    width: 56%;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__head:before {
    height: calc(100% + 35px);
    width: 75%;
  }
}

.completionMeritSect__ttl {
  color: #ffffff;
  position: relative;
  text-shadow: 0 0 50px #77634f;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__ttl {
    font-size: 60px;
    margin-top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__ttl {
    font-size: 42px;
    margin-top: -38px;
  }
}

.completionMeritSect__ttl .merit {
  font-family: "Cormorant Infant", serif;
}

.completionMeritSect__ttl .merit .num {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__ttl .merit .num {
    font-size: 140px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__ttl .merit .num {
    font-size: 100px;
  }
}

.completionMeritSect__txt {
  color: #333333;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .completionMeritSect__txt {
    font-size: 40px;
    letter-spacing: .05em;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__txt {
    font-size: 25px;
    line-height: 1.4;
    margin-left: 20px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .completionMeritSect__txt--small {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .completionMeritSect__txt--small {
    font-size: 20px;
    line-height: calc(36 / 20);
  }
}

@media screen and (min-width: 768px) {
  .completionMeritSect__txt--pcSmall {
    font-size: 36px;
  }
}

.meritDesc--rightfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .meritDesc--rightfull {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .meritDesc--rightfull {
    padding-left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--rightfull {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-left: 40px;
  }
}

.meritDesc--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .meritDesc--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }
}

.meritDesc--grid1 {
  display: grid;
}

@media screen and (min-width: 768px) {
  .meritDesc--grid1 {
    gap: 80px;
    grid-template: 'lead txt' auto 'img  img' auto / auto 1fr;
    margin-inline: auto;
    max-width: 996px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--grid1 {
    grid-template: 'img' auto 'lead' auto 'txt' auto / 1fr;
    padding-left: 40px;
  }
}

.meritDesc--grid2 {
  display: grid;
}

@media screen and (min-width: 768px) {
  .meritDesc--grid2 {
    gap: 80px;
    grid-template: 'lead txt' auto 'img  img' auto / auto auto;
    margin-inline: auto;
    max-width: 996px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--grid2 {
    grid-template: 'lead' auto 'txt' auto 'img' auto / 1fr;
    padding-inline: 40px;
  }
}

.meritDesc__imgTtl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meritDesc__imgTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__imgTtl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
    margin-bottom: 20px;
  }
}

.meritDesc__img {
  grid-area: img;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .meritDesc--rightfull .meritDesc__img {
    width: 54.8vw;
  }
}

.meritDesc--rightfull .meritDesc__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .meritDesc--center .meritDesc__img {
    width: 584px;
  }
}

.meritDesc--center .meritDesc__img img {
  width: 100%;
}

.meritDesc--grid2 .meritDesc__img {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .meritDesc--grid2 .meritDesc__img {
    width: 785px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc--grid2 .meritDesc__img {
    margin-top: 60px;
  }
}

.meritDesc--grid2 .meritDesc__img img {
  width: 100%;
}

.meritDesc__imgBottomTxt {
  line-height: calc(28.8 / 16);
  text-align: left;
}

@media screen and (min-width: 768px) {
  .meritDesc__imgBottomTxt {
    margin: 80px auto 0;
    max-width: 785px;
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__imgBottomTxt {
    font-size: 14px;
    line-height: calc(22.4 / 14);
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .meritDesc--rightfull .meritDesc__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.meritDesc--center .meritDesc__contInner {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .meritDesc--center .meritDesc__contInner {
    width: 410px;
  }
}

.meritDesc__lead {
  grid-area: lead;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .meritDesc__lead {
    font-size: 30px;
    line-height: calc(54 / 30);
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__lead {
    font-size: 17px;
    line-height: calc(61 / 34);
  }
  .meritDesc--grid1 .meritDesc__lead {
    margin-top: 40px;
    padding-right: 20px;
  }
}

.meritDesc__txt {
  grid-area: txt;
}

@media screen and (min-width: 768px) {
  .meritDesc__txt {
    line-height: calc(28.8 / 16);
  }
}

@media screen and (max-width: 768px) {
  .meritDesc__txt {
    font-size: 14px;
    line-height: calc(22.4 / 14);
  }
  .meritDesc--rightfull .meritDesc__txt {
    margin-right: 20px;
  }
  .meritDesc--grid1 .meritDesc__txt {
    padding-right: 20px;
  }
}

.meritDesc__txt .caption {
  margin-top: 12px;
}
