/*------------------------------------
* 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";

/*
Theme Name: Original Theme
*/

/* Bootstrap Grid
@media(max-width:767px){}
@media(max-width:991px){}
@media(max-width:1199px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/


/* reset
++++++++++++++++++++++++*/

body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
}

@media(max-width:767px){
input[type="submit"] {
	-webkit-appearance: none;
}
}

img, fieldset {
	border: 0;
}
img { 
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.thumbnail {
	border: none;
	background: none;
}
.navbar {
	margin-bottom: 0;
	background: none;
	border: none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}
.navbar-brand { 
	height: auto;
}

h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.5;
  letter-spacing: .5pt;
}
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.75;
}

.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
strong.marker {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.more_read {
	display: none;
}
@media(max-width:767px){
.more_read {
	display: block;
	text-decoration: underline;
	color: #C6192E;
	cursor: pointer;
	margin: 10px 0;
}
.more_read.open,
.ac-menu + * {
	display: none;
}
}

/* bootstrap */
.row.between { -ms-flex-pack: justify; justify-content: space-between; }
.row.left { -ms-flex-pack: start; justify-content: flex-start; }
.row.right { -ms-flex-pack: end; justify-content: flex-end; }
.row.center { -ms-flex-pack: center; justify-content: center; }
.row.top { -ms-flex-align: start; align-items: flex-start; }
.row.bottom { -ms-flex-align: end; align-items: flex-end; }
.row.middle { -ms-flex-align: center; align-items: center; }

.no-gutter.row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.row-eq-height-sm,
.row-eq-height-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-eq-height-xs > [class*='col-'] > *,
.row-eq-height-sm > [class*='col-'] > * {
  height: 100%;
}

/* ipad iphone */
[class*='col-'] {
  margin-left: -1px; 
}

@media(max-width:767px){
.row-eq-height-sm {
  display: block;
}
}
@media(max-width:767px){
.row-tablet > [class*='col-'] {
  max-width: 640px;
  margin: 0 auto;
}
}
@media(max-width:640px){
.row-tablet > [class*='col-'] {
  max-width: 500px;
  margin: 0 auto;
}
}
@media(max-width:480px){
.row-tablet > [class*='col-'] {
  max-width: 420px;
  margin: 0 auto;
}
}


/* common class
++++++++++++++++++++++++*/

/* font */
.fs50 { font-size: 50% !important; } .fs55 { font-size: 55% !important; } .fs60 { font-size: 60% !important; } .fs65 { font-size: 65% !important; } .fs70 { font-size: 70% !important; } .fs75 { font-size: 75% !important; } .fs80 { font-size: 80% !important; } .fs85 { font-size: 85% !important; } .fs90 { font-size: 90% !important; } .fs95 { font-size: 95% !important; } .fs100 { font-size: 100% !important; } .fs105 { font-size: 105% !important; } .fs110 { font-size: 110% !important; } .fs115 { font-size: 115% !important; } .fs120 { font-size: 120% !important; } .fs125 { font-size: 125% !important; } .fs130 { font-size: 130% !important; } .fs135 { font-size: 135% !important; } .fs140 { font-size: 140% !important; } .fs145 { font-size: 145% !important; } .fs150 { font-size: 150% !important; } .fs155 { font-size: 155% !important; } .fs160 { font-size: 160% !important; } .fs165 { font-size: 165% !important; } .fs170 { font-size: 170% !important; } .fs175 { font-size: 175% !important; } .fs180 { font-size: 180% !important; } .fs185 { font-size: 185% !important; } .fs190 { font-size: 190% !important; } .fs195 { font-size: 195% !important; } .fs200 { font-size: 200% !important; }
@media(max-width:767px){
.fs50_sp { font-size: 50% !important; } .fs55_sp { font-size: 55% !important; } .fs60_sp { font-size: 60% !important; } .fs65_sp { font-size: 65% !important; } .fs70_sp { font-size: 70% !important; } .fs75_sp { font-size: 75% !important; } .fs80_sp { font-size: 80% !important; } .fs85_sp { font-size: 85% !important; } .fs90_sp { font-size: 90% !important; } .fs95_sp { font-size: 95% !important; } .fs100_sp { font-size: 100% !important; } .fs105_sp { font-size: 105% !important; } .fs110_sp { font-size: 110% !important; } .fs115_sp { font-size: 115% !important; } .fs120_sp { font-size: 120% !important; } .fs125_sp { font-size: 125% !important; } .fs130_sp { font-size: 130% !important; } .fs135_sp { font-size: 135% !important; } .fs140_sp { font-size: 140% !important; } .fs145_sp { font-size: 145% !important; } .fs150_sp { font-size: 150% !important; } .fs155_sp { font-size: 155% !important; } .fs160_sp { font-size: 160% !important; } .fs165_sp { font-size: 165% !important; } .fs170_sp { font-size: 170% !important; } .fs175_sp { font-size: 175% !important; } .fs180_sp { font-size: 180% !important; } .fs185_sp { font-size: 185% !important; } .fs190_sp { font-size: 190% !important; } .fs195_sp { font-size: 195% !important; } .fs200_sp { font-size: 200% !important; }
}
@media(max-width:991px){
.fs50_tb { font-size: 50% !important; } .fs55_tb { font-size: 55% !important; } .fs60_tb { font-size: 60% !important; } .fs65_tb { font-size: 65% !important; } .fs70_tb { font-size: 70% !important; } .fs75_tb { font-size: 75% !important; } .fs80_tb { font-size: 80% !important; } .fs85_tb { font-size: 85% !important; } .fs90_tb { font-size: 90% !important; } .fs95_tb { font-size: 95% !important; } .fs100_tb { font-size: 100% !important; } .fs105_tb { font-size: 105% !important; } .fs110_tb { font-size: 110% !important; } .fs115_tb { font-size: 115% !important; } .fs120_tb { font-size: 120% !important; } .fs125_tb { font-size: 125% !important; } .fs130_tb { font-size: 130% !important; } .fs135_tb { font-size: 135% !important; } .fs140_tb { font-size: 140% !important; } .fs145_tb { font-size: 145% !important; } .fs150_tb { font-size: 150% !important; } .fs155_tb { font-size: 155% !important; } .fs160_tb { font-size: 160% !important; } .fs165_tb { font-size: 165% !important; } .fs170_tb { font-size: 170% !important; } .fs175_tb { font-size: 175% !important; } .fs180_tb { font-size: 180% !important; } .fs185_tb { font-size: 185% !important; } .fs190_tb { font-size: 190% !important; } .fs195_tb { font-size: 195% !important; } .fs200_tb { font-size: 200% !important; }
}
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

/* margin & padding */
.pt0 { padding-top: 0 !important; }.pl0 { padding-left: 0 !important; }.pr0 { padding-right: 0 !important; }.pb0 { padding-bottom: 0 !important; }.pt5 { padding-top: 5px !important; }.pl5 { padding-left: 5px !important; }.pr5 { padding-right: 5px !important; }.pb5 { padding-bottom: 5px !important; }.pt10 { padding-top: 10px !important; }.pl10 { padding-left: 10px !important; }.pr10 { padding-right: 10px !important; }.pb10 { padding-bottom: 10px !important; }.pt15 { padding-top: 15px !important; }.pl15 { padding-left: 15px !important; }.pr15 { padding-right: 15px !important; }.pb15 { padding-bottom: 15px !important; }.pt20 { padding-top: 20px !important; }.pl20 { padding-left: 20px !important; }.pr20 { padding-right: 20px !important; }.pb20 { padding-bottom: 20px !important; }.pt25 { padding-top: 25px !important; }.pl25 { padding-left: 25px !important; }.pr25 { padding-right: 25px !important; }.pb25 { padding-bottom: 25px !important; }.pt30 { padding-top: 30px !important; }.pl30 { padding-left: 30px !important; }.pr30 { padding-right: 30px !important; }.pb30 { padding-bottom: 30px !important; }.pt35 { padding-top: 35px !important; }.pl35 { padding-left: 35px !important; }.pr35 { padding-right: 35px !important; }.pb35 { padding-bottom: 35px !important; }.pt40 { padding-top: 40px !important; }.pl40 { padding-left: 40px !important; }.pr40 { padding-right: 40px !important; }.pb40 { padding-bottom: 40px !important; }.pt45 { padding-top: 45px !important; }.pl45 { padding-left: 45px !important; }.pr45 { padding-right: 45px !important; }.pb45 { padding-bottom: 45px !important; }.pt50 { padding-top: 50px !important; }.pl50 { padding-left: 50px !important; }.pr50 { padding-right: 50px !important; }.pb50 { padding-bottom: 50px !important; }.pt55 { padding-top: 55px !important; }.pl55 { padding-left: 55px !important; }.pr55 { padding-right: 55px !important; }.pb55 { padding-bottom: 55px !important; }.pt60 { padding-top: 60px !important; }.pl60 { padding-left: 60px !important; }.pr60 { padding-right: 60px !important; }.pb60 { padding-bottom: 60px !important; }

.mt0 { margin-top: 0 !important; }.ml0 { margin-left: 0 !important; }.mr0 { margin-right: 0 !important; }.mb0 { margin-bottom: 0 !important; }.mt5 { margin-top: 5px !important; }.ml5 { margin-left: 5px !important; }.mr5 { margin-right: 5px !important; }.mb5 { margin-bottom: 5px !important; }.mt10 { margin-top: 10px !important; }.ml10 { margin-left: 10px !important; }.mr10 { margin-right: 10px !important; }.mb10 { margin-bottom: 10px !important; }.mt15 { margin-top: 15px !important; }.ml15 { margin-left: 15px !important; }.mr15 { margin-right: 15px !important; }.mb15 { margin-bottom: 15px !important; }.mt20 { margin-top: 20px !important; }.ml20 { margin-left: 20px !important; }.mr20 { margin-right: 20px !important; }.mb20 { margin-bottom: 20px !important; }.mt25 { margin-top: 25px !important; }.ml25 { margin-left: 25px !important; }.mr25 { margin-right: 25px !important; }.mb25 { margin-bottom: 25px !important; }.mt30 { margin-top: 30px !important; }.ml30 { margin-left: 30px !important; }.mr30 { margin-right: 30px !important; }.mb30 { margin-bottom: 30px !important; }.mt35 { margin-top: 35px !important; }.ml35 { margin-left: 35px !important; }.mr35 { margin-right: 35px !important; }.mb35 { margin-bottom: 35px !important; }.mt40 { margin-top: 40px !important; }.ml40 { margin-left: 40px !important; }.mr40 { margin-right: 40px !important; }.mb40 { margin-bottom: 40px !important; }.mt45 { margin-top: 45px !important; }.ml45 { margin-left: 45px !important; }.mr45 { margin-right: 45px !important; }.mb45 { margin-bottom: 45px !important; }.mt50 { margin-top: 50px !important; }.ml50 { margin-left: 50px !important; }.mr50 { margin-right: 50px !important; }.mb50 { margin-bottom: 50px !important; }.mt55 { margin-top: 55px !important; }.ml55 { margin-left: 55px !important; }.mr55 { margin-right: 55px !important; }.mb55 { margin-bottom: 55px !important; }.mt60 { margin-top: 60px !important; }.ml60 { margin-left: 60px !important; }.mr60 { margin-right: 60px !important; }.mb60 { margin-bottom: 60px !important; }

@media(max-width:767px){
.pt0_sp { padding-top: 0 !important; } .pl0_sp { padding-left: 0 !important; } .pr0_sp { padding-right: 0 !important; } .pb0_sp { padding-bottom: 0 !important; }.pt5_sp { padding-top: 5px !important; }.pl5_sp { padding-left: 5px !important; }.pr5_sp { padding-right: 5px !important; }.pb5_sp { padding-bottom: 5px !important; } .pt10_sp { padding-top: 10px !important; } .pl10_sp { padding-left: 10px !important; } .pr10_sp { padding-right: 10px !important; } .pb10_sp { padding-bottom: 10px !important; } .pt15_sp { padding-top: 15px !important; } .pl15_sp { padding-left: 15px !important; } .pr15_sp { padding-right: 15px !important; } .pb15_sp { padding-bottom: 15px !important; } .pt20_sp { padding-top: 20px !important; } .pl20_sp { padding-left: 20px !important; } .pr20_sp { padding-right: 20px !important; } .pb20_sp { padding-bottom: 20px !important; } .pt25_sp { padding-top: 25px !important; } .pl25_sp { padding-left: 25px !important; } .pr25_sp { padding-right: 25px !important; } .pb25_sp { padding-bottom: 25px !important; } .pt30_sp { padding-top: 30px !important; } .pl30_sp { padding-left: 30px !important; } .pr30_sp { padding-right: 30px !important; } .pb30_sp { padding-bottom: 30px !important; } .pt35_sp { padding-top: 35px !important; } .pl35_sp { padding-left: 35px !important; } .pr35_sp { padding-right: 35px !important; } .pb35_sp { padding-bottom: 35px !important; } .pt40_sp { padding-top: 40px !important; } .pl40_sp { padding-left: 40px !important; } .pr40_sp { padding-right: 40px !important; } .pb40_sp { padding-bottom: 40px !important; } .pt45_sp { padding-top: 45px !important; } .pl45_sp { padding-left: 45px !important; } .pr45_sp { padding-right: 45px !important; } .pb45_sp { padding-bottom: 45px !important; } .pt50_sp { padding-top: 50px !important; } .pl50_sp { padding-left: 50px !important; } .pr50_sp { padding-right: 50px !important; } .pb50_sp { padding-bottom: 50px !important; } .pt55_sp { padding-top: 55px !important; } .pl55_sp { padding-left: 55px !important; } .pr55_sp { padding-right: 55px !important; } .pb55_sp { padding-bottom: 55px !important; } .pt60_sp { padding-top: 60px !important; } .pl60_sp { padding-left: 60px !important; } .pr60_sp { padding-right: 60px !important; } .pb60_sp { padding-bottom: 60px !important; } 

.mt0_sp { margin-top: 0 !important; } .ml0_sp { margin-left: 0 !important; } .mr0_sp { margin-right: 0 !important; } .mb0_sp { margin-bottom: 0 !important; } .mt5_sp { margin-top: 5px !important; }.ml5_sp { margin-left: 5px !important; }.mr5_sp { margin-right: 5px !important; }.mb5_sp { margin-bottom: 5px !important; } .mt10_sp { margin-top: 10px !important; } .ml10_sp { margin-left: 10px !important; } .mr10_sp { margin-right: 10px !important; } .mb10_sp { margin-bottom: 10px !important; } .mt15_sp { margin-top: 15px !important; } .ml15_sp { margin-left: 15px !important; } .mr15_sp { margin-right: 15px !important; } .mb15_sp { margin-bottom: 15px !important; } .mt20_sp { margin-top: 20px !important; } .ml20_sp { margin-left: 20px !important; } .mr20_sp { margin-right: 20px !important; } .mb20_sp { margin-bottom: 20px !important; } .mt25_sp { margin-top: 25px !important; } .ml25_sp { margin-left: 25px !important; } .mr25_sp { margin-right: 25px !important; } .mb25_sp { margin-bottom: 25px !important; } .mt30_sp { margin-top: 30px !important; } .ml30_sp { margin-left: 30px !important; } .mr30_sp { margin-right: 30px !important; } .mb30_sp { margin-bottom: 30px !important; } .mt35_sp { margin-top: 35px !important; } .ml35_sp { margin-left: 35px !important; } .mr35_sp { margin-right: 35px !important; } .mb35_sp { margin-bottom: 35px !important; } .mt40_sp { margin-top: 40px !important; } .ml40_sp { margin-left: 40px !important; } .mr40_sp { margin-right: 40px !important; } .mb40_sp { margin-bottom: 40px !important; } .mt45_sp { margin-top: 45px !important; } .ml45_sp { margin-left: 45px !important; } .mr45_sp { margin-right: 45px !important; } .mb45_sp { margin-bottom: 45px !important; } .mt50_sp { margin-top: 50px !important; } .ml50_sp { margin-left: 50px !important; } .mr50_sp { margin-right: 50px !important; } .mb50_sp { margin-bottom: 50px !important; } .mt55_sp { margin-top: 55px !important; } .ml55_sp { margin-left: 55px !important; } .mr55_sp { margin-right: 55px !important; } .mb55_sp { margin-bottom: 55px !important; } .mt60_sp { margin-top: 60px !important; } .ml60_sp { margin-left: 60px !important; } .mr60_sp { margin-right: 60px !important; } .mb60_sp { margin-bottom: 60px !important; } 
}
@media(max-width:991px){
.pt0_tb { padding-top: 0 !important; } .pl0_tb { padding-left: 0 !important; } .pr0_tb { padding-right: 0 !important; } .pb0_tb { padding-bottom: 0 !important; }.pt5_tb { padding-top: 5px !important; }.pl5_tb { padding-left: 5px !important; }.pr5_tb { padding-right: 5px !important; }.pb5_tb { padding-bottom: 5px !important; } .pt10_tb { padding-top: 10px !important; } .pl10_tb { padding-left: 10px !important; } .pr10_tb { padding-right: 10px !important; } .pb10_tb { padding-bottom: 10px !important; } .pt15_tb { padding-top: 15px !important; } .pl15_tb { padding-left: 15px !important; } .pr15_tb { padding-right: 15px !important; } .pb15_tb { padding-bottom: 15px !important; } .pt20_tb { padding-top: 20px !important; } .pl20_tb { padding-left: 20px !important; } .pr20_tb { padding-right: 20px !important; } .pb20_tb { padding-bottom: 20px !important; } .pt25_tb { padding-top: 25px !important; } .pl25_tb { padding-left: 25px !important; } .pr25_tb { padding-right: 25px !important; } .pb25_tb { padding-bottom: 25px !important; } .pt30_tb { padding-top: 30px !important; } .pl30_tb { padding-left: 30px !important; } .pr30_tb { padding-right: 30px !important; } .pb30_tb { padding-bottom: 30px !important; } .pt35_tb { padding-top: 35px !important; } .pl35_tb { padding-left: 35px !important; } .pr35_tb { padding-right: 35px !important; } .pb35_tb { padding-bottom: 35px !important; } .pt40_tb { padding-top: 40px !important; } .pl40_tb { padding-left: 40px !important; } .pr40_tb { padding-right: 40px !important; } .pb40_tb { padding-bottom: 40px !important; } .pt45_tb { padding-top: 45px !important; } .pl45_tb { padding-left: 45px !important; } .pr45_tb { padding-right: 45px !important; } .pb45_tb { padding-bottom: 45px !important; } .pt50_tb { padding-top: 50px !important; } .pl50_tb { padding-left: 50px !important; } .pr50_tb { padding-right: 50px !important; } .pb50_tb { padding-bottom: 50px !important; } .pt55_tb { padding-top: 55px !important; } .pl55_tb { padding-left: 55px !important; } .pr55_tb { padding-right: 55px !important; } .pb55_tb { padding-bottom: 55px !important; } .pt60_tb { padding-top: 60px !important; } .pl60_tb { padding-left: 60px !important; } .pr60_tb { padding-right: 60px !important; } .pb60_tb { padding-bottom: 60px !important; } 

.mt0_tb { margin-top: 0 !important; } .ml0_tb { margin-left: 0 !important; } .mr0_tb { margin-right: 0 !important; } .mb0_tb { margin-bottom: 0 !important; }.mt5_tb { margin-top: 5px !important; }.ml5_tb { margin-left: 5px !important; }.mr5_tb { margin-right: 5px !important; }.mb5_tb { margin-bottom: 5px !important; } .mt10_tb { margin-top: 10px !important; } .ml10_tb { margin-left: 10px !important; } .mr10_tb { margin-right: 10px !important; } .mb10_tb { margin-bottom: 10px !important; } .mt15_tb { margin-top: 15px !important; } .ml15_tb { margin-left: 15px !important; } .mr15_tb { margin-right: 15px !important; } .mb15_tb { margin-bottom: 15px !important; } .mt20_tb { margin-top: 20px !important; } .ml20_tb { margin-left: 20px !important; } .mr20_tb { margin-right: 20px !important; } .mb20_tb { margin-bottom: 20px !important; } .mt25_tb { margin-top: 25px !important; } .ml25_tb { margin-left: 25px !important; } .mr25_tb { margin-right: 25px !important; } .mb25_tb { margin-bottom: 25px !important; } .mt30_tb { margin-top: 30px !important; } .ml30_tb { margin-left: 30px !important; } .mr30_tb { margin-right: 30px !important; } .mb30_tb { margin-bottom: 30px !important; } .mt35_tb { margin-top: 35px !important; } .ml35_tb { margin-left: 35px !important; } .mr35_tb { margin-right: 35px !important; } .mb35_tb { margin-bottom: 35px !important; } .mt40_tb { margin-top: 40px !important; } .ml40_tb { margin-left: 40px !important; } .mr40_tb { margin-right: 40px !important; } .mb40_tb { margin-bottom: 40px !important; } .mt45_tb { margin-top: 45px !important; } .ml45_tb { margin-left: 45px !important; } .mr45_tb { margin-right: 45px !important; } .mb45_tb { margin-bottom: 45px !important; } .mt50_tb { margin-top: 50px !important; } .ml50_tb { margin-left: 50px !important; } .mr50_tb { margin-right: 50px !important; } .mb50_tb { margin-bottom: 50px !important; } .mt55_tb { margin-top: 55px !important; } .ml55_tb { margin-left: 55px !important; } .mr55_tb { margin-right: 55px !important; } .mb55_tb { margin-bottom: 55px !important; } .mt60_tb { margin-top: 60px !important; } .ml60_tb { margin-left: 60px !important; } .mr60_tb { margin-right: 60px !important; } .mb60_tb { margin-bottom: 60px !important; } 
}

/* width */
.w5 { width: 5% !important; } .w10 { width: 10% !important; } .w15 { width: 15% !important; } .w20 { width: 20% !important; } .w25 { width: 25% !important; } .w30 { width: 30% !important; } .w35 { width: 35% !important; } .w40 { width: 40% !important; } .w45 { width: 45% !important; } .w50 { width: 50% !important; } .w55 { width: 55% !important; } .w60 { width: 60% !important; } .w65 { width: 65% !important; } .w70 { width: 70% !important; } .w75 { width: 75% !important; } .w80 { width: 80% !important; } .w85 { width: 85% !important; } .w90 { width: 90% !important; } .w95 { width: 95% !important; } .w100 { width: 100% !important; }
@media(max-width:767px){
.w5_sp { width: 5% !important; } .w10_sp { width: 10% !important; } .w15_sp { width: 15% !important; } .w20_sp { width: 20% !important; } .w25_sp { width: 25% !important; } .w30_sp { width: 30% !important; } .w35_sp { width: 35% !important; } .w40_sp { width: 40% !important; } .w45_sp { width: 45% !important; } .w50_sp { width: 50% !important; } .w55_sp { width: 55% !important; } .w60_sp { width: 60% !important; } .w65_sp { width: 65% !important; } .w70_sp { width: 70% !important; } .w75_sp { width: 75% !important; } .w80_sp { width: 80% !important; } .w85_sp { width: 85% !important; } .w90_sp { width: 90% !important; } .w95_sp { width: 95% !important; } .w100_sp { width: 100% !important; }
}
@media(max-width:991px){
.w5_tb { width: 5% !important; } .w10_tb { width: 10% !important; } .w15_tb { width: 15% !important; } .w20_tb { width: 20% !important; } .w25_tb { width: 25% !important; } .w30_tb { width: 30% !important; } .w35_tb { width: 35% !important; } .w40_tb { width: 40% !important; } .w45_tb { width: 45% !important; } .w50_tb { width: 50% !important; } .w55_tb { width: 55% !important; } .w60_tb { width: 60% !important; } .w65_tb { width: 65% !important; } .w70_tb { width: 70% !important; } .w75_tb { width: 75% !important; } .w80_tb { width: 80% !important; } .w85_tb { width: 85% !important; } .w90_tb { width: 90% !important; } .w95_tb { width: 95% !important; } .w100_tb { width: 100% !important; }
}

/* layout */
.table { display: table; width: 100%; margin: 0; }
.table.fixed { table-layout: fixed; }
.table > * { display: table-cell; }
.table.vt > * { vertical-align: top; }
.table.vm > * { vertical-align: middle; }
.table.vb > * { vertical-align: bottom; }
.rowline > * { display: inline-block; }
.rowline.vt > * { vertical-align: top; }
.rowline.vm > * { vertical-align: middle; }
.rowline.vb > * { vertical-align: bottom; }

/* border */
.no_bd_left { border-left: none !important; }
.no_bd_right { border-right: none !important; }
.no_bd_top { border-top: none !important; }
.no_bd_bottom { border-bottom: none !important; }

/* tel */
@media screen and (min-width: 768px) {
[href^="tel"] {
    pointer-events: none;
}
}

/* slick slider */
button.slick-prev, button.slick-next {
	z-index:2;
}
.slick-prev:hover, .slick-prev:focus, 
.slick-prev{
  left:15%;
  /* background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/slide_prev.png) no-repeat center; */
}
.slick-next:hover, .slick-next:focus,
.slick-next{
  right:15%;
  /* background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/slide_next.png) no-repeat center; */
}
.slick-arrow{
	z-index:10;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
  font-size: 25px;
}

/* wordpress
++++++++++++++++++++++++*/

/* breadcrumb */
#breadcrumb {
  font-size: 11px;
  margin-bottom: .5em;
}

/* wp pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 15px;
  	margin-bottom: 15px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	display: inline-block;
	padding: 10px 15px !important;
	border: 1px solid #222222 !important;
	color: #222222;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #222222 !important;
	background: #222222;
	color: #ffffff;
}
.wp-pagenavi .pages {
	display: none;
}

/* social */
ul.snsbox {
	margin: 15px 0;
}
ul.snsbox li {
	display: inline-block;
	vertical-align: top;
}
ul.snsbox li.fb {
	width: 71px;
}

/* post */
ol,
ol li {
  list-style: decimal inside;
}
em {
  font-weight: bold;
}

/* 
blockquote {
  background: #f8f8f8;
  color: #777777;
  border-left: none;
  padding: 1em 2em;
  margin: 1em 0;
  font-size: 100%;
}
blockquote p {
  margin-bottom: 1em;
  word-break: break-all;
  font-size: 100%;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}
 */

blockquote {
  display: none;
}




/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 Start Cording

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* all setting
++++++++++++++++++++++++*/

body {
	font-family: 'メイリオ', 'Meiryo','游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	min-width: 1080px;
}
@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%; 
	width: 100%;
	min-width: inherit;
}
}

/* wrapper */
.container {
  max-width: 100%;
  padding: 0 2vw;
  margin: 0 auto;
}

@media(min-width:768px){
.container {
  width: 1080px;
	padding: 0;
	margin: 0 auto;
}
}

/* title */

/* text */

/* link */
a:focus, a:hover, a { color: inherit; text-decoration: none; }
a:focus, a:hover { text-decoration: none; }
p > a:hover, p > a { color: #333333; }
a:hover img { filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }

/* button */

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

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

#header {
	height: 90px;
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/bg_001.png);
}

#header .header_logo {
	float: left;
	margin-top: 15px;
}

#header h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	color: #fff;
	margin-top: 18px;
	margin-left: 10px;
	float: left;
}

#header .header_tel {
	margin-top: 12px;
	float: right;
}

@media(max-width:767px){
	#header {
		height: 15vw;
		background-size: auto 15vw;
	}

	#header .header_logo {
		width: 60vw;
		margin-top: 1.8vw;
	}

	#header .header_logo img {
		width: 80%;
	}
	
	#header h1 {
		font-size: 3vw;
		margin-top: 2vw;
		margin-left: 0;
	}

	#header .header_tel {
		display: none
	}
}

@media(max-width:991px){}


/* contents
++++++++++++++++++++++++*/
/* common */
#contents {}

section {
	padding: 70px 0 100px;
}

.cause,
.voice {
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/bg_003.jpg);
}

.cause h2 img,
.point h2 img,
.voice h2 img {
	display: block;
	margin: 0 auto 70px;
}

@media(max-width:767px){
	section {
		padding: 10vw 0 10vw !important;
	}

	.cause h2 img,
	.point h2 img,
	.voice h2 img {
		height: 18vw;
		margin: 0 auto 10vw;
	}
}


/* top */

.top {
	position: relative;
	z-index: -1;
	margin-top: -90px;

	padding-bottom: 400px;

	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/bg_002.jpg);
}

.top .container {
	padding-top: 90px;
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_002.png) no-repeat right 20px top 40px;
	background-size: 180px auto;
}

.top h2 {
	margin-bottom: 70px;
}

.top_item .img_001 {
	float: left;
	position: relative;
}

.top_item .img_001:before {
	display: block;
	width: 132px;
	height: 132px;
	content: "";
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_ico.png) no-repeat;
	position: absolute;
	top: -45px;
	left: -35px;
	z-index: 2;
}

.top_item .img_001:after {
	display: block;
	width: 60px;
	height: 60px;
	content: "";
	background-color: #5d6770;
	border-radius: 100%;
	box-shadow:
		0 0 70px #5d6770,
		0 0 70px #5d6770,
		0 0 60px #5d6770,
		0 0 60px #5d6770,
		0 0 50px #5d6770,
		0 0 50px #5d6770,
		0 0 40px #5d6770,
		0 0 40px #5d6770;
	position: absolute;
	top: 5px;
	left: 15px;
}

.top_item .img_002 {
	float: right;
}

@media(max-width:767px){
	.top {
		margin-top: -15vw;
	}

	.top .container {
		padding-top: 10vw;
		background: none;
	}

	.top h2 {
		width: 100%;
		margin-bottom: 10vw;
	}

	.top_item {
		position: relative;
	}
	
	.top_item .img_001 {
		width: 100%;
		float: none;
	}

	.top_item .img_001:before {
		width: 20vw;
		height: 20vw;
		background-size: 20vw auto;
		top: -7vw;
		left: -2vw;
	}

	.top_item .img_001:after {
		width: 10vw;
		height: 10vw;
		box-shadow:
			0 0 11vw #5d6770,
			0 0 11vw #5d6770,
			0 0 10vw #5d6770,
			0 0 10vw #5d6770,
			0 0 9vw #5d6770,
			0 0 9vw #5d6770,
			0 0 8vw #5d6770,
			0 0 8vw #5d6770;
		top: 0.5vw;
		left: 4vw;
	}
	
	.top_item .img_002 {
		float: none;
		width: 100%;
		position: static;
		margin-top: 10px;
		top: -25vw;
		right: 0;
	}
}


/* campaign */
.campaign .cam_item {
	height: 483px;
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_005_6_pc.png) no-repeat;
	position: relative;
	padding-top: 370px;
}

body.maf .campaign .cam_item {
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_005_6_pc.png) no-repeat;
}

.campaign .cam_item .txt_001 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	position: absolute;
	top: 280px;
	left: 610px;
}

.campaign .cam_item .btn_a {
    text-align: right;
    position: relative;
    bottom: 40px;
    right: 40px;
}

@media(max-width:767px){
	.campaign .cam_item {
		height: 100vw;
		background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_005_6_sp.png) no-repeat;
		background-size: 100% !important;
		padding-top: 83vw;
	}

	body.maf .campaign .cam_item {
		background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_005_6_sp.png) no-repeat;
	}

	.campaign .cam_item .txt_001 {
		font-size: 3vw;
		position: static;
		text-align: center;
		margin-bottom: 3vw;
	}

	.campaign .cam_item .btn_a {
		width: 80vw;
		margin: 0 auto;
		text-align: center;
		position: static;
	}
}


/* cause */
section.cause {
  padding: 70px 0;
}
.cause_item > li {
	padding: 0 80px;
	margin-bottom: 90px;
}

.cause_item > li:last-child {
  margin-bottom: 0;
}

.cause_item > li .img_001 img {
	width: 100%;
}

.cause_item > li:nth-child(odd) .img_001 {
	width: 320px;
	float: right;
	margin-left: 50px;
}

.cause_item > li:nth-child(even) .img_001 {
	width: 320px;
	float: left;
	margin-right: 50px;
}

.cause_item .cause_txt {
	width: 550px;
	float: left;
}

.cause_txt h3 {
	padding-bottom: 20px;
	border-bottom: 2px dashed #c6192e;
	margin-bottom: 20px;
}

.cause_txt h4 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.cause_txt p {
	font-size: 15px;
	font-weight: normal;
}

.cause_item_list li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}

.cause_item_list li:before {
	display: block;
	content: "・";
	position: absolute;
	left: -0;
}

.cause_item > li:after {
	display: block;
	content: "";
	clear: both;
}

@media(max-width:767px){
	.cause_item > li {
		padding: 0;
		margin-bottom: 8vw;
	}

	.cause_item > li:nth-child(odd) .img_001,
	.cause_item > li:nth-child(even) .img_001 {
		width: 100%;
		height: 40vw;
		overflow: hidden;
		float: none;
		margin: 0 0 5vw;
	}

	.cause_item .cause_txt {
		width: 100%;
		float: none;
	}

	.cause_txt h3 {
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}

	.cause_txt h4 {
		font-size: 4vw;
	}

	.cause_txt p {
		font-size: 3.5vw;
	}

	.cause_item_list li {
		font-size: 3vw;
	}
}


/* point */
section.point {
}

.point_list {
	font-size: 0;
}

.point_list li {
	width: 330px;
	height: 640px;
	float: left;
	background-color: #e2dac9;
}

.point_list li:nth-child(3n-1) {
	margin: 0 45px;
}

.point_list li .img_001 {
	width: 330px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
}

.point_list li .img_001 img {
	width: 100%;
}

.point_list li .ttl_001 {
	width: 290px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 5px;
	color: #fff;
	background-color: #90713a;
	border-radius: 10px;
	margin: 0 auto 15px;
}

.point_list li h3 {
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	height: 3em;
	line-height: 1.3;
}

.point_list li .txt_001 {
	padding: 0 20px;
	font-size: 15px;
	font-weight: normal;
}

@media(max-width:767px){
	section.point {
		padding-bottom: 0 !important;
	}
	.point_list li {
		width: 100%;
		height: auto;
		float: none;
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}

	.point_list li:nth-child(3n-1) {
		margin: 0 0 5vw 0;
	}

	.point_list li .img_001 {
		width: 100%;
		height: 56vw;
		margin-bottom: 3vw;
	}

	.point_list li .ttl_001 {
		width: 90%;
		height: 6vw;
		font-size: 4vw;
		padding-top: 1.3vw;
		border-radius: 3vw;
		margin: 0 auto 3vw;
	}

	.point_list li h3 {
		padding: 0 5%;
		font-size: 5.5vw;
		height: auto;
		margin-bottom: 3vw;
	}

	.point_list li .txt_001 {
		padding: 0 5%;
		font-size: 4vw;
	}
}


/* voice */
section.voice {
  padding: 70px 0;
}
.voice_list {
	padding: 0;
}

.voice_list li {
	padding: 30px;
	margin-bottom: 50px;
	background: #fff url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_024.png) no-repeat right 20px top 20px;
}

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

.voice_list li:last-child {
	margin-bottom: 0;
}

.voice_list li .img_001 {
	width: 720px;
	float: right;
	margin-bottom: 30px;
}

.voice_list li .img_002 {
	width: 270px;
	margin-right: 30px;
	float: left;
}

.voice_list li .txt_001 {
	width: 720px;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0;
	float: left;
}

.voice_list li .txt_001 p {
	margin-bottom: 10px;
}

.voice_list li .txt_002 {
  display: block;
  margin-top: 1em;
	font-size: 17px;
	font-weight: bold;
  color: #777777;
}

@media(max-width:767px){
	.voice_list {
		padding: 0;
	}

	.voice_list li {
		padding: 5vw;
		margin-bottom: 5vw;
		background: #fff url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/img_024.png) no-repeat right 3vw top 3vw;
		background-size: 20vw auto;
	}

	.voice_list li .img_001 {
		width: 100%;
		float: none;
		margin-bottom: 5vw;
	}

	.voice_list li .img_002 {
		width: 30vw;
		margin-right: 0;
		margin-left: 2vw;
		float: right;
	}

	.voice_list li .txt_001 {
		width: 100%;
		font-size: 3.5vw;
		float: none;
	}

	.voice_list li .txt_002 {
		width: 100%;
		font-size: 3.5vw;
		float: none;
	}
}

@media(max-width:991px){}

/* campaign */
.campaign ul.item_list {
	margin-top: 2em;
	text-align: center;
}
.campaign ul.item_list li {
	margin: 1em;
  text-decoration: underline;
  color: #C6192E;
	font-size: 15px;
	display: inline-block;
}

@media(max-width:767px){
.campaign ul.item_list {
	margin-top: 1em;
}
.campaign ul.item_list li {
	font-size: 14px;
	margin: 1em 0;
	display: block;
}
}


/* footer
++++++++++++++++++++++++*/
#footer {
	height: 260px;
	padding-top: 40px;
	background: url(https://d2w53g1q050m78.cloudfront.net/wwwpureluxejp/uploads/dog/assets/images/common/bg_004.jpg);
}

.footer_tel {
	text-align: center;
	margin-bottom: 40px;
}

footer nav ul {
	text-align: center;
	margin-bottom: 30px;
}

footer nav ul li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 1em;
}

footer nav ul li:hover {
	opacity: 0.8;
}

.footer_logo {
	text-align: center;
}

.footer_logo img {
	width: 200px;
}

@media(max-width:767px){
	#footer {
		height: auto;
		padding-top: 10vw;
		padding-bottom: 20px;
	}

	.footer_tel {
		margin-bottom: 5vw;
	}

	.footer_tel img {
		width: 50vw;
	}
	
	footer nav ul {
		margin-bottom: 3vw;
	}

	footer nav ul li {
		display: inline-block;
		font-size: 3vw;
		margin: 0 1em 0.5em;
	}

	.footer_logo img {
		width: 40vw;
		margin-bottom: 10vw;
	}
}
@media(max-width:767px){
	section#cvbtn {
		padding-top: 0 !important;
	}
}

.footerbtn {
	display: block;
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footerbtn a {
	display: block;
	color: #ffffff;
	background: #C6192E;
	font-weight: bold;
	font-size: 16px;
	padding: 1em 0;
	line-height: 1;
	text-align: center;
	border: 3px solid #920212;
}


/* bootstrap.css */

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}


/*!******************************************
  !*** 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;
}

/* 項目間の縦線表示 */
.u-color__border--border {
    border-color: #D8DDDF !important;
}

/* 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;
}


