@charset "utf-8";

/*
============================ BLACK FRIDAY CSS ============================
*/

@media (max-width: 768px) {
  body {
    overflow-x: hidden; /* SP: 横スクロール防止 */
  }

  article {
    padding: 0;
    /* overflow-x: hidden; SP: sticky機能のためコメントアウト */
  }
  #wrap {
    /* overflow: hidden; SP: sticky機能のためコメントアウト */
  }
  .loader_box {
    width: 60%;
    transform: translateY(-30px);
  }
  .loader {
    width: 100%;
    height: inherit;
    aspect-ratio: 50/30;
  }
  .stagger-item:nth-child(1) {
    width: 20%;
    left: -10%;
  }
  .stagger-item:nth-child(2) {
    width: 100%;
  }
  .stagger-item:nth-child(3) {
    width: 10%;
    top: 30%;
    left: 90%;
  }
  .stagger-list {
    width: 100%;
    height: inherit;
    aspect-ratio: 1/1;
    left: 0;
  }
  footer:after {
    height: 18px;
    background-size: auto 18px;
  }
  #kv {
    top: -420px;
    height: inherit;
    aspect-ratio: 75/75;
    background: url(../img/sp/kv_sp.png) center 0 no-repeat;
    background-size: 100% auto;
  }
  .kvTxt {
    width: 91%;
    height: inherit;
    top: -73%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
  }
  .sec {
    padding: 80px 0;
  }

  .inner {
    width: 90%;
    max-width: calc(100% - 32px);
    padding: 0 0 45px;
    min-height: auto;
  }

  .sec {
    padding: 30px 0;
  }
  .sec::before {
    top: -0px;
    left: 0;
    width: 100%;
    height: 60px;
    transform: none;
  }
  .sec.sec1 {
    height: 420px;
  }
  .sec2:after {
    top: -48%;
    left: auto;
    right: 0;
    margin: 0;
    transform: none;
    width: 52%;
    height: inherit;
    aspect-ratio: 43/18;
    background: url(../img/kv_facility.png) center 0 no-repeat;
    background-size: 100% auto;
  }
  .sec.sec3 {
    padding: 0 0 50px;
    margin-top: 100px; /* SP: ul.anchorの-140pxに対応させて調整 */
  }
  .sec.sec3:after {
    content: "";
    position: absolute;
    top: -2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/sp/cloud02.png) center 0 no-repeat;
    background-size: 100% auto;
    z-index: -1;
  }
  .sec.sec4 {
    padding: 0 0 80px;
  }
  .sec.sec4:after {
    top: -22%;
    background: url(../img/sp/cloud03.png) center 0 no-repeat;
    background-size: 90% auto;
  }

  /* 波共通 */
  .sec::before {
    top: -60px;
    background-size: 100% auto;
  }
  .sky {
    background: url("../img/bg01.png") repeat;
    background-size: 37% auto;
  }
  .white.sec2 {
    background: url("../img/bg02.png") repeat;
    background-size: 37% auto;
    padding: 30px 0 80px;
  }

  .grass {
    background: url("../img/bg03.png") repeat;
    background-size: 37% auto;
  }

  /* 各波画像 */
  .wave-pattern::before {
    background-image: url("../img/sp/wave_white_pattern.png");
  }

  .wave-sky::before {
    background-image: url("../img/sp/wave_sky.png");
  }

  .wave-grass::before {
    background-image: url("../img/sp/wave_grass.png");
  }

  .wave-white::before {
    background-image: url("../img/sp/wave_white.png");
  }
  #lottie {
    display: none;
  }
  #lottieSp {
    width: 90%;
    /* aspect-ratio: 750/512; */
    display: block;
    margin: 0 auto;
  }
  #buildingLottie {
    width: 50%;
    margin: 0 auto 30px;
  }
  ul.newshop {
    margin: 0 auto 20px;
  }
  ul.newshop li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    border-radius: 15px;
    padding: 5px 5px 20px;
  }
  .spCen {
    text-align: center;
  }
  .wBox {
    width: 96%;
    padding: 5px 0 10px;
    border-radius: 15px;
  }
  .readTit {
    width: 60%;
    margin: 0 auto 20px;
  }
  .read {
    font-size: 1.6rem;
  }
  /* SP: ul.anchor 最小限のサイズ調整のみ */
  ul.anchor {
    max-width: 90%; /* PC:600px → SP:画面の90% */
    margin: -140px auto 50px;
  }

  /* SP: sticky-fixed状態で横スクロール防止 */
  ul.anchor.sticky-fixed {
    width: 100%; /* PC:100vw → SP:100%に変更 */
    max-width: 100%; /* はみ出し防止 */
    left: 0;
    right: 0;
    margin: -180px 0 auto;
    box-sizing: border-box; /* 境界線を内側に含める */
  }

  ul.anchor li a {
    padding: 12px 8px;
    font-size: 10px;
  }

  ul.anchor li a img {
    height: 13px;
  }

  .tit01 {
    width: 70%;
    margin: 0 auto 20px;
  }
  .tit02 {
    width: 55%;
    margin: 0 auto 40px;
  }
  .tit03 {
    width: 70%;
    margin: 0 auto 30px;
  }
  .tit03Pic {
    top: -25px;
    width: 100%;
  }
  .soon {
    width: 55%;
  }

  .stit01 {
    width: 98%;
    border-radius: 12px;
    padding: 5px 0;
    line-height: 1;
  }
  .stit01 img {
    width: 50%;
  }
  ul.tokuten {
    margin: 0 auto 10px;
  }
  ul.tokuten li {
    padding: 20px 0;
  }
  ul.tokuten li .brand {
    width: 40%;
    margin-right: 0;
    text-align: center;
  }
  ul.tokuten li .brand img {
    width: auto;
    max-height: 40px;
  }
  ul.tokuten li .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  ul.tokuten li .limit {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 5px;
    padding: 5px 0;
  }
  ul.tokuten li .description {
    flex: 1;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    display: block;
    margin: 0;
  }
  ul.tokuten li .description span {
    font-size: 2.2rem;
  }
  ul.tokuten li .description span.bigTxt {
    font-size: 3.2rem;
  }
  ul.tokuten li .coution {
    text-align: center;
  }
  hr {
    width: 92%;
    max-width: inherit;
    margin: 0 auto 30px;
  }
  .coution {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .btnImg {
    width: 60%;
    margin: 0 auto;
  }
  ul#sns {
    width: 50%;
    margin: 0 auto 30px;
  }
  ul#sns li {
    width: 20%;
  }
  .cenLine .clumn2:first-child {
    padding-right: 10px;
  }
  .cenLine .clumn2:last-child {
    padding-left: 10px;
  }
  .img09 {
    width: 100%;
  }
  .img10 {
    width: 100%;
  }
  #goTop {
    top: -65px;
    width: 15%;
    height: inherit;
    aspect-ratio: 90/114;
  }
  .footer__inner {
    padding: 20px 0 15px;
  }
  #goTop2 {
    right: 20px;
    bottom: 60px;
    width: 40px;
  }
}



