@charset "UTF-8";
/*テスト公開時には、画像のパスを「／22ss/exp/img/」から「／22ss-demo/exp/img/」に置換*/
/*本番公開時には、画像のパスを「／22ss-demo/exp/img/」から「../img」に置換*/
a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

.copy-ttl img {
  max-width: 222px;
}
@media screen and (max-width: 767px) {
.copy-ttl img {
  max-width: 160px;
  margin: 0 auto 10px;
}
}
/* リコメンドリスト調整 */
.recommend-item__txt {
  margin-top: 10px;
}
.recommend-list .recommend-item__name {
  font-size: 24px;
}
.recommend-item__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.recommend-list .recommend-item {
  width: 25%;
}

/* 左側だけ線表示 */
.recommend-list .recommend-item:nth-child(4n+1) {
  border-left-width: 1px;
}

/* 2列目以降 */
.recommend-list .recommend-item:nth-child(n+5) {
  border-top-width: 0;
}

@media screen and (max-width: 767px) {
  .recommend-list .recommend-item {
    width: 50%;
  }

  .recommend-list .recommend-item:nth-child(4n+1) {
    border-left-width: 0;
  }

  .recommend-list .recommend-item:nth-child(2n+1) {
    border-left-width: 1px;
  }

  .recommend-list .recommend-item:nth-child(n+3) {
    border-top-width: 0;
  }
}
/* メインビジュアル */
.mv__inner {
  color: #fff;
  background-image: url("../img/exp_mv_pc.jpg");
  padding-top: initial;
  min-height: 500px;
}

@media screen and (min-width: 1281px) {
  /*.mv__inner {
    background-position-y: top;
  }*/
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    background-image: url("../img/exp_mv_sp.jpg");
    padding-top: initial;
    min-height: 500px;
  }
}
/* sec01 */
.sec01 {
  margin-top: 100px;
}

.bg-100__wrap {
  min-height: 460px;
  margin-bottom: 50px;
}

.sec01-bg01 {
  background-image: url("../img/scene-bg_01.jpg");
}

.sec01-bg02 {
  background-image: url("../img/scene-bg_02.jpg");
}

.img-wrap {
  margin-bottom: 90px;
}

.img__wrap600 {
  max-width: 600px;
}

@media screen and (max-width: 1280px) {
  .bg-100__wrap {
    padding-top: 35.9%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 50px;
  }

  .bg-100__wrap {
    margin-bottom: 20px;
  }

  .img-wrap {
    margin-bottom: 30px;
  }

  .img__wrap600 {
    max-width: 100%;
  }
}
.img02-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 30px;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .img02-caption {
    padding: 15px 0;
    font-size: 18px;
  }
}
/* sec02 */
.item__wrap {
  padding-top: 20px;
  padding-bottom: 70px;
}

.item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.item-head-img {
  width: 50%;
}

.item-head-txt {
  width: 50%;
}

.item-head-txt {
  padding-left: 28px;
  text-align: left;
}

.item-head-txt__name {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

.item-head-txt__kana {
  font-size: 11px;
  color: #4D4C4C;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.item-head-txt__copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 2px;
}

.item-head-txt__desc {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  padding-right: 100px;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  color: #606162;
}

.btn-buy a {
  display: block;
  margin: 0 auto 0 0;
  padding: 12px 0;
  max-width: 283px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

/*位置調整*/
.sec02-01 .item-head-txt {
  margin-top: 40px;
}
.sec02-02 .item-head-txt {
  margin-top: 50px;
}
.sec02-03 .item-head-txt {
  margin-top: 50px;
}
.sec02-04 .item-head-txt {
  margin-top: 85px;
}
.sec02-05 .item-head-txt {
  margin-top: 85px;
}
.sec02-06 .item-head-txt {
  margin-top: 40px;
}
.sec02-07 .item-head-txt {
  margin-top: 40px;
}
.sec02-08 .item-head-txt {
  margin-top: 40px;
}

.item-body {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.item-body-list {
  width: 30%;
}

.item-body .txt {
  margin-top: 30px;
  color: #606162;
}

@media screen and (max-width: 1030px) {
  .item-head-img {
    width: 55%;
  }

  .item-head-txt {
    width: 45%;
  }

  .item-head-img {
    margin-bottom: 20px;
  }

  .item-head-txt {
    padding-left: 0;
  }

  .item-head-txt__desc {
    padding-right: 0;
  }

  .sec02-01 .txt-heading {
    margin-top: 3vw;
  }

  .sec02-02 .txt-heading {
    margin-top: 4vw;
  }

  .sec02-03 .txt-heading {
    margin-top: 4vw;
  }

  .sec02-04 .txt-heading {
    margin-top: 6vw;
  }

  .sec02-05 .txt-heading {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .item__wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .item-head-img {
    width: 100%;
  }

  .item-head-txt {
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
  }

  .item-head-txt__name {
    font-size: 32px;
  }

  .item-head-txt__kana {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .item-head-txt__copy {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
  }

  .item-head-txt__desc {
    font-size: 14px;
    line-height: 1.8;
    padding-right: 0;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  .btn-buy a {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 50%;
    font-size: 15px;
  }

  .item-body {
    margin-top: 40px;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 600px) {
  .btn-buy a {
    font-size: 3vw;
  }

  .item-head-txt__copy {
    font-size: 3.5vw;
  }

  .item-body-list {
    width: 32%;
  }

  .item-body .txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 2.2vw;
  }
}