@charset "UTF-8";
/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700&display=swap");
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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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%;
}

p.form_box_label_ec strong {
  font-weight: bold;
}

p.form_box_label_ec label {
  font-weight: bold;
}

div.form_group_ec span {
  font-weight: bold;
}

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

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

/* << AmazonPay popup */
.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

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

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  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;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}

.free_columns-section_ec input[type=checkbox],
.free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.free_columns-section_ec .checkbox-wrapper,
.free_columns-section_ec .radio-wrapper {
  margin-top: 5px;
}

.free_columns-section_ec .checkbox-wrapper > label,
.free_columns-section_ec .radio-wrapper > label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}

.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

.free_columns-section_ec textarea {
  width: 100%;
}

.free_columns-section_ec select {
  width: 70%;
}

.free_columns-section_ec select[multiple] {
  height: 100% !important;
}

.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}

.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}

.free_columns-section_ec tr.free_column_category-footer td {
  border-left: none;
  border-right: none;
}

.free_columns-section_ec .category-btn-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}

.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content: "ー";
  letter-spacing: 0;
  line-height: 1.95rem;
}

.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}

.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content: "＋";
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

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

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.landing_form_label_sp_ec {
  padding: 15px;
}

/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input {
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox] {
  margin-left: 3px;
  margin-right: 3px;
}

.form_main_container_sp_ec div.form_group_sp_ec select {
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}

.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}

/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding: 20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}

/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

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

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.form_main_container_sp_ec {
  width: 100%;
  border-radius: 3px;
}

span.form_required_sp_ec {
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}

/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}

select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}

input.input_box_sp_ec {
  width: 98%;
}

select.input_box_product_sp_ec {
  width: 98%;
}

select.input_box_quantity_sp_ec {
  width: 98%;
}

input.input_box_name_sp_ec {
  width: 98%;
}

input.input_box_name1_sp_ec {
  width: 45%;
}

input.input_box_name2_sp_ec {
  width: 45%;
}

input.input_box_kana_sp_ec {
  width: 98%;
}

input.input_box_kana1_sp_ec {
  width: 45%;
}

input.input_box_kana2_sp_ec {
  width: 45%;
}

select.input_box_sex_sp_ec {
  width: 98%;
}

select.input_box_job_sp_ec {
  width: 98%;
}

select.input_box_birth_year_sp_ec {
  width: 40%;
}

select.input_box_birth_month_sp_ec {
  width: 25%;
}

select.input_box_birth_day_sp_ec {
  width: 25%;
}

input.input_box_zip1_sp_ec {
  width: 80px;
}

input.input_box_zip2_sp_ec {
  width: 100px;
}

select.input_box_pref_sp_ec {
  width: 98%;
}

input.input_box_addr1_sp_ec {
  width: 98%;
}

input.input_box_addr2_sp_ec {
  width: 98%;
}

input.input_box_addr3_sp_ec {
  width: 98%;
}

input.input_box_tel_sp_ec {
  width: 98%;
}

input.input_box_tel1_sp_ec {
  width: 24%;
}

input.input_box_tel2_sp_ec {
  width: 24%;
}

input.input_box_tel3_sp_ec {
  width: 24%;
}

input.input_box_fax_sp_ec {
  width: 98%;
}

input.input_box_fax1_sp_ec {
  width: 24%;
}

input.input_box_fax2_sp_ec {
  width: 24%;
}

input.input_box_fax3_sp_ec {
  width: 24%;
}

input.input_box_company_sp_ec {
  width: 98%;
}

input.input_box_email_sp_ec {
  width: 98%;
}

input.input_box_email_confirm_sp_ec {
  width: 98%;
}

input.input_box_customer_number_sp_ec {
  width: 98%;
}

select.input_box_shipping_address_sp_ec {
  width: 98%;
}

select.input_box_wrapping_sp_ec {
  width: 98%;
}

select.input_box_card_method_sp_ec {
  width: 98%;
}

select.input_box_card_times_sp_ec {
  width: 98%;
}

input.input_box_card_number_sp_ec {
  width: 98%;
}

select.input_box_card_month_sp_ec {
  width: 25%;
}

select.input_box_card_year_sp_ec {
  width: 25%;
}

input.input_box_card_name_sp_ec {
  width: 98%;
}

select.input_box_container_payment_schedule_sp_ec {
  width: 98%;
}

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 span {
  font-weight: bold;
}

p.caution_sp_ec {
  padding-top: 10px;
  font-size: 14px;
}

p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}

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

.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}

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

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

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}

.free_columns-section_sp_ec input[type=checkbox],
.free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.free_columns-section_sp_ec .checkbox-wrapper,
.free_columns-section_sp_ec .radio-wrapper {
  margin-top: 5px;
}

.free_columns-section_sp_ec .checkbox-wrapper > label,
.free_columns-section_sp_ec .radio-wrapper > label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}

.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}

.free_columns-section_sp_ec textarea {
  width: 100%;
}

.free_columns-section_sp_ec select {
  width: 98%;
}

.free_columns-section_sp_ec select[multiple] {
  height: 100% !important;
}

.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}

.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}

.free_columns-section_sp_ec tr.free_column_category-footer td {
  border-left: none;
  border-right: none;
}

.free_columns-section_sp_ec .category-btn-wrapper {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}

.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content: "ー";
  letter-spacing: 0;
  line-height: 1.35rem;
}

.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}

.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content: "＋";
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

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

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

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

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}

/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -webkit-box-sizing: border-box;
          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;
  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 .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;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 .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;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
}

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

.landing_form_label_ec {
  background: #e7e7e7;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
}

/*******************************
Style  baseのcssここから
*******************************/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

body {
  color: #595757;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

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

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.main_contents {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.line_animation .line_animation_item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff67f), to(#fff67f));
  background-image: linear-gradient(#fff67f, #fff67f);
  background-size: 0px 14px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .line_animation .line_animation_item {
    background-size: 0px 11px;
  }
}
.line_animation.is-show .line_animation_item {
  background-size: 100% 14px;
  background-position: bottom left;
}
@media screen and (max-width: 640px) {
  .line_animation.is-show .line_animation_item {
    background-size: 100% 11px;
  }
}

.footer__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadeOutIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.fadeOutIn.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fadeLeftInRight {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
}
.fadeLeftInRight.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.bounce {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fluffy {
  -webkit-animation: fluffy 2.3s ease-in-out infinite;
          animation: fluffy 2.3s ease-in-out infinite;
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1, 0.8) translate(0%, 5%);
            transform: scale(1, 0.8) translate(0%, 5%);
  }
  50% {
    -webkit-transform: scale(0.9, 1) translate(0%, -2%);
            transform: scale(0.9, 1) translate(0%, -2%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1, 0.8) translate(0%, 5%);
            transform: scale(1, 0.8) translate(0%, 5%);
  }
  50% {
    -webkit-transform: scale(0.9, 1) translate(0%, -2%);
            transform: scale(0.9, 1) translate(0%, -2%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
/*******************************
Style baseのcssここまで
*******************************/
/*******************************
Style ここから
*******************************/
.main_contents {
  overflow: hidden;
}

.mv .mv_head {
  position: relative;
  z-index: 1;
}
.mv .mv_contents {
  position: relative;
}
.mv .mv_contents .mv_zoomIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.mv .mv_contents .mv_zoomIn.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mv .mv_contents .mv_leftIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .mv_contents .mv_leftIn.is-show {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mv .mv_contents .mv_rightIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.mv .mv_contents .mv_rightIn.is-show {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mv .mv_video {
  margin-top: 0px;
}
.mv .mv_video img {
  width: 100%;
}
.mv .mv_tag {
  position: absolute;
  top: 2.3%;
  left: 0.4%;
  width: 49.2%;
}
.mv .mv_catch {
  position: absolute;
  top: 10%;
  left: 51%;
  width: 96%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .mv_catch_notes {
  position: absolute;
  bottom: 3%;
  right: 4%;
  width: 40%;
}
.mv .mv_product {
  position: absolute;
  top: 57.3%;
  left: 10.2%;
  width: 16.5%;
}
.mv .mv_point {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .mv .mv_point {
    width: 84%;
  }
}
.mv .mv_text {
  margin-top: 8%;
  text-align: center;
  color: #ba6575;
}
.mv .mv_text .mv_text_main {
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 2.5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .mv .mv_text .mv_text_main {
    font-size: 7.7vw;
  }
}
.mv .mv_text .mv_text_main sup {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .mv .mv_text .mv_text_main sup {
    font-size: 3vw;
  }
}
.mv .mv_text .mv_text_main_notes {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-top: 1%;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .mv .mv_text .mv_text_main_notes {
    font-size: 2.9vw;
  }
}
.mv .mv_text .mv_text_main_kome {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: -12%;
  right: 24%;
}
@media screen and (max-width: 640px) {
  .mv .mv_text .mv_text_main_kome {
    font-size: 3.4vw;
    top: -13.4%;
    right: 21%;
  }
}
.mv .mv_text_notes {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #ba6575;
  padding-top: 1%;
}
@media screen and (max-width: 640px) {
  .mv .mv_text_notes {
    font-size: 2.7vw;
  }
}
.mv .mv_sub_text {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ba6575;
  padding-bottom: 3%;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .mv .mv_sub_text {
    font-size: 3.3vw;
  }
}
.mv .mv_sub_text .mv_sub_text_kome {
  font-size: 11px;
  font-size: 0.6875rem;
  vertical-align: super;
}
@media screen and (max-width: 640px) {
  .mv .mv_sub_text .mv_sub_text_kome {
    font-size: 1.9vw;
  }
}
.mv .mv_sub_text2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ba6575;
  padding-bottom: 3%;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .mv .mv_sub_text2 {
    font-size: 2.7vw;
    padding-bottom: 4%;
  }
}

.limited_first_edition {
  padding-top: 8%;
}
.limited_first_edition .limited_first_edition_main {
  position: relative;
}
.limited_first_edition .limited_first_edition_main .limited_first_edition_product {
  position: absolute;
  width: 32.6%;
  left: 3.6%;
  top: 22%;
  display: inline-block;
}
.limited_first_edition .limited_first_edition_video {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
}
.limited_first_edition .limited_first_edition_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.limited_first_edition .limited_first_edition_repayment {
  margin-top: 6%;
  text-align: center;
}
.limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_title {
  position: relative;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ba6575;
  display: inline-block;
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  .limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_title {
    font-size: 4.3vw;
  }
}
.limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_title:hover {
  opacity: 0.75;
  cursor: pointer;
}
.limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_title:hover::after {
  top: 57%;
}
.limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_title::after {
  content: "";
  display: inline-block;
  width: 7%;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/arrow_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 53%;
  height: 10px;
  right: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
@media screen and (max-width: 640px) {
  .limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_title::after {
    width: 6%;
    top: 59%;
    height: 10px;
    right: -8%;
  }
}
@media screen and (max-width: 640px) {
  .limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_text {
    font-size: 3vw;
  }
}
.limited_first_edition .limited_first_edition_repayment .limited_first_edition_repayment_textbox {
  border: 1px solid #595757;
  padding: 4% 6%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  display: none;
}
.limited_first_edition .limited_first_edition_repayment_btn {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 6%;
}
.limited_first_edition .limited_first_edition_repayment_notes {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 6%;
}
@media screen and (max-width: 640px) {
  .limited_first_edition .limited_first_edition_repayment_notes {
    font-size: 3vw;
    width: 85%;
  }
}

.consultation_title {
  margin-top: 5%;
}

.impressions {
  border: 10px solid #ba6575;
  border-radius: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
@media screen and (max-width: 640px) {
  .impressions {
    border: 7px solid #ba6575;
    border-radius: 39px;
  }
}
.impressions .impressions_title {
  width: 86%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}
.impressions .impressions_list {
  margin-top: 14%;
  display: inline-block;
}
.impressions .impressions_list .impressions_list_item {
  margin-top: -42%;
  width: 120%;
  margin-left: -10%;
}
.impressions .impressions_list .impressions_list_item img {
  width: 100%;
}

.impressions_text_notes {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #ba6575;
  padding: 1%;
}
@media screen and (max-width: 640px) {
  .impressions_text_notes {
    font-size: 3vw;
  }
}

.usability {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/usability_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  margin-top: 5%;
  padding-bottom: 1%;
}
.usability .usability_title {
  padding-top: 19%;
  width: 91%;
  margin-left: 7%;
  margin-right: auto;
  padding-bottom: 3%;
}
.usability .usability_text {
  margin-block: 35px 22px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.usability .usability_features01 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}
.usability .usability_features02 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7%;
}
.usability .usability_image {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
}
.usability .usability_movie {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47.85%;
}
.usability .usability_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.birth {
  margin-top: 50px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/birth_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 16%;
  position: relative;
  z-index: 1;
}
.birth .birth_title {
  padding-top: 8%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.birth .birth_list {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
}
.birth .birth_list .birth_list_item {
  margin-top: 6%;
}
.birth .birth_list .birth_list_item:nth-child(3) {
  margin-top: 6%;
}

.benefit {
  padding-top: 7%;
}
.benefit .benefit_notes {
  width: 75%;
}
.benefit .benefit_title {
  width: 98%;
  margin-left: auto;
  margin-right: 0px;
  margin-top: -10%;
}
.benefit .benefit_list {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7%;
}
.benefit .benefit_list .benefit_item {
  margin-bottom: 4%;
}
.benefit .benefit_list .benefit_item.benefit_item_small {
  margin-bottom: 2%;
}
.benefit .benefit_bnr {
  padding-top: 8%;
}

.sheer_skin {
  position: relative;
  padding-bottom: 8%;
}
.sheer_skin .sheer_skin_title {
  position: absolute;
  top: 7.5%;
  display: inline-block;
  z-index: 1;
}
.sheer_skin .sheer_skin_image {
  position: relative;
}
.sheer_skin .sheer_skin_image .sheer_skin_image_notes {
  position: absolute;
  bottom: 22%;
  left: 3%;
  width: 39%;
}
.sheer_skin .sheer_skin_text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16%;
}
.sheer_skin .sheer_skin_text_notes {
  text-align: center;
  padding-top: 1%;
  color: #ba6575;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sheer_skin .sheer_skin_text_notes {
    font-size: 2.6vw;
  }
}

.point {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/point_bg.jpg);
}
.point .point_door {
  background-color: #f2e2e5;
}
.point .point_door img {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
.point .point_title {
  display: block;
  margin-left: 5%;
  padding-top: 4%;
  width: 73%;
}
.point .point_title.point_title02 {
  width: 78%;
  padding-top: 10%;
}
.point .point_title.point_title03 {
  width: 89%;
}
.point .point_title_text {
  margin-top: 5%;
}
.point .point_title_text01 {
  text-align: center;
  margin-top: 6%;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ba6575;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .point .point_title_text01 {
    font-size: 4.5vw;
  }
}
.point .point_title_text02 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #ba6575;
  text-align: center;
  margin-top: 1%;
}
@media screen and (max-width: 640px) {
  .point .point_title_text02 {
    font-size: 3.8vw;
  }
}
.point .point_image01 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.point .point_image02 {
  margin-top: -2%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.point .point_image_wide {
  margin-top: 5%;
}
.point .point_text {
  padding-top: 3%;
}
.point .point_text .point_text_notes {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .point .point_text .point_text_notes {
    width: 93%;
  }
}
.point .point_text .point_text_main {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 7%;
}
@media screen and (max-width: 640px) {
  .point .point_text .point_text_main {
    font-size: 3.9vw;
    padding-top: 5%;
    padding-bottom: 8%;
  }
}
.point .point_text .point_text_main01 {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/point_text_main01_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}
.point .point_text .point_text_main03 {
  margin-top: -9%;
}

.five_free_bg {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/five_free_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.five_free .five_free_title {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16%;
}
.five_free .five_free_image {
  padding-top: 10%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.five_free_high_capacity {
  margin-top: -12%;
}

.instagram {
  position: relative;
  z-index: 1;
}
.instagram .instagram_icon {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
}
.instagram .instagram_image {
  padding-top: 13%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.instagram .instagram_slide {
  width: 95%;
  margin-left: 4%;
  margin-right: auto;
  position: relative;
  padding-top: 3%;
}
@media screen and (max-width: 640px) {
  .instagram .instagram_slide {
    padding-top: 5%;
  }
}
.instagram .instagram_slide .prev-arrow {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}
.instagram .instagram_slide .next-arrow {
  width: 10%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}

.permeability {
  position: relative;
}
.permeability .permeability_title {
  padding-top: 12%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.permeability .permeability_image01 {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
.permeability .permeability_text {
  width: 80%;
  padding-top: 9%;
  margin-left: auto;
  margin-right: auto;
}
.permeability .permeability_image02 {
  width: 88%;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: auto;
}
.permeability .permeability_image03 {
  margin-top: 8%;
}

.usage_rules {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/usage_rules_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 1% left 0%;
}
.usage_rules .usage_rules_title {
  padding-top: 10%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.usage_rules .usage_rules_step {
  margin-top: 34%;
  position: relative;
  z-index: 1;
}
.usage_rules .usage_rules_step .usage_rules_step_item {
  width: 93%;
  margin-left: 4%;
  margin-right: auto;
  margin-top: 6%;
}
.usage_rules .usage_rules_box_block {
  background-color: #fffbcc;
  position: relative;
  margin-top: -42%;
  padding-top: 48%;
}
.usage_rules .usage_rules_box_block::before {
  content: "";
  display: inline-block;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwfavorinacom/uploads/20240306_lp_assets/img/usage_rules_point_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 14%;
  position: absolute;
  top: -3%;
}
@media screen and (max-width: 640px) {
  .usage_rules .usage_rules_box_block::before {
    top: -2%;
  }
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_image_box {
  width: 40%;
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_text_box {
  width: 60%;
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_box_icon {
  position: absolute;
  top: -35%;
  left: -2%;
  width: 24%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_box_icon {
    top: -17vw;
    width: 29%;
  }
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_box_image {
  position: relative;
  z-index: 2;
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_text_box_title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3;
  padding-top: 8%;
}
@media screen and (max-width: 640px) {
  .usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_text_box_title {
    font-size: 4.7vw;
  }
}
.usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_text_box_text {
  font-size: 22px;
  font-size: 1.375rem;
  padding-top: 4%;
}
@media screen and (max-width: 640px) {
  .usage_rules .usage_rules_box_block .usage_rules_box_flex .usage_rules_text_box_text {
    font-size: 3.1vw;
    padding-top: 2%;
    padding-right: 3%;
    letter-spacing: -0.05em;
  }
}
.usage_rules .usage_rules_box_block .usage_rules_subtitle {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
}
.usage_rules .usage_rules_box_block .usage_rules_main {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
}
.usage_rules .usage_rules_box_block .usage_rules_bottom {
  padding-top: 6%;
}

.qa {
  padding-top: 17%;
  padding-bottom: 15%;
}
.qa .qa_title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.qa .qa_list_item {
  padding-top: 10%;
}
.qa .qa_list_item .qa_list_item_title {
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .qa .qa_list_item .qa_list_item_title {
    font-size: 5vw;
    padding-bottom: 2%;
  }
}
.qa .qa_list_item .qa_list_item_title:hover {
  opacity: 0.75;
  cursor: pointer;
}
.qa .qa_list_item .qa_list_notes {
  background-color: #ba6575;
  border-radius: 100px;
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.qa .qa_list_item .qa_list_notes::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .qa .qa_list_item .qa_list_notes::before {
    height: 3px;
  }
}
.qa .qa_list_item .qa_list_notes:hover {
  opacity: 0.75;
  cursor: pointer;
}
.qa .qa_list_item .qa_list_notes::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .qa .qa_list_item .qa_list_notes::after {
    width: 3px;
  }
}
.qa .qa_list_item .qa_list_notes.is-active::after {
  opacity: 0;
}
.qa .qa_list_item .qa_list_item_box {
  padding-top: 2%;
  display: none;
}
@media screen and (max-width: 640px) {
  .qa .qa_list_item .qa_list_item_box {
    padding-top: 3%;
  }
}
.qa .qa_list_item .qa_list_item_box .qa_list_item_text {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ba6575;
  letter-spacing: -0.06em;
  -webkit-box-shadow: 7px 7px 13px 2px rgba(17, 17, 26, 0.18);
          box-shadow: 7px 7px 13px 2px rgba(17, 17, 26, 0.18);
  border-radius: 30px;
  padding: 4% 5%;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .qa .qa_list_item .qa_list_item_box .qa_list_item_text {
    width: 82%;
    font-size: 3.7vw;
    border-radius: 20px;
  }
}

.pagetop {
  background-color: #94252a;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  letter-spacing: 0.2em;
}
.pagetop:hover {
  text-decoration: none;
  opacity: 0.85;
}

.footer__navi {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  max-width: 750px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .footer__navi {
    width: 96%;
  }
}

.footer__inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .footer__inner_list {
    padding-top: 8px;
  }
}
.footer__inner_list .footer__inner_list_item {
  font-size: 17px;
  width: 33%;
  text-align: center;
}
.footer__inner_list .footer__inner_list_item.first {
  border-right: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .footer__inner_list .footer__inner_list_item.first {
    padding-right: 2.5%;
  }
}
.footer__inner_list .footer__inner_list_item.second {
  border-right: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .footer__inner_list .footer__inner_list_item.second {
    padding-right: 2.5%;
  }
}
@media screen and (max-width: 640px) {
  .footer__inner_list .footer__inner_list_item {
    font-size: 3.2vw;
    width: auto;
  }
}
.footer__inner_list .footer__inner_list_item_link {
  display: block;
  line-height: 1.2;
}
.footer__inner_list .footer__inner_list_item_link:hover {
  opacity: 0.75;
  text-decoration: none;
}

.form_main_container_sp_ec div.form_group_sp_ec input,
.form_main_container_sp_ec div.form_group_sp_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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form_container_ec {
  max-width: 750px;
}
.form_container_ec .landing_form_ec {
  width: 100%;
}
.form_container_ec .landing_form_label_ec {
  background-color: #002e6a;
  padding: 13px 15px 15px 15px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}/*# sourceMappingURL=style.css.map */