/*------------------------------------
* 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;
}
 
/* MAIN_PC  */
@charset "UTF-8";
@media only screen and (min-width: 1000px) {
    #main_pc{
        display:block;
    }
    #main_sp{
        display:none;
    }

                                        body {
                                            min-width: 100vw;
                                            color: #333;
                                            font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
                                            font-size: 100%;
                                            position: static;
                                            background: #fff;
                                        }
                                        
                                        img {
                                            border: none;
                                            vertical-align: bottom;
                                            max-width: 100%;
                                            display: block;
                                        }
                                        
                                        .cv_btn {
                                            animation-name: cv_btn;
                                            animation-delay: 0s;
                                            animation-duration: 1.5s;
                                            animation-timing-function: ease-in-out;
                                            animation-iteration-count: infinite;
                                        }
                                        
                                        @keyframes cv_btn {
                                            0% {
                                                transform: scale(1.0);
                                            }
                                            50% {
                                                transform: scale(0.9);
                                            }
                                            100% {
                                                transform: scale(1.0);
                                            }
                                        }
                                        
                                        .main,
                                        .footer {
                                            width: auto;
                                            margin: 0 auto;
                                            text-align: center;
                                            max-width: 1920px;
                                        }
                                        
                                        .main-visual {
                                            position: relative;
                                            z-index: 1;
                                        }
                                        
                                        .bg {
                                            position: relative;
                                            width: 100%;
                                            max-width: 1920px;
                                            margin: 0 auto;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .con {
                                            position: absolute;
                                            width: 100%;
                                            top: 0;
                                            left: 0;
                                            right: 0;
                                            margin: 0 auto;
                                        }
                                        
                                        .cv_btn {
                                            width: 640px;
                                            top: 83%;
                                            overflow: hidden;
                                        }
                                        
                                        .title {
                                            width: 98%;
                                            top: 23%;
                                        }
                                        
                                        @media only screen and (max-width:640px) {
                                            .main {
                                                width: 100%;
                                                margin: 0 auto;
                                                text-align: center;
                                            }
                                        }
                                        /* sec1 */
                                        
                                        .mov {
                                            top: 48%;
                                            width: 80%;
                                        }
                                        
                                        iframe {
                                            width: 80%;
                                            height: 45.3%;
                                        }
                                        /* sec1 */
                                        /* sec2 */
                                        
                                        .Text-Span.isActive:after {
                                            width: 100%;
                                        }
                                        /* sec2 */
                                        
                                        .gif1 {
                                            z-index: -1;
                                            width: 580px;
                                            top: 58%;
                                        }
                                        
                                        .gif2 {
                                            width: 650px;
                                            top: 36%;
                                        }
                                        
                                        .gif3 {
                                            width: 650px;
                                            top: 27%;
                                        }
                                        
                                        .guigui {
                                            width: 500px;
                                            top: 77%;
                                            left: calc(50% - 550px);
                                            right: auto;
                                            overflow: hidden;
                                            animation: fadeUpAnime_guigui 2s infinite;
                                            animation-duration: 2s;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                        }
                                        /* sec3 */
                                        
                                        .txt_ai {
                                            width: 160px;
                                            top: 21%;
                                            left: calc(50% - 430px);
                                            right: auto;
                                            z-index: 1;
                                        }
                                        
                                        .mask-bg {
                                            width: 300px;
                                            height: 225px;
                                            -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                            mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                        }
                                        
                                        .mask-bg2 {
                                            width: 879px;
                                            height: 410px;
                                            background-image: linear-gradient(135deg, #d99d33 0%, #e9b253 24%, #fbe1b3 24.5%, #fdeed4 25%, #fff1d8 25.5%, #e9b253 26%, #e9b253 74%, #fbe1b3 74.5%, #fdeed4 75%, #fff1d8 75.5%, #e9b253 76%, #d99d33 100%);
                                            background-size: 500% 500%;
                                            animation: GradietionAnimation 2.3s linear infinite;
                                            -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                            mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                            -webkit-mask-size: 100%;
                                            mask-size: 100%;
                                        }
                                        
                                        @keyframes GradietionAnimation {
                                            0% {
                                                background-position: 100% 100%
                                            }
                                            100% {
                                                background-position: 0% 0%;
                                            }
                                        }
                                        /* sec3 */
                                        /* sec4 */
                                        
                                        .sec4 {
                                            z-index: 2;
                                        }
                                        
                                        .siwa1 {
                                            width: 270px;
                                            top: 18%;
                                            overflow: hidden;
                                        }
                                        
                                        .simi1 {
                                            width: 270px;
                                            top: 33%;
                                            left: calc(50% - 270px);
                                            right: auto;
                                        }
                                        
                                        .are1 {
                                            width: 270px;
                                            top: 33%;
                                            right: calc(50% - 270px);
                                            left: auto;
                                        }
                                        /* sec4 */
                                        /* sec5 */
                                        
                                        .sec5 {
                                            z-index: 1;
                                        }
                                        
                                        .product {
                                            width: 300px;
                                            top: 75%;
                                            right: calc(50% - 480px);
                                            overflow: hidden;
                                            left: auto;
                                        }
                                        /* sec5 */
                                        /* sec6 */
                                        
                                        .siwa2 {
                                            width: 230px;
                                            top: 46%;
                                            z-index: 2;
                                            overflow: hidden;
                                            left: calc(50% - 115px);
                                            right: auto;
                                        }
                                        
                                        .simi2 {
                                            width: 230px;
                                            top: 52%;
                                            z-index: 3;
                                            overflow: hidden;
                                            left: calc(50% - 280px);
                                            right: auto;
                                        }
                                        
                                        .are2 {
                                            width: 230px;
                                            top: 52%;
                                            z-index: 3;
                                            overflow: hidden;
                                            right: calc(50% - 280px);
                                            left: auto;
                                        }
                                        
                                        .grass {
                                            width: 650px;
                                            top: 63%;
                                            left: 0;
                                            right: 0;
                                            margin: 0 auto;
                                            z-index: 4;
                                        }
                                        
                                        .bg22 {
                                            z-index: 2;
                                            overflow: visible;
                                        }
                                        
                                        .bg23 {
                                            z-index: 1;
                                        }
                                        /* sec6 */
                                        /* sec6 add */
                                        
                                        .siwa_badd1 {
                                            width: 250px;
                                            top: 58%;
                                            overflow: hidden;
                                            left: calc(50% - 0px);
                                            right: auto;
                                        }
                                        
                                        .simi_badd2 {
                                            width: 250px;
                                            top: 58%;
                                            overflow: hidden;
                                            right: calc(50% - 0px);
                                            left: auto;
                                        }
                                        
                                        .kakeru {
                                            width: 70px;
                                            top: 67%;
                                        }
                                        
                                        .kakeru img {
                                            display: block;
                                            margin: 0 auto;
                                            width: 80px;
                                        }
                                        /* sec6 add */
                                        /* sec6 */
                                        /* sec7 */
                                        /* sec7 */
                                        /* sec8 */
                                        /* sec8 */
                                        /* sec9 */
                                        
                                        .bg29 {
                                            overflow: hidden;
                                        }
                                        
                                        .seibun1 {
                                            width: 450px;
                                            top: 19%;
                                            overflow: hidden;
                                            left: calc(50% - 125px);
                                            right: auto;
                                            z-index: 3;
                                        }
                                        
                                        .seibun2 {
                                            width: 380px;
                                            top: 31%;
                                            overflow: hidden;
                                            left: calc(50% - 200px);
                                            right: auto;
                                            z-index: 2;
                                        }
                                        
                                        .seibun3 {
                                            width: 430px;
                                            top: 31%;
                                            overflow: hidden;
                                            left: calc(50% - 30px);
                                            right: auto;
                                        }
                                        /* sec9 */
                                        /* sec9 */
                                        
                                        .siwa3 {
                                            width: 160px;
                                            top: 40%;
                                            overflow: hidden;
                                            left: calc(50% - 305px);
                                            right: auto;
                                            z-index: 3;
                                        }
                                        
                                        .simi3 {
                                            width: 160px;
                                            top: 50%;
                                            overflow: hidden;
                                            left: calc(50% - 400px);
                                            right: auto;
                                            z-index: 2;
                                        }
                                        
                                        .are3 {
                                            width: 160px;
                                            top: 50%;
                                            overflow: hidden;
                                            left: calc(50% - 200px);
                                            right: auto;
                                            z-index: 1;
                                        }
                                        /* sec9 */
                                        /* sec9 add2 */
                                        
                                        .title_hand_cup {
                                            width: 500px;
                                            top: 5%;
                                            z-index: 3;
                                        }
                                        
                                        .hand {
                                            width: 499px;
                                            top: 13%;
                                            overflow: hidden;
                                            left: calc(50% + 0px);
                                            right: auto;
                                            z-index: 2;
                                        }
                                        
                                        .cup {
                                            width: 50%;
                                            /* margin: 0 auto; */
                                            top: 75%;
                                            left: 21%;
                                            right: auto;
                                            z-index: 1;
                                        }
                                        
                                        .bg32 {
                                            z-index: 1;
                                            overflow: hidden;
                                        }
                                        
                                        .bg33 {
                                            z-index: 2;
                                        }
                                        /* sec9 add2 */
                                        /* sec10 */
                                        
                                        .gif4 {
                                            width: 550px;
                                            top: 41%;
                                            overflow: hidden;
                                            left: calc(50% - 275px);
                                            right: auto;
                                        }
                                        
                                        .cream {
                                            width: 115px;
                                            top: 80%;
                                            overflow: hidden;
                                            left: calc(50% + 170px);
                                            right: auto;
                                        }
                                        
                                        .mochiri {
                                            width: 350px;
                                            top: 5%;
                                            overflow: hidden;
                                            left: calc(50% - 50px);
                                            right: auto;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            animation: fadeUpAnime_mochiri 2s infinite;
                                        }
                                        /* sec10 */
                                        /* sec11 */
                                        
                                        .point_1 {
                                            width: 70px;
                                            top: 3%;
                                        }
                                        /* sec11 */
                                        /* sec12 */
                                        
                                        .point_2 {
                                            width: 70px;
                                            top: 4%;
                                        }
                                        /* sec12 */
                                        /* sec13 */
                                        
                                        .point_3 {
                                            width: 70px;
                                            top: 7%;
                                        }
                                        /* sec13 */
                                        /* sec14 */
                                        
                                        .title1 {
                                            width: 650px;
                                            top: 30%;
                                        }
                                        
                                        .all {
                                            width: 125px;
                                        }
                                        
.all1 {
    top: 51%;
    overflow: hidden;
    right: calc(50% + 5px);
    left: auto;
}
                                        
                                        .all2 {
                                            top: 51%;
                                            overflow: hidden;
                                            left: calc(50% + 10px);
                                            right: auto;
                                        }
                                        
                                        .all3 {
                                            top: 59%;
                                            overflow: hidden;
                                            left: calc(50% + 110px);
                                            right: auto;
                                        }
                                        
                                        .all4 {
top: 71%;
    overflow: hidden;
    left: calc(50% + 140px);
    right: auto;
                                        }
                                        
                                        .all5 {
                                            top: 82%;
                                            left: calc(50% + 75px);
                                            right: auto;
                                        }
                                        
                                        .all6 {
    top: 82%;
    right: calc(50% + 75px);
                                            left: auto;
                                        }
                                        
                                        .all7 {
top: 71%;
    overflow: hidden;
    right: calc(50% + 140px);
    left: auto;
                                        }
                                        
                                        .all8 {
                                            top: 59%;
                                            overflow: hidden;
                                            right: calc(50% + 110px);
                                            left: auto;
                                        }
    
.all9 {
    top: 85%;
    overflow: hidden;
    right: calc(50% - 61.75px);
    left: auto;
}
                                        
                                        .product_all {
                                            width: 280px;
                                            top: 62.5%;
                                            left: 0;
                                            right: 0;
                                            margin: auto;
                                        }
                                        /* sec14 */
                                        /* sec15 */
                                        
                                        .title2 {
                                            width: 650px;
                                            top: 3%;
                                        }
                                        /* sec15 */
                                        /* sec16 */
                                        
                                        .cv_btn2 {
                                            width: 800px;
                                            top: 58%;
                                            overflow: hidden;
                                            left: calc(50% - 400px);
                                            right: auto;
                                        }
                                        
.kingaku {
    width: 450px;
    top: 42%;
    overflow: hidden;
    left: calc(50% - 85px);
    right: auto;
    z-index: 2;
}
   .kingaku_re_pc {
    width: 450px;
    top: 67%;
    overflow: hidden;
    left: calc(50% - 85px);
    right: auto;
    z-index: 2;
}
                                        
.kingaku_line {
    width: 0%;
    top: 48.2%;
    overflow: hidden;
    left: calc(50% - 85px);
    right: auto;
    height: 61px;
    background: #FFFA90;
}
    .kingaku_line_re_pc {
    width: 0%;
    top: 77.5%;
    overflow: hidden;
    left: calc(50% - 85px);
    right: auto;
    height: 61px;
    background: #FFFA90;
}
                                        /* sec16 */
                                        /* sec17 */
                                        
                                        .cv_btn3 {
                                            width: 820px;
                                            top: 76%;
                                            overflow: hidden;
                                            left: calc(50% - 410px);
                                            right: auto;
                                        }
                                        /* sec17 */
                                        /* amnimation 拡大 */
                                        
                                        .fadeUp1 {
                                            animation-name: fadeUpAnime1;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime1 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大*/
                                        /* amnimation 拡大B_1 */
                                        
                                        .fadeUp_b1 {
                                            animation-name: fadeUpAnime_b1;
                                            animation-duration: 1s;
                                            animation-delay: 0s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_b1 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_b1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大B_1*/
                                        /* amnimation 拡大B_2 */
                                        
                                        .fadeUp_b2 {
                                            animation-name: fadeUpAnime_b2;
                                            animation-duration: 0.5s;
                                            animation-delay: 0.3s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_b2 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_b2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大B_1*/
                                        /* amnimation 拡大B_3 */
                                        
                                        .fadeUp_b3 {
                                            animation-name: fadeUpAnime_b3;
                                            animation-duration: 0.5s;
                                            animation-delay: 0.6s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_b3 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_b3 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大B_3*/
                                        /* amnimation 拡大Badd1 */
                                        
                                        .fadeUp_badd1 {
                                            animation-name: fadeUpAnime_badd1;
                                            animation-duration: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_badd1 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_badd1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大Badd1*/
                                        /* amnimation 拡大Badd2 */
                                        
                                        .fadeUp_badd2 {
                                            animation-name: fadeUpAnime_badd2;
                                            animation-duration: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_badd2 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_badd2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大Badd2*/
                                        /* amnimation 拡大kakeru */
                                        
                                        .fadeUp_kakeru {
                                            animation-name: fadeUpAnime_kakeru;
                                            animation-duration: 0.5s;
                                            animation-delay: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_kakeru {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_kakeru {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大kakeru */
                                        /* amnimation 拡大C */
                                        
                                        .fadeUp_c {
                                            animation-name: fadeUpAnime_c;
                                            animation-duration: 1s;
                                            animation-delay: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_c {
                                            0% {
                                                opacity: 0;
                                                transform: translateY(150px);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: translateY(0px);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_c {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大C */
                                        /* amnimation 拡大D1 */
                                        
                                        .fadeUp_d1 {
                                            animation-name: fadeUpAnime_d1;
                                            animation-duration: 1s;
                                            animation-delay: 0s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_d1 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_d1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大D1 */
                                        /* amnimation 拡大D2 */
                                        
                                        .fadeUp_d2 {
                                            animation-name: fadeUpAnime_d2;
                                            animation-duration: 1s;
                                            animation-delay: 0.3s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_d2 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_d2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大D2 */
                                        /* amnimation 拡大D3 */
                                        
                                        .fadeUp_d3 {
                                            animation-name: fadeUpAnime_d3;
                                            animation-duration: 1s;
                                            animation-delay: 0.6s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_d3 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_d3 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大D3 */
                                        /* amnimation 手の動きDadd1 */
                                        
                                        .fadeUp_dadd1 {
                                            animation-name: fadeUpAnime_dadd1;
                                            animation-duration: 1s;
                                            animation-delay: 0.3s;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                        }
                                        
                                        @keyframes fadeUpAnime_dadd1 {
                                            0% {
                                                opacity: 1;
                                                transform: rotate(-20deg);
                                                transform-origin: bottom right 0;
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: rotate(0deg);
                                                transform-origin: bottom right 0;
                                            }
                                        }
                                        
                                        .fadeUpTrigger_dadd1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 手の動きDadd1 */
                                        /* amnimation 手の動きDadd2 */
                                        
                                        .fadeUp_dadd2 {
                                            animation-name: fadeUpAnime_dadd2;
                                            animation-duration: 1s;
                                            animation-delay: 0.6s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_dadd2 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_dadd2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 手の動きDadd1 */
                                        /* amnimation もちもち */
                                        
                                        @keyframes fadeUpAnime_mochiri {
                                            0% {
                                                transform: scale(1, 0.9);
                                            }
                                            20% {
                                                transform: scale(0.9, 1.1);
                                            }
                                            90% {
                                                transform: scale(1, 1);
                                            }
                                            100% {
                                                transform: scale(1, 0.9);
                                            }
                                        }
                                        /* amnimation もちもち */
                                        /* amnimation 起き上がりE */
                                        
                                        .fadeUp_e {
                                            animation-name: fadeUpAnime_e;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_e {
                                            0% {
                                                opacity: 0;
                                                transform: rotate(-45deg);
                                                transform-origin: bottom left 0;
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: rotate(0deg);
                                                transform-origin: bottom left 0;
                                            }
                                        }
                                        
                                        .fadeUpTrigger_e {
                                            opacity: 0;
                                        }
                                        /* amnimation 起き上がりE */
                                        /* amnimation 3D回転F */
                                        
                                        .fadeUp_f {
                                            animation-name: fadeUpAnime_f;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_f {
                                            0% {
                                                opacity: 0;
                                                transform: rotateY(90deg);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: rotate(0deg);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_f {
                                            opacity: 0;
                                        }
                                        /* amnimation 3D回転F */
                                        /* amnimation 円形の中心の商品 F ADD */
                                        
                                        .fadeUp_faall {
                                            animation-name: fadeUpAnime_faall;
                                            animation-duration: 1.2s;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                            transform: scale(0.6);
                                        }
                                        
                                        @keyframes fadeUpAnime_faall {
                                            0% {
                                                opacity: 1;
                                                transform: scale(0.6);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_fall {
                                            opacity: 1;
                                        }
                                        /* amnimation 円形の中心の商品 F ADD */
                                        /* amnimation CVの文言 KINKGAKU */
                                        
                                        .fadeUp_kingaku {
                                            animation-name: fadeUpAnime_kingaku;
                                            animation-duration: 0.5s;
                                            animation-fill-mode: forwards;
                                            transform: scale(1.3);
                                            opacity: 1;
                                        }
                                        
                                        @keyframes fadeUpAnime_kingaku {
                                            0% {
                                                opacity: 1;
                                                transform: scale(1.3);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_line {
                                            opacity: 1;
                                        }
                                        /* amnimation CVの文言 KINKGAKU */
                                        /* amnimation CVの下線 LINE */
                                        
                                        .fadeUp_line {
                                            animation-name: fadeUpAnime_line;
                                            animation-duration: 1.5s;
                                            animation-delay: 0.5;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                        }
                                        
                                        @keyframes fadeUpAnime_line {
                                            0% {
                                                opacity: 1;
                                                width: 0;
                                            }
                                            100% {
                                                opacity: 1;
                                                width: 472px;
                                            }
                                        }
                                        
                                        .fadeUpTrigger_line {
                                            opacity: 1;
                                        }
                                        /* amnimation CVの下線 LINE */
                                        /* amnimation 円形gifの文言 GUIGUI */
                                        
                                        @keyframes fadeUpAnime_guigui {
                                            0% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                            20% {
                                                opacity: 1;
                                                transform: scale(0.9);
                                            }
                                            40% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                            80% {
                                                opacity: 1;
                                                transform: scale(0.9);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_guigui {
                                            opacity: 1;
                                        }
                                        /* amnimation 円形gifの文言 GUIGUI */
                                        /* amnimation 円形に出てくる F ADD */
                                        
                                        .fadeUp_fa1,
                                        .fadeUp_fa2,
                                        .fadeUp_fa3,
                                        .fadeUp_fa4,
                                        .fadeUp_fa5,
                                        .fadeUp_fa6,
                                        .fadeUp_fa7,
                                        .fadeUp_fa8,
                                        .fadeUp_fa9 {
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        .fadeUp_fa1 {
                                            animation-name: fadeUpAnime_fa1;
                                            animation-delay: 0.4s;
                                        }
                                        
                                        .fadeUp_fa2 {
                                            animation-name: fadeUpAnime_fa2;
                                            animation-delay: 0.6s;
                                        }
                                        
                                        .fadeUp_fa3 {
                                            animation-name: fadeUpAnime_fa3;
                                            animation-delay: 0.8s;
                                        }
                                        
                                        .fadeUp_fa4 {
                                            animation-name: fadeUpAnime_fa4;
                                            animation-delay: 1s;
                                        }
                                        
                                        .fadeUp_fa5 {
                                            animation-name: fadeUpAnime_fa5;
                                            animation-delay: 1.2s;
                                        }
                                        
                                        .fadeUp_fa6 {
                                            animation-name: fadeUpAnime_fa6;
                                            animation-delay: 1.6s;
                                        }
                                        
                                        .fadeUp_fa7 {
                                            animation-name: fadeUpAnime_fa7;
                                            animation-delay: 1.8s;
                                        }
                                        
                                        .fadeUp_fa8 {
                                            animation-name: fadeUpAnime_fa8;
                                            animation-delay: 2.0s;
                                        }
                                        .fadeUp_fa9 {
                                            animation-name: fadeUpAnime_fa9;
                                            animation-delay: 1.4s;
                                        }
                                        
                                        @keyframes fadeUpAnime_fa1 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa2 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa3 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa4 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa5 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa6 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa7 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa8 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
    	                               @keyframes fadeUpAnime_fa9 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_fa1,
                                        .fadeUpTrigger_fa2,
                                        .fadeUpTrigger_fa3,
                                        .fadeUpTrigger_fa4,
                                        .fadeUpTrigger_fa5,
                                        .fadeUpTrigger_fa6,
                                        .fadeUpTrigger_fa7,
                                        .fadeUpTrigger_fa8,
                                        .fadeUpTrigger_fa9 {
                                            opacity: 0;
                                        }
                                        /* amnimation 円形に出てくる F ADD */
                                        
                                        .ytp-watermark {
                                            display: none !important;
                                        }
                                       
                                        /* pc版 */
                                        
                                        .bg_01 {
                                            width: 100%;
                                            height: 760px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r01_bg_01_240410.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_02 {
                                            width: 100%;
                                            height: 1794px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r02_bg_01_lpo.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                            margin-top:100px;
                                        }
                                        
                                        .bg_03 {
                                            width: 100%;
                                            height: 922px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme03_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_04 {
                                            width: 100%;
                                            height: 1274px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r04_bg_240410.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_05 {
                                            width: 100%;
                                            height: 1518px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme05_bg.png") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_06 {
                                            width: 100%;
                                            height: 1666px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme06_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_07 {
                                            width: 100%;
                                            height: 911px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme07_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_08 {
                                            width: 100%;
                                            height: 959px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r08_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_09 {
                                            width: 100%;
                                            height: 1113px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme09_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_10 {
                                            width: 100%;
                                            height: 644px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme10_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_11 {
                                            width: 100%;
                                            height: 661px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme11_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_12 {
                                            width: 100%;
                                            height: 956px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme12_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_13 {
                                            width: 100%;
                                            height: 741px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme13_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_14 {
                                            width: 100%;
                                            height: 1234px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme14_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_15 {
                                            width: 100%;
                                            height: 1068px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r15_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_16 {
                                            width: 100%;
                                            height: 1148px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme16_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_17 {
                                            width: 100%;
                                            height: 1107px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme17_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_18 {
                                            width: 100%;
                                            height: 1364px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme18_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_19 {
                                            width: 100%;
                                            height: 885px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r19_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_20 {
                                            width: 100%;
                                            height: 974px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme20_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_21 {
                                            width: 100%;
                                            height: 854px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme21_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_22 {
                                            width: 100%;
                                            height: 1032px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme22_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_23 {
                                            width: 100%;
                                            height: 569px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme23_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_24a {
                                            width: 100%;
                                            height: 691px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme24_bg_a.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                         .bg_24b {
                                            width: 100%;
                                            height: 257px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme24_bg_b.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_25 {
                                            width: 100%;
                                            height: 950px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme25_bg_01.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_26 {
                                            width: 100%;
                                            height: 868px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme26_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_29 {
                                            width: 100%;
                                            height: 722px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r29_bg_2.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_30 {
                                            width: 100%;
                                            height: 631px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r30_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_31 {
                                            width: 100%;
                                            height: 915px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme31_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_32 {
                                            width: 100%;
                                            height: 530px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme32_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_33 {
                                            width: 100%;
                                            height: 604px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme33_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_34 {
                                            width: 100%;
                                            height: 1074px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme34_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_35 {
                                            width: 100%;
                                            height: 1408px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r35.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_36 {
                                            width: 100%;
                                            height: 1875px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r36.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_37 {
                                            width: 100%;
                                            height: 1336px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r37.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_38 {
                                            width: 100%;
                                            height: 822px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r38.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_39 {
                                            width: 100%;
                                            height: 510px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme39_bg_twobox.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_40 {
                                            width: 100%;
                                            height: 621px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r40.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_41 {
                                            width: 100%;
                                            height: 1383px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r41_cv.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
    .bg_41_re {
                                            width: 100%;
                                            height: 877px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r41.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_42 {
                                            width: 100%;
                                            height: 1000px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r42.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_43 {
                                            width: 100%;
                                            height: 628px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme43_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_44 {
                                            width: 100%;
                                            height: 755px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/kme44_bg.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_45 {
                                            width: 100%;
                                            height: 1548px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r45.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .bg_46 {
                                            width: 100%;
                                            height: 769px;
                                            background: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/kme_r46.jpg") no-repeat;
                                            background-size: cover;
                                            background-position: center;
                                        }
                                        
                                        .kme01_model {
                                            width: 40%;
                                            top: 5%;
                                            left: 30%;
                                        }
                                        /* 01 */
                                        
                                        .kme01_con {}
                                        /* 01 */
                                        /* 06 */
                                        
                                        .kme06_tt2 {
                                            width: 220px;
                                            min-width: 220px;
                                            overflow: hidden;
                                            left: calc(50% - 340px);
                                            top: 54%;
                                            right: auto;
                                        }
                                        
                                        .kme06_deco1 {
                                            width: 1060px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            left: calc(50% - 530px);
                                            right: auto;
                                            top: 46%;
                                        }
                                        
                                        .mov {
                                            top: 30%;
                                            width: 753px;
                                            min-width: 753px;
                                            overflow: hidden;
                                            left: calc(50% - 376px);
                                            right: auto;
                                        }
                                        /* 06 */
                                        /* 07 */
                                        
                                        .bg_07_flex {
                                            top: 40%;
                                            width: 1000px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            left: calc(50% - 500px);
                                            right: auto;
                                            display: flex;
                                            justify-content: space-between;
                                        }
                                        
                                        .kme07_con_box1,
                                        .kme07_con_box2,
                                        .kme07_con_box3 {
                                            width: 32%;
                                            position: relative;
                                        }
                                        
                                        .kme07_con_box1::after,
                                        .kme07_con_box2::after,
                                        .kme07_con_box3::after {
                                            content: '';
                                            position: absolute;
                                            top: 0;
                                            right: 0;
                                            display: block;
                                            width: 3em;
                                            height: 3em;
                                            background-color: rgba(0, 0, 0, 0.7);
                                            background-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewhiteallin_2/zoom.png");
                                            background-size: 1.5em 1.5em;
                                            background-position: center center;
                                            background-repeat: no-repeat;
                                        }
                                        
                                        .lb-image {
                                            width: 600px !important;
                                            height: auto !important;
                                        }
                                        
                                        .lightbox {
                                            margin-top: 10%;
                                        }
                                        
                                        .kme15_deco {
                                            width: 1100px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            margin-left: -550px;
                                            left: 50%;
                                            top: 0%;
                                        }
                                        
                                        .kme17_deco {
                                            width: 120px;
                                            min-width: 120px;
                                            overflow: hidden;
                                            margin-left: 350px;
                                            left: 50%;
                                            top: 10%;
                                        }
                                        
                                        .kme18_deco {
                                            width: 1000px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            margin-left: -500px;
                                            left: calc(50% - 0px);
                                            top: 8%;
                                        }
                                        
                                        .kme24_deco {
                                            width: 1000px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            margin-left: -500px;
                                            left: 50%;
                                            top: 0%;
                                        }
                                        
                                        .kme29_deco {
                                            width: 1000px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            margin-left: -500px;
                                            left: 50%;
                                            top: 7%;
                                        }
                                        
                                        .kme30_deco {
                                            width: 700px;
                                            min-width: 700px;
                                            overflow: hidden;
                                            margin-left: -350px;
                                            left: 50%;
                                            top: 9%;
                                        }
                                        
                                        .kme37_deco1 {
                                            width: 1100px;
                                            min-width: 1000px;
                                            overflow: hidden;
                                            margin-left: -550px;
                                            left: 50%;
                                            top: 12%;
                                        }
                                        
                                        .kme37_deco2 {
                                            width: 130px;
                                            min-width: 100px;
                                            overflow: hidden;
                                            margin-left: 400px;
                                            left: 50%;
                                            top: 4%;
                                        }
                                        
                                        .kme37_deco3 {
                                            width: 150px;
                                            min-width: 150px;
                                            overflow: hidden;
                                            margin-left: 330px;
                                            left: 50%;
                                            top: 82%;
                                        }
/* フォームの修正css  */
#lp-form {
    font-size: 12px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    width: 100%;
    max-width: 980px;
    overflow: scroll;
    margin:0 auto;
}
/* フォームの修正css  */
/* フォーム下の共通部分のcss  */
#form_under,#foot-lp{
    width:100%;
    max-width:1040px;
    margin:0 auto;
}
#faq{
display:none;}

.SectionKimieInfo .SectionTitle {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}
.SectionKimieInfo .SectionSubTitle {
    background: #e9e9e9;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 1% 0 3% 0;
    padding: 1% 0;
    font-size: 14px;
}
.SectionKimieInfo p {
    margin: 0 0 3% 0;
    line-height: 135%;
    font-size: 13px;
}
.BlockCommonGuide .GuideTitle {
    font-size: 15px;
    font-weight: bold;
    display: block;
    border-top: 1px solid #868686;
}
.BlockCommonGuide .GuideText {
    padding: 0 10px 10px;
    font-size: 13px;
    line-height: 135%;
}
.BlockCommonGuide .GuideTitle a{
    padding:3% 3% 3% 1%;
}
.mark-wrap p:nth-of-type(2) {
    width: 100%;
    vertical-align: top;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
img.pry-m {
    width: 33%;
    margin-left: 30%;
}
.mark-wrap p:nth-of-type(1) img {
    width: 64%;
    margin: 0 auto;
    margin-bottom: 5%;
}
@media only screen and (min-width: 640px) {
    .mark-wrap p:nth-of-type(1) img{
        width:300px;
    }
    img.jadma{
    width:150px;}
}
.SectionKimieInfo .SectionTitle{
    margin-top:15px;
}
/*
h4.landing_form_label_ec{
    max-width:852px;
    margin:0 auto;
}
*/
#footer_pc{
    width:100%;
    max-width:100%;
}
copyright {
    display: block;
    padding: 16px;
    margin-top: 2em;
    background-color: #4C4C72;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
#foot-lp ul li a{
    font-size:14px;
}
    }
/* フォーム下の共通部分のcss  */
/* MAIN_PC  */
/* MAIN_SP  */
@media only screen and (max-width: 999px) {
    #main_pc{
        display:none;
    }
    #main_sp{
        display:block;
    }
                                       body {
                                            min-width: 100vw;
                                            color: #333;
                                            font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
                                            font-size: 100%;
                                            position: static;
                                            background: #fff;
                                        }
                                        
                                        img {
                                            border: none;
                                            vertical-align: bottom;
                                            max-width: 100%;
                                            display: block;
                                        }
                                        
                                        .cv_btn {
                                            animation-name: cv_btn;
                                            animation-delay: 0s;
                                            animation-duration: 1.5s;
                                            animation-timing-function: ease-in-out;
                                            animation-iteration-count: infinite;
                                        }
                                        
                                        @keyframes cv_btn {
                                            0% {
                                                transform: scale(1.0);
                                            }
                                            50% {
                                                transform: scale(0.9);
                                            }
                                            100% {
                                                transform: scale(1.0);
                                            }
                                        }
                                        
                                        .main,
                                        .footer {
                                            width: 640px;
                                            margin: 0 auto;
                                            text-align: center;
                                        }
                                        
                                        .main-visual {
                                            position: relative;
                                            z-index: 1;
                                        }
                                        
                                        .bg {
                                            position: relative;
                                        }
                                        
                                        .con {
                                            position: absolute;
                                            width: 100%;
                                            top: 0;
                                            left: 0;
                                            right: 0;
                                            margin: 0 auto;
                                        }
                                        
                                        .cv_btn {
                                            width: 96%;
                                            top: 82%;
                                        }
                                        
                                        .title {
                                            width: 98%;
                                            top: 23%;
                                        }
                                        
                                        @media only screen and (max-width:640px) {
                                            .main {
                                                width: 100%;
                                                margin: 0 auto;
                                                text-align: center;
                                            }
                                        }
                                        /* sec1 */
                                        
                                        .mov {
                                            top: 48%;
                                            width: 80%;
                                        }
                                        
                                        iframe {
                                            width: 80%;
                                            height: 45.3%;
                                        }
                                        /* sec1 */
                                        /* sec2 */
                                        
                                        .Text-Span.isActive:after {
                                            width: 100%;
                                        }
                                        /* sec2 */
                                        
                                        .gif1 {
                                            z-index: -1;
                                            width: 74%;
                                            top: 20%;
                                        }
                                        
                                        .gif2 {
                                            width: 82%;
                                            top: 36%;
                                        }
                                        
                                        .gif3 {
                                            width: 82%;
                                            top: 34%;
                                        }
                                        
                                        .guigui {
                                            width: 40%;
                                            top: 70%;
                                            left: 5%;
                                            right: auto;
                                            animation: fadeUpAnime_guigui 2s infinite;
                                            animation-duration: 2s;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                        }
                                        
                                        .product {
                                            width: 40%;
                                            top: 70%;
                                            right: 5%;
                                            left: auto;
                                        }
                                        /* sec3 */
                                        
                                        .txt_ai {
                                            width: 17%;
                                            top: 20%;
                                            left: 4%;
                                            right: auto;
                                            z-index: 1;
                                        }
                                        
                                        .mask-bg {
                                            width: 300px;
                                            height: 225px;
                                            -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                            mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                        }
                                        
                                        .mask-bg2 {
                                            width: 100%;
                                            height: 28%;
                                            background-image: linear-gradient(135deg, #d99d33 0%, #e9b253 24%, #fbe1b3 24.5%, #fdeed4 25%, #fff1d8 25.5%, #e9b253 26%, #e9b253 74%, #fbe1b3 74.5%, #fdeed4 75%, #fff1d8 75.5%, #e9b253 76%, #d99d33 100%);
                                            background-size: 500% 500%;
                                            animation: GradietionAnimation 2.3s linear infinite;
                                            -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                            mask-image: url("https://d2w53g1q050m78.cloudfront.net/toyamajobiyaku/uploads/kimiewrinklewhite/title_r.png");
                                            -webkit-mask-size: 100%;
                                            mask-size: 100%;
                                        }
                                        
                                        @keyframes GradietionAnimation {
                                            0% {
                                                background-position: 100% 100%
                                            }
                                            100% {
                                                background-position: 0% 0%;
                                            }
                                        }
                                        /* sec3 */
                                        /* sec4 */
                                        
                                        .sec4 {
                                            z-index: 2;
                                        }
                                        
                                        .siwa1 {
                                            width: 43%;
                                            top: 38%;
                                        }
                                        
                                        .simi1 {
                                            width: 43%;
                                            top: 68%;
                                            left: 7%;
                                            right: auto;
                                        }
                                        
                                        .are1 {
                                            width: 43%;
                                            top: 69%;
                                            left: auto;
                                            right: 7%;
                                        }
                                        /* sec4 */
                                        /* sec5 */
                                        
                                        .sec5 {
                                            z-index: 1;
                                        }
                                        
                                        .guigui {
                                            width: 68%;
                                            top: 64%;
                                            left: 2%;
                                            right: auto;
                                        }
                                        
                                        .product {
                                            width: 30%;
                                            top: 63%;
                                            right: 0%;
                                            left: auto;
                                        }
                                        /* sec5 */
                                        /* sec6 */
                                        
                                        .siwa2 {
                                            width: 38%;
                                            top: 0%;
                                            z-index: 2;
                                        }
                                        
                                        .simi2 {
                                            width: 38%;
                                            top: 12%;
                                            left: 4%;
                                            right: auto;
                                        }
                                        
                                        .are2 {
                                            width: 38%;
                                            top: 12%;
                                            left: auto;
                                            right: 4%;
                                            z-index: 3;
                                        }
                                        
                                        .grass {
                                            width: 100%;
                                            top: 36%;
                                            left: 0;
                                            right: 0;
                                            margin: 0 auto;
                                            z-index: 4;
                                        }
                                        
                                        .bg22 {
                                            z-index: 2;
                                            overflow: visible;
                                        }
                                        
                                        .bg23 {
                                            z-index: 1;
                                        }
                                        /* sec6 */
                                        /* sec6 add */
                                        
                                        .siwa_badd1 {
                                            width: 45%;
                                            left: 5%;
                                            right: auto;
                                        }
                                        
                                        .simi_badd2 {
                                            width: 45%;
                                            right: 4%;
                                            left: auto;
                                        }
                                        
                                        .kakeru {
                                            width: 50%;
                                            top: 16%;
                                        }
                                        
                                        .kakeru img {
                                            display: block;
                                            margin: 0 auto;
                                            width: 25%;
                                        }
                                        /* sec6 add */
                                        /* sec6 */
                                        /* sec7 */
                                        /* sec7 */
                                        /* sec8 */
                                        /* sec8 */
                                        /* sec9 */
                                        
                                        .bg29 {
                                            overflow: hidden;
                                        }
                                        
                                        .seibun1 {
                                            width: 74%;
                                            top: 42%;
                                            left: auto;
                                            right: 0%;
                                            z-index: 3;
                                        }
                                        
                                        .seibun2 {
                                            width: 64%;
                                            top: 57%;
                                            left: auto;
                                            right: 0;
                                            z-index: 2;
                                        }
                                        
                                        .seibun3 {
                                            width: 75%;
                                            top: 74%;
                                            left: auto;
                                            right: 0;
                                        }
                                        /* sec9 */
                                        /* sec9 */
                                        
                                        .siwa3 {
                                            width: 33%;
                                            top: 59%;
                                            left: auto;
                                            right: 19%;
                                            z-index: 3;
                                        }
                                        
                                        .simi3 {
                                            width: 33%;
                                            top: 73%;
                                            left: auto;
                                            right: 32%;
                                            z-index: 2;
                                        }
                                        
                                        .are3 {
                                            width: 33%;
                                            top: 74%;
                                            left: auto;
                                            right: 5%;
                                            z-index: 1;
                                        }
                                        /* sec9 */
                                        /* sec9 add2 */
                                        
                                        .title_hand_cup {
                                            top: 39%;
                                            z-index: 3;
                                        }
                                        
                                        .hand {
                                            width: 80%;
                                            top: 52%;
                                            right: -20%;
                                            left: auto;
                                            z-index: 2;
                                        }
                                        
                                        .cup {
                                            width: 50%;
                                            /* margin: 0 auto; */
                                            top: 75%;
                                            left: 21%;
                                            right: auto;
                                            z-index: 1;
                                        }
                                        
                                        .bg32 {
                                            z-index: 1;
                                            overflow: hidden;
                                        }
                                        
                                        .bg33 {
                                            z-index: 2;
                                        }
                                        /* sec9 add2 */
                                        /* sec10 */
                                        
                                        .gif4 {
                                            width: 94%;
                                            top: 35%;
                                        }
                                        
                                        .cream {
                                            width: 25%;
                                            top: 65%;
                                            right: 0%;
                                            left: auto;
                                        }
                                        
                                        .mochiri {
                                            width: 58%;
                                            right: 2%;
                                            left: auto;
                                            top: 5%;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            animation: fadeUpAnime_mochiri 2s infinite;
                                        }
                                        /* sec10 */
                                        /* sec11 */
                                        
                                        .point_1 {
                                            width: 14%;
                                            top: 0;
                                        }
                                        /* sec11 */
                                        /* sec12 */
                                        
                                        .point_2 {
                                            width: 14%;
                                            top: 0;
                                        }
                                        /* sec12 */
                                        /* sec13 */
                                        
                                        .point_3 {
                                            width: 14%;
                                            top: 0;
                                        }
                                        /* sec13 */
                                        /* sec14 */
                                        
                                        .title1 {
                                            width: 80%;
                                            top: 26%;
                                        }
                                        
                                        .all {
                                            width: 25%;
                                        }
                                        
	                                        .all {
                                            width: 23%;
                                        }
                                        
.all1 {
    top: 50%;
    left: 24.5%;
    right: auto;
}
                                        
                                        .all2 {
                                            top: 50%;
                                            left: 49.5%;
                                            right: auto;
                                        }
                                        
                                        .all3 {
                                            top: 58%;
                                            left: 70%;
                                            right: auto;
                                        }
                                        
                                        .all4 {
                                            top: 71%;
                                            left: 73%;
                                            right: auto;
                                        }
                                        
                                        .all5 {
                                            top: 82.5%;
                                            left: 61.5%;
                                            right: auto;
                                        }
                                        
.all6 {
    top: 82.5%;
    left: 14.5%;
    right: auto;
}
                                        
                                        .all7 {
    top: 71%;
    left: 3%;
    right: auto;
                                        }
                                        
                                        .all8 {
                                            top: 58%;
                                            left: 5%;
                                            right: auto;
                                        }
                                            .all9 {
                                            top: 86%;
                                            left: 0;
                                            right: 0;
                                                margin:0 auto;
                                        }
                                        
                                        .product_all {
                                            width: 53%;
                                            top: 61.5%;
                                            left: 0;
                                            right: 0;
                                            margin: auto;
                                        }
                                        /* sec14 */
                                        /* sec15 */
                                        
                                        .title2 {
                                            width: 80%;
                                            top: 6%;
                                        }
                                        /* sec15 */
                                        /* sec16 */
                                        
                                        .cv_btn2 {
                                            width: 88%;
                                            top: 53%;
                                        }
                                        
                                        .kingaku {
    width: 52%;
    top: 39.5%;
    left: 39%;
    right: auto;
    z-index: 2;                                            
                                        }
                                            .kingaku_re {
                                            width: 52%;
                                                top: 72.5%;
                                                left: 39%;
                                                right: auto;
                                                z-index: 2;
                                                                                    }
    .kingaku_line {
    width: 0%;
    top: 43.6%;
    left: 37.5%;
    right: auto;
    height: 3.5%;
    background: #FFF991;
}
    .kingaku_line_re {
width: 0%;
top: 80.1%;
left: 37.5%;
right: auto;
height: 6.7%;
background: #FFF991;
}
                                        /* sec16 */
                                        /* sec17 */
                                        
                                        .cv_btn3 {
                                            width: 90%;
                                            top: 74%;
                                        }
                                        /* sec17 */
                                        /* amnimation 拡大 */
                                        
                                        .fadeUp1 {
                                            animation-name: fadeUpAnime1;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime1 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大*/
                                        /* amnimation 拡大B_1 */
                                        
                                        .fadeUp_b1 {
                                            animation-name: fadeUpAnime_b1;
                                            animation-duration: 1s;
                                            animation-delay: 0s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_b1 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_b1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大B_1*/
                                        /* amnimation 拡大B_2 */
                                        
                                        .fadeUp_b2 {
                                            animation-name: fadeUpAnime_b2;
                                            animation-duration: 0.5s;
                                            animation-delay: 0.3s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_b2 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_b2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大B_1*/
                                        /* amnimation 拡大B_3 */
                                        
                                        .fadeUp_b3 {
                                            animation-name: fadeUpAnime_b3;
                                            animation-duration: 0.5s;
                                            animation-delay: 0.6s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_b3 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_b3 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大B_3*/
                                        /* amnimation 拡大Badd1 */
                                        
                                        .fadeUp_badd1 {
                                            animation-name: fadeUpAnime_badd1;
                                            animation-duration: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_badd1 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_badd1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大Badd1*/
                                        /* amnimation 拡大Badd2 */
                                        
                                        .fadeUp_badd2 {
                                            animation-name: fadeUpAnime_badd2;
                                            animation-duration: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_badd2 {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_badd2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大Badd2*/
                                        /* amnimation 拡大kakeru */
                                        
                                        .fadeUp_kakeru {
                                            animation-name: fadeUpAnime_kakeru;
                                            animation-duration: 0.5s;
                                            animation-delay: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_kakeru {
                                            from {
                                                opacity: 0;
                                                transform: scale(0);
                                            }
                                            to {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_kakeru {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大kakeru */
                                        /* amnimation 拡大C */
                                        
                                        .fadeUp_c {
                                            animation-name: fadeUpAnime_c;
                                            animation-duration: 1s;
                                            animation-delay: 0.5s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_c {
                                            0% {
                                                opacity: 0;
                                                transform: translateY(150px);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: translateY(0px);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_c {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大C */
                                        /* amnimation 拡大D1 */
                                        
                                        .fadeUp_d1 {
                                            animation-name: fadeUpAnime_d1;
                                            animation-duration: 1s;
                                            animation-delay: 0s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_d1 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_d1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大D1 */
                                        /* amnimation 拡大D2 */
                                        
                                        .fadeUp_d2 {
                                            animation-name: fadeUpAnime_d2;
                                            animation-duration: 1s;
                                            animation-delay: 0.3s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_d2 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_d2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大D2 */
                                        /* amnimation 拡大D3 */
                                        
                                        .fadeUp_d3 {
                                            animation-name: fadeUpAnime_d3;
                                            animation-duration: 1s;
                                            animation-delay: 0.6s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_d3 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_d3 {
                                            opacity: 0;
                                        }
                                        /* amnimation 拡大D3 */
                                        /* amnimation 手の動きDadd1 */
                                        
                                        .fadeUp_dadd1 {
                                            animation-name: fadeUpAnime_dadd1;
                                            animation-duration: 1s;
                                            animation-delay: 0.3s;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                        }
                                        
                                        @keyframes fadeUpAnime_dadd1 {
                                            0% {
                                                opacity: 1;
                                                transform: rotate(-20deg);
                                                transform-origin: bottom right 0;
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: rotate(0deg);
                                                transform-origin: bottom right 0;
                                            }
                                        }
                                        
                                        .fadeUpTrigger_dadd1 {
                                            opacity: 0;
                                        }
                                        /* amnimation 手の動きDadd1 */
                                        /* amnimation 手の動きDadd2 */
                                        
                                        .fadeUp_dadd2 {
                                            animation-name: fadeUpAnime_dadd2;
                                            animation-duration: 1s;
                                            animation-delay: 0.6s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_dadd2 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_dadd2 {
                                            opacity: 0;
                                        }
                                        /* amnimation 手の動きDadd1 */
                                        /* amnimation もちもち */
                                        
                                        @keyframes fadeUpAnime_mochiri {
                                            0% {
                                                transform: scale(1, 0.9);
                                            }
                                            20% {
                                                transform: scale(0.9, 1.1);
                                            }
                                            90% {
                                                transform: scale(1, 1);
                                            }
                                            100% {
                                                transform: scale(1, 0.9);
                                            }
                                        }
                                        /* amnimation もちもち */
                                        /* amnimation 起き上がりE */
                                        
                                        .fadeUp_e {
                                            animation-name: fadeUpAnime_e;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_e {
                                            0% {
                                                opacity: 0;
                                                transform: rotate(-45deg);
                                                transform-origin: bottom left 0;
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: rotate(0deg);
                                                transform-origin: bottom left 0;
                                            }
                                        }
                                        
                                        .fadeUpTrigger_e {
                                            opacity: 0;
                                        }
                                        /* amnimation 起き上がりE */
                                        /* amnimation 3D回転F */
                                        
                                        .fadeUp_f {
                                            animation-name: fadeUpAnime_f;
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        @keyframes fadeUpAnime_f {
                                            0% {
                                                opacity: 0;
                                                transform: rotateY(90deg);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: rotate(0deg);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_f {
                                            opacity: 0;
                                        }
                                        /* amnimation 3D回転F */
                                        /* amnimation 円形の中心の商品 F ADD */
                                        
                                        .fadeUp_faall {
                                            animation-name: fadeUpAnime_faall;
                                            animation-duration: 1.2s;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                            transform: scale(0.6);
                                        }
                                        
                                        @keyframes fadeUpAnime_faall {
                                            0% {
                                                opacity: 1;
                                                transform: scale(0.6);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_fall {
                                            opacity: 1;
                                        }
                                        /* amnimation 円形の中心の商品 F ADD */
                                        /* amnimation CVの文言 KINKGAKU */
                                        
                                        .fadeUp_kingaku {
                                            animation-name: fadeUpAnime_kingaku;
                                            animation-duration: 0.5s;
                                            animation-fill-mode: forwards;
                                            transform: scale(1.3);
                                            opacity: 1;
                                        }
                                        
                                        @keyframes fadeUpAnime_kingaku {
                                            0% {
                                                opacity: 1;
                                                transform: scale(1.3);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_line {
                                            opacity: 1;
                                        }
                                        /* amnimation CVの文言 KINKGAKU */
                                        /* amnimation CVの下線 LINE */
                                        
                                        .fadeUp_line {
                                            animation-name: fadeUpAnime_line;
                                            animation-duration: 1.5s;
                                            animation-delay: 0.5;
                                            animation-fill-mode: forwards;
                                            opacity: 1;
                                        }
                                        
                                        @keyframes fadeUpAnime_line {
                                            0% {
                                                opacity: 1;
                                                width: 0;
                                            }
                                            100% {
                                                opacity: 1;
                                                width: 54.7%;
                                            }
                                        }
                                        
                                        .fadeUpTrigger_line {
                                            opacity: 1;
                                        }
                                        /* amnimation CVの下線 LINE */
                                        /* amnimation 円形gifの文言 GUIGUI */
                                        
                                        @keyframes fadeUpAnime_guigui {
                                            0% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                            20% {
                                                opacity: 1;
                                                transform: scale(0.9);
                                            }
                                            40% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                            80% {
                                                opacity: 1;
                                                transform: scale(0.9);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_guigui {
                                            opacity: 1;
                                        }
                                        /* amnimation 円形gifの文言 GUIGUI */
                                        /* amnimation 円形に出てくる F ADD */
                                        
                                        .fadeUp_fa1,
                                        .fadeUp_fa2,
                                        .fadeUp_fa3,
                                        .fadeUp_fa4,
                                        .fadeUp_fa5,
                                        .fadeUp_fa6,
                                        .fadeUp_fa7,
                                        .fadeUp_fa8,
                                        .fadeUp_fa9{
                                            animation-duration: 1s;
                                            animation-fill-mode: forwards;
                                            opacity: 0;
                                        }
                                        
                                        .fadeUp_fa1 {
                                            animation-name: fadeUpAnime_fa1;
                                            animation-delay: 0.4s;
                                        }
                                        
                                        .fadeUp_fa2 {
                                            animation-name: fadeUpAnime_fa2;
                                            animation-delay: 0.6s;
                                        }
                                        
                                        .fadeUp_fa3 {
                                            animation-name: fadeUpAnime_fa3;
                                            animation-delay: 0.8s;
                                        }
                                        
                                        .fadeUp_fa4 {
                                            animation-name: fadeUpAnime_fa4;
                                            animation-delay: 1s;
                                        }
                                        
          	                            .fadeUp_fa9 {
                                            animation-name: fadeUpAnime_fa9;
                                            animation-delay: 1.2s;
                                        }
                                        
                                        .fadeUp_fa5 {
                                            animation-name: fadeUpAnime_fa5;
                                            animation-delay: 1.4s;
                                        }
                                        
                                        .fadeUp_fa6 {
                                            animation-name: fadeUpAnime_fa6;
                                            animation-delay: 1.6s;
                                        }
                                        
                                        .fadeUp_fa7 {
                                            animation-name: fadeUpAnime_fa7;
                                            animation-delay: 1.8s;
                                        }
                                        
                                        .fadeUp_fa8 {
                                            animation-name: fadeUpAnime_fa8;
                                            animation-delay: 2.0s;
                                        }
                                        .fadeUp_fa9 {
                                            animation-name: fadeUpAnime_fa9;
                                            animation-delay: 2.0s;
                                        }
                                        
                                        @keyframes fadeUpAnime_fa1 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa2 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa3 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa4 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa5 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa6 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa7 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        @keyframes fadeUpAnime_fa8 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        @keyframes fadeUpAnime_fa9 {
                                            0% {
                                                opacity: 0;
                                                transform: scale(1);
                                            }
                                            50% {
                                                opacity: 1;
                                                transform: scale(1.1);
                                            }
                                            100% {
                                                opacity: 1;
                                                transform: scale(1);
                                            }
                                        }
                                        
                                        .fadeUpTrigger_fa1,
                                        .fadeUpTrigger_fa2,
                                        .fadeUpTrigger_fa3,
                                        .fadeUpTrigger_fa4,
                                        .fadeUpTrigger_fa5,
                                        .fadeUpTrigger_fa6,
                                        .fadeUpTrigger_fa7,
                                        .fadeUpTrigger_fa8,
                                        .fadeUpTrigger_fa9 {
                                            opacity: 0;
                                        }
                                        /* amnimation 円形に出てくる F ADD */
                                        
                                        .ytp-watermark {
                                            display: none !important;
                                        }
                                   

/* フォームの修正css  */
#lp-form {
    font-size: 12px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    width: 100%;
    max-width: 980px;
    overflow: scroll;
    margin:0 auto;
}
/* フォームの修正css  */
/* フォーム下の共通部分のcss  */
#form_under,#foot-lp{
    width:100%;
    max-width:1040px;
    margin:0 auto;
}
#faq{
display:none;}

.SectionKimieInfo .SectionTitle {
    font-weight: bold;
    color: #333;
    font-size: 15px;
    font-size: 1rem;
}
.SectionKimieInfo .SectionSubTitle {
    background: #e9e9e9;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 1% 0 3% 0;
    padding: 1% 0;
    font-size: 14px;
    font-size: 1rem;
}
.SectionKimieInfo p {
    margin: 0 0 3% 0;
    line-height: 135%;
    font-size: 13px;
    font-size: 0.8rem;
}
.BlockCommonGuide .GuideTitle {
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    border-top: 1px solid #868686;
}
.BlockCommonGuide .GuideText {
    padding: 0 10px 10px;
    font-size: 13px;
    font-size: 0.8rem;
    line-height: 135%;
}
.mark-wrap p:nth-of-type(2) {
    width: 100%;
    vertical-align: top;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
img.pry-m {
    width: 33%;
    margin-left: 30%;
}
.mark-wrap p:nth-of-type(1) img {
    width: 64%;
    margin: 0 auto;
    margin-bottom: 5%;
}
@media only screen and (min-width: 640px) {
    .mark-wrap p:nth-of-type(1) img{
        width:300px;
    }
    img.jadma{
    width:150px;}
}
.SectionKimieInfo .SectionTitle{
    margin-top:15px;
}
/*
h4.landing_form_label_ec{
    max-width:852px;
    margin:0 auto;
}
*/

/* フォーム下の共通部分のcss  */
    #footer_pc,#form_under,#lp-form{
    width:100%;
    max-width:640px !important;
    margin:0 auto;
}
    #js-main-movie_sp video{
        width: 95%;
}
}
/* MAIN_SP  */



/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__area {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  margin-top: 50px;
}
#lpfooter .footer__link {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 2em;
  width: 100%;
}
#lpfooter .footer__link li {
  display: inline-block;
  padding-left: 16px;
  font-size: 18px;
  color: #401200;
}
#lpfooter .footer__link li:after {
  content: "";
  border-right: 1px solid #401200;
  display: inline-block;
  padding-left: 16px;
  height: 1.2em;
  vertical-align: middle;
}
#lpfooter .footer__link li:last-child:after {
  content: "";
  padding-left: 0;
  border:none;
}
#lpfooter #copy {
  text-align: center;
  width: 100%;
  background: #401200;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
#lpfooter a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
}

.fl_pc {
    width: 100%;
    max-width: 600px;
    position: fixed;
    bottom: 1%;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    transition: all 1s ease-out;
}
.fl_pc img{
  width: 100%;
}
/*.floating {
	display: none;
}
*/
@media only screen and (min-width: 1000px) {
.sec4{
    display:none;
}
.sec5{
    display:none;
}
.sec10{
    display:none;
}
}


    /* amnimation 起き上がりE2 */    
    .bg_how03 .fadeUp_e,
    .bg_how03_sp .fadeUp_e{
        animation-name: fadeUpAnime_e;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
        animation-delay: 1s;
    }
.fadeUpTrigger_e1.fadeUp_e{
            animation-delay: 0.5s;
}
.fadeUpTrigger_e2.fadeUp_e{
            animation-delay: 1s;
}
    
    @keyframes fadeUpAnime_e {
        0% {
            opacity: 0;
            transform: rotate(-45deg);
            transform-origin: bottom left 0;
        }
        100% {
            opacity: 1;
            transform: rotate(0deg);
            transform-origin: bottom left 0;
        }
    }
    
    .fadeUpTrigger_e {
        opacity: 0;
    }
    /* amnimation 起き上がりE2 */
