@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
 @font-face {
   font-family: "Lacoste";
   src: url("../../assets/fonts/Lacoste-Regular.woff") format("woff");
 }

 @font-face {
   font-family: "Lacoste Bold";
   src: url("../../assets/fonts/Lacoste-Bold.woff") format("woff");
 }

 @font-face {
   font-family: "Lacoste Heavy";
   src: url("../../assets/fonts/Lacoste-Heavy.woff") format("woff");
 }

 @font-face {
   font-family: "Lacoste black";
   src: url("../../assets/fonts/Lacoste-Black.woff") format("woff");
 }

main {background-color: white!important;}
.snapboard-page-wrapper {background-color: white!important;}
#my_lacoste_customization {padding:0 5%;}
.my_lacoste_main {background-color:white; color:black;}
.my_lacoste_main a {text-decoration: none;}

.my_lacoste_main {
  font-family:"Lacoste","Archivo", Arial, Helvetica, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
}
.title {
    text-align: center;
    font-size: 6em;
    margin: 70px 0 0;
    font-family: "Lacoste Heavy";
}
.sub_title{display:flex;}
.innersub {
  border: 3px solid;
    margin: 0 auto 15px;
    font-size: 36px;
    background: white;
    color: black;
    padding: 5px 20px;
    font-family: "Lacoste black";
  }
.sub_copy {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1%;
}
.custom_price {
  font-size: 1em;
  text-align: center;
  margin-bottom: 60px;
}
.caution {
  text-align:center;
}
.caution_list {
    text-align:center;
    padding-left: 1em;
    text-indent: -1.2em;
    width: 55%;
    margin: 2% auto 0;
    font-size:0.9em;
}
.caution_text {
    font-size: 15px;
    line-height: 1em;
    font-weight:bold;
  }
.caution_list li{
  list-style-position: inside;
  list-style-type: decimal;
  padding-bottom: 10px;
  line-height: 1.4em;
  font-size:1em;
}
.button {
    background-color: rgb(16, 90, 51);
    color: white;
    padding: 20px 50px;
    font-size: 1.2em;
    width: fit-content;
    margin: 40px auto;
    border-radius: 50px;
    cursor: pointer;
}
.sp {display:none;}
.pc {display:inline;}

.member_limited {
  text-align: center;
}
.member_discount {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(16, 90, 51);
    width: 130px;
    padding: 4px;
    margin: 30px auto 5px;
}
.member_price {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
}
span.green_price {
    font-size: 25px;
    font-weight: bold;
    color: rgb(16, 90, 51);
    margin-right: 5px;
}
span.gray_price {
    font-size: 25px;
    font-weight: bold;
    color: #a6a6a6;
    text-decoration: line-through;
    margin-right: 5px;
}
.member_caution {
    font-size: 14px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1050px) {
.caution_list  {
  width:80%;
}
}
@media screen and (max-width: 767px) {
.title {
  font-size: 3em;
  margin: 10% 0 2%;
}
.button {
    padding: 20px 50px;
    font-size: 1em;
    margin: 9% auto;
}
.sub_copy {
    font-size: 1em;
    margin-bottom:2%;
}
.caution_text {
    font-size: 0.85em;
    line-height: 1.4em;
    margin-bottom: 5%;
}
.custom_price {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 10%;
}
ul.caution_list {
  list-style: none;
  margin-block-start: 0;
  padding-inline-start: 0px;
  margin-block-end: 0;
  font-size: 0.8em;
  text-align: left;
  padding-left: 1em;
  text-indent: -1.2em;
  line-height:1.3em;
  width:80%;
}
.caution_list li {
  padding-bottom:3%;
  font-size:0.85em;
}
.innersub {
  font-size:23px;
}
.sp {display:inline;}
.pc {display:none;}
}
.member_caution {
    font-size: 12px;
}
