@charset "UTF-8";
/*
 * htmlのフォントサイズ
 * @args ベースの画面幅
 */
/*
 * ルートのフォントサイズを基準にフォントサイズを可変にする（SPはrootPxを設定しておくこと）
 * @args 最大値（デザイン上の数値）
 */
/*
 * スマホの時のfz設定（XDアートボードサイズで引用）
 */
/*
 * get_vwの設定
 */
/*
 * get_vwの設定(スマホ)
 */
/*
 * margin-topがマイナス値の場合、pxを%に変換
 */
/*
 * margin-topがマイナス値の場合、pxを%に変換(スマホ)
 */
/*
 * line-heightの計算
 */
/*
 * breakpointの設定
 */
/*
 * BUY ボタン
 */
.tal {
  text-align: left !important;
}

.dc {
  display: contents !important;
}

.fl {
  float: left !important;
}

p {
  letter-spacing: 0.09em;
  line-height: 1.6875;
  margin: 0;
}

.container img {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

br.pc,
.onlyPc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc,
  .onlyPc {
    display: none;
  }
}

br.sp,
.onlySp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp,
  .onlySp {
    display: block;
  }
}

.sec_wrap a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec_wrap a:hover {
  text-decoration: none;
  opacity: 0.85;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-mt130 {
  margin-top: 130px !important;
}

.u-mb130 {
  margin-bottom: 130px !important;
}

.u-mr130 {
  margin-right: 130px !important;
}

.u-ml130 {
  margin-left: 130px !important;
}

.u-mt135 {
  margin-top: 135px !important;
}

.u-mb135 {
  margin-bottom: 135px !important;
}

.u-mr135 {
  margin-right: 135px !important;
}

.u-ml135 {
  margin-left: 135px !important;
}

.u-mt140 {
  margin-top: 140px !important;
}

.u-mb140 {
  margin-bottom: 140px !important;
}

.u-mr140 {
  margin-right: 140px !important;
}

.u-ml140 {
  margin-left: 140px !important;
}

.u-mt145 {
  margin-top: 145px !important;
}

.u-mb145 {
  margin-bottom: 145px !important;
}

.u-mr145 {
  margin-right: 145px !important;
}

.u-ml145 {
  margin-left: 145px !important;
}

.u-mt150 {
  margin-top: 150px !important;
}

.u-mb150 {
  margin-bottom: 150px !important;
}

.u-mr150 {
  margin-right: 150px !important;
}

.u-ml150 {
  margin-left: 150px !important;
}

.u-mt155 {
  margin-top: 155px !important;
}

.u-mb155 {
  margin-bottom: 155px !important;
}

.u-mr155 {
  margin-right: 155px !important;
}

.u-ml155 {
  margin-left: 155px !important;
}

.u-mt160 {
  margin-top: 160px !important;
}

.u-mb160 {
  margin-bottom: 160px !important;
}

.u-mr160 {
  margin-right: 160px !important;
}

.u-ml160 {
  margin-left: 160px !important;
}

.u-mt165 {
  margin-top: 165px !important;
}

.u-mb165 {
  margin-bottom: 165px !important;
}

.u-mr165 {
  margin-right: 165px !important;
}

.u-ml165 {
  margin-left: 165px !important;
}

.u-mt170 {
  margin-top: 170px !important;
}

.u-mb170 {
  margin-bottom: 170px !important;
}

.u-mr170 {
  margin-right: 170px !important;
}

.u-ml170 {
  margin-left: 170px !important;
}

.u-mt175 {
  margin-top: 175px !important;
}

.u-mb175 {
  margin-bottom: 175px !important;
}

.u-mr175 {
  margin-right: 175px !important;
}

.u-ml175 {
  margin-left: 175px !important;
}

.u-mt180 {
  margin-top: 180px !important;
}

.u-mb180 {
  margin-bottom: 180px !important;
}

.u-mr180 {
  margin-right: 180px !important;
}

.u-ml180 {
  margin-left: 180px !important;
}

.u-mt185 {
  margin-top: 185px !important;
}

.u-mb185 {
  margin-bottom: 185px !important;
}

.u-mr185 {
  margin-right: 185px !important;
}

.u-ml185 {
  margin-left: 185px !important;
}

.u-mt190 {
  margin-top: 190px !important;
}

.u-mb190 {
  margin-bottom: 190px !important;
}

.u-mr190 {
  margin-right: 190px !important;
}

.u-ml190 {
  margin-left: 190px !important;
}

.u-mt195 {
  margin-top: 195px !important;
}

.u-mb195 {
  margin-bottom: 195px !important;
}

.u-mr195 {
  margin-right: 195px !important;
}

.u-ml195 {
  margin-left: 195px !important;
}

.u-mt200 {
  margin-top: 200px !important;
}

.u-mb200 {
  margin-bottom: 200px !important;
}

.u-mr200 {
  margin-right: 200px !important;
}

.u-ml200 {
  margin-left: 200px !important;
}

.u-mt205 {
  margin-top: 205px !important;
}

.u-mb205 {
  margin-bottom: 205px !important;
}

.u-mr205 {
  margin-right: 205px !important;
}

.u-ml205 {
  margin-left: 205px !important;
}

.u-mt210 {
  margin-top: 210px !important;
}

.u-mb210 {
  margin-bottom: 210px !important;
}

.u-mr210 {
  margin-right: 210px !important;
}

.u-ml210 {
  margin-left: 210px !important;
}

.u-mt215 {
  margin-top: 215px !important;
}

.u-mb215 {
  margin-bottom: 215px !important;
}

.u-mr215 {
  margin-right: 215px !important;
}

.u-ml215 {
  margin-left: 215px !important;
}

.u-mt220 {
  margin-top: 220px !important;
}

.u-mb220 {
  margin-bottom: 220px !important;
}

.u-mr220 {
  margin-right: 220px !important;
}

.u-ml220 {
  margin-left: 220px !important;
}

.u-mt225 {
  margin-top: 225px !important;
}

.u-mb225 {
  margin-bottom: 225px !important;
}

.u-mr225 {
  margin-right: 225px !important;
}

.u-ml225 {
  margin-left: 225px !important;
}

.u-mt230 {
  margin-top: 230px !important;
}

.u-mb230 {
  margin-bottom: 230px !important;
}

.u-mr230 {
  margin-right: 230px !important;
}

.u-ml230 {
  margin-left: 230px !important;
}

.u-mt235 {
  margin-top: 235px !important;
}

.u-mb235 {
  margin-bottom: 235px !important;
}

.u-mr235 {
  margin-right: 235px !important;
}

.u-ml235 {
  margin-left: 235px !important;
}

.u-mt240 {
  margin-top: 240px !important;
}

.u-mb240 {
  margin-bottom: 240px !important;
}

.u-mr240 {
  margin-right: 240px !important;
}

.u-ml240 {
  margin-left: 240px !important;
}

.u-mt245 {
  margin-top: 245px !important;
}

.u-mb245 {
  margin-bottom: 245px !important;
}

.u-mr245 {
  margin-right: 245px !important;
}

.u-ml245 {
  margin-left: 245px !important;
}

.u-mt250 {
  margin-top: 250px !important;
}

.u-mb250 {
  margin-bottom: 250px !important;
}

.u-mr250 {
  margin-right: 250px !important;
}

.u-ml250 {
  margin-left: 250px !important;
}

.u-mt255 {
  margin-top: 255px !important;
}

.u-mb255 {
  margin-bottom: 255px !important;
}

.u-mr255 {
  margin-right: 255px !important;
}

.u-ml255 {
  margin-left: 255px !important;
}

.u-mt260 {
  margin-top: 260px !important;
}

.u-mb260 {
  margin-bottom: 260px !important;
}

.u-mr260 {
  margin-right: 260px !important;
}

.u-ml260 {
  margin-left: 260px !important;
}

.u-mt265 {
  margin-top: 265px !important;
}

.u-mb265 {
  margin-bottom: 265px !important;
}

.u-mr265 {
  margin-right: 265px !important;
}

.u-ml265 {
  margin-left: 265px !important;
}

.u-mt270 {
  margin-top: 270px !important;
}

.u-mb270 {
  margin-bottom: 270px !important;
}

.u-mr270 {
  margin-right: 270px !important;
}

.u-ml270 {
  margin-left: 270px !important;
}

.u-mt275 {
  margin-top: 275px !important;
}

.u-mb275 {
  margin-bottom: 275px !important;
}

.u-mr275 {
  margin-right: 275px !important;
}

.u-ml275 {
  margin-left: 275px !important;
}

.u-mt280 {
  margin-top: 280px !important;
}

.u-mb280 {
  margin-bottom: 280px !important;
}

.u-mr280 {
  margin-right: 280px !important;
}

.u-ml280 {
  margin-left: 280px !important;
}

.u-mt285 {
  margin-top: 285px !important;
}

.u-mb285 {
  margin-bottom: 285px !important;
}

.u-mr285 {
  margin-right: 285px !important;
}

.u-ml285 {
  margin-left: 285px !important;
}

.u-mt290 {
  margin-top: 290px !important;
}

.u-mb290 {
  margin-bottom: 290px !important;
}

.u-mr290 {
  margin-right: 290px !important;
}

.u-ml290 {
  margin-left: 290px !important;
}

.u-mt295 {
  margin-top: 295px !important;
}

.u-mb295 {
  margin-bottom: 295px !important;
}

.u-mr295 {
  margin-right: 295px !important;
}

.u-ml295 {
  margin-left: 295px !important;
}

.u-mt300 {
  margin-top: 300px !important;
}

.u-mb300 {
  margin-bottom: 300px !important;
}

.u-mr300 {
  margin-right: 300px !important;
}

.u-ml300 {
  margin-left: 300px !important;
}

@media screen and (max-width: 767px) {
  .u-spfs10 {
    font-size: 10px !important;
  }
  .u-spfs11 {
    font-size: 11px !important;
  }
  .u-spfs12 {
    font-size: 12px !important;
  }
  .u-spfs13 {
    font-size: 13px !important;
  }
  .u-spfs14 {
    font-size: 14px !important;
  }
  .u-spfs15 {
    font-size: 15px !important;
  }
  .u-spfs16 {
    font-size: 16px !important;
  }
  .u-spfs17 {
    font-size: 17px !important;
  }
  .u-spfs18 {
    font-size: 18px !important;
  }
  .u-spfs19 {
    font-size: 19px !important;
  }
  .u-spfs20 {
    font-size: 20px !important;
  }
  .u-spfs21 {
    font-size: 21px !important;
  }
  .u-spmt0 {
    margin-top: 0px !important;
  }
  .u-spmb0 {
    margin-bottom: 0px !important;
  }
  .u-mr0 {
    margin-right: 0px !important;
  }
  .u-ml0 {
    margin-left: 0px !important;
  }
  .u-spmt5 {
    margin-top: 5px !important;
  }
  .u-spmb5 {
    margin-bottom: 5px !important;
  }
  .u-mr5 {
    margin-right: 5px !important;
  }
  .u-ml5 {
    margin-left: 5px !important;
  }
  .u-spmt10 {
    margin-top: 10px !important;
  }
  .u-spmb10 {
    margin-bottom: 10px !important;
  }
  .u-mr10 {
    margin-right: 10px !important;
  }
  .u-ml10 {
    margin-left: 10px !important;
  }
  .u-spmt15 {
    margin-top: 15px !important;
  }
  .u-spmb15 {
    margin-bottom: 15px !important;
  }
  .u-mr15 {
    margin-right: 15px !important;
  }
  .u-ml15 {
    margin-left: 15px !important;
  }
  .u-spmt20 {
    margin-top: 20px !important;
  }
  .u-spmb20 {
    margin-bottom: 20px !important;
  }
  .u-mr20 {
    margin-right: 20px !important;
  }
  .u-ml20 {
    margin-left: 20px !important;
  }
  .u-spmt25 {
    margin-top: 25px !important;
  }
  .u-spmb25 {
    margin-bottom: 25px !important;
  }
  .u-mr25 {
    margin-right: 25px !important;
  }
  .u-ml25 {
    margin-left: 25px !important;
  }
  .u-spmt30 {
    margin-top: 30px !important;
  }
  .u-spmb30 {
    margin-bottom: 30px !important;
  }
  .u-mr30 {
    margin-right: 30px !important;
  }
  .u-ml30 {
    margin-left: 30px !important;
  }
  .u-spmt35 {
    margin-top: 35px !important;
  }
  .u-spmb35 {
    margin-bottom: 35px !important;
  }
  .u-mr35 {
    margin-right: 35px !important;
  }
  .u-ml35 {
    margin-left: 35px !important;
  }
  .u-spmt40 {
    margin-top: 40px !important;
  }
  .u-spmb40 {
    margin-bottom: 40px !important;
  }
  .u-mr40 {
    margin-right: 40px !important;
  }
  .u-ml40 {
    margin-left: 40px !important;
  }
  .u-spmt45 {
    margin-top: 45px !important;
  }
  .u-spmb45 {
    margin-bottom: 45px !important;
  }
  .u-mr45 {
    margin-right: 45px !important;
  }
  .u-ml45 {
    margin-left: 45px !important;
  }
  .u-spmt50 {
    margin-top: 50px !important;
  }
  .u-spmb50 {
    margin-bottom: 50px !important;
  }
  .u-mr50 {
    margin-right: 50px !important;
  }
  .u-ml50 {
    margin-left: 50px !important;
  }
  .u-spmt55 {
    margin-top: 55px !important;
  }
  .u-spmb55 {
    margin-bottom: 55px !important;
  }
  .u-mr55 {
    margin-right: 55px !important;
  }
  .u-ml55 {
    margin-left: 55px !important;
  }
  .u-spmt60 {
    margin-top: 60px !important;
  }
  .u-spmb60 {
    margin-bottom: 60px !important;
  }
  .u-mr60 {
    margin-right: 60px !important;
  }
  .u-ml60 {
    margin-left: 60px !important;
  }
  .u-spmt65 {
    margin-top: 65px !important;
  }
  .u-spmb65 {
    margin-bottom: 65px !important;
  }
  .u-mr65 {
    margin-right: 65px !important;
  }
  .u-ml65 {
    margin-left: 65px !important;
  }
  .u-spmt70 {
    margin-top: 70px !important;
  }
  .u-spmb70 {
    margin-bottom: 70px !important;
  }
  .u-mr70 {
    margin-right: 70px !important;
  }
  .u-ml70 {
    margin-left: 70px !important;
  }
  .u-spmt75 {
    margin-top: 75px !important;
  }
  .u-spmb75 {
    margin-bottom: 75px !important;
  }
  .u-mr75 {
    margin-right: 75px !important;
  }
  .u-ml75 {
    margin-left: 75px !important;
  }
  .u-spmt80 {
    margin-top: 80px !important;
  }
  .u-spmb80 {
    margin-bottom: 80px !important;
  }
  .u-mr80 {
    margin-right: 80px !important;
  }
  .u-ml80 {
    margin-left: 80px !important;
  }
  .u-spmt85 {
    margin-top: 85px !important;
  }
  .u-spmb85 {
    margin-bottom: 85px !important;
  }
  .u-mr85 {
    margin-right: 85px !important;
  }
  .u-ml85 {
    margin-left: 85px !important;
  }
  .u-spmt90 {
    margin-top: 90px !important;
  }
  .u-spmb90 {
    margin-bottom: 90px !important;
  }
  .u-mr90 {
    margin-right: 90px !important;
  }
  .u-ml90 {
    margin-left: 90px !important;
  }
  .u-spmt95 {
    margin-top: 95px !important;
  }
  .u-spmb95 {
    margin-bottom: 95px !important;
  }
  .u-mr95 {
    margin-right: 95px !important;
  }
  .u-ml95 {
    margin-left: 95px !important;
  }
  .u-spmt100 {
    margin-top: 100px !important;
  }
  .u-spmb100 {
    margin-bottom: 100px !important;
  }
  .u-mr100 {
    margin-right: 100px !important;
  }
  .u-ml100 {
    margin-left: 100px !important;
  }
  .u-spmt105 {
    margin-top: 105px !important;
  }
  .u-spmb105 {
    margin-bottom: 105px !important;
  }
  .u-mr105 {
    margin-right: 105px !important;
  }
  .u-ml105 {
    margin-left: 105px !important;
  }
  .u-spmt110 {
    margin-top: 110px !important;
  }
  .u-spmb110 {
    margin-bottom: 110px !important;
  }
  .u-mr110 {
    margin-right: 110px !important;
  }
  .u-ml110 {
    margin-left: 110px !important;
  }
  .u-spmt115 {
    margin-top: 115px !important;
  }
  .u-spmb115 {
    margin-bottom: 115px !important;
  }
  .u-mr115 {
    margin-right: 115px !important;
  }
  .u-ml115 {
    margin-left: 115px !important;
  }
  .u-spmt120 {
    margin-top: 120px !important;
  }
  .u-spmb120 {
    margin-bottom: 120px !important;
  }
  .u-mr120 {
    margin-right: 120px !important;
  }
  .u-ml120 {
    margin-left: 120px !important;
  }
  .u-spmt125 {
    margin-top: 125px !important;
  }
  .u-spmb125 {
    margin-bottom: 125px !important;
  }
  .u-mr125 {
    margin-right: 125px !important;
  }
  .u-ml125 {
    margin-left: 125px !important;
  }
  .u-spmt130 {
    margin-top: 130px !important;
  }
  .u-spmb130 {
    margin-bottom: 130px !important;
  }
  .u-mr130 {
    margin-right: 130px !important;
  }
  .u-ml130 {
    margin-left: 130px !important;
  }
  .u-spmt135 {
    margin-top: 135px !important;
  }
  .u-spmb135 {
    margin-bottom: 135px !important;
  }
  .u-mr135 {
    margin-right: 135px !important;
  }
  .u-ml135 {
    margin-left: 135px !important;
  }
  .u-spmt140 {
    margin-top: 140px !important;
  }
  .u-spmb140 {
    margin-bottom: 140px !important;
  }
  .u-mr140 {
    margin-right: 140px !important;
  }
  .u-ml140 {
    margin-left: 140px !important;
  }
  .u-spmt145 {
    margin-top: 145px !important;
  }
  .u-spmb145 {
    margin-bottom: 145px !important;
  }
  .u-mr145 {
    margin-right: 145px !important;
  }
  .u-ml145 {
    margin-left: 145px !important;
  }
  .u-spmt150 {
    margin-top: 150px !important;
  }
  .u-spmb150 {
    margin-bottom: 150px !important;
  }
  .u-mr150 {
    margin-right: 150px !important;
  }
  .u-ml150 {
    margin-left: 150px !important;
  }
}
main {
  padding: 0 !important;
}
main > ul {
  padding: 0 9px;
}

/* TOPへ戻るボタン */
#page-top {
  position: fixed;
  width: 50px;
  height: 50px;
  color: #000;
  background-color: #fff;
  bottom: 20px;
  right: 0;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page-top a {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

#page-top a::after,
#page-top a::before {
  content: "";
  background-color: #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
}

#page-top a::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  right: 0;
}

#page-top a::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  left: 35%;
}

.contents {
  width: min(980px, 100%);
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #2a2a2a;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec_wrap .p-scStaffsnapMv {
  position: relative;
  margin-bottom: 70px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnapMv {
    margin-bottom: 9.3333333333vw;
  }
}
.sec_wrap .p-scStaffsnapMv__slider {
  overflow: hidden;
  width: 100%;
  height: min(490px, 50vw);
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnapMv__slider {
    height: 100vw;
  }
}
.sec_wrap .p-scStaffsnapMv__slider-img {
  width: 100%;
}
.sec_wrap .p-scStaffsnapMv .add-animation {
  -webkit-animation: zoomUp 4.5s linear 0s normal both;
          animation: zoomUp 4.5s linear 0s normal both;
}
.sec_wrap .p-scStaffsnapMv__img {
  width: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: auto;
  -webkit-filter: drop-shadow(0px 0px 5px #5f5d5d);
          filter: drop-shadow(0px 0px 5px #5f5d5d);
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnapMv__img {
    width: 58.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap {
    margin-top: 9.3333333333vw !important;
  }
}
.sec_wrap .p-scStaffsnap__txt {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 9.3333333333vw;
    line-height: 1.8;
  }
}
.sec_wrap .p-scStaffsnap__txt-bold {
  font-weight: 700;
}
.sec_wrap .p-scStaffsnap__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__tab {
    margin-bottom: 4.9333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__tab-item {
  font-size: 19px;
  color: #9fa0a0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1;
  padding: 0 25px;
  position: relative;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__tab-item {
    font-size: 2.9333333333vw;
    padding: 0 3.3333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__tab-item::after {
  content: "";
  border-right: 1px solid #2a2a2a;
  height: 15px;
  width: 1px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__tab-item::after {
    height: 2vw;
    top: calc(50% - 0.9333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__tab-item:last-child::after {
    display: none;
  }
}
.sec_wrap .p-scStaffsnap__tab-item:first-child::before {
  content: "";
  border-right: 1px solid #2a2a2a;
  height: 15px;
  width: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__tab-item:first-child::before {
    display: none;
  }
}
.sec_wrap .p-scStaffsnap__tab-item:hover:not(.is-current) {
  opacity: 0.8;
}
.sec_wrap .p-scStaffsnap__tab-item.is-current {
  color: #2a2a2a;
}
.sec_wrap .p-scStaffsnap__collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}
.sec_wrap .p-scStaffsnap__collection-item {
  width: 33.3333333333%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__collection-item {
    width: 50%;
  }
}
.sec_wrap .p-scStaffsnap__collection-item:hover .p-scStaffsnap__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_wrap .p-scStaffsnap__collection-item:hover .p-scStaffsnap__img::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.sec_wrap .p-scStaffsnap__collection-item:hover .p-scStaffsnap__img::after {
  background: rgba(0, 0, 0, 0.3);
}
.sec_wrap .p-scStaffsnap__img {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_wrap .p-scStaffsnap__img::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 10px solid transparent;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__img::before {
    border: 1.3333333333vw solid transparent;
  }
}
.sec_wrap .p-scStaffsnap__img::after {
  content: "";
  background: url(../images/slider-bg.webp) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_wrap .p-scStaffsnap__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_wrap .p-scStaffsnap__img.js--staffSlider img {
  display: none;
}
.sec_wrap .p-scStaffsnap__img.js--staffSlider img.is-active {
  display: block;
}
.sec_wrap .p-scStaffsnap__info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info {
    padding: 2.6666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__infoCont {
  position: relative;
}
.sec_wrap .p-scStaffsnap__info-ttl {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info-ttl {
    font-size: 4.5vw;
    margin-bottom: 3px;
  }
}
.sec_wrap .p-scStaffsnap__info-ttl--ja {
  font-size: 27px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info-ttl--ja {
    font-size: 3.6vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__info-height {
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info-height {
    font-size: 2.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__info-height .--br {
  padding: 0px 1px 0 3px;
}
.sec_wrap .p-scStaffsnap__info-txt {
  font-size: 15px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info-txt {
    font-size: 2.2666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__info-txt--lead {
  font-size: 13px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info-txt--lead {
    font-size: 2.1333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__info-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__info-icon {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
.sec_wrap .p-scStaffsnap__modal-layer {
  height: 100%;
  cursor: pointer;
}
.sec_wrap .p-scStaffsnap__modal-inner {
  position: relative;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-inner {
    padding: 0;
  }
}
.sec_wrap .p-scStaffsnap__modal-close {
  position: relative;
  width: 40px;
  height: 40px;
  background: #b5b5b6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-close {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-close:hover {
  opacity: 0.6;
}
.sec_wrap .p-scStaffsnap__modal-close::before, .sec_wrap .p-scStaffsnap__modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-close::before, .sec_wrap .p-scStaffsnap__modal-close::after {
    width: 4.6666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sec_wrap .p-scStaffsnap__modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.sec_wrap .p-scStaffsnap__modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(820px, 100%);
  height: min(728px, 100%);
  padding: 25px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-container {
    padding: 0;
    height: 100%;
  }
}
.sec_wrap .p-scStaffsnap__modal-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-content {
    margin-top: 20vw;
  }
}
.sec_wrap .p-scStaffsnap__modalLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalLogo {
    width: 100%;
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    height: min(20vw, 100%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3333333333vw 5.3333333333vw 1.3333333333vw 4.5333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec_wrap .p-scStaffsnap__modalLogo-img {
  width: min(180px, 100%);
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalLogo-img {
    width: 40vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flex {
    display: block;
    padding: 0 0 150px 0;
  }
}
.sec_wrap .p-scStaffsnap__modalSlider {
  position: relative;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalSlider .slick-slide {
    height: auto;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexCont {
  width: calc(100% - 425px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexCont {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15.2vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexLead {
  font-size: 11px;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexLead {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexLead::before, .sec_wrap .p-scStaffsnap__modal-flexLead::after {
  width: 3px;
  height: 11px;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url(../images/kakko_left.webp) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexLead::before, .sec_wrap .p-scStaffsnap__modal-flexLead::after {
    width: 0.6666666667vw;
    height: 2.4vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexLead::before {
  content: "";
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexLead::before {
    margin-right: 2vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexLead::after {
  content: "";
  margin-left: 8px;
  background-image: url(../images/kakko_right.webp);
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexLead::after {
    margin-left: 2vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexLead--ja {
  margin-bottom: 10px;
}
.sec_wrap .p-scStaffsnap__modal-flexTtl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 5px;
  letter-spacing: 0;
  border-bottom: 1px solid #231815;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTtl {
    font-size: 7.0666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 1.2vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexTtl--ja {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #231815;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTtl--ja {
    font-size: 5.8666666667vw;
    margin-bottom: 2vw;
    padding-bottom: 2.4vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexTtl, .sec_wrap .p-scStaffsnap__modal-flexTtl--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_wrap .p-scStaffsnap__modal-flexTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sec_wrap .p-scStaffsnap__modal-flexTxt .--sub {
  font-size: 13px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTxt .--sub {
    font-size: 3.0666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexTxt .--main {
  font-size: 11px;
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTxt .--main {
    font-size: 3.0666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexTxt .--dot {
  padding: 0 3px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTxt .--dot {
    padding: 0 0.5333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexTxt .--ja {
  font-size: 11px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTxt .--ja {
    font-size: 2.6666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modal-flexTxt .--br {
  border-right: 1px solid #2a2a2a;
  height: 8px;
  display: inline-block;
  margin: 0 3px 0 5px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modal-flexTxt .--br {
    height: 2.1333333333vw;
    margin: 0 0.4vw 0 0.6666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modalCredit {
  padding-top: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalCredit {
    padding-top: 6vw;
    margin: 4vw 0 0;
  }
}
.sec_wrap .p-scStaffsnap__modalCredit-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalCredit-list {
    margin-bottom: 9.3333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__modalCredit-listItem {
  overflow: hidden;
}
.sec_wrap .p-scStaffsnap__modalCredit-listItem + .p-scStaffsnap__modalCredit-listItem {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalCredit-listItem + .p-scStaffsnap__modalCredit-listItem {
    margin-top: 3.3333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__modalCredit-listItem.comingSoon {
  pointer-events: none;
}
.sec_wrap .p-scStaffsnap__modalCredit-listItem.comingSoon .--buy {
  width: min(77px, 100%);
  font-size: 11px;
}
.sec_wrap .p-scStaffsnap__modalCredit-listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.sec_wrap .p-scStaffsnap__modalCredit-listLink::after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.sec_wrap .p-scStaffsnap__modalCredit-listLink .--txt {
  font-size: 14px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-right: 10px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalCredit-listLink .--txt {
    font-size: 2.9333333333vw;
    padding-right: 2.6666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modalCredit-listLink .--sub {
  font-size: 12px;
  margin-left: 3px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalCredit-listLink .--sub {
    font-size: 2vw;
  }
}
.sec_wrap .p-scStaffsnap__modalCredit-listLink .--buy {
  width: min(48px, 100%);
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalCredit-listLink .--buy {
    width: 12.9333333333vw;
    padding-left: 2.6666666667vw;
  }
}
.sec_wrap .p-scStaffsnap__modalThumb {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalThumb {
    margin-bottom: 9.3333333333vw;
  }
}
.sec_wrap .p-scStaffsnap__modalThumb-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sec_wrap .p-scStaffsnap__modalThumb-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec_wrap .p-scStaffsnap__modalThumb-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_wrap .p-scStaffsnap__modalThumb-item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_wrap .p-scStaffsnap__modalThumb-item.slick-current::before {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.sec_wrap .p-scStaffsnap__modalThumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalThumb .slick-track {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
}
.sec_wrap .p-scStaffsnap__modalThumb .slick-slide {
  display: block !important;
  float: none !important;
  width: calc((100% - 20px) / 3) !important;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalThumb .slick-slide {
    width: calc((100% - 9.0666666667vw) / 4) !important;
  }
}
.sec_wrap .p-scStaffsnap__modalThumb .slick-track:before {
  display: none;
}
.sec_wrap .p-scStaffsnap__modalThumb .slick-track:after {
  display: none;
}
.sec_wrap .p-scStaffsnap__modalBtn {
  width: min(186px, 100%);
  height: min(37px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  background-color: #231815;
  color: #fff;
  border-radius: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_wrap .p-scStaffsnap__modalBtn {
    width: 44.6666666667vw;
    height: 9.0666666667vw;
    margin: 0 auto;
    border-radius: 5.333333vw;
    font-size: 2.9333333333vw;
  }
}
.sec_wrap .icon_insta {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec_wrap .icon_insta {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
.sec_wrap .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -18px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-dots {
    bottom: -4.8vw;
    z-index: 5;
  }
}
.sec_wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-dotted.slick-slider {
    width: 100%;
    margin-bottom: 11.6vw;
  }
}
.sec_wrap .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.0666666667vw;
  }
}
.sec_wrap .slick-dots li button {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-dots li button {
    background-image: unset;
    background-size: unset;
  }
}
.sec_wrap .slick-dots li button:before {
  font-size: 0;
  width: 100%;
  height: 100%;
  background-color: #c9caca;
  border-radius: 50%;
  opacity: unset;
}
.sec_wrap .slick-dots li.slick-active button:before {
  background-color: #595757;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-dots li.slick-active button:before {
    background-image: none;
    background-size: unset;
    background-position: unset;
  }
}
.sec_wrap .slick-prev,
.sec_wrap .slick-next {
  width: 27px;
  height: 27px;
  z-index: 1;
  top: calc(50% - 16px);
  background: unset;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-prev,
  .sec_wrap .slick-next {
    bottom: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}
.sec_wrap .slick-next::before,
.sec_wrap .slick-prev::before {
  content: "";
  background: url(../images/icon_arrow.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%;
  opacity: 1;
}
.sec_wrap .slick-prev {
  left: 12px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-prev {
    left: 4vw;
  }
}
.sec_wrap .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec_wrap .slick-next {
  right: 12px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .slick-next {
    right: 4vw;
  }
}
.sec_wrap .view_more .view_more_btn {
  font-family: "Noto Sans C JK JP DemiLight", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  display: block;
  position: relative;
  width: 54%;
  padding: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #353535;
  border: solid;
  border-width: 1px;
  border-color: #353535;
  /* border-radius: 3px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec_wrap .view_more .view_more_btn {
    font-size: 13px;
    display: block;
    position: relative;
    width: 75%;
    padding: 1.3em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #353535;
    border: solid;
    border-width: 1px;
    border-color: #353535;
    /* border-radius: 3px; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec_wrap .view_more .view_more_btn:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */