/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}


/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #ee817c;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #4ac0d4;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
	margin: 30px auto 0 !important;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  background: #FFF;
  border-bottom: 1px solid #999;
	width: 100% !important;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e7eded;
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
  background-color: #e7eded;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #C3C3C3;
  border-left: 1px solid #C3C3C3;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.submit_bottom_ec{
	width: 320px!important;
  background: url("https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/btn-kanryo.svg") center no-repeat !important;
}

.submit_button_complete_ec{
	width: 320px!important;
  background: url("https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/btn-kanryo.svg") center no-repeat !important;
}


.login_button_ec{
	width: 320px!important;
  background: url("https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/btn-login.svg") center no-repeat !important;
}
/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #ee817c;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #4AC0D4;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
	text-align: center;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #e7eded;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 70px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
	background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/btn-kanryo.svg)center no-repeat;
}
.submit_button_complete_sp_ec{
  border: 0px;
  width: 100%;
  height: 70px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
	background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/btn-kanryo.svg)center no-repeat;
}
.login_button_sp_ec{
  border: 0px;
  width: 100%;
  height: 70px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
	background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/btn-login.svg)center no-repeat;
}


.amazon_pay_box_sp_ec{
	margin: 0 auto 10px;
}



.form_main_container_ec{
	font-size: 16px;
}


.agreement_view_sp_ec p{
	font-size:12px;
}














.clearfix::after {
   content: "";
   display: block;
   clear: both;
}



html { scroll-behavior: smooth;}

body{
    margin: 0;
    padding: 0;
	  font-family: "Noto Sans JP", sans-serif;
	  color: #5a5a5a;
  }

  p{
    margin: 0;
    padding: 0;
	  font-size: 16px;
  }
@media screen and (max-width: 1200px) {
	p{
		font-size:15px;
	}
}
	
	a{
		transition:0.5s;
	}
	
  blockquote{
    display: none;
  }
	


#lp-form{
	background: #fff;
  width: 95%;
	max-width: 1000px;
  margin: 0 auto 0;
}


.bg-white{
	background:#fff;
	width:100%;
}



.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



@media screen and (max-width: 1200px) {
    .pc_only1200 {
      display: none !important;
  }
}
@media screen and (min-width: 1200px) {
    .tabsp_only1200 {
      display: none !important;
  }
}

@media screen and (min-width: 1000px) {
    .tabsp_only1000 {
      display: none !important;
  }
}
@media screen and (max-width: 1000px) {
    .pc_only1000 {
      display: none !important;
  }
}

@media screen and (min-width: 800px) {
    .tabsp_only800 {
      display: none !important;
  }
}
@media screen and (max-width: 800px) {
    .pc_only800 {
      display: none !important;
  }
}
@media screen and (min-width: 600px) {
    .tabsp_only600 {
      display: none !important;
  }
}
@media screen and (max-width: 600px) {
    .pc_only600 {
      display: none !important;
  }
}
@media screen and (max-width: 420px) {
    .pc_only420 {
      display: none !important;
  }
}
@media screen and (min-width: 420px) {
    .sp_only420 {
      display: none !important;
  }
}	

	
	
.header{
    width: 100%;
	position: absolute;
	margin-top: -100vh;
	z-index: 100;
}

.header-inner{
    display: flex;
    justify-content: space-between;
    padding: 20px 12%;
}

	.header-inner h1.logo img{
		width:150px;
	}	
	



/*PC追従セット*/
.pc-follow{ 
  opacity: 0;
  visibility: hidden;
	transition: all 0.3s;
}

/*このクラスが付与されると表示する*/
.follow-active{
  opacity: 1;
  visibility: visible;
	transition: all 0.3s;
}





@media (max-width:1200px){
  .nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,1);
    color: #767676;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
	  text-align: center;
  }
  .nav ul{
    list-style:none;
	  padding: 0;
	  margin-top: -50px;
  }
  .nav li:not(:last-child){
    margin-bottom: 30px;
  }
  .nav a{
    color: #767676;
	  text-decoration: none;
	  letter-spacing: 0.05em;
  }
	.nav a:hover{
		opacity: 0.6;
	}
		.nav ul li:last-child a{
		position:relative;
		left: -10px;
	}
	.nav ul li:last-child a::after{
		content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/ico-brand.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: -23px;
}
}
/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 25px;
  right: 25px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#navbtn::before,
#navbtn::after{
  content : '';
  display: block;
  height: 1.5px;
  background-color: #767676;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #767676;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
  z-index: 100;
	transform: translateZ(0);
}
.open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
  visibility: visible;
  opacity: 1;
}

@media(min-width: 1200px){
  /* PCではボタン非表示 */
  #navbtn{
    display:none;
  }

  /* メニューを右に寄せる */
  .nav{
    /* 右寄せ */
    margin-left: auto;
  }
  .nav ul{
    display: flex;
    list-style:none
  }
  .nav ul li:not(:first-child){
    margin-left: 60px;
  }
	.nav ul li a { 
		color: #fff;
		text-decoration: none;
		letter-spacing: 0.05em;
		font-size: 16px;
	}
	.nav ul li a:hover{
		opacity: 0.7;
		transition: all 0.5s;
	}
}
	
	




/*PCの追従メニュー*/
  .nav-pc{
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    background: rgba(255,255,255,0.8);
    color: #767676;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
	  text-align: center;
	  z-index: 9000;
	  transform: translateZ(0);
  }
  .nav-pc ul{
    list-style:none;
	  padding: 0;
	  margin-top: -100px;
  }
  .nav-pc li:not(:last-child){
    margin-bottom: 40px;
  }
.nav-pc li:last-child a{
	position:relative;
	left: -10px;
}
.nav-pc li:last-child a::after{
content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/ico-brand.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: -23px;
}
  .nav-pc a{
    color: #767676;
	  text-decoration: none;
	  letter-spacing: 0.05em;
  }
	.nav-pc a:hover{
		opacity: 0.6;
	}
/* ナビゲーションボタン（開く） */
#navbtn-pc{
  position: fixed;
  top: 25px;
  right: 25px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#navbtn-pc::before,
#navbtn-pc::after{
  content : '';
  display: block;
  height: 1.5px;
  background-color: #767676;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn-pc::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #767676;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn-pc{
  z-index: 9001;
	transform: translateZ(0);
}
.open #navbtn-pc::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn-pc::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav-pc{
  visibility: visible;
  opacity: 1;
}

.nav-pc .menu-pc-inner{
	width:100%;
}
.nav-pc .menu-pc-inner ul li h1 img{
	width:200px;
}
.nav-pc .menu-pc-inner .yoyaku-btn-menu{
	position: absolute;
	bottom: 60px;
	width: 250px;
	left: 50%;
  transform: translateX(-50%);
}
.nav-pc .menu-pc-inner .yoyaku-btn-menu a{
  width: 100%;
  height: 60px;
  display: block;
  background: #4ac0d4;
  border-radius: 50px;
  line-height: 58px;
  color: #fff;	
}

	
	
	
	
	.mv{
		height: calc(100vh + 650px);
		background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/mv-back-pc.jpg)no-repeat;
		background-size: cover;
		margin-top: -100vh;
		position: relative;
	}	
	
	.mv.tabsp_only1200{
		height: calc(100vh + 350px);
		background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/mv-back-sp.jpg)no-repeat;
		background-size: 100%;
	}
	
	
	
	.mv.pc_only1200 .inner{
		height: 75vh;
		padding-top: 15vh;
		width: 90%;
		margin: auto;
		display: flex;
		align-items: center;
	}
	
	.mv.pc_only1200 .inner .left{
		height: 100%;
		width: 45%;
		text-align: right;
	}
	
	.mv.pc_only1200 .inner .left img{
		height: 100%;
		width: auto;
	}
	
	.mv.pc_only1200 .inner .right{
		width: 55%;
		text-align: left;
		padding-left: 5%;
		box-sizing: border-box;
	}
	.mv.pc_only1200 .inner .right h2{
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding-left: 20px;
		margin: 0 auto 20px;
		color: #5a5a5a;
	}
	.mv.pc_only1200 .inner .right h1 img{
		width:350px;
	}
.mv.pc_only1200 .inner .right p.hatsubai{
	color: #1D99B1;
	font-size: 45px;
	padding-left: 15px;
	letter-spacing: 0.05em;
}
.mv.pc_only1200 .inner .right p.hatsubai span{
	font-size: 23px;
	padding:3px;
	font-weight: 500;
}
	.mv.pc_only1200 .inner .right .btn{
		text-align: center;
		width: 300px;
		margin: 20px 0 0 15px;
		background: #4ac0d4;
		padding: 15px 0;
		border-radius: 50px;
	}
	.mv.pc_only1200 .inner .right .btn:hover{
		background: #92d9e5;
	}
	.mv.pc_only1200 .inner .right .btn a{
		color: #fff;
		font-size: 23px;
		text-decoration: none;
		display:block;
		letter-spacing: 0.1em;
	}
	
.mv.tabsp_only1200 .inner .mv-content{
	width:100%;
	text-align: center;
}
.mv.tabsp_only1200 .inner .mv-content h2{
	text-align: center;
	color: #fff;
	padding-top: 50px;
	margin: 0 auto 20px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.8;
}
.mv.tabsp_only1200 .inner .mv-content img.item-img{
    width: 40%;
    height: auto;
    padding-left: 30px;
    width: 160px;
}

.mv.tabsp_only1200 .inner .mv-content h1{
	margin:10px auto 0;
}

.mv.tabsp_only1200 .inner .mv-content h1 img{
	width:40%;
	max-width: 250px;
}
.mv.tabsp_only1200 .inner .mv-content .logo-debut{
	display:flex;
	align-items: center;
	width: 65%;
	margin: auto;
	padding-left: 0px;
	max-width: 300px;
}
.mv.tabsp_only1200 .inner .mv-content .logo-debut h1{
	width:calc(100% - 75px);
	padding-right: 5px;
	box-sizing: border-box;
}
.mv.tabsp_only1200 .inner .mv-content .logo-debut h1 img{
	width:100%;
}
.mv.tabsp_only1200 .inner .mv-content .logo-debut .debut{
	width: 75px;
	height: 75px;
	border: 1px solid #4AC0D4;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv.tabsp_only1200 .inner .mv-content .debut p{
	color: #4AC0D4;
	font-size: 20px;
	font-weight: 500;
	line-height: 0.9em;
}
.mv.tabsp_only1200 .inner .mv-content .debut p span.s{
	font-size:14px;
	font-weight: 400;
	padding-left: 3px;
}
.mv.tabsp_only1200 .inner .mv-content .debut p span.m{
	font-size:17px;
	font-weight: 400;
}





.message{
	position: absolute;
	top: calc(100vh + 100px);
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.message{
		top: 820px;
	}
}
@media screen and (max-width: 400px) {
	.message{
		top: 90vh;
	}
}
	.message .inner{
		max-width: 1000px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.message .inner p{
		color: #5a5a5a;
		font-weight: 400;
		font-size: 23px;
		margin-bottom: 40px;
		line-height: 2em;
		letter-spacing: 0.08em;
	}
.message .inner p.bold{
	font-weight: 500;
}
@media screen and (max-width: 1200px) {
	.message .inner p{
		font-size: 16px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}
}	
	
	
	



/*◆◆◆ベネフィット◆◆◆*/	
	.benefit{
		padding-top: 100px;
		box-sizing: border-box;
		background: #fff;
		padding-bottom: 300px;
	}
.benefit #benefit{
	padding-top: 30px;
}
	.benefit .inner{
		width:90%;
		max-width: 1300px;
		margin: 0 auto;
		position: relative;
	}
	.benefit .inner .title-set{
		text-align: center;
		margin-bottom: 50px;
	}
	.benefit .inner .two-col{
		display: flex;
		align-items: center;
	}
	.benefit .inner .two-col .left{
		width: 50%;
		text-align: center;
	}
@media screen and (max-width: 1300px) {
	.benefit .inner .two-col .left{
		width:45%;
	}
}
.benefit .inner .two-col .left img{
	border-radius: 20px;
	width: 100%;
	max-width: 600px;
}
	.benefit .inner .two-col .right{
		width: 40%;
		text-align: center;
		margin-left: 5%;
	}
@media screen and (max-width: 1300px) {
	.benefit .inner .two-col .right{
		width:55%;
		box-sizing: border-box;
		max-width:550px;
	}
}
	.benefit .inner .two-col .right .title-set{
		text-align: center;
		margin-bottom: 40px;
	}
.benefit .inner .two-col .right .title-set .img_title{
	width: 100%;
}
.benefit .inner .two-col .right .title-set .img_title img{
	width:220px;
}
	.benefit .inner .two-col .right .title-set .titlein{
		font-size: 25px;
		letter-spacing: 0.08em;
		font-weight: 500;
		line-height: 1.8em;
		margin: 0;
	}
.benefit .inner .two-col .right .seibun{
	width:100%;
	text-align: center;
	margin-bottom: 40px;
}
.benefit .inner .two-col .right .seibun img{
	max-width:390px;
	width:100%;
}
.benefit .inner .two-col .right .text{
	display: flex;
	justify-content: center;
}
	.benefit .inner .two-col .right p{
		margin-bottom: 10px;
		letter-spacing: 0.08em;
		line-height: 2em;
		text-align: left;
	}
	.benefit .inner .two-col .right p:last-child{
		margin-bottom: 0;
	}
.benefit .inner .two-col .right p.pink{
	color: #C89BA0;
	font-weight: 500;
}
	.benefit .inner .benefit-img{
		width:95%;
		display: flex;
		margin-top: 60px;
		position: absolute;
	}
.benefit .inner .benefit-img img{
	width:100%;
	border-radius: 20px;
}
.benefit .inner .benefit-img .benefit-img02{
	margin-left: 40px;
	margin-top: 120px;
}

@media screen and (max-width: 800px) {
	.benefit{
		padding-top: 40px;
		padding-bottom: 130px;
		background: #f9f9f9;
	}
	.benefit .inner{
		width: 100%;
	}
	.benefit .inner .title-set{
		margin-bottom:30px;
	}
	.benefit .inner .title-set .img_title{
		width:100%;
		margin: 0;
	}
	.benefit .inner .title-set .img_title img{
		width:150px;
	}
	.benefit .inner .title-set .titlein{
		font-size: 23px;
		letter-spacing: 0.08em;
		font-weight: 500;
		line-height: 1.6em;
		margin-top: 10px;
	}
	.benefit .inner .img-benefit{
		width:90%;
		margin-left: 10%;
		text-align: right;
	}
	.benefit .inner .img-benefit img{
		width:100%;
		border-radius: 20px 0 0 20px;
		max-width: 600px;
	}
	.benefit .inner .img-seibun{
		width:85%;
		margin: 30px auto;
		text-align: center;
	}
	.benefit .inner .img-seibun img{
		width:100%;
		max-width: 400px;
	}
	.benefit .inner .img-benefit01{
		width:90%;
		margin-left: 10%;
		position: absolute;
		text-align: right;
	}
	.benefit .inner .img-benefit01 img{
		width:100%;
		border-radius: 20px 0 0 20px;
		max-width: 600px;
	}
	.benefit .inner .benefit-text{
		margin-bottom: 50px;
	}
	.benefit .inner .benefit-text p{
		margin-bottom: 20px;
		letter-spacing: 0.08em;
		line-height: 1.8em;
		text-align: center;
	}
	.benefit .inner .benefit-text p:last-child{
		margin-bottom: 0;
	}
	.benefit .inner .benefit-text p span.pink{
		color: #c89ba0;
		font-size: 20px;
		font-weight: 500;
	}
	.benefit .inner .img-benefit02 img{
		width: 100%;
		float: right;
	}
}







/*◆◆◆ミネラル◆◆◆*/
.mineral{
	margin-top: 100px;
	padding-top: 300px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.mineral {
		padding-top: 150px;
	}
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
	.mineral {
		padding-top: 100px;
	}
}
@media screen and (min-width: 600px) and (max-width: 800px) {
	.mineral {
		padding-top: 250px;
	}
}
@media screen and (min-width: 500px) and (max-width: 600px) {
	.mineral {
		padding-top: 170px;
	}
}
@media screen and (min-width: 425px) and (max-width: 500px) {
	.mineral {
		padding-top: 100px;
	}
}
@media screen and (max-width: 425px) {
	.mineral {
		padding-top: 50px;
	}
}
.mineral .inner{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

.mineral .inner .title-set{
	text-align: center;
	margin-bottom: 20px;
}
.mineral .inner .title-set .img_title{
	margin:0;
}
.mineral .inner .title-set .img_title img{
	width:220px;
}
.mineral .inner .title-set .titlein{
	font-size: 25px;
	letter-spacing: 0.08em;
	line-height: 1.8em;
	font-weight: 500;
	margin: 0;
}
.mineral .inner .title-set .titlein span.big{
	font-size: 43px;
}
.mineral .inner .title-set .titlein span.mid{
	font-size: 30px;
}
@media screen and (max-width: 1000px) {
	.mineral .inner .title-set{
		margin-bottom: -10px;
	}
	.mineral .inner .title-set .img_title{
		margin: 0;
	}
	.mineral .inner .title-set .img_title img{
		width:150px;
	}
	.mineral .inner .title-set .titlein{
		margin: 0;
		line-height: 1.6em;
	}
}





/*◆◆◆ポイント◆◆◆*/
.point{
	padding-top:250px;
}
.point .inner{
	max-width: 1300px;
	margin: -50px auto 0;
	padding-top:50px;
	width: 90%;
}
.point .inner .title-set{
		text-align: center;
		margin-bottom: 40px;
	}
.point .inner .title-set .img_title{
	width: 100%;
	margin: 0;
}
.point .inner .title-set .img_title img{
	width:200px;
}
.point .inner .title-set .titlein{
	font-size: 23px;
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 1.8em;
	margin: 0;
}

.point .inner .content01{
	background:#fff;
	display: flex;
	align-items: center;
	border-radius: 20px;
	margin-top: 80px;
}
.point .inner .content01 .content-inner{
	width:60%;
	padding: 0 100px;
	box-sizing: border-box;
}
.point .inner .content01 .content-inner h3{
	font-size: 28px;
	color: #2fbaf8;
	line-height: 1.8em;
	font-weight: 500;
	margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
	.point .inner .content01 .content-inner h3{
		font-size: 23px;
	}
}
.point .inner .content01 .content-inner p{
	line-height: 2.5em;
}
.point .inner .content01 .content-inner .img-seibun02{
	margin-top: 30px;
}
.point .inner .content01 .content-inner .img-seibun02 img{
	max-width: 570px;
	width: 100%;
}
.point .inner .content01 .img-point01{
	width:40%;
}
.point .inner .content01 .img-point01 img{
	height: 550px;
	width: 100%;
	vertical-align: top;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}


.point .inner .content02{
	background:#fff;
	display: flex;
	align-items: center;
	border-radius: 20px;
	margin-top: 80px;
}
.point .inner .content02 .img-point02{
	width:40%;
}
.point .inner .content02 .img-point02 img{
	height: 600px;
	width: 100%;
	vertical-align: top;
	object-fit: cover;
	border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 1200px) {
	.point .inner .content02 .img-point02 img{
		height: 800px;
	}
}
.point .inner .content02 .content-inner{
	width:60%;
	padding: 60px;
	box-sizing: border-box;
}
.point .inner .content02 .content-inner h3{

	font-size: 28px;
	color: #2fbaf8;
	line-height: 1.8em;
	font-weight: 500;
	margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
	.point .inner .content02 .content-inner h3{
		font-size: 23px;
	}
}
.point .inner .content02 .content-inner p{
	line-height: 2.5em;
}
.point .inner .content02 .content-inner ul{
	margin-top: 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style-type: none;
}
@media screen and (max-width: 1200px) {
	.point .inner .content02 .content-inner ul{
		max-width: 340px;
	}
}
.point .inner .content02 .content-inner ul li{
	width:22%;
	margin-right:4%;
}
.point .inner .content02 .content-inner ul li:last-child{
	margin-right:0;
}
@media screen and (max-width: 1200px) {
	.point .inner .content02 .content-inner ul li{
		width:47%;
		margin-right: 6%;
		padding-right: 0px;
		margin-bottom: 6%;
	}
	.point .inner .content02 .content-inner ul li:nth-child(2n){
		margin-right:0;
	}
}
.point .inner .content02 .content-inner ul li img{
	width:100%;
	vertical-align: top;
}
.point .inner .content02 .content-inner ul li .text{
	background: #C89BA0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.point .inner .content02 .content-inner ul li .text p{
	text-align: center;
	color: #fff;
	line-height: 1.5em;
	padding: 10px 0;
	font-size: 14px;
}



/*スマホ*/
@media screen and (max-width: 1000px) {
	.point{
		padding-top:120px;
	}
	.point .inner{
		margin: auto;
		width: 100%;
	}
	.point .inner .title-set{
			text-align: center;
			margin-bottom: 0px;
		}
	.point .inner .title-set .img_title{
		width: 100%;
		margin: 0;
	}
	.point .inner .title-set .img_title img{
		width:120px;
	}
	.point .inner .title-set .titlein{
		font-size: 25px;
		letter-spacing: 0.08em;
		font-weight: 500;
		line-height: 1.6em;
		margin: 0;
	}
	.point .inner .content01{
		position: relative;
		margin-top: 50px;
		display: block;
		border-radius: 0;
		background: none;
	}
	.point .inner .content01 img{
		width:100%;
	}
	.point .inner .content01 .content-inner{
		width:100%;
		padding: 0;
	}
	.point .inner .content01 .content-inner h3{
		position: absolute;
		top: 7%;
		left: 10%;
		color: #fff;
	}
	
	.point .inner .content02{
		display: block;
		border-radius: 0;
		background:none;
		margin: 80px auto;
	}
	.point .inner .content02 .content-inner{
		width: 90%;
		margin: auto;
		padding: 0;
		text-align: center;
	}
	.point .inner .content02 .content-inner ul{
		max-width: 320px;
		margin: 50px auto 0;
	}
	.point .inner .content02 .content-inner ul li{
		width: 150px;
		height: 150px;
		background: #fff;
		border-radius: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}
	.point .inner .content02 .content-inner ul li p{
		line-height: 1.6em;
		color:#41AFDC;
		font-size: 18px;
	}
	.point .inner .content02 .content-inner ul li p span.big{
		font-size: 25px;
		font-weight: 500;
	}
	.point .inner .content02 .content-inner ul li p span.mid{
		font-weight: 500;
		font-size: 18px;
	}
	.point .inner .content02 .content-inner p.s{
		font-size:14px;
		text-align: right;
		width:320px;
		margin: auto;
	}
	
	.point .inner .content03{
		position: relative;
		margin-top: 50px;
		display: block;
		border-radius: 0;
		background: none;
	}
	.point .inner .content03 img{
		width:100%;
	}
	.point .inner .content03 .content-inner{
		width:100%;
		padding: 0;
	}
	.point .inner .content03 .content-inner h3{
		position: absolute;
		top: 10%;
		right: 7%;
		color: #fff;
		font-size: 28px;
		line-height: 1.8em;
		font-weight: 500;
		margin: 0 auto 20px;
		text-shadow: #383D3F 1px 0 10px;
	}
	
	.point .inner .content04{
		margin: 50px auto;
	}
	.point .inner .content04 .content-inner{
		width:90%;
		margin: auto;
		text-align: center;
	}
	.point .inner .content04 .content-inner .text p{
		line-height: 2.5em;
	}
	.point .inner .content04 .content-inner .point-box{
		margin:50px auto 0;
	}
	.point .inner .content04 .content-inner .point-box img{
		max-width:600px;
		width:100%;
	}
}


@media screen and (max-width: 600px) {
	.point{
		padding-top:80px;
	}
	.point .inner .content02{
		margin: 50px 0;
	}
	.point .inner .content02 .content-inner ul{
		max-width:280px;
		margin: 20px auto 0;
	}
	.point .inner .content02 .content-inner ul li{
		width:130px;
		height: 130px;
	}
	.point .inner .content01 .content-inner h3{
		font-size:20px;
	}
	.point .inner .content03 .content-inner h3{
		font-size:20px;
	}
}
@media screen and (max-width: 360px) {
	.point .inner .content02{
		margin: 30px 0;
	}
	.point .inner .content02 .content-inner p.s{
		width:260px;
	}
	.point .inner .content04{
		margin: 20px 0;
	}
	.point .inner .content04 .content-inner .point-box{
		margin: 30px auto 0;
	}
}








/*◆◆◆プロダクト◆◆◆*/
.product{
  padding-top: 50px;
  margin-top: 170px;
  /* padding-bottom: 100px; */
}
.product .inner{
	width: 90%;
	max-width: 1300px;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	padding: 50px 5%;
	box-sizing: border-box;
}
.product .inner h2{
	text-align: center;
	margin: 0;
	padding-top: 40px;
}
.product .inner h2 img{
	width:240px;
}
.product .inner .two-col{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	max-width: 800px;
	margin: auto;
}
.product .inner .two-col .left{
	width:60%;
}
.product .inner .two-col .left h3{
	font-size: 36px;
	font-weight: 500;
}
.product .inner .two-col .left h3 span{
	font-size: 18px;
}
.product .inner .two-col .left .detail{
	width:100%;
}
.product .inner .two-col .left .detail dl{
	display: flex;
}
.product .inner .two-col .left .detail dl dt{
	font-size:23px;
}
.product .inner .two-col .left .detail dl dd{
	font-size: 23px;
	margin: 0;
}
.product .inner .two-col .left .detail dl dd span.s{
	font-size: 14px;
}
.product .inner .two-col .left .detail dl dd span.m{
	font-size: 18px;
}
.product .inner .two-col .right{
	width:40%;
	text-align: center;
}
.product .inner .two-col .right img{
	width:150px;
}


/*アコーディオン*/
.accordion{
	max-width: 800px;
	width:100%;
	margin: 50px auto;
}
.product-toggle {
	display: none;
}
.product-Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #4AC0D4;
	background:#fff;
	border: 1px solid #4AC0D4;
	text-align: center;
}
.product-Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #4AC0D4;
	border-right: 2px solid #4AC0D4;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 7px );
	right: 20px;
	transform: rotate(135deg);
}
.product-Label,
.product-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.product-content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.product-toggle:checked + .product-Label + .product-content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.product-toggle:checked + .product-Label::before {
	transform: rotate(-45deg) !important;
}




.product .inner .product-content .two-col{
	max-width:100% !important;
	align-items: baseline;
	display: flex;
	flex-direction: row;
}
.product .inner .product-content .two-col .left{
	width:40%;
	text-align: left;
}
.product .inner .product-content .two-col .left h4{
	font-size: 14px;
	font-weight: 500;
	color:#4AC0D4;
}
.product .inner .product-content .two-col .left table{
	width:100%;
	border-collapse:collapse;
}
.product .inner .product-content .two-col .left table th{
	border:1px solid #4AC0D4;
	background: #e6f9fc;
	text-align: center;
	padding: 20px;
	font-size: 14px;
	color: #6E6E6E;
	font-weight: 400;
	width: 55%;
}
.product .inner .product-content .two-col .left table td{
	border:1px solid #4AC0D4;
	text-align: center;
	padding: 20px;
	font-size:16px;
	color: #6E6E6E;
	width: 45%;
}
.product .inner .product-content .two-col .right{
	width:60%;
	padding-left: 50px;
	box-sizing: border-box;
	text-align: left;
}
.product .inner .product-content .two-col .right dl dt{
	color: #4AC0D4;
	border-bottom: 2px solid #4AC0D4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}
.product .inner .product-content .two-col .right dl dd{
	font-size: 14px;
	margin: 0;
	line-height: 2em;
}
.product .inner .product-content .two-col .right .text{
	margin-top:50px;	
}
.product .inner .product-content .two-col .right .text p{
	font-size:11px;
	color: #6E6E6E;
	line-height: 1.8em;
}



/*スマホ*/
@media screen and (max-width: 1000px) {
	.product{
		margin-top:100px;
		padding-top: 0;
	}
	.product .inner{
		width:100%;
		border-radius: 0;
	}
	.product .inner h2{
		margin: 0 auto 20px;
	}
	.product .inner h2 img{
		width:160px;
	}
	.product .inner .two-col{
		display: block;
	}
	.product .inner .two-col .right{
		width: 100%;
	}
	.product .inner .two-col .right img{
		max-width:100px;
	}
	.product .inner .two-col .left{
		width:100%;
		text-align: left;
		display: flex;
		justify-content: center;
	}
	.product .inner .two-col .left h3{
		font-size:20px;
	}
	.product .inner .two-col .left h3 span{
		font-size:14px;
	}
	.product .inner .two-col .left .detail dl{
		margin:5px 0;
	}
	.product .inner .two-col .left .detail dl dt{
		font-size:15px;
	}
	.product .inner .two-col .left .detail dl dd{
		font-size:15px;
	}
	.product .inner .two-col .left .detail dl dd span.s{
		font-size:10px;
	}
	.product .inner .two-col .left .detail dl dd span.m{
		font-size:13px;
	}
	.product .inner .accordion{
		margin: 20px auto 0;
	}
	.product-Label{
		padding: 0.5em;
	}
	.product-toggle:checked + .product-Label + .product-content{
		padding: 10px 0 0;
	}
	.product .inner .product-content .two-col{
		display:block;
	}
	.product .inner .product-content .two-col .left{
		width:100%;
		display: block;
	}
	.product .inner .product-content .two-col .left table th{
		width:60%;
		padding: 15px;
	}
	.product .inner .product-content .two-col .left table td{
		width:40%;
		padding: 15px;
	}
	.product .inner .product-content .two-col .right{
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.product .inner .product-content .two-col .right .text{
		margin-top:40px;
	}
}









/*◆◆◆選べる買い方◆◆◆*/
.kaikata{
	margin:100px auto 0;
	background: #fff;
}
.kaikata .inner{
	max-width: 1400px;
	width: 90%;
	margin: auto;
	padding: 60px 0 120px;
}
.kaikata .inner h2{
	text-align:center;
	font-size: 40px;
	color: #4AC0D4;
	margin: 0;
	padding-top: 60px;
}
.kaikata .inner h2 span{
	color:#5a5a5a;
}
.kaikata .inner .two-col{
	display: flex;
	align-items: inherit;
	margin-top: 60px;
}
.kaikata .inner .two-col .left{
	width: 45%;
	padding-right: 50px;
	box-sizing: border-box;
}
.kaikata .inner .two-col .left img{
	width: 100%;
	border-radius: 20px;
}
.kaikata .inner .two-col .right{
	width:55%;
}
.kaikata .inner .two-col .right .kaikata01{
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata01{
		display:block;
	}
}
.kaikata .inner .two-col .right .kaikata01 dl{
	margin:0;
}
.kaikata .inner .two-col .right .kaikata01 dl dt{
	color: #4ac0d4;
	font-size: 23px;
	font-weight: 500;
	border-bottom: 2px dotted #4ac0d4;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.kaikata .inner .two-col .right .kaikata01 dl dt h4{
	margin:0;

}
.kaikata .inner .two-col .right .kaikata01 dl dd{
	margin: 0;
}
.kaikata .inner .two-col .right .kaikata01 dl dd p{
	margin-bottom: 10px;
	color: #6E6E6E;
}
.kaikata .inner .two-col .right .kaikata01 dl dd p span.s{
	font-size:14px;
}
.kaikata .inner .two-col .right .kaikata01 dl dd img{
	width:100%;
	max-width: 420px;
}
.kaikata .inner .two-col .right .kaikata01 .btn{
	margin-left: 50px;
	background: #4ac0d4;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata01 .btn{
		margin-left:0;
		margin-top: 10px;
	}
}
.kaikata .inner .two-col .right .kaikata01 .btn a{
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
	display: inline-block;
	width: 280px;
}
.kaikata .inner .two-col .right .kaikata01 .btn:hover {
	opacity: 0.6;
	 transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata01 .btn a{
		width:100%;
	}
}
.kaikata .inner .two-col .right .kaikata02{
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata02{
		display:block;
	}
}
.kaikata .inner .two-col .right .kaikata02 dl{
	margin:0;
}
.kaikata .inner .two-col .right .kaikata02 dl dt{
	color: #c89ba0;
	font-size: 23px;
	font-weight: 500;
	border-bottom: 2px dotted #c89ba0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.kaikata .inner .two-col .right .kaikata02 dl dt h4{
	margin: 0;
}
.kaikata .inner .two-col .right .kaikata02 dl dd{
	margin: 0;
}
.kaikata .inner .two-col .right .kaikata02 dl dd p{
	margin-bottom: 10px;
}
.kaikata .inner .two-col .right .kaikata02 dl dd img{
	width:100%;
	max-width: 420px;
}
.kaikata .inner .two-col .right .kaikata02 .btn{
	margin-left: 50px;
	background: #c89ba0;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata02 .btn{
		margin-left:0;
		margin-top: 10px;
	}
}
.kaikata .inner .two-col .right .kaikata02 .btn a{
	text-decoration: none;
	color: #fff;
	padding: 15px 0;
	width: 280px;
	display: inline-block;
}
.kaikata .inner .two-col .right .kaikata02 .btn:hover {
	opacity: 0.6;
	 transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata02 .btn a{
		width:100%;
	}
}
.kaikata .inner .two-col .right .kaikata03{
	display: flex;
	align-items: flex-end;
	margin-top: 40px;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata03{
		display:block;
	}
}
.kaikata .inner .two-col .right .kaikata03 dl{
	margin:0;
}
.kaikata .inner .two-col .right .kaikata03 dl dt{
	color: #6e6e6e;
	font-size: 23px;
	font-weight: 500;
	border-bottom: 2px dotted #6e6e6e;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.kaikata .inner .two-col .right .kaikata03 dl dt h4{
	margin: 0;
}
.kaikata .inner .two-col .right .kaikata03 dl dd{
	margin: 0;
}
.kaikata .inner .two-col .right .kaikata03 dl dd img{
	width:100%;
	max-width: 420px;
}
.kaikata .inner .two-col .right .kaikata03 .btn{
	margin-left: 50px;
	background: #6e6e6e;
	box-sizing: border-box;
	border-radius: 50px;
	text-align: center;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata03 .btn{
		margin-left:0;
		margin-top: 10px;
	}
}
.kaikata .inner .two-col .right .kaikata03 .btn a{
	text-decoration: none;
	color: #fff;

	padding: 15px 0;
	width: 280px;
	display: inline-block;
}
.kaikata .inner .two-col .right .kaikata03 .btn:hover {
	opacity: 0.6;
	 transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .kaikata03 .btn a{
		width:100%;
	}
}
.kaikata .inner .two-col .right .text{
	margin:30px auto 0;
}
.kaikata .inner .two-col .right .text dl{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	display: flex;
}
.kaikata .inner .two-col .right .text dl dt{
	width:30px;
}

.kaikata .inner .two-col .right .text dl dd{
	width:calc(100% - 30px);
	margin: 0;
}
@media screen and (max-width: 1400px) {
	.kaikata .inner .two-col .right .text{
		text-align: left;
		margin-top:20px;
	}
}
/*スマホ*/
@media screen and (max-width: 1000px) {
	.kaikata{
		margin:0 auto;
	}
	.kaikata .inner{
		width:100%;
		padding:0 0 60px;
	}
	.kaikata .inner img.tabsp_only1000{
		width:100%;
	}
	.kaikata .inner h2{
		font-size:25px;
	}
	.kaikata .inner .two-col{
		display:block;
		margin-top: 40px;
	}
	.kaikata .inner .two-col .right{
		width:90%;
		margin: auto;
	}
	.kaikata .inner .two-col .right .kaikata01 dl dd p{
		font-size: 16px;
	}
	.kaikata .inner .two-col .right .kaikata01 dl dd p span.s{
		font-size: 12px;
	}
	.kaikata .inner .two-col .right .kaikata01 .sp_only420 img{
		width:100%;
	}
	.kaikata .inner .two-col .right .kaikata02 .sp_only420 img{
		width:100%;
	}
	.kaikata .inner .two-col .right .kaikata03 .sp_only420 img{
		width:100%;
	}
	.kaikata .inner .two-col .right .text dl{
		text-align: left;
		font-size:10px;
	}
	.kaikata .inner .two-col .right .text dl dt{
		width:25px;
	}
	.kaikata .inner .two-col .right .text dl dd{
		width:calc(100% - 25px);
	}
}








/*◆◆◆定期コース◆◆◆*/
.regular{
	background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/img-teiki-back.jpg);
    background-size: cover;
    background-position-x: 80%;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 50px 0 100px;
	}
.regular .inner{
	max-width:1200px;
	width:90%;
	padding: 100px 0;
	box-sizing: border-box;
	margin:auto;
	text-align: center;
}
.regular .inner h2{
	margin:0;
	font-size:32px;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.regular .inner h2 span.s{
	font-size:12px;
}
.regular .inner h3{
	margin: 60px auto 30px;
	color:#fff;
	font-size:24px;
	font-weight: 400;
}
.regular .inner h3 span.big{
	font-size:64px;
}
.regular .inner h3 span.mid{
	font-size:40px;
}
.regular .inner h3 span.plus{
	font-size:30px;
	margin: 0 5px;
}
.regular .inner .price{
	display: flex;
		align-items: center;
  justify-content: center;
}
.regular .inner .price .price1 img{
	max-width:608px;
	width:100%;
}
.regular .inner .price .price2{
	margin: 0 10px;
	width: 40px;
}
.regular .inner .price .price2 p{
	font-size: 25px;
	font-weight: 400;
	color: #fff;
}
.regular .inner .price .price3 img{
	max-width:608px;
	width:100%;
}

.regular .inner .two-col{
	max-width: 1000px;
	width:90%;
	margin: auto;
	display: flex;
}
.regular .inner .two-col .text{
	text-align: left;
	width:65%;
	padding-right: 50px;
	box-sizing: border-box;
}
.regular .inner .two-col .text dl{
	color: #fff;
	font-size:14px;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.regular .inner .two-col .text dl dt{
	width:35px;
}
.regular .inner .two-col .text dl dd{
	margin: 0;
	width:calc(100% - 35px);
}
.regular .inner .two-col .btn{
	width:35%;
}
.regular .inner .two-col .btn a{
	width: 100%;
  display: inline-block;
  padding: 20px 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #4AC0D4;
  border-radius: 50px;
	font-size:24px;
}
.regular .inner .two-col .btn a:hover{
	opacity: 0.8;
	 transition: all 0.5s;
}
/*スマホ*/
@media screen and (max-width: 1000px) {
	.regular .inner .otoku ul{
		display: block;
	}
	.regular .inner .otoku ul li{
		width: 100%;
		height: auto;
		padding: 8px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.regular .inner .otoku ul li:last-child{
		padding: 14px 0;
	}
	.regular .inner .two-col{
		display:block;
		width: 100%;
	}
	.regular .inner .two-col .text{
		width:100%;
		padding-right: 0;
	}
	.regular .inner .two-col .text dl{
		font-size: 10px;
	}
	.regular .inner .two-col .text dl dt{
		width:25px;
	}
	.regular .inner .two-col .text dl dd{
		width:calc(100% - 25px;);
	}
	.regular .inner .two-col .btn{
		width:100%;
		margin-top: 50px;
	}
}
@media screen and (max-width: 800px) {
	.regular .inner h2{
		font-size:23px;
	}
	.regular .inner .price{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 625px) {
	.regular .inner{
		padding: 60px 0;
	}
	.regular .inner h3{
		font-size:22px;
		margin: 20px auto 10px;
	}
	.regular .inner h3 span.big{
		font-size:40px;
	}
	.regular .inner h3 span.mid{
		font-size:26px;
	}
	.regular .inner h3 span.plus{
		font-size:23px;
	}
	.regular .inner .price .price1 p{
		font-size: 16px;
		font-weight: 400;
	}
	.regular .inner .price .price2 p{
		font-size:16px;
	}
	.regular .inner .price .price2 p span.b{
		font-size:44px;
	}
	.regular .inner .price .price2 p span.s{
		font-size:10px;
	}
	.regular .inner .price .price4 p{
		font-size: 16px;
		font-weight: 400;
	}
	.regular .inner .price .price5 p{
		font-size:16px;
	}
	.regular .inner .price .price5 p span.b{
		font-size:44px;
	}
	.regular .inner .price .price5 p span.s{
		font-size:10px;
	}
	.regular .inner .price .price6{
		width: 70px;
		height: 70px;
	}
	.regular .inner .price .price6 p{
		font-size:12px;
	}
	.regular .inner .otoku{
		margin: 30px auto;
	}
	.regular .inner .otoku ul li p{
		font-size:18px;
	}
	.regular .inner .otoku ul li p span.s{
		font-size:12px;
	}
	.regular .inner .otoku ul li:first-child p span.b{
		font-size:26px;
	}
	.regular .inner .otoku ul li p span.b{
		font-size:18px;
	}
	.regular .inner .otoku ul li:nth-of-type(3) p{
		font-size:18px;
	}
	.regular .inner .otoku ul li:nth-of-type(4) p{
		font-size:18px;
	}
	.regular .inner .two-col .btn a{
		font-size:16px;
	}
}
@media screen and (max-width: 550px) {
	.regular .inner h2 span.s{
		font-size:10px;
	}
	.regular .inner .otoku ul li p span.ue{
		font-size:10px;
	}
}



section.coursecamp_sec .con .price02 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

section.coursecamp_sec .con .price02 .price2 p {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}



@media screen and (max-width: 767px) {
	section.coursecamp_sec .con .price02 {
		flex-direction: column;
		width: 100%;
	}
	section.coursecamp_sec .con .price02 .price1 {
		display: block;
	}
	section.coursecamp_sec .con .price02 .price1 img{
		width: 260px;
		display: block;
	}
	section.coursecamp_sec .con .price02 .price2{
		display: none;
	}
	section.coursecamp_sec .con .price02 .price3 img{
		width: 330px;
		display: block;
	}
	section.coursecamp_sec .con .price02 {
		display: flex;
		/* justify-content: center; */
		/* align-items: center; */
		gap: 20px;
		flex-direction: column;
		width: 100%;
	}
	.otoku ul {
		flex-direction: column;
	}
	.otoku ul li {
		width: 95%;
	}
	.otoku ul li p {
		font-size: 16px;
	}
	.otoku ul li:nth-of-type(4) p {
		font-size: 16px;
	}
	.otoku ul li:nth-of-type(3) p {
		font-size: 16px;
	}
	.otoku ul li:first-child p span.b {
		font-size: 24px;
	}
}

/*◆◆◆ブランドヒストリー◆◆◆*/
.brandstory{
	background: #fff;
	padding: 150px 0 50px;
	box-sizing: border-box;
}
.brandstory .inner{
	max-width: 1300px;
	width: 90%;
	margin:0 auto;
}
.brandstory .inner h2{
	margin: 0 auto 50px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.08em;
	font-weight: 400;
}
.brandstory .inner h2 span{
	color: #C89BA0;
}
.brandstory .inner img{
	width:100%;
	max-width:1300px;
	border-radius: 20px;
}
.brandstory .inner img:hover{
	opacity: 0.8;
	transition: all 0.5s;
}
@media screen and (max-width: 800px) {
	.brandstory{
		padding: 80px 0 30px;
	}
	.brandstory .inner{
		width:100%;
	}
	.brandstory .inner h2{
		font-size:22px;
		margin: 0 auto 30px
	}
	.brandstory .inner img{
		border-radius: 0;
	}
}










/*◆◆◆よくあるご質問◆◆◆*/
.qanda{
	background:#fff;
	padding: 100px 0 150px;
}
.qanda .inner{
	max-wdith:1300px;
	width:90%;

	margin: 0 auto;
}
.qanda .inner h2{
	font-size:30px;
	text-align: center;
	margin: 0 auto 50px;
	letter-spacing: 0.08em;
	font-weight: 400;
}
@media screen and (max-width: 800px) {
	.qanda{
		padding: 50px 0 ;
	}
	.qanda .inner h2{
		font-size:22px;
		margin: 0 auto 30px;
	}
}
.qanda .inner h2 span{
	color: #4AC0D4;
}



.accordion__container {
  max-width: 1300px;
  width: 100%;
  margin: 20px auto 0;
  border-bottom: 0;
}
.accordion-box{
	background: #EBE7E9;
	margin-bottom: 30px;
	border-radius: 20px;
} 
.accordion__tab {
	font-size: 18px;
  padding: 30px 45px 30px 70px;
  cursor: pointer;
  position: relative;
  border-top: 0;
	transition: background-color 0.3s ease;
}
.accordion__tab::before {
	content: '';
	display: block;
	width: 30px; 
	height: 30px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/icon-Q.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:33px;
	left:30px;
}

.accordion__tab::after {
  content: "＋";
  position: absolute;
  right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}
  
.accordion__tab.active::after {
  content: "ー";
  transform: translateY(-50%) rotate(0deg);
}

.accordion__content {
  padding: 10px 30px 30px 70px;
  display: none;
	position: relative;
	transition: max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
.accordion__content p{
	font-size:18px;
	line-height: 1.8em;
}
.accordion__content::before {
	content: '';
	display: block;
	width: 30px; 
	height: 30px;
	background-image: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/icon-A.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:13px;
	left:30px;
}

.accordion__content.active {
  display: block;
  max-height: 200px; /* Adjust the value based on your content height */
}
@media screen and (max-width: 1000px) {
	.accordion__tab{
		font-size:14px;
		padding: 20px 45px 20px 60px;
	}
	.accordion__tab::before{
		width:20px;
		height:20px;
		top: 23px;
	}
	.accordion__content{
		padding: 10px 20px 20px 60px;
	}
	.accordion__content::before{
		width:20px;
		height:20px;
		top: 15px;
	}
	.accordion__content p{
		font-size:14px;
	}
	.accordion-box{
		margin-bottom: 20px;
	} 
}









/*フッター*/
footer .inner{
	width: 90%;
	margin: auto;
	text-align: center;
}
footer .inner ul {
  list-style-type: none;
  margin: 40px auto 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .inner ul li {
  margin: 5px 15px;
}
footer .inner ul li a {
  color: #787878;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}
footer .inner p.copy {
  font-size: 12px;
  color: #4d4d4d;
  margin-bottom: 20px;
}











/*背景動くグラデーション*/
.gradation01 {
  position:sticky;
	position: -webkit-sticky;
  overflow: hidden;
  width: 100%;
  height: 100vh;
	 /*background: linear-gradient(-225deg, #46a3b5 0%, #cfdbdc 56%, #fdc8ad 100%);*/
	background: #e0e3e8;
	top: 0;
	z-index: -9999;
	transform: translate3d(0);
}
	
	
	
.item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;

  /* 回転アニメーション */
  transform-origin: 0 0;
  animation-name: rotate-item;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1200px) {
	.item {
		height: 60%;
	}
}
	

	
	
.item-01 {
  z-index: 3;
  animation-duration: 120s;
	transform: translate3d(0);
}
@media screen and (max-width: 1200px) {
	.item-01 {
		animation-duration: 120s;
	}
}
.item-02 {
  z-index: 2;
  left: 45%;
  animation-duration: 150s;
  animation-direction: reverse;
	transform: translate3d(0);
}
@media screen and (max-width: 1200px) {
	.item-02 {
		animation-duration: 150s;
	}
}
.item-03 {
  z-index: 4;
  left: 40%;
  animation-duration: 130s;
	transform: translate3d(0);
}
@media screen and (max-width: 1200px) {
	.item-03 {
		animation-duration: 130s;
	}
}
.item-04 {
  z-index: 1;
  animation-duration: 140s;
	transform: translate3d(0);
}
@media screen and (max-width: 1200px) {
	.item-04 {

		animation-duration: 140s;
	}
}
.round {
  position: relative;
  border-radius: 50%;
}
.round-01 {
  z-index: 3;
  top: 0%;
  width: 800px;
  height: 800px;
  background: #ffe0d3;
  filter: blur(100px);
  animation: flash 5s linear infinite;
	transform: translate3d(0);
}
@media screen and (max-width: 1200px) {
	.round-01 {
		width: 100vw;
		height: 100vw;
		filter: blur(30px);
	}
}
.round-02 {
  top: -20%;
  width: 700px;
  height: 700px;
  background-color: #b0d3dd;
  filter: blur(200px);
  animation: flash 8s linear infinite;
}
@media screen and (max-width: 1200px) {
	.round-02 {
		width: 100vw;
		height: 100vw;
		filter: blur(40px);
	}
}
.round-03{
  top: 60%;
  width: 500px;
  height: 500px;
  background-color: #b0d3dd;
  filter: blur(100px);
  animation: flash 3s linear infinite;
}
@media screen and (max-width: 1200px) {
	.round-03 {
		width: 100vw;
		height: 100vw;
		filter: blur(30px);
	}
}
.round-04{
  top: -70%;
  left: -60%;
  width: 600px;
  height: 600px;
  background-color: #ffe0d3;
  filter: blur(200px);
  animation: flash 10s linear infinite;
}
@media screen and (max-width: 1200px) {
	.round-04 {
		width: 80vw;
		height: 80vw;
		filter: blur(60px);
	}
}

/* 回転アニメーション */
@keyframes rotate-item {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* 点滅アニメーション */
@keyframes flash {
	0%,
	100% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.5;
	}
}	



/*スマホのときの追従ボタン*/
.yoyaku-btn{
	position: fixed;
	bottom: 20px;
	left: 50%;
	right:50%;
	transform: translate3d(-50%, 0, 0);
	width: 180px;
	background: #4AC0D4;
	padding: 10px;
	text-align: center;
	border-radius: 50px;
	z-index: 8999;
	transition: opacity 0.5s, transform 0.5s;
}
.yoyaku-btn a{
	color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
}
  .yoyaku-btn.hidden {
    opacity: 0;
    transform: translateX(0), translateY(20px); /* 20px下に移動させることで、ふわっと非表示に見せる */
  }





/*PCのときの追従ボタン*/
.yoyaku-btn-pc{
	position: fixed;
	bottom: 30px;
	right:80px;
	width: 110px;
	height: 110px;
	border-radius: 500;
	background: #4AC0D4;
	text-align: center;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 8999;
	transition: all 0.3s;
	transform: translateZ(0);
}
.yoyaku-btn-pc:hover{
	background: #fff;
	transition: all 0.3s;
}
.yoyaku-btn-pc a{
	color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
	width: 110px;
  height: 110px;
  line-height: 105px;
	 transition: all 0.3s;
}
.yoyaku-btn-pc a:hover{
	color: #4AC0D4;
	 transition: all 0.3s;
}
  .yoyaku-btn-pc.hidden {
    opacity: 0;
    transform: translateX(0), translateY(20px); /* 20px下に移動させることで、ふわっと非表示に見せる */
  }





.start {
	background: #f8f8f8;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	transform: translateZ(0);
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	display: none;
	z-index: 9999;
	
}
	.start p img{
		width: 280px;
	}
@media screen and (max-width:1200px) { 
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	transform: translateZ(0);
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	display: none;
	z-index: 9999;
}
	.start p img{
		width: 180px;
	}
}



/*ミネラルのスライダー*/
.mineral-slide{
	position: relative;
}
    .swiper {
      width: 100%;
      height: 600px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper-slide .white{
    width: 1000px;
    height: 540px;
    background: #fff;
    border-radius: 500px / 270px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiper-slide .white .num_box {
    width: 70px;
    margin-bottom: 10px;
}
.swiper-slide .white .num_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
}
/* 追記0827 */
.swiper-slide .white .title {
    color: #41afdc;
    font-size: 24px;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.swiper-slide .white p {
    color: #555555;
    font-size: 16px;
    line-height: 2.3;
}
.swiper-slide .white p br.sp{
   display: none;
}
.swiper-slide .white p strong{
	position: relative;
    font-weight: bold;
}
.swiper-slide .white p strong::after{
	content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
   background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/834635434.png)no-repeat;
   background-size: cover;
   background-position: right;
}
.swiper-slide .white p.sp {
display: none;
}
@media screen and (max-width:1000px) {
	.swiper-slide .white{
		background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/img-white.png)no-repeat;
		width: 480px;
		background-position: center;
		background-size: 480px;
	}

	.swiper-slide .white p {
		font-size: 14px;    
		line-height: 2;
	}
	.swiper-slide .white p.pc {
	display: none;
	}
	.swiper-slide .white p.sp {
	display: block;
	}
	.swiper-slide .white .title {
		font-size: 22px;
	}
	.swiper-slide .white p strong {
		font-weight: 400;
		color: #333333;
	}
	.swiper-slide .white p br.sp{
	   display: block;
	}
	.swiper-slide .white p br.pc{
	   display: none;
	}
}
/* ----------------------------------------------- */
    .swiper-slide img {
      display: block;
      width: 400px;
      height: 380px;
      object-fit: cover;
		margin: 70px auto;
    }
@media screen and (max-width:1000px) {
	.swiper-slide img {
		width: 90%;
		max-width: 320px;
		height: auto;
		margin: 70px auto;
	}
}
    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
@media screen and (max-width:1000px) {
	.swiper {
		height: 550px;
	}
}

.swiper-pagination{
	bottom: -35px !important;
}
.swiper-pagination2{
	margin-top: -10px;
}
.swiper-button-prev{
	position: absolute;
	bottom: -5px !important;
 	top: auto !important;
	color: #fff;
	background: #41afdc;
	border-radius: 50px;
	height: 35px;
	width: 35px;
	z-index: 50;
	left: 20%;
	transform: translateZ(0);
}
@media screen and (min-width:1000px) { 
	.swiper-button-prev{
		bottom: 50% !important;
		top: 50% !important;
		left: 50px !important;
	}
}
.swiper-button-next{
	position: absolute;
	bottom: -5px !important;
	top: auto !important;
	color: #fff;
	background: #41afdc;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	z-index: 50;
	right: 20%;
	transform: translateZ(0);
}
@media screen and (min-width:1000px) { 
	.swiper-button-next{
		bottom: 50% !important;
		top: 50% !important;
		right: 50px !important;
	}
}
.swiper-button-prev::after{
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 35px;
	margin: auto;
	width: 35px;
	background-image:url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/arrow-left.png);
	background-size: 35px;
}
.swiper-button-next::after{
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 35px;
	margin: auto;
	width: 35px;
	background-image:url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/arrow-right.png);
	background-size: 35px;
}
.swiper-pagination-bullet-active{
	background:#41afdc;
}













.table_pri_sec {
  padding: 60px 0 60px;
  background: #fff;
}
.table_pri_sec .tablein{
  overflow: auto;
  padding-top: 50px;
}
.table_pri_sec .con_wid {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.table_pri_sec h2 {
  text-align: center;
  font-size: 40px;
  color: #4AC0D4;
  margin: 0;
  padding-top: 60px;
  margin-bottom: 30px;
}
.table_pri_sec h2 span{
  color: #5a5a5a;
}

.table_pri_sec table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

.table_pri_sec table tr {}

.table_pri_sec table tr th {
  color: #555555;
  font-weight: 400;
  background: #EBE7E9;
  min-width: 120px;
  vertical-align: middle;
  width: 300px;
}

.table_pri_sec table tr td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.table_pri_sec table tr td .moretext{
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  font-size: 14px;
  width: 150px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.table_pri_sec table tr td .moretext.a{
  border: 1px solid #4ac0d4;
  color: #4ac0d4;
  background: #fff;
}
.table_pri_sec table tr td .moretext.b{
  background: #fff;
  border: 1px solid #c89ba0;
  color: #c89ba0;
}
.table_pri_sec table tr:nth-of-type(1) td.blue p{
  color: #4ac0d4;
}
.table_pri_sec table tr:nth-of-type(1) td.blue a{
  background: #4ac0d4;
}
.table_pri_sec table tr:nth-of-type(1) td.pink p{
  color: #c89ba0;
}
.table_pri_sec table tr:nth-of-type(1) td.pink a{
  background: #c89ba0;
}
.table_pri_sec table tr:nth-of-type(1) td.tya p{
  color: #6e6e6e;
}
.table_pri_sec table tr:nth-of-type(1) td.tya a{
  background: #6e6e6e;
}

.table_pri_sec table tr th, .table_pri_sec table tr td {
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.table_pri_sec table tr td img {
  display: block;
  width: initial;
  margin: 0 auto;
  height: 200px;
}

.table_pri_sec table tr td p.titles {
  font-weight: bold;
  color: #fd7b7b;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.table_pri_sec table tr td a {
  background: #fd7b7b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-radius: 50px;
  height: 43px;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
  transition: .3s;
}
.table_pri_sec table tr td a:hover{
  opacity: .7;
}
@media only screen and (max-width: 767px) {
.table_pri_sec h2 {
  font-size: 25px;
}
.table_pri_sec table tr td img {
	height: 150px;
  }
}
section.coursecamp_sec {
  background: url(https://d2w53g1q050m78.cloudfront.net/ysmdonlinejp/uploads/turn-sw/img/img-teiki-back.jpg);
  background-size: cover;
  background-position-x: 80%;
  margin-top: 0px;
  color: #fff;
  text-align: center;
  line-height: 2;
  padding: 50px 0 100px;
}
section.coursecamp_sec .con {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
section.coursecamp_sec .con h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
section.coursecamp_sec .con h2:nth-of-type(2){
    font-size: 30px;
    margin-bottom: 0;
}

section.coursecamp_sec .con p.one {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

section.coursecamp_sec .con p.price {
  font-size: 20px;
  color: #ffaa4b;
  line-height: 1.6;
  margin-bottom: 40px;
}

section.coursecamp_sec .con p.price span {
  font-size: 80px;
  /* color: #ffaa4b; */
  font-weight: 600;
  margin-right: 10px;
}

section.coursecamp_sec .con p.catch {
  font-size: 30px;
}
section.coursecamp_sec .con p.catch span{
  font-size: 40px;
}

section.coursecamp_sec .con p.last {
  font-size: 14px;
}

section.coursecamp_sec .con .more {}

section.coursecamp_sec .con .more a {
  background: #4ac0d4;
  text-decoration: none;
  border-radius: 50px;
  height: 70px;
  width: 350px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: .05em;
  margin-top: 40px;
  font-size: 18px;
  transition: .3s;
}
section.coursecamp_sec .con .more a:hover{
  opacity: .7;
}
section.coursecamp_sec .con h2 br.spp{
 display: none;
}
section.coursecamp_sec .con p.one br.spp{
  display: none;
}
section.coursecamp_sec .con .arrows img {
    width: 30px;
}
@media only screen and (max-width: 767px) {
  section.coursecamp_sec .con h2 {
    font-size: 26px;
}
  section.coursecamp_sec .con h2 br.spp{
   display: block;
}

section.coursecamp_sec .con p.one {
    font-size: 18px;
}
section.coursecamp_sec .con p.one br.spp{
  display: block;
}

section.coursecamp_sec .con p.catch {
    font-size: 20px;
}

section.coursecamp_sec .con p.price span {
    font-size: 46px;
    margin-right: 6px;
}

section.coursecamp_sec .con p.price {
    font-size: 14px;
}

section.coursecamp_sec .con p.last {
    font-size: 11px;
    text-align: left;
}

section.coursecamp_sec .con .more a {
    font-size: 16px;
    width: 335px;
}
section.coursecamp_sec {
  padding: 30px 0 60px;
}
section.coursecamp_sec .con .arrows img {
    width: 20px;
}
section.coursecamp_sec .con h2:nth-of-type(2) {
    font-size: 20px;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	section.coursecamp_sec .con .price02 .price3 img {
		width: 430px;
	}
	section.coursecamp_sec .con .price02 .price1 img {
		width: 430px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	section.coursecamp_sec .con .price02 .price3 img {
		width: 330px;
	}
	section.coursecamp_sec .con .price02 .price1 img {
		width: 330px;
	}
}

.panel{
	display: none;
}
.panel.active{
	display: block;
}
.cateBtnList_row {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}
.cateBtnList_row .cateBtnList_col a {
    background: #fff;
    color: #4ac0d4;
    text-decoration: none;
    border-radius: 50px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #4ac0d4;
	transition: .3s;
}
.cateBtnList_row .cateBtnList_col a:hover{
    background: #4ac0d4;
    color: #fff;
    border: 1px solid #4ac0d4;
}
.cateBtnList_row .cateBtnList_col.active a {
    background: #4ac0d4;
    color: #fff;
    border: 1px solid #4ac0d4;
	pointer-events: none;
}
.table_pri_sec .tablein > p {
    font-size: 14px;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
	.cateBtnList_row {
		margin-bottom: 10px;
		flex-direction: column;
		align-items: center;
	}
	.table_pri_sec table tr th, .table_pri_sec table tr td {
		font-size: 14px;
	}
	.table_pri_sec table tr th {
		min-width: 100px;
	}
}
.insta a {
    width: 35px;
    display: block;
    margin-left: 60px;
    margin-top: -4px;
    transition: .3s;
}
.insta a:hover {
    opacity: .7;
}
.insta a img {
    width: 100%;
}
.insta02 a {
    display: block;
    width: 40px;
    margin: 0 auto;
    transition: .3s;
}
.insta02 a:hover {
    opacity: .7;
}
.insta02 a img {
    width: 100%;
}
.review-container {
    max-width: 1400px !important;
    background: #fff;
	border-radius: 20px;
	margin-top: 50px !important;
}
.reviewWidget {
    width: 100%;
}
.review-container .reviewWidget_inner {
    padding: 20px 50px;
}
.instareview_sec {
    background: #fff;
    border-radius: 20px;
    padding: 40px 50px 30px;
    margin: 0px 20px 60px;
    border: 1px solid #ebe7e9;
}
.instareview_sec h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 60px;
    color: #a7c0ce;
    font-family: "WindSong", cursive;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}
.instareview_sec h2 span {
    color: #4ac0d4;
}
@media only screen and (max-width: 1024px) {
    .insta a {
    margin: 0 auto;
    margin-top: 40px;
}
}
@media only screen and (max-width: 1000px) {
	.point .inner .content02 .content-inner .imgs_box {
		width: 100%;
		margin-top: 30px;
	}
	.point .inner .content02 .content-inner .imgs_box img {
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.mv.tabsp_only1200 {
		height: 1100px;
	}	
	.message {
		top: 820px;
	}
	.point .inner .content01 {
		overflow: hidden;
		height: 550px;
	}
	.point .inner .content01 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.point .inner .content02 .content-inner .imgs_box img {
		width: 50%;
		margin: 0 auto;
	}
	.point .inner .content03 {
		height: 600px;
		overflow: hidden;
	}
	.point .inner .content03 img {
		object-fit: cover;
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.mv.tabsp_only1200 {
		height: 1080px;
	}
	.point .inner .content01 {
		height: 400px;
		overflow: hidden;
	}
	.point .inner .content01 img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		height: 100%;
	}
	.point .inner .content01 .content-inner h3 {
		top: 5%;
		left: 5%;
	}
	.point .inner .content03 {
		height: 350px;
		overflow: hidden;
	}
	.point .inner .content03 img {
		object-fit: cover;
		height: 100%;
	}
	.instareview_sec h2 {
		margin-bottom: 10px;
		font-size: 35px;
	}
	.instareview_sec {
		padding: 30px 20px 30px;
		border-radius: 20px;
		margin: 0px 20px 30px;
		border: none;
	}
}

.list_nutrient {
    margin-bottom: 30px;
}
.list_nutrient ul {
    display: flex;
    gap: 5px;
    padding-left: 20px;
}
.list_nutrient ul li {
    background: #e6f9fc;
    border-radius: 5px;
    padding: 5px 12px;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    color: #6E6E6E;
}
.instareview_sec > p {
    color: #4ac0d4;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
@media only screen and (max-width: 1199px) {
	.list_nutrient ul {
		justify-content: center;
		padding-left: 0px;
	}
	.list_nutrient ul li{
		font-size: 12px;
	}
	.message {
		top: 740px;
	}
	.mv.tabsp_only1200 .inner .mv-content .logo-debut h1 img{
		max-width: 170px;
	}
	.instareview_sec > p {
		margin-bottom: 10px;
		text-align: justify;
		font-size: 14px;
	}

}

/*◆◆◆6本おためし定期コース◆◆◆*/
.six-subscription{
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 150px;
	background: #fff;
}
@media screen and (max-width: 1000px) {
	.six-subscription{
		margin-top: 0;
	}
}
.six-subscription .inner{
	width: 95%;
	max-width: 1200px;
  	margin: auto;
}
.six-subscription .inner h2{
	font-size: 30px;
	text-align: center;
	margin: 0 auto 50px;
	letter-spacing: 0.08em;
	font-weight: 600;
	color: #4AC0D4;
}
@media screen and (max-width: 600px) {
	.six-subscription .inner h2{
		font-size: 25px;
	}
}
.six-subscription .inner h2 span{
	color: #5a5a5a;
}
.six-subscription .inner .two-col{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1000px) {
	.six-subscription .inner .two-col{
		display: block;
	}
}

.six-subscription .inner .two-col .left{
	width:35%;
}
@media screen and (max-width: 1000px) {
	.six-subscription .inner .two-col .left{
		width:100%;
		text-align: center;
	}
}
.six-subscription .inner .two-col .left img{
	width:100%;
}
@media screen and (max-width: 1000px) {
	.six-subscription .inner .two-col .left img{
		max-width:350px;
		width: 95%;
	}
}
.six-subscription .inner .two-col .right{
	width:60%;
	margin-left: 5%;
}
@media screen and (max-width: 1000px) {
	.six-subscription .inner .two-col .right{
		width: 100%;
		max-width: 550px;
		margin: 30px auto 0;
	}
}
.six-subscription .inner .two-col .right .regular-price{
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
	.six-subscription .inner .two-col .right .regular-price{
		max-width: 400px;
		margin: auto;
		text-align: left;
		display: block;
	}
}
.six-subscription .inner .two-col .right .regular-price .sankaku{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #ffc2ad;
	margin-right: 10px;
}
.six-subscription .inner .two-col .right .regular-price p .uchikeshi{
	text-decoration: line-through;
	text-decoration-color: #ff7e52;
}
.six-subscription .inner .two-col .right .regular-price p .small{
	font-size: 0.8em;
}
.six-subscription .inner .two-col .right .big-price{
	display: flex;
	align-items: center;
	margin: 20px auto;
}
@media screen and (max-width: 600px) {
	.six-subscription .inner .two-col .right .big-price{
		max-width: 400px;
		margin: 20px auto 0;
	}
}
.six-subscription .inner .two-col .right .big-price .maru{
	background: #ff7e52;
	border-radius: 95px;
	width:95px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 460px) {
	.six-subscription .inner .two-col .right .big-price .maru{
		width:70px;
		height: 70px;
	}
}
.six-subscription .inner .two-col .right .big-price .maru p{
	color: #fff;
	font-size: 23px;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-weight: 500;
	padding: 0 0 3px 2px;
}
@media screen and (max-width: 460px) {
	.six-subscription .inner .two-col .right .big-price .maru p{
		font-size:18px;
	}
}

.six-subscription .inner .two-col .right .big-price .big-price-left{
	margin-left: 15px;
}
.six-subscription .inner .two-col .right .big-price .big-price-left p.kakaku{
	font-size: 48px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #ff7e52;
	line-height: 0.8em;
}
.six-subscription .inner .two-col .right .big-price .big-price-left p.kakaku span{
	font-size: 0.5em;
	font-weight: 600;
}
@media screen and (max-width: 460px) {
	.six-subscription .inner .two-col .right .big-price .big-price-left p.kakaku span{
		font-size: 20px;
	}
}
.six-subscription .inner .two-col .right .big-price .big-price-left .otoku{
	font-size: 23px;
	font-weight: 600;
	background:linear-gradient(transparent 60%, #ffc2ad 60%);
	letter-spacing: 0.1em;
}
.six-subscription .inner .two-col .right .big-price .big-price-left .otoku .small{
	font-size: 0.8em;
}


.six-subscription .inner .two-col .right .otoku.tabsp_only600{
	font-size: 19px;
	font-weight: 600;
	background:linear-gradient(transparent 60%, #ffc2ad 60%);
	letter-spacing: 0.1em;
	text-align: center;
	max-width: 400px;
	margin-bottom: 20px;
}
.six-subscription .inner .two-col .right .otoku.tabsp_only600 .small{
	font-size: 0.8em;
}



.six-subscription .inner .two-col .right p{
	letter-spacing:0.1em;
	line-height: 1.8em;
	font-size: 16px;
}
@media screen and (max-width: 600px) {
	.six-subscription .inner .two-col .right p{
		max-width: 400px;
		margin: auto;
	}
}
.six-subscription .inner .two-col .right p .red{
	color: #ff7e52;
}
.btn_box{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 50px auto 0;
}
@media screen and (max-width: 600px) {
	.btn_box{
		margin:60px auto 0;
	}
}

#otameshi_animation .btn {
  display: block;
  position: relative;
  width: 600px;
  height: 55px;
  line-height: 50px;
  font-size: 24px;
  border-radius: 39px;
  text-decoration: none;
  background-color: #63d4db;
  color: #fbfbfb;
  text-align: center;
  transition: .2s;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
	#otameshi_animation .btn {
		width:500px;
	}
}
@media screen and (max-width: 600px) {
	#otameshi_animation .btn {
		width: 95%;
		margin: auto;
		height: 70px;
		line-height: 1.2em;
  		 padding-top: 5px;
	}
}



#otameshi_animation .btn:before, #otameshi_animation .btn:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 600px;
  height: 55px;
  top: 0;
  left: 0;
  border-radius: 39px;
  background: #a6f9ff;
  transform: translate3d(0,0,0);
}
@media screen and (max-width: 1000px) {
	#otameshi_animation .btn:before, #otameshi_animation .btn:after {
		width:500px;
	}
}
@media screen and (max-width: 600px) {
	#otameshi_animation .btn:before, #otameshi_animation .btn:after {
		width: 104%;
		margin: 0 -2%;
		height: 70px;
		line-height: 1.2em;
		padding-top: 5px;
	}
}




#otameshi_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

#otameshi_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

#otameshi_animation .btn:hover{
	opacity:0.8;
}


@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.05,1.4); opacity:0}
}

#otameshi_animation .btn .small{
	font-size: 0.8em;
}





/*◆◆◆6本おためし定期コースのお得な特典◆◆◆*/
.six-subscription-otoku{
	background: #fff;
}
.six-subscription-otoku .inner{
	max-width: 1200px;
	width:95%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background: #fff6f2;;
}
.six-subscription-otoku .inner h2{
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #5a5a5a;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner h2{
		font-size:25px;
	}
}
.six-subscription-otoku .inner h2 .small{
	font-size:0.8em;
}
.six-subscription-otoku .inner ul{
	text-align:left;
	list-style-type: none;
	padding: 0;
	margin:50px auto 0;
	max-width: 1000px;
	width: 95%;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner ul{
		margin-left: 3%;
	}
}
.six-subscription-otoku .inner ul li{
	background: #fff;
	border-radius: 10px;
	display: flex;
	position: relative;
	margin-bottom: 45px;
	min-height: 90px;
}
.six-subscription-otoku .inner ul li p.text{
	padding: 20px 20px 20px 160px;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner ul li p.text{
		font-size: 18px;
		padding: 15px 15px 15px 50px;
	}
}
.six-subscription-otoku .inner ul li p.text .red{
	color: #ff7e52;
}
.six-subscription-otoku .inner ul li p.text .big{
	font-size: 35px;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner ul li p.text .big{
		font-size:25px;
	}
}
.six-subscription-otoku .inner ul li p.text .small{
	font-size: 20px;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner ul li p.text .small{
		font-size:14px;
	}
}



@media screen and (min-width: 600px) {
/* HTML: <div class="ribbon">Your text content</div> */
.six-subscription-otoku .inner ul li .obi{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
	text-align: center;
  padding: 15px;
}
.six-subscription-otoku .inner ul li .obi{
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  left: 20px;
  top: calc(-1*var(--f));
  padding: .2em;
  background: #4ac0d4;
  border-left: var(--f) solid #0005;
  border-bottom: var(--r) solid #0000;
  clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), var(--f) 100%,var(--f) var(--f),0 var(--f));
}
}


@media screen and (max-width: 600px) {
/* HTML: <div class="ribbon">Your text content</div> */
.six-subscription-otoku .inner ul li .obi{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.six-subscription-otoku .inner ul li .obi{
  --f: .5em; /* control the folded part */
  
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.8;
  padding-inline: 0.5lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#1291a6 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #4ac0d4; /* the main color  */
}
}



.six-subscription-otoku .inner ul li .obi p{
	font-size:30px;
	font-weight: 600;
	line-height: 0.9em;
	padding: 0px 15px 12px 15px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner ul li .obi p{
		font-size: 20px;
		padding: 5px;
		line-height: 1em;
	}
}
.six-subscription-otoku .inner ul li .obi p span{
	font-size: 16px;
}
@media screen and (max-width: 600px) {
	.six-subscription-otoku .inner ul li .obi p span{
		font-size:14px;
	}
}




/*◆◆◆6本おためし定期コースお届けサイクル◆◆◆*/
.six-subscription-cycle{
	background:#fff;
}
.six-subscription-cycle .inner{
	text-align: center;
	padding: 100px 0; 
}
.six-subscription-cycle .inner h2{
	font-size: 30px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
	.six-subscription-cycle .inner h2{
		font-size:25px;
	}
}
.six-subscription-cycle .inner .cycle-box{
	max-width:1040px;
	width:95%;
	margin: 50px auto;
}
.six-subscription-cycle .inner .cycle-box img{
	width:100%;
}
.six-subscription-cycle .inner .cycle-box img.tabsp_only800{
	max-width:600px;
}
.six-subscription-cycle .inner .six-subscription-attention{
	margin: 50px auto;
	max-width: 1000px;
	width:95%;
	background: #ebe7e9;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.six-subscription-cycle .inner .six-subscription-attention h2{
	font-size: 23px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
	.six-subscription-cycle .inner .six-subscription-attention h2{
		font-size:18px;
	}
}
.six-subscription-cycle .inner .six-subscription-attention ul{
	text-align: left;
	margin-left: -16px;
}
.six-subscription-cycle .inner .six-subscription-attention ul li{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}





.btn_box2{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 50px auto 0;
}
@media screen and (max-width: 600px) {
	.btn_box2{
		margin: 80px auto 0;
	}
}
#otameshi_animation .btn2 {
  display: block;
  position: relative;
  width: 600px;
  height: 55px;
  line-height: 50px;
  font-size: 24px;
  border-radius: 39px;
  text-decoration: none;
  background-color: #63d4db;
  color: #fbfbfb;
  text-align: center;
  transition: .2s;
	font-weight: 600;
	letter-spacing: 0.1em;
	left: 0;
  right: 0;
  margin: 100px auto 0;
}
@media screen and (max-width: 600px) {
	#otameshi_animation .btn2 {
		width: 95%;
		margin: auto;
		height: 70px;
		line-height: 1.2em;
  		 padding-top: 5px;
	}
}


#otameshi_animation .btn2:before, #otameshi_animation .btn2:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 600px;
  height: 55px;
  top: 0;
  left: 0;
  border-radius: 39px;
  background: #a6f9ff;
  transform: translate3d(0,0,0);
}
@media screen and (max-width: 600px) {
	#otameshi_animation .btn2:before, #otameshi_animation .btn2:after {
		width: 104%;
		margin: 0 -2%;
		height: 70px;
		line-height: 1.2em;
		padding-top: 5px;
	}
}


#otameshi_animation .btn2:before {
  animation: anime 1s ease-out infinite;
}

#otameshi_animation .btn2:after {
  animation: anime 1s ease-out 1s infinite;
}

#otameshi_animation .btn2:hover{
	opacity:0.8;
}


@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.05,1.4); opacity:0}
}

#otameshi_animation .btn2 .small{
	font-size: 0.8em;
}
