/*------------------------------------
* 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_pickup_available_date_ec {
  width: 15%;
}

.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;
}

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.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;
}

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.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: #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】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  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】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* オリジナルCSS */

@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-size: 15px; line-height: 160%; font-family: "hiragino-kaku-gothic-pron", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; color: #000000; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -o-text-size-adjust: 100%; }

body, html { height: 100%; }

.grid-1545 { width: 100%; max-width: 1545px; margin: 0 auto; position: relative; }

*::after, *::before { box-sizing: border-box; }

img { max-width: 100%; height: auto; vertical-align: top; }

a:hover, a:visited, a:focus { outline: none; border: none; }

a, button { color: inherit; text-decoration: none; -webkit-transition: ease all 0.5s; -moz-transition: ease all 0.5s; -ms-transition: ease all 0.5s; -o-transition: ease all 0.5s; transition: ease all 0.5s; }

input, textarea, button, select { outline: none; resize: none; }

a:hover, a:focus, a:active, button:hover, button:focus, button:active { -webkit-transition: ease all 0.35s; -moz-transition: ease all 0.35s; -ms-transition: ease all 0.35s; -o-transition: ease all 0.35s; transition: ease all 0.35s; }

.hv-o { -webkit-transition: ease all 0.35s; -moz-transition: ease all 0.35s; -ms-transition: ease all 0.35s; -o-transition: ease all 0.35s; transition: ease all 0.35s; }

.hv-o:hover { opacity: 0.8; }

.anchor_fixtop { display: block; position: relative; top: -50px; width: 100%; visibility: hidden; }

.mc { font-family: "hiragino-mincho-pron", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

[class*="grid"] { width: 100%; margin-left: auto; margin-right: auto; position: relative; padding-left: 15px; padding-right: 15px; }

.grid-1200 { max-width: 1230px; }

.grid-1350 { max-width: 1380px; }

.grid-1470 { max-width: 1500px; }

.grid-1550 { max-width: 1580px; }

/* 2024/02/15 レイアウト変更 */
/* #page_top { position: fixed; bottom: 15px; right: 15px; width: 45px; height: 45px; border-radius: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 10px; outline: none; background-color: #213759; border: #FFF solid 1px; z-index: 50; }
#page_top img { width: 15px; height: 9px; } */

.page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 44;
}

@media (min-width: 768px) {
  .page_top {
    width: calc(160 / 1440 * 100%);
  }
}

@media (max-width: 767px) {
  .page_top {
    width: calc(100 / 335 * 100%);
  }
}
/* 2024/02/15 レイアウト変更 ここまで　*/

[class*="dflex"] { display: flex; flex-wrap: wrap; }

[class*="aic"] { align-items: center; }

[class*="jcc"] { justify-content: center; }

[class*="jcsb"] { justify-content: space-between; }

[class*="jcfe"] { justify-content: flex-end; }

ul { list-style: none; }

.txt__center { text-align: center; }

.header { background: #333333 url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/header_bg_01.webp) no-repeat center; background-size: cover; padding: 1.0417vw 2.95vw 2.0833vw 2.0833vw; }
.header__menu li { color: #213759; font-size: 20px; font-weight: 700; line-height: 150%; letter-spacing: 0; margin-left: 20px; border: #213759 solid 2px; background: #FFFFFF; height: 80px; min-width: 210px; }
.header__menu li a { display: inline-flex; align-items: center; justify-content: center; height: 100%; width: 100%; padding: 10px 15px; }
.header__menu li a span { position: relative; padding-left: 34px; }
.header__menu li a span::before { content: ""; position: absolute; width: 30px; height: 30px; z-index: 0; top: 50%; transform: translateY(-50%); left: 0; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/head_icon.webp) no-repeat center; background-size: cover; border-radius: 100%; }
.header__menu li:first-child { margin-left: 0; }

@media (min-width: 768px) { .show__sp { display: none; } }
@media (max-width: 1400px) { .header__logo img { width: 29.3571vw; }
  .header__menu li { margin-left: 1.4286vw; height: 5.7143vw; min-width: 15vw; }
  .header__menu li a { padding: .7143vw 1.0714vw; }
  .header__menu li a span { padding-left: 2.4286vw; }
  .header__menu li a span::before { width: 2.1429vw; height: 2.1429vw; } }
@media (max-width: 1200px) { .header__menu li { font-size: 18px; } }
@media (max-width: 767px) { .header { align-items: center; }
  .header__logo img { width: 132px; }
  .header__logo, .header__logo * { font-size: 0; line-height: 100%; display: inline-block; }
  .header__menu li { font-size: 14px; height: 40px; min-width: 100px; border-width: 1px; }
  .header__menu li a { padding: 5px; }
  .header__menu li a span { padding-left: 18px; }
  .header__menu li a span::before { width: 15px; height: 15px; } }
@media (max-width: 370px) { .header__logo img { width: 110px; }
  .header__menu li { min-width: 80px; font-size: 12px; } }
.is__hidden { display: none; }

/* Row menu */
.wrap_mv { background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/mv_01.webp) no-repeat center; background-size: cover; }
.wrap_mv h2 { display: inline-block; margin-bottom: 87px; }
.wrap_mv h2 span { display: block; }
.wrap_mv h2 .mv__txt { color: #FFFFFF; font-size: 38px; font-weight: 600; line-height: 150%; letter-spacing: 0; margin-bottom: -9px; text-shadow: 0 0 20px #11173d, 0 0 20px #11173d, 0 0 20px #11173d, 0 0 20px #11173d, 0 0 50px #11173d, 0 0 50px #11173d, 0 0 50px #11173d, 0 0 75px #11173d; }
.wrap_mv h2 .mv__img { margin-left: -2.0833vw; }
.wrap_mv ul li { color: #FFFFFF; font-size: 46px; font-weight: 600; line-height: 150%; letter-spacing: 0; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/mv_03.webp) no-repeat center; background-size: cover; width: 267px; height: 267px; display: flex; align-items: center; justify-content: center; margin-right: -64px; }
.wrap_mv ul li:last-child { margin-right: 0; }
.wrap_mv__gp { position: relative; height: 1000px; padding-top: 187px; }
.wrap_mv__gp::before { content: ""; position: absolute; width: 1265px; height: 100%; z-index: 0; top: 0; right: 0; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/mv_02.webp) no-repeat center; background-size: cover; }
.wrap_mv__gp h3 { color: #FFFFFF; font-size: 40px; font-weight: 600; line-height: 150%; letter-spacing: 0; margin-bottom: -17px; text-shadow: 0 0 20px #11173d,  0 0 20px #11173d,  0 0 20px #11173d,  0 0 20px #11173d,  0 0 50px #11173d,  0 0 50px #11173d,  0 0 50px #11173d,  0 0 75px #11173d; }
.wrap_mv__gp-item { max-width: 855px; }
.wrap_mv__gp-item .img { text-align: right; margin-bottom: 28px; }
.wrap_mv__stellar { padding: 98px 0 96px; position: relative; z-index: 0; }
.wrap_mv__stellar::before { content: ""; position: absolute; width: 743px; height: 929px; z-index: 0; left: 0; bottom: 0; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/mv_04.webp) no-repeat center; background-size: cover; }
.wrap_mv__stellar:after { content: ""; position: absolute; width: 100%; height: 100%; z-index: 0; top: 0; left: 0; z-index: -1; background: rgba(10, 13, 18, 0.46); }
.wrap_mv__stellar h3 { color: #FFFFFF; font-size: 56px; font-weight: 600; line-height: 150%; letter-spacing: 0; margin-bottom: 24px; text-shadow: 0 0 20px #000000,  0 0 20px #000000,  0 0 20px #000000,  0 0 20px #000000,  0 0 50px #000000,  0 0 50px #000000,  0 0 50px #000000,  0 0 75px #000000; }
.wrap_mv__stellar h3 .small { font-size: 38px; letter-spacing: -1.6px; margin-right: -20px; }
.wrap_mv__stellar h3 .txt__en { letter-spacing: 4px; margin-right: -20px; }
.wrap_mv__stellar h4 { color: #FFFFFF; font-size: 44px; font-weight: 600; line-height: 150%; letter-spacing: 1px; margin-bottom: 58px; text-shadow: 0 0 20px #000000,  0 0 20px #000000,  0 0 20px #000000,  0 0 20px #000000,  0 0 50px #000000,  0 0 50px #000000,  0 0 50px #000000,  0 0 75px #000000, 0 0 75px #000000; }
.wrap_mv__stellar h4 span { color: #FFE200; }
.wrap_mv__stellar p { color: #FFFFFF; font-size: 28px; font-weight: 400; line-height: 192%; letter-spacing: -0.5px; padding-left: 165px; padding-right: 160px; text-align: justify; text-shadow: 0 0 15px #000000,  0 0 15px #000000,  0 0 15px #000000,  0 0 15px #000000,  0 0 40px #000000,  0 0 40px #000000,  0 0 40px #000000,  0 0 60px #000000, 0 0 60px #000000; }
.wrap_mv__stellar p span { font-size: 24px; padding-top: 10px; display: inline-block; }

.wrap_worries { padding: 85px 0 60px; position: relative; z-index: 0; }
.wrap_worries::before { content: ""; position: absolute; width: 100%; height: 100%; z-index: 0; top: 0; left: 0; background: rgba(212, 212, 212, 0.25); z-index: -1; }

.worr__title-01 { color: #000000; font-size: 56px; font-weight: 600; line-height: 150%; letter-spacing: 0; margin-bottom: 44px; }
.worr__title-01 span { color: #3397CE; }
.worr__gp { position: relative; height: 757px; }
.worr__gp .img { position: absolute; bottom: 0; left: 48.5%; transform: translateX(-50%); z-index: -1; }
.worr__gp-ul { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.worr__gp-ul li { color: #000000; font-size: 28px; font-weight: 400; line-height: 150%; letter-spacing: 0; background: #D9D9D9; max-width: 460px; border-radius: 25px; padding: 53px 48px; line-height: 195%; position: absolute; }
.worr__gp-ul li::before { content: ""; position: absolute; width: 56px; height: 62px; z-index: 0; bottom: -51px; right: 91px; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/worr_icon_01.webp) no-repeat center; }
.worr__gp-ul li span { color: #3397CE; font-weight: 600; }
.worr__gp-ul li.li__01 { top: 0; left: 113px; }
.worr__gp-ul li.li__02 { top: 27px; right: 160px; }
@media (min-width: 1601px) { .worr__gp-ul li.li__02 { width: 386px; } }
.worr__gp-ul li.li__02::before { right: auto; left: 61px; transform: scaleX(-1); }
.worr__gp-ul li.li__03 { left: 0; }
@media (min-width: 1001px) { .worr__gp-ul li.li__03 { width: 386px; bottom: 118px; } }
.worr__gp-ul li.li__03::before { right: 42px; bottom: auto; top: -57px; transform: scale(1, -1); }
.worr__gp-ul li.li__04 { bottom: 11px; right: 0; padding-bottom: 34px; }
@media (min-width: 1601px) { .worr__gp-ul li.li__04 { width: 438px; } }
.worr__gp-ul li.li__04::before { bottom: auto; right: auto; top: -55px; left: 58px; transform: scale(-1, -1); }

.wrap_review { padding-bottom: 100px; position: relative; }
.wrap_review .wrap_title_one { margin-bottom: 27px; }

.title__review-01 { color: #000000; font-size: 56px; font-weight: 600; line-height: 215%; letter-spacing: 0; }
.title__review-01 span { position: relative; }
.title__review-01 span::before { content: ""; position: absolute; width: 100%; height: 1px; z-index: 0; left: 0; bottom: -15px; background: linear-gradient(90deg, #cba030 0%, #f2dc56 47.33%, #af8237 92.71%); }
.title__review-02 { color: #000000; font-size: 42px; font-weight: 600; line-height: 170%; letter-spacing: -1px; margin-bottom: 30px; }
.title__review-02 .big { color: #B18500; font-size: 76px; }
.title__review-02 .item { position: relative; padding-top: 10px; display: inline-block; }
.title__review-02 .item::before { content: ""; position: absolute; width: 9px; height: 9px; z-index: 0; border-radius: 100%; background: #D8C280; top: 0; left: 50%; transform: translateX(-50%); }
.title__review-02.inner .item { padding-top: 27px; }
.title__review-03 { color: #000000; font-size: 44px; font-weight: 600; line-height: 170%; letter-spacing: 1px; margin-left: -36px; margin-bottom: 16px; flex-wrap: nowrap; }
.title__review-03 span:first-child { color: #A99480; font-size: 90px; position: relative; top: -12px; width: 112.5px; }
.title__review-03 span:last-child { padding-left: 5px; width: calc(100% - 112.5px); }
.title__review-03.f__02 span:first-child { letter-spacing: -2px; margin-right: 0; }

.review__head { margin-bottom: 43px; }
.review__head-cont { padding-top: 20px; width: calc(100% - 500px); }
.review__head-img { width: 500px; }
.review__head-img img { border-radius: 100%; position: relative; z-index: 1; }
.review__gp-box { background: rgba(169, 148, 128, 0.15); margin-bottom: 27px; padding-top: 15px; padding-bottom: 15px; padding-right: 50px; min-height: 435px; }
.review__gp-box:last-child { margin-bottom: 0; }
.review__gp.desc_voice p { line-height: 182%; color: #000000; }
.review__gp-cont { width: calc(100% - 408px); padding-top: 28px; }
.review__gp-cont p { padding-left: 50px; padding-right: 40px; }
.review__gp-img { width: 408px; }

.wrap_recommend { background: rgba(200, 200, 200, 0.73); position: relative; padding-top: 100px; }
.wrap_recommend::before { content: ""; position: absolute; width: 100%; height: 1137px; z-index: 0; top: 0; right: 0; opacity: 0.63; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/recommend_img_01.webp) no-repeat center; }

.title__recommend-01 { color: #FFFFFF; font-size: 44px; font-weight: 600; line-height: 170%; letter-spacing: 2.5px; background: #000000; padding: 12px; margin-bottom: 106px; width: calc(100% - 50px); margin-left: auto; margin-right: auto; position: relative; height: 99px; }
.title__recommend-01 .line { position: absolute; top: 0; width: 25px; height: 100%; }
.title__recommend-01 .line::before { content: ""; position: absolute; width: 0; height: 0; z-index: 0; }
.title__recommend-01 .line::after { content: ""; position: absolute; width: 0; height: 0; z-index: 0; }
.title__recommend-01 .line__first { left: -25px; }
.title__recommend-01 .line__first::before { border-top: 0 solid transparent; border-bottom: 50px solid transparent; border-right: 25px solid #000000; left: 0; top: 0; }
.title__recommend-01 .line__first:after { bottom: 0; left: 0; border-top: 50px solid transparent; border-bottom: 0 solid transparent; border-right: 25px solid #000000; }
.title__recommend-01 .line__last { right: -25px; }
.title__recommend-01 .line__last::before { border-top: 0 solid transparent; border-bottom: 50px solid transparent; border-left: 25px solid #000000; left: 0; top: 0; }
.title__recommend-01 .line__last:after { bottom: 0; left: 0; border-top: 50px solid transparent; border-bottom: 0 solid transparent; border-left: 25px solid #000000; }

.recommend__ul-01 li { width: calc((100% - 116px) / 3); padding: 0 24px 20px; margin-right: 58px; margin-bottom: 105px; background: #FFFFFF; border-radius: 25px; }
.recommend__ul-01 li p { color: #3E280E; font-size: 28px; font-weight: 400; line-height: 195%; letter-spacing: 0; }
.recommend__ul-01 li p span { font-weight: 600; color: #AE8200; }
.recommend__ul-01 li:last-child { margin-right: 0; }
@media (min-width: 768px) { .recommend__ul-01 li:nth-child(3n) { margin-right: 0; } }
.recommend__ul-01 li .img { display: block; margin: -73px 0 -5px; }
.recommend__ul-01 li .img img { border: #FFFFFF solid 17px; border-radius: 100%; width: 170px; }

.wrap_materials { padding: 80px 0 88px; background: rgba(169, 148, 128, 0.15); }

.title__materials-01 { color: #B18500; font-size: 56px; font-weight: 600; line-height: 165%; letter-spacing: 2.5px; display: inline-block; position: relative; padding-bottom: 9px; margin-bottom: 47px; }
.title__materials-01::before { content: ""; position: absolute; width: 100%; height: 1px; z-index: 0; bottom: 0; left: 0; background: linear-gradient(90deg, #cba030 0%, #f2dc56 47.33%, #af8237 92.71%); }
.title__materials-01 span { display: block; color: #000000; font-size: 40px; line-height: 150%; letter-spacing: 1.5px; }

.materials__main li { display: flex; margin-bottom: 42px; }
@media (min-width: 1001px) { .materials__main li:nth-child(2n-1) { width: 56%; }
  .materials__main li:nth-child(2n) { width: 44%; } }
.materials__main li .img { width: 182px; }
.materials__main li .cont { padding-left: 20px; width: calc(100% - 182px); }
@media (min-width: 1001px) { .materials__main li .cont { padding-top: 10px; padding-right: 10px; } }
.materials__main h4 { color: #B18500; font-size: 34px; font-weight: 600; line-height: 130%; letter-spacing: 1px; margin-bottom: 20px; }
.materials__main-head { margin-bottom: 42px; }
.materials__txt-01 p { color: #000000; font-size: 24px; font-weight: 400; line-height: 150%; letter-spacing: -0.5px; }
.materials__txt-01 p a { color: #00719E; text-decoration: underline; letter-spacing: 0; }
.materials__txt-01 .inner_p p { font-size: 28px; line-height: 190%; }
.materials__txt-01 .modifier_p { margin-top: -2px; }
.materials__txt-01 .modifier_p p { margin-bottom: 30px; }
.materials__txt-01 .modifier_p p:last-child { margin-bottom: 0; }

.wrap_think { padding: 80px 0 85px; position: relative; }

.think__head { margin-bottom: 48px; }
.think__head h3 { color: #000000; font-size: 56px; font-weight: 600; line-height: 210%; letter-spacing: 0px; }
.think__head h3 span { position: relative; padding-bottom: 16px; }
.think__head h3 span::before { content: ""; position: absolute; width: 100%; height: 1px; z-index: 0; bottom: 0; left: 0; background: linear-gradient(90deg, #cba030 0%, #f2dc56 47.33%, #af8237 92.71%); }
.think__head-left { margin-right: 57px; }
.think__head-right img { position: relative; z-index: 1; }
.think__gp { margin-bottom: 87px; }
.think__gp-cont { width: calc(100% - 483px); padding-right: 45px; text-align: justify; }
.think__gp-cont p { color: #000000; font-size: 28px; font-weight: 400; line-height: 195%; letter-spacing: 0; }
@media (min-width: 1201px) { .think__gp-cont p { letter-spacing: -1px; } }
.think__gp-img { width: 483px; padding-top: 14px; }
.think__gp:last-child { margin-bottom: 0; }

.wrap__icon { position: absolute; top: .8854vw; right: 6.4583vw; width: 311px; height: 338px; z-index: 1; background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/pro_02.png); background-size: cover; }
.wrap__icon.icon__01 { background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/pro_02-02.png); width: 301px; height: 249px; }
.wrap__icon.icon__02 { top: 2.6042vw; }
.wrap__icon.icon__03 { top: auto; bottom: -3.0208vw; left: 6.5104vw; }
.wrap__icon.icon__04 { background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/pro_02-03.png); top: 2.0833vw; right: 6.0417vw; }
.wrap__icon.icon__04-01 { top: 11.3542vw; }

@media (min-width: 1201px) { .show__ipad-01 { display: none; } }
@media (max-width: 1600px) { .wrap_mv__gp { height: 62.5vw; padding-top: 11.6875vw; }
  .wrap_mv__gp::before { width: 79.0625vw; }
  .wrap_mv h2 { margin-bottom: 5.4375vw; }
  .wrap_mv__stellar::before { width: 46.4375vw; height: 58.0625vw; }
  .wrap_mv ul li { width: 16.6875vw; height: 16.6875vw; }
  .wrap__icon { width: 19.4375vw; height: 21.125vw; }
  .wrap__icon.icon__01 { width: 18.8125vw; height: 15.5625vw; } }
@media (max-width: 1550px) { .wrap_mv h2 { margin-bottom: 2vw; } }
@media (max-width: 1400px) { .wrap_mv__gp { height: 68vw; }
  .wrap_mv__stellar { padding: 7vw 0 6.8571vw; }
  .wrap_mv__stellar h3 { font-size: 4vw; margin-bottom: 1.7143vw; text-shadow: 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 3.5714vw #000000,  0 0 3.5714vw #000000, 0 0 3.5714vw #000000, 0 0 5.3571vw #000000; }
  .wrap_mv__stellar h3 .txt__en { letter-spacing: .2857vw; margin-right: -1.4286vw; }
  .wrap_mv__stellar h3 .small { font-size: 2.7143vw; letter-spacing: -0.1143vw; margin-right: -1.4286vw; }
  .wrap_mv__stellar h4 { font-size: 3.1429vw; margin-bottom: 4.1429vw; text-shadow: 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000,  0 0 20px #000000, 0 0 3.5714vw #000000, 0 0 3.5714vw #000000,  0 0 3.5714vw #000000, 0 0 5.3571vw #000000, 0 0 5.3571vw #000000; }
  .wrap_mv__stellar p { font-size: 2vw; padding-left: 11.7857vw; padding-right: 11.4286vw; } }
@media (max-width: 1400px) and (min-width: 768px) { .wrap_mv__stellar p { text-shadow: 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000, 0 0 1.4286vw #000000; } }
@media (max-width: 1400px) { .wrap_mv__stellar p span { font-size: 1.7143vw; padding-top: .7143vw; }
  .wrap_worries { padding: 6.0714vw 0 4.2857vw; }
  .worr__title-01 { font-size: 4vw; margin-bottom: 3.1429vw; }
  .worr__gp { height: 54.0714vw; }
  .worr__gp-ul li { font-size: 1.75vw; padding: 3.7857vw 3.4286vw; max-width: 28.75vw; display: flex; justify-content: center; }
  .worr__gp-ul li.li__01 { left: 8.0714vw; }
  .worr__gp-ul li.li__02 { top: 1.9286vw; right: 11.4286vw; }
  .worr__gp-ul li.li__03 { bottom: 0; }
  .worr__gp-ul li.li__03::before { right: 3vw; top: -4.0714vw; }
  .worr__gp-ul li.li__04::before { top: -3.9286vw; left: 4.1429vw; }
  .worr__gp-ul li::before { width: 4vw; height: 4.4286vw; bottom: -3.6429vw; right: 6.5vw; }
  .worr__gp .img img { width: 40.5714vw; }
  .wrap_review { padding-bottom: 7.1429vw; } }
@media (max-width: 1400px) and (min-width: 1201px) { .wrap_review .grid-1200 { max-width: 87.8571vw; } }

@media (max-width: 1400px) { .title__review-01 { font-size: 4vw; }
  .title__review-02 { font-size: 3vw; margin-bottom: 2.1429vw; }
  .title__review-02 .big { font-size: 5.4286vw; }
  .title__review-03 { font-size: 3.1429vw; margin-left: -2.5714vw; }
  .title__review-03 span:first-child { font-size: 6.4286vw; top: -0.8571vw; width: 8.0357vw; }
  .title__review-03 span:last-child { width: calc(100% - 8.0357vw); }
  .review__head-cont { width: calc(100% - 35.7143vw); }
  .review__head-img { width: 35.7143vw; }
  .review__gp-box { padding-right: 3.5714vw; min-height: 31.0714vw; }
  .review__gp-cont { width: calc(100% - 29.1429vw); }
  .review__gp-cont p { padding-left: 3.5714vw; padding-right: 2.8571vw; }
  .review__gp-img { width: 29.1429vw; }
  .title__recommend-01 { font-size: 3.1429vw; padding: .8571vw; margin-bottom: 7.5714vw; width: calc(100% - 3.5714vw); height: 7.0714vw; }
  .title__recommend-01 .line { width: 1.7vw; }
  .title__recommend-01 .line__first { left: -1.7vw; }
  .title__recommend-01 .line__first::before { border-bottom-width: 3.5714vw; border-right-width: 1.78572vw; }
  .title__recommend-01 .line__first::after { border-top-width: 3.5714vw; border-right-width: 1.78572vw; }
  .title__recommend-01 .line__last { right: -1.7vw; }
  .title__recommend-01 .line__last::before { border-bottom-width: 3.5714vw; border-left-width: 1.7857vw; }
  .title__recommend-01 .line__last::after { border-top-width: 3.5714vw; border-left-width: 1.7857vw; }
  .wrap_recommend { padding-top: 7.1429vw; }
  .recommend__ul-01 li { width: calc((100% - 8.2857vw) / 3); padding: 0 1.7143vw 1.4286vw; margin-right: 4.1429vw; margin-bottom: 7.5vw; border-radius: 1.7857vw; }
  .recommend__ul-01 li p { font-size: 2vw; }
  .recommend__ul-01 li .img { margin: -5.2143vw 0 -0.3571vw; }
  .recommend__ul-01 li .img img { border-width: 1.2143vw; width: 12.1429vw; }
  .wrap_materials { padding: 5.7143vw 0 6.2857vw; }
  .title__materials-01 { padding-bottom: .6429vw; margin-bottom: 3.3571vw; } }
@media (max-width: 1400px) and (min-width: 1201px) { .title__materials-01 { font-size: 4vw; }
  .title__materials-01 span { font-size: 2.8571vw; } }

@media (max-width: 1400px) and (min-width: 1201px) { .materials__txt-01 p { font-size: 1.7143vw; }
  .materials__txt-01 .inner_p p { font-size: 2vw; } }
@media (max-width: 1400px) { .materials__txt-01 .modifier_p p { margin-bottom: 2.1429vw; }
  .materials__main-head { margin-bottom: 3vw; }
  .materials__main h4 { margin-bottom: 1.4286vw; } }
@media (max-width: 1400px) and (min-width: 1201px) { .materials__main h4 { font-size: 2.4286vw; } }
@media (max-width: 1400px) { .materials__main li .cont { padding-left: 1.4286vw; }
  .think__gp { margin-bottom: 6.2143vw; }
  .wrap_think { padding: 5.7143vw 0 6.0714vw; } }
@media (max-width: 1400px) and (min-width: 1201px) { .think__head h3 { font-size: 4vw; }
  .think__gp-cont { padding-right: 3.2143vw; }
  .think__gp-cont p { font-size: 2vw; } }
@media (max-width: 1200px) { .wrap_mv ul li { font-size: 3.8333vw; width: 22.25vw; height: 22.25vw; margin-right: -5.3333vw; }
  .wrap_mv h2 .mv__txt { font-size: 3.1667vw; margin-bottom: -0.75vw; }
  .wrap_mv h2 .mv__img img { width: 70.5vw; }
  .wrap_mv__gp-item .img { margin-bottom: 2.3333vw; }
  .wrap_mv__gp-item .img img { width: 28.9167vw; }
  .wrap_mv__gp h3 { font-size: 3.3333vw; margin-bottom: -1.4167vw; }
  .title__review-03 { margin-left: 0; }
  .review__gp-box { padding-left: 15px; }
  .materials__main h4 { font-size: 2.8333vw; letter-spacing: 0; }
  .materials__main li { margin-bottom: 3.5vw; }
  .materials__main li .img { width: 15.1667vw; }
  .materials__main li .cont { width: calc(100% - 15.1667vw); }
  .materials__main li:nth-child(2n) .cont { padding-right: 0; }
  .materials__main .show__pc-01 { display: none; }
  .materials__txt-01 p { font-size: 2vw; }
  .materials__txt-01 .inner_p p { font-size: 2.3333vw; }
  .title__materials-01 { font-size: 4.6667vw; }
  .title__materials-01 span { font-size: 3.3333vw; }
  .think__head { margin-bottom: 4vw; }
  .think__head h3 { font-size: 4.6667vw; }
  .think__head h3 span { padding-bottom: 1.3333vw; }
  .think__head-left { margin-right: 4.75vw; } }
@media (max-width: 1200px) and (min-width: 481px) { .think__head-right img { width: 28.5833vw; } }
@media (max-width: 1200px) { .think__gp-img { width: 40.25vw; padding-top: 1.1667vw; }
  .think__gp-cont { width: calc(100% - 40.25vw); padding-right: 3.75vw; }
  .think__gp-cont p { font-size: 2.3333vw; }
  .wrap_think .wrap__icon { top: -2vw; right: 4vw; }
  .wrap_review .wrap__icon { top: 9vw; right: 2vw; } }
@media (max-width: 1000px) { .worr__gp { height: 610px; }
  .worr__gp-ul li { font-size: 20px; width: 300px; max-width: 100%; padding: 15px; min-height: 145px; align-items: center; }
  .worr__gp-ul li.li__01 { left: 0; }
  .worr__gp-ul li.li__02 { right: 0; }
  .worr__gp-ul li.li__03 { bottom: 43px; }
  .worr__gp-ul li.li__04 { right: 0; }
  .worr__gp .img { left: 50%; transform: translate(-50%, 50%); bottom: 54%; }
  .review__gp-box { padding-right: 15px; }
  .review__gp-cont p { padding-left: 0; padding-right: 15px; }
  .materials__main li { width: 100%; align-items: center; }
  .show__pc-02 { display: none; } }
@media (max-width: 767px) { .wrap_mv h2 { margin-bottom: 0; }
  .wrap_mv h2 .mv__txt { font-size: 4.8vw; }
  .wrap_mv h2 .mv__img img { width: 94.3333vw; }
  .wrap_mv__gp { height: 88vw; }
  .wrap_mv__gp-item .img img { width: 37.3333vw; }
  .wrap_mv__gp h3 { font-size: 5.3333vw; }
  .wrap_mv ul li { width: 33.3333vw; height: 33.3333vw; font-size: 5.8667vw; }
  .wrap_mv__stellar h3 { font-size: 24px; }
  .wrap_mv__stellar h3 .small { font-size: 19px; }
  .wrap_mv__stellar h4 { font-size: 22px; }
  .wrap_mv__stellar p { font-size: 14px; padding-left: 0; padding-right: 0; letter-spacing: 0; line-height: 175%; }
  .wrap_mv__stellar p span { font-size: 13px; }
  .worr__title-01 { font-size: 24px; }
  .worr__gp { height: 420px; }
  .worr__gp-ul li { width: 48%; font-size: 14px; padding: 10px; min-height: 96px; line-height: 175%; align-items: center; }
  .worr__gp-ul li.li__03 { bottom: 35px; }
  .worr__gp-ul li.li__03::before { right: 5vw; }
  .worr__gp .img { bottom: 54%; }
  .show__pc { display: none; }
  .review__head-cont { width: 100%; order: 1; text-align: center; }
  .review__head-img { width: 100%; text-align: center; }
  .review__gp-cont { width: 100%; padding-top: 0; padding-bottom: 15px; }
  .review__gp-img { width: 100%; }
  .review__gp-img img { width: 100%; }
  .title__review-01 { font-size: 24px; }
  .title__review-02 { font-size: 20px; }
  .title__review-02 .big { font-size: 24px; }
  .title__review-02.inner .item { padding-top: 15px; }
  .title__review-03 { font-size: 20px; align-items: center; }
  .title__review-03 span:first-child { font-size: 50px; width: 60px; top: 0; }
  .title__review-03 span:last-child { width: calc(100% - 60px); min-height: 68px; display: flex; align-items: center; }
  .recommend__ul-01 li { width: calc((100% - 15.01px) / 2); margin-right: 15px; margin-bottom: 7.5vw; border-radius: 1.7857vw; }
  .recommend__ul-01 li:nth-child(2n) { margin-right: 0; }
  .recommend__ul-01 li p { font-size: 14px; line-height: 175%; }
  .title__recommend-01 { font-size: 20px; height: 78px; width: calc(100% - 36px); letter-spacing: 1.5px; }
  .title__recommend-01 .line { width: 18px; }
  .title__recommend-01 .line__first { left: -18px; }
  .title__recommend-01 .line__first::before { border-right-width: 18px; border-bottom-width: 39px; }
  .title__recommend-01 .line__first::after { border-right-width: 18px; border-top-width: 39px; }
  .title__recommend-01 .line__last { right: -18px; }
  .title__recommend-01 .line__last::before { border-left-width: 18px; border-bottom-width: 39px; }
  .title__recommend-01 .line__last::after { border-left-width: 18px; border-top-width: 39px; }
  .title__materials-01 { font-size: 24px; }
  .title__materials-01 span { font-size: 20px; }
  .materials__txt-01 p { font-size: 14px; line-height: 175%; letter-spacing: 0; }
  .materials__txt-01 .inner_p p { font-size: 14px; text-align: left; line-height: 175%; }
  .materials__main-head { margin-bottom: 32px; }
  .materials__main li { flex-wrap: wrap; }
  .materials__main li .img { width: 100%; margin-bottom: 30px; }
  .materials__main li .cont { width: 100%; padding-left: 0; }
  .materials__main-gp { max-width: 500px; margin-left: auto; margin-right: auto; }
  .materials__main h4 { font-size: 20px; }
  .think__gp-cont { width: 100%; padding-right: 0; order: 1; }
  .think__gp-cont p { font-size: 14px; line-height: 175%; }
  .think__gp-box { justify-content: center; }
  .think__gp-img { padding-top: 0; margin-bottom: 20px; width: 100%; text-align: center; }
  .wrap__icon { top: 46px; }
  .wrap__icon.icon__04-01 { top: 21vw; }
  .review__gp-cont p { padding-right: 0; }
  .review__gp.desc_voice p { line-height: 175%; }
  .show__ipad-01 { display: none; } }
@media (max-width: 480px) { .materials__main li .img { text-align: center; }
  .think__head h3 { font-size: 24px; }
  .think__head-left { margin-bottom: 20px; }
  .think__head-right { text-align: center; width: 100%; } }
@media (max-width: 365px) { .title__recommend-01 { font-size: 18px; } }
.wrap_expert_voice { padding-bottom: 83px; position: relative; }
@media (max-width: 1550px) { .wrap_expert_voice { padding-bottom: 5.35484vw; } }

.expert_voice { display: flex; widows: 100%; position: relative; }
.expert_voice--item:first-child { width: 380px; padding-right: 12px; text-align: right; position: relative; top: -92px; }
.expert_voice--item:last-child { padding-top: 62px; width: calc(100% - 380px); }
@media (max-width: 1280px) { .expert_voice--item:first-child { width: 29.6875vw; padding-right: .9375vw; top: -7.1875vw; }
  .expert_voice--item:last-child { padding-top: 4.8438vw; width: calc(100% - 29.6875vw); } }
@media (max-width: 767px) { .expert_voice { flex-wrap: wrap; }
  .expert_voice--item:first-child { width: 100%; padding-right: 0px; text-align: center; top: 0px; margin-top: 5.5vw; margin-bottom: 5.2151vw; }
  .expert_voice--item:first-child img { width: 43.1551vw; }
  .expert_voice--item:last-child { padding-top: 0px; width: 100%; } }

.title_voice { color: #231815; font-size: 32px; font-weight: 600; line-height: 125%; letter-spacing: -0.75px; display: block; position: relative; padding: 15px 11px; }
.title_voice.vs-01 { letter-spacing: -1.1px; padding-right: 5px; }
.title_voice::after, .title_voice::before { content: ""; width: 100%; height: 1px; position: absolute; left: 0; top: 0; background: linear-gradient(90deg, #cba030 0%, #f2dc56 47.33%, #af8237 92.71%); }
.title_voice::after { bottom: 0; top: inherit; }
@media (max-width: 1280px) { .title_voice { padding-top: 1.1719vw; padding-bottom: 1.1719vw; font-size: 2.5vw; letter-spacing: -0.0586vw; }
  .title_voice.vs-01 { letter-spacing: -0.0859vw; padding-right: .3906vw; } }
@media (max-width: 767px) { .title_voice { font-size: 16px; padding: 10px 0; letter-spacing: 0; line-height: 150%; } }

.desc_voice { margin-top: 13px; }
.desc_voice p { text-align: justify; color: #231815; font-size: 28px; font-weight: 400; line-height: 195%; letter-spacing: -0.75px; }
@media (max-width: 1280px) { .desc_voice { margin-top: 1.01564vw; z-index: 1; position: relative; }
  .desc_voice p { font-size: 2.1875vw; letter-spacing: -0.0586vw; } }
@media (max-width: 1280px) and (max-width: 767px) { .desc_voice p { line-height: 175%; letter-spacing: 0; }
  .desc_voice p:not(:last-child) { margin-bottom: 1.9557vw; } }

@media (max-width: 767px) { .desc_voice { margin-top: 3.9113vw; }
  .desc_voice p { font-size: 14px; } }

.wrap_customer_voice { padding-bottom: 100px; position: relative; }
@media (max-width: 1550px) { .wrap_customer_voice { padding-bottom: 6.45162vw; } }
@media (max-width: 767px) { .wrap_customer_voice { padding-bottom: 6.5189vw; } }
.wrap_customer_voice .wrap__icon { transform: scale(-1); }

.customer_voice { margin-top: 70px; margin-bottom: 65px; }
.customer_voice-item { display: flex; }
.customer_voice-item:not(:last-child) { margin-bottom: 90px; }
.customer_voice-item--sub:first-child { width: 380px; order: 1; padding-left: 27px; text-align: right; }
.customer_voice-item--sub:last-child { order: 0; width: calc(100% - 380px); }
.customer_voice-item:nth-child(2n) .customer_voice-item--sub:first-child { order: 0; padding-left: 0; padding-right: 27px; text-align: left; }
.customer_voice-item:nth-child(2n) .customer_voice-item--sub:last-child { order: 1; }
@media (max-width: 1280px) { .customer_voice { margin-top: 5.4688vw; margin-bottom: 5.07813vw; }
  .customer_voice-item:not(:last-child) { margin-bottom: 7.0313vw; }
  .customer_voice-item--sub:first-child { width: 29.6875vw; padding-left: 2.1094vw; }
  .customer_voice-item--sub:last-child { width: calc(100% - 29.6875vw); }
  .customer_voice-item:nth-child(2n) .customer_voice-item--sub:first-child { padding-right: 2.1094vw; } }
@media (max-width: 767px) { .customer_voice { margin-top: 6.4688vw; margin-bottom: 5.5vw; }
  .customer_voice-item { flex-wrap: wrap; }
  .customer_voice-item:not(:last-child) { margin-bottom: 8vw; }
  .customer_voice-item--sub:first-child { order: 0; width: 100%; padding-left: 0; text-align: center; margin-bottom: 5.21514vw; }
  .customer_voice-item--sub:last-child { width: 100%; order: 1; }
  .customer_voice-item:nth-child(2n) .customer_voice-item--sub:first-child { padding-right: 0; text-align: center; } }

.wp_youtube { width: 100%; height: 675px; overflow: hidden; }
.wp_youtube iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 1280px) { .wp_youtube { height: 52.7344vw; } }

.wrap_faq { background-color: rgba(177, 133, 0, 0.2); position: relative; padding: 76px 0 100px; }
.wrap_faq--title { text-align: center; color: #000000; font-size: 56px; font-weight: 600; line-height: 175%; letter-spacing: -3.5px; }
@media (max-width: 1280px) { .wrap_faq { padding: 5.9375vw 0 7.8125vw; }
  .wrap_faq--title { font-size: 4.375vw; letter-spacing: -0.27344vw; } }
@media (max-width: 767px) { .wrap_faq { padding: 5.9375vw 0 7.8125vw; }
  .wrap_faq--title { font-size: 22px; letter-spacing: -0.27344vw; } }
@media (max-width: 767px) and (max-width: 370px) { .wrap_faq--title { font-size: 5.9459vw; } }

.faq_box { width: 100%; margin-top: 24px; position: relative; background-color: #FFFFFF; border-bottom: 1px solid #B18500; }
.faq_box-item { border-top: 1px solid #B18500; }
.faq_box h4 { color: #3E280E; font-size: 28px; font-weight: 300; line-height: 160%; letter-spacing: 0.45px; padding: 26px 60px 24px 120px; position: relative; background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/faq-03.svg); background-position: left 22px center; background-repeat: no-repeat; background-size: 68px; cursor: pointer; }
.faq_box h4::before { content: ""; width: 23px; height: 23px; position: absolute; right: 30px; top: calc(50% - 11px); background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/faq-01.png); background-position: center; background-repeat: no-repeat; }
.faq_box h4.active::before { background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/faq-02.png); }
.faq_box .faq_desc { display: none; }
.faq_box p { color: #3E280E; font-size: 28px; font-weight: 300; line-height: 160%; letter-spacing: -1.6px; padding: 26px 60px 24px 120px; position: relative; background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/faq-04.svg); background-position: left 22px center; background-repeat: no-repeat; background-size: 68px; display: flex; align-items: center; min-height: 140px; border-top: 1px dashed #B18500; }
@media (max-width: 1280px) { .faq_box { margin-top: 1.875vw; }
  .faq_box h4 { font-size: 2.1875vw; padding: 2.0313vw 4.6875vw 1.875vw 9.375vw; background-position: left 1.7188vw center; background-size: 4.3871vw; }
  .faq_box h4::before { width: 1.7969vw; height: 1.7969vw; right: 2.3438vw; top: calc(50% - .8594vw); background-size: contain; }
  .faq_box p { font-size: 2.1875vw; letter-spacing: -0.125vw; padding: 2.0313vw 4.6875vw 1.875vw 9.375vw; background-position: left 1.7188vw center; background-size: 5.3125vw; min-height: 10.9375vw; } }
@media (max-width: 767px) { .faq_box { margin-top: 3.875vw; }
  .faq_box h4 { font-size: 16px; padding-left: 60px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; background-position: left 15px center; background-size: 30px; }
  .faq_box h4 .sp_hide { display: none; }
  .faq_box h4::before { width: 15px; height: 15px; right: 15px; top: calc(50% - 1.4342vw); } }
@media (max-width: 767px) and (max-width: 370px) { .faq_box h4 { font-size: 4.3243vw; padding-left: 16.2162vw; padding-right: 8.1081vw; background-position: left 4.0541vw center; background-size: 8.1081vw; }
  .faq_box h4::before { width: 4.0541vw; height: 4.0541vw; right: 4.0541vw; top: calc(50% - 1.4342vw); } }
@media (max-width: 767px) { .faq_box p { font-size: 14px; padding-left: 60px; padding-right: 30px; padding-top: 15px; padding-bottom: 15px; background-position: left 15px center; background-size: 30px; min-height: 80px; letter-spacing: 0; line-height: 175%; } }
@media (max-width: 767px) and (max-width: 370px) { .faq_box p { font-size: 4.0541vw; padding-left: 16.2162vw; padding-right: 8.1081vw; background-position: left 4.0541vw center; background-size: 8.1081vw; min-height: 21.6216vw; } }

.wrap_product { padding: 20px 0; position: relative; }
@media (max-width: 1550px) { .wrap_product { padding-top: 6.45163vw; padding-bottom: 6.45163vw; } }
@media (max-width: 1550px) and (max-width: 767px) { .wrap_product { padding-top: 6.5189vw; padding-bottom: 6.5189vw; } }

.product_box { width: 100%; padding: 38px 50px 60px; border: 3px solid #B18500; background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/pro_02.png); background-position: right 40px bottom 40px; background-repeat: no-repeat; }
.product_box--title { text-align: center; color: #3E280E; font-size: 51px; font-weight: 600; line-height: 175%; letter-spacing: -0.5px; position: relative; z-index: 1; }
.product_box--title span { position: relative; }
.product_box--title span.vs-01::before { left: 19px; width: calc(100% - 39px); }
.product_box--title span::before { content: ""; position: absolute; left: 0; bottom: -17px; width: 100%; height: 1px; background: linear-gradient(90deg, #cba030 0%, #f2dc56 47.33%, #af8237 92.71%); }
.product_box--price { display: flex; align-self: flex-start; width: 100%; max-width: 1200px; margin: 0 auto -7px; }
.product_box--price---item { width: 50%; }
.product_box--price---item:first-child { text-align: right; padding-right: 38px; }
.product_box--price---item:nth-child(2) { margin-top: 37px; }
.product_box--price---item .wp_price-img { width: calc(100% + 26px); position: relative; left: -26px; }
.product_box--price---item ul { list-style: none; }
.product_box--price---item ul li { display: flex; align-items: center; }
.product_box--price---item ul .vs-01 { top: -4px; left: -5px; position: relative; color: #3E280E; font-size: 35px; font-weight: 600; line-height: 130%; letter-spacing: -1.5px; }
.product_box--price---item ul .vs-02 { color: #BF0C0C; font-size: 55px; font-weight: 600; line-height: 130%; letter-spacing: 0.75px; margin-left: 20px; }
.product_box--price---item ul .vs-02 b { font-size: 25px; margin-left: -7px; }
.product_box--price---item ul .vs-03 { width: 225px; height: 45px; display: flex; align-items: center; justify-content: center; background-color: #BF0C0C; margin-left: 2px; top: -5px; position: relative; color: #FFFFFF; font-size: 29px; font-weight: 600; line-height: 130%; letter-spacing: 0px; }
@media (max-width: 1550px) { .product_box { background-position: right 2.58065vw bottom 2.58065vw; padding: 2.4516vw 3.2258vw 3.871vw; background-size: 20.06453vw; border: 0.19355vw solid #B18500; }
  .product_box--title { font-size: 3.29032vw; }
  .product_box--title span.vs-01::before { left: 1.2258vw; width: calc(100% - 2.5161vw); }
  .product_box--title span::before { bottom: -1.0968vw; }
  .product_box--price { margin: 0 auto -0.4516vw; }
  .product_box--price---item:first-child { padding-right: 2.4516vw; }
  .product_box--price---item:nth-child(2) { margin-top: 2.3871vw; }
  .product_box--price---item .wp_price-img { width: calc(100% + 1.6774vw); left: -1.6774vw; }
  .product_box--price---item ul .vs-01 { top: -0.2581vw; left: -0.3226vw; font-size: 2.2581vw; }
  .product_box--price---item ul .vs-02 { margin-left: 1.29032vw; font-size: 3.5484vw; }
  .product_box--price---item ul .vs-02 b { font-size: 1.61292vw; margin-left: -0.45162vw; }
  .product_box--price---item ul .vs-03 { width: 14.5161vw; height: 2.9032vw; margin-left: .1292vw; top: -0.3226vw; font-size: 1.871vw; } }
@media (max-width: 767px) { .product_box { padding: 5.3455vw 1.9557vw 6.6493vw; background-position: right 2.58065vw bottom 20vw; }
  .product_box--title { font-size: 20px; } }
@media (max-width: 767px) and (max-width: 370px) { .product_box--title { font-size: 5.4054vw; } }
@media (max-width: 767px) { .product_box--title span { padding-bottom: 5px; border-bottom: 0.19355vw solid #B18500; }
  .product_box--title span::before { content: none; }
  .product_box--price { flex-wrap: wrap; }
  .product_box--price---item { width: 100%; }
  .product_box--price---item:first-child { text-align: center; padding-right: 0; }
  .product_box--price---item:nth-child(2) { margin-top: 17px; margin-bottom: 25px; }
  .product_box--price---item .wp_price-img { width: 100%; left: 0; margin-top: 13px; }
  .product_box--price---item .wp_price-img img { width: 300px; } }
@media (max-width: 767px) and (max-width: 370px) { .product_box--price---item .wp_price-img img { width: 78.3784vw; } }
@media (max-width: 767px) { .product_box--price---item ul { max-width: 319px; margin-left: auto; margin-right: auto; }
  .product_box--price---item ul .vs-01 { font-size: 15px; letter-spacing: 0; top: 0; } }
@media (max-width: 767px) and (max-width: 370px) { .product_box--price---item ul .vs-01 { font-size: 4.0541vw; } }
@media (max-width: 767px) { .product_box--price---item ul .vs-02 { font-size: 30px; margin-left: 15px; }
  .product_box--price---item ul .vs-02 b { font-size: 15px; } }
@media (max-width: 767px) and (max-width: 370px) { .product_box--price---item ul .vs-02 { font-size: 7.4vw; margin-left: 4.0541vw; }
  .product_box--price---item ul .vs-02 b { font-size: 4.0541vw; } }
@media (max-width: 767px) { .product_box--price---item ul .vs-03 { width: auto; height: auto; font-size: 15px; padding: 5px 7px; margin-left: .6519vw; top: -6px; } }
@media (max-width: 767px) and (max-width: 370px) { .product_box--price---item ul .vs-03 { font-size: 4.0541vw; } }

.wp_button { width: 100%; position: relative; }
.wp_button-item { background-color: #B18500; width: 100%; max-width: 600px; height: 125px; margin-left: auto; margin-right: auto; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 0 #655e5c; color: #FFFFFF; font-size: 55px; font-weight: 600; line-height: 130%; letter-spacing: -0.75px; transition: ease all 0.35s; }
.wp_button-item:hover { box-shadow: 0px 0px 0 #655e5c; }
@media (max-width: 1550px) { .wp_button-item { max-width: 38.7097vw; height: 8.0645vw; box-shadow: 0.6452vw 0.6452vw 0 #655e5c; font-size: 3.5484vw; } }
@media (max-width: 767px) { .wp_button-item { max-width: 300px; height: 60px; box-shadow: 5px 5px 0 #655e5c; font-size: 25px; } }
@media (max-width: 767px) and (max-width: 480px) { .wp_button-item { font-size: 18px; } }
@media (max-width: 767px) and (max-width: 370px) { .wp_button-item { font-size: 4.8649vw; max-width: 78.3784vw; height: 16.2162vw; } }

.wrap_title_one { width: 100%; padding: 29px 15px 80px; text-align: center; position: relative; background: linear-gradient(90deg, #cba030 0%, #f2dc56 47.33%, #af8237 92.71%); }
.wrap_title_one--item { color: #000000; font-size: 44px; font-weight: 600; line-height: 140%; letter-spacing: -1.5px; }
.wrap_title_one::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 47px; background-color: #ffffff; background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/images/lp/dog-stellar/img/top__01.png); background-position: bottom center; background-repeat: no-repeat; background-size: 100vw; }
@media (max-width: 1550px) { .wrap_title_one { padding: 1.871vw 15px 5.1613vw; }
  .wrap_title_one--item { font-size: 2.83873vw; letter-spacing: -0.0968vw; }
  .wrap_title_one::before { height: 3.0323vw; } }
@media (max-width: 767px) { .wrap_title_one { padding: 3vw 15px 6vw; }
  .wrap_title_one--item { font-size: 20px; line-height: 155%; letter-spacing: 0; } }
@media (max-width: 767px) and (max-width: 370px) { .wrap_title_one--item { font-size: 5.4054vw; } }
@media (max-width: 767px) { .wrap_title_one::before { height: 2.4772vw; } }
@media (max-width: 767px) and (max-width: 370px) { .wrap_title_one { padding-left: 5px; padding-right: 5px; } }

@media (max-width: 370px) { [class*="grid"] { padding-left: 4.0541vw; padding-right: 4.0541vw; } }
/*
======================
=    STYLE FOOTER    =
======================
*/
footer { width: 100%; position: relative; background-color: #213759; padding: 58px 0px 52px; }
@media (max-width: 1550px) { footer { padding-top: 3.7419vw; padding-bottom: 3.3548vw; } }
@media (max-width: 1550px) and (max-width: 767px) { footer { padding-top: 5.6063vw; padding-bottom: 6.5189vw; } }

.menu_fo { list-style: none; position: relative; margin: 0; padding: 0; }
.menu_fo a { display: inline-block; font-weight: bold; font-size: 18px; letter-spacing: 0; line-height: 150%; color: #ffffff; font-family: "メイリオ", Meiryo, sans-serif; margin-bottom: 15px; }
.menu_fo li:last-child a { margin-bottom: 0; }
@media (max-width: 1280px) { .menu_fo { width: 40%; } }
@media (max-width: 1280px) and (max-width: 767px) { .menu_fo a { line-height: 210%; } }
@media (max-width: 1280px) and (max-width: 480px) { .menu_fo a { font-size: 16px; } }

@media (max-width: 767px) { .menu_fo { flex-wrap: wrap; justify-content: flex-start; margin-bottom: -10px; }
  .menu_fo a { margin-bottom: 0; } }
@media (max-width: 767px) and (max-width: 480px) { .menu_fo { margin-bottom: 0; } }
@media (max-width: 767px) { .menu_fo li { margin-bottom: 10px; } }
@media (max-width: 767px) and (max-width: 480px) { .menu_fo li { width: 50%; margin-bottom: 0; } }

.logo_fo { font-size: 0; line-height: 100%; }
.logo_fo a { font-size: 0; line-height: 100%; display: inline-block; }
.logo_fo p { font-size: 18px; line-height: 150%; letter-spacing: 1px; color: #ffffff; font-weight: 600; margin-top: 7px; margin-bottom: 10px; }
@media (max-width: 1280px) { .logo_fo .logo img { width: 30.3125vw; } }
@media (max-width: 1280px) and (max-width: 767px) { .logo_fo { margin-top: 3.1291vw; } }

@media (max-width: 1280px) and (max-width: 767px) and (max-width: 370px) { .logo_fo .logo img { width: 51.3514vw; } }

@media (max-width: 767px) { .logo_fo .img img { width: 100px; } }
@media (max-width: 480px) { .logo_fo { width: 100%; margin-bottom: 20px; }
  .logo_fo .logo img { width: 200px; }
  .logo_fo .img img { width: 85px; }
  .logo_fo p { font-size: 16px; margin-top: 0; margin-bottom: 0; }
  .menu_fo { width: 100%; }
  .menu_fo li { width: 100%; }
  .footer__gp { text-align: center; } }


/* 2025/5/5 Lineリンク追加　*/
.line_Box {
    border: 2px solid #231815;
    background-color: white;
    padding: 20px 0;
    margin: 26px auto 20px;

    padding: 8px;
    text-align: center; 
    font-size: calc(1.0vw + 1rem); 
    color: #000000; 
    font-weight: bold; 
    line-height: normal;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    
}

.line_Box2 {
    padding: 8px;
    text-align: left; 
    font-size: calc(1.0vw + 1rem); 
    color: #000000; 
    font-weight: bold; 
    line-height: normal;
    
}


.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_headBtm {
    align-items: flex-start;
}


/*!******************************************
  !*** LPのフッターに追加するもの（以下） ***!
  \******************************************
*/

/* モーダルフッター（コントロール部分） */
body:has(.v-distribution-club-edit) .modal-scrollable .modal-footer {
  padding: 20px !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: end !important;
  border-top: none !important;
  background: none !important;
  margin: 0 !important;
}



.l-footer {
  padding: 80px 100px 40px;
  border-top-width: 1px;
  border-top-style: solid;
}
@media screen and (max-width: 719px) {
  .l-footer {
    flex-direction: column;
    padding: 40px 30px 30px;
  }
}
.l-footer__logo {
  max-width: 180px;
  margin-bottom: 50px;
}
.l-footer__info__newsletter {
  margin-bottom: 60px;
}
.l-footer__info__newsletter__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .l-footer__info__newsletter__title {
    font-size: 16px;
  }
}
.l-footer__info__newsletter__lead {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 719px) {
  .l-footer__info__newsletter__lead {
    font-size: 12px;
  }
}
@media screen and (max-width: 719px) {
  .l-footer__info__newsletter__lead br {
    display: none;
  }
}
.l-footer__info__store {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__info__store {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__info__store__sns {
  margin-bottom: 20px;
}
.l-footer__info__store__sns__item {
  transition: 0.4s;
}
.l-footer__info__store__sns__item:hover {
  opacity: 0.4;
}
.l-footer__info__store__sns__item:not(:last-child) {
  margin-right: 20px;
}
.l-footer__info__store__sns__item i {
  font-size: 24px;
}
.l-footer__info__store__copyright {
  font-size: 12px;
}
@media screen and (max-width: 719px) {
  .l-footer__info__store__copyright {
    font-size: 12px;
  }
}
.l-footer__menu {
  display: block;
}
@media screen and (min-width: 992px) {
  .l-footer__menu {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
  }
}



.c-footer_category {
  display: block;
  border-bottom: 1px solid #d8dddf;
}
@media screen and (min-width: 768px) {
  .c-footer_category {
    flex: 1;
    border-bottom: 1px solid #d8dddf;
  }
}
@media screen and (min-width: 992px) {
  .c-footer_category {
    flex: 1;
    border-bottom: 0;
    border-right: 1px solid #d8dddf;
  }
}
.c-footer_category__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}
.c-footer_menus {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .c-footer_menus {
    flex: 1;
    margin-top: 0px;
  }
}
.c-footer_menu {
  display: block;
  margin-left: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-footer_menu {
    display: flex;
    justify-content: left;
  }
}
@media screen and (min-width: 992px) {
  .c-footer_menu {
    padding-bottom: 0px;
  }
}
.c-footer_menu__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-footer_menu__title {
    width: 30%;
  }
}
.c-footer_menu__list {
  display: flex;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .c-footer_menu__list {
    margin-left: 15px;
    width: 70%;
    padding-right: 15px;
  }
}
.c-footer_menu__list__item {
  margin-bottom: 10px;
}
.c-footer_menu__list__item__inner {
  font-size: 12px;
  transition: 0.4s;
}
.c-footer_menu__list__item__inner:hover {
  opacity: 0.4;
}
.c-footer_menu__list__item__inner::after {
  content: "|";
  margin: 0px 3px;
  color: #d8dddf;
}



.c-product_modal__inner__content__footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 40px 0 80px;
}
@media screen and (max-width: 719px) {
  .c-product_modal__inner__content__footer {
    padding: 40px 0;
  }
}
.c-product_modal__inner__content__footer .p-account__inner__content__form__bottom__btn {
  margin: 0 auto;
  background-color: #000000;
  font-size: 16px;
  opacity: initial;
  float: none;
  font-weight: normal;
}
@media screen and (max-width: 719px) {
  .c-product_modal__inner__content__footer .p-account__inner__content__form__bottom__btn {
    max-width: 225px;
    height: 41px;
    font-size: 14px;
  }
}








/* SNSのアイコン */
.u-icon, .p-search_menu__container__inner__search__wrap:before, .p-product_list__select:after, .p-review__inner__all__btn:after, .p-review__inner__all__btn:before, .c-breadcrumbs__item:not(:last-child):after, .c-form_table__select:after, .c-list_tool__sort__wrap:after, .u-icon--twitter, .u-icon--track, .u-icon--star, .u-icon--star_blank, .u-icon--secret, .u-icon--search, .u-icon--question, .u-icon--point, .u-icon--plus, .u-icon--line, .u-icon--minus, .u-icon--menu, .u-icon--logout, .u-icon--instagram, .u-icon--home, .u-icon--heart--border, .u-icon--heart, .u-icon--heart_blank, .u-icon--facebook, .u-icon--edit, .u-icon--dot, .u-icon--close, .u-icon--cart, .u-icon--card, .u-icon--calendar, .u-icon--balloon, .u-icon--arrow, .u-icon--account {
  font-family: "icon", sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.u-icon--instagram:before {
  content: "\e90d";
}

.u-icon--line:before {
  content: "\e918";
}


/* タイトル文字をボールドに */
.u-font--subhead {
    font-size: 18px !important;
    font-family: 'Arial';
    font-weight: bold;
}

/* footerの文字サイズ */
.u-font--body {
    font-size: 16px !important;
    font-family: 'Arial';
}

/* フッターリンク（ホーバー時）*/
.footer_link:hover {
/*     color: #B2B2B2 !important; */
    color: #BDC1C2 !important;
}


/* リンクの色をグレーに固定*/
a, button {
    color: #333333 !important;
}

a:focus a {
    color: #333333 !important;
}

a:hover {
    color: #BDC1C2 !important;
}



