@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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




.font,
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #333;
    font-size: 3.4666666667vw;
}

* {
    outline: none;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-feature-settings: "palt" on;
}html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #fff;
}h1,
h2 {
    position: relative;
    font-weight: 700;
}*:focus {
    outline: none;
}p a {
    word-break: break-all;
    text-decoration: underline;
}sup {
    vertical-align: top;
    font-size: 50%;
}sub {
    vertical-align: baseline;
    font-size: 50%;
}em,
b,
strong,
th {
    font-weight: 700;
}a {
    color: #333;
    cursor: pointer;
    transition: opacity 0.3s;
}figcaption,
small {
    font-size: 2.6666666667vw;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    font: inherit;
    outline: none;
    max-width: 100%;
    box-sizing: border-box;
}textarea {
    resize: vertical;
}input[type=checkbox],
input[type=radio] {
    display: none;
}input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}select::-ms-expand {
    display: none;
}.adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    overflow: hidden;
}.adlp-wrapper * {
    max-width: 100%;
    box-sizing: border-box;
}.adlp-wrapper table,
    .adlp-wrapper .adlp-form,
    .adlp-wrapper .cv__box,
    .adlp-wrapper .sec-subsc__box,
    .adlp-wrapper .sec02__row,
    .adlp-wrapper .sec03__row,
    .adlp-wrapper .sec04__box,
    .adlp-wrapper .sec05__inner,
    .adlp-wrapper .sec07__box,
    .adlp-wrapper .sec08__row,
    .adlp-wrapper .sec09__row,
    .adlp-wrapper .sec10__box,
    .adlp-wrapper .sec11__inner {
    max-width: 100%;
    overflow-x: hidden;
}

.w100 {
    width: 100% !important;
    display: block;
    max-width: 100%;
}.w50 {
    width: 53%;
    display: block;
    max-width: 53%;
    margin: 0 auto 11px;
}.center {
    text-align: center;
}
.adlp-main {
    padding-top: 0;
}.adlp-footer {
    background: #f6f6f6;
    padding: 9.3333333333vw 0 34.4vw;
}

.adlp-footer__menu {
    line-height: 180%;
    letter-spacing: 0.12em;
    color: #4f4f4f;
    text-decoration: underline;
    text-align: center;
    font-size: 3.2vw;
}.adlp-footer__menu__wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
    gap: 4vw;
}
.adlp-footer__menu:hover {
    text-decoration: none;
}.adlp-footer__text {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    text-align: center;
    font-size: 2.4vw;
    margin: 7.7333333333vw auto 0;
}

.adlp-floating {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    width: 100%;
    padding: 3.3333333333vw 0;
}

.adlp-floating .adlp-btn {
    margin: 0 auto;
    width: 74.6666666667vw;
    height: 16vw;
}

.adlp-floating .adlp-btn p {
    line-height: 180%;
    font-size: 4.8vw;
}

.adlp-floating .adlp-btn.--cv::after {
    width: 2vw;
    height: 3.7333333333vw;
    right: 3.6vw;
}

.adlp-accordion {
    background: #f0f5fa;
}.adlp-accordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    width: 84vw;
    margin: 7.3333333333vw auto 0;
}

.adlp-accordion__header {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    line-height: 180%;
    color: #20538f;
    padding: 5.3333333333vw 9.3333333333vw 5.3333333333vw 5.0666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.12em;
}

.adlp-accordion__header .--lead {
    background: #3d82b4;
    color: #ffffff;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.4666666667vw;
    margin-right: 2.6666666667vw;
    width: 6vw;
    height: 6vw;
}

.adlp-accordion__header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
}

.adlp-accordion__header.--open::after {
    transform: translateY(-50%) rotate(180deg);
}.adlp-accordion__header.--open::before {
    opacity: 0;
}.adlp-accordion__header.--plus::before {
    content: "";
    display: block;
    background-image: none;
    background: #8c9eb7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    height: 4.6666666667vw;
    width: 0.5333333333vw;
    right: 7.1333333333vw;
}

.adlp-accordion__header.--plus::after {
    background-image: none;
    background: #8c9eb7;
    transform: translate(0, -50%);
    width: 4.6666666667vw;
    height: 0.5333333333vw;
    right: 5.0666666667vw;
}

.adlp-accordion__body {
    display: none;
}.adlp-accordion__body__inner {
    display: flex;
    align-items: flex-start;
    line-height: 180%;
    color: #4f4f4f;
    padding: 0 5.0666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.12em;
}

.adlp-accordion__body__inner .--lead {
    font-size: min(3.7037037037vw, 40px);
    margin-right: 2.6666666667vw;
}

.js-toggle {
    cursor: pointer;
}.js-toggle+* {
    display: none;
}.adlp-head {
    text-align: center;
}.adlp-head .text01 {
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    color: #8c9eb7;
    text-align: center;
    font-size: 6.4vw;
}

.adlp-head .text02 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 8.5333333333vw;
}

.sec12 {
    padding: 13.3333333333vw 0;
}

.bold {
    font-weight: bold;
}.sans-serif {
    font-family: "Noto Sans JP", sans-serif;
}.serif {
    font-family: "Noto Serif JP", serif;
}.poppins {
    font-family: "Poppins", sans-serif;
}.adlp-btn {
    background: linear-gradient(180deg, #1be06d 0%, #07b450 70%);
    border-radius: min(1.1111111111vw, 12px);
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 74.6666666667vw;
    height: 16vw;
}.adlp-btn__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}

.adlp-btn__text {
    text-align: center;
}

.adlp-btn p {
    text-align: center;
    z-index: 1;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 4.8vw;
}

.adlp-btn p span {
    line-height: 120%;
}.adlp-btn p span.text01 {
    font-size: 2.6666666667vw;
}

.adlp-btn p span.text02 {
    font-size: 3.7333333333vw;
}

.adlp-btn.--cv::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M0.393079 19.8867C0.511711 19.9709 0.644908 20.0094 0.778372 19.9981C0.911837 19.9868 1.04053 19.9262 1.15064 19.8227L10.6843 10.8222C10.7817 10.7302 10.8613 10.6073 10.9163 10.4642C10.9713 10.321 11 10.1618 11 10.0002C11 9.83858 10.9713 9.67937 10.9163 9.53621C10.8613 9.39304 10.7817 9.27018 10.6843 9.17815L1.15064 0.177672C1.04061 0.0738593 0.911863 0.0130684 0.778322 0.00188186C0.644781 -0.00930471 0.511541 0.0295393 0.393028 0.114208C0.274515 0.198877 0.175245 0.326143 0.105968 0.482228C0.0366905 0.638313 4.51626e-05 0.817268 9.96127e-09 0.999715V19.0007C-2.20501e-05 19.1832 0.0365968 19.3623 0.105887 19.5185C0.175178 19.6747 0.274497 19.802 0.393079 19.8867Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2vw;
    height: 3.7333333333vw;
    right: 3.6vw;
}

.adlp-btn.--cv::before {
    position: absolute;
    top: -200%;
    left: -150%;
    content: "";
    height: 500%;
    width: 70px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    transform: rotate(60deg);
    animation: 3s shine infinite linear;
}@keyframes shine {
    0% {
        left: -80%;
}80% {
    left: 150%;
}100% {
    left: 150%;
}}

.adlp-btn.--cv:hover {
    filter: brightness(125%);
}.adlp-btn.--free {
    padding-left: min(0.8333333333vw, 9px);
}.adlp-btn.--free::before {
    content: "無料";
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    color: #1883ec;
    font-weight: 700;
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    font-size: 3.7333333333vw;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
}

.sec-subsc .sec-subsc__head {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: 500;
    text-align: center;
    position: relative;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/subsc_head.svg);
    height: 28.9333333333vw;
    padding-top: 7.8vw;
}

.sec-subsc .sec-subsc__head__sub {
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    display: block;
    font-size: 4.2666666667vw;
}

.sec-subsc .sec-subsc__head__main {
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #20538f;
    display: block;
    font-size: 5.8vw;
}

.sec-subsc .sec-subsc__head__main .large {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 6.4vw;
}

.sec-subsc .sec-subsc__body {
    margin-bottom: 48px;
    padding: 2.5333333333vw 0 10.6666666667vw;
}

.sec-subsc .sec-subsc__title {
    text-align: center;
}.sec-subsc .sec-subsc__title__sub {
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    display: block;
    width: fit-content;
    border-bottom: solid 1px #3d82b4;
    margin: 0 auto;
    font-size: 4.8vw;
    padding-bottom: 0.8vw;
}.sec-subsc__title__sub .small {
    font-size: 15px;
}

.sec-subsc .sec-subsc__title__main {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    display: block;
    font-size: 8.5333333333vw;
}

.sec-subsc .sec-subsc__balloon {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ec7fa9;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/subsc_balloon.svg);
    width: 92vw;
    height: 27.0666666667vw;
    padding-top: 1.6vw;
    margin: 4.9333333333vw auto 0.1333333333vw;
    font-size: 3.4666666667vw;
}

.sec-subsc .sec-subsc__balloon .bold {
    font-weight: 700;
}.sec-subsc .sec-subsc__balloon .large {
    letter-spacing: 0.02em;
    font-size: 4.8vw;
    line-height: 140%;
}

.sec-subsc .sec-subsc__row {
    display: flex;
    justify-content: space-between;
    width: 92vw;
    margin: 0 auto 1.4666666667vw;
    flex-wrap: wrap;
}

.sec-subsc .sec-subsc__box {
    text-align: center;
    width: 23.3333333333vw;
}

.sec-subsc .sec-subsc__box.--box03 {
    width: 42.1333333333vw;
}.box-body.--box03 {
    background: linear-gradient(155deg, #d6e7f3 0%, #f5fafd 44.12%, #d6e7f3 100%);
}

.sec-subsc .sec-subsc__box.--box03 .box-body {
    border: none;
}

.sec-subsc .sec-subsc__box .box-head {
    background-color: #20538f;
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.02em;
    font-size: 3.4666666667vw;
}

.sec-subsc .sec-subsc__box .box-head .num {
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 5.3333333333vw;
}

.sec-subsc .sec-subsc__box .box-body {
    border: solid min(0.1851851852vw, 2px) #9dc3e1;
    border-top: none;
    height: 73.3333333333vw;
    padding-top: 3.4666666667vw;
}

.sec-subsc .sec-subsc__box .image {
    margin-bottom: 8px;
}.sec-subsc .sec-subsc__box .box-body .copy {
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #3d82b4;
    font-size: 3.4666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .unit {
    width: fit-content;
    margin: 1.4666666667vw auto 3.7333333333vw;
}

.sec-subsc .sec-subsc__box .box-body .unit.--unit01 .image {
    margin: 0 auto;
    width: 8vw;
}

.sec-subsc .sec-subsc__box .box-body .unit.--unit02 .image {
    width: 23.4666666667vw;
    margin: 0.2666666667vw auto 2.5333333333vw;
}

.sec-subsc .sec-subsc__box .box-body .text {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    font-size: 2.4vw;
    margin-top: 2.2666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .price {
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    font-size: 5.3333333333vw;
}

.sec-subsc .sec-subsc__box .box-body .price .yen {
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.02em;
    font-size: 3.4666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .price .tax {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 2.4vw;
    text-align: right;
    display: block;
    margin: -2vw 4vw 0 0;
}

.sec-subsc .sec-subsc__box .box-body .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    gap: 0 4vw;
    margin-left: 2.6666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .row::before {
    content: "+";
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.12em;
    color: #ec7fa9;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5.3333333333vw;
    left: 10.6666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .row .unit {
    margin: 1.4666666667vw 0 1.6vw;
}

.sec-subsc .sec-subsc__box .box-body .row02 {
    display: flex;
    align-items: center;
    gap: 1.2vw;
    margin-left: 4vw;
}

.sec-subsc .sec-subsc__box .box-body .text02 {
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    text-align: center;
    font-size: 3.4666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .medal {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/subsc_medal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    color: #988360;
    font-weight: 500;
    width: 15.0666666667vw;
    height: 15.0666666667vw;
    padding-top: 1.4666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .medal .size01 {
    font-weight: 400;
    line-height: 150%;
    display: block;
    font-size: 2.4vw;
    margin-bottom: -0.4vw;
}

.sec-subsc .sec-subsc__box .box-body .medal .size02 {
    line-height: 100%;
    letter-spacing: min(0.0481481481vw, 0.52px);
    font-size: 5.0666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .medal .size03 {
    line-height: 100%;
    letter-spacing: min(0.0333333333vw, 0.36px);
    font-size: 3.4666666667vw;
}

.sec-subsc .sec-subsc__box .box-body .medal .size04 {
    line-height: 100%;
    letter-spacing: 0.32px;
    display: block;
    font-size: 3.2vw;
    margin-top: -0.8vw;
}

.sec-subsc .sec-subsc__text {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    color: #ffffff;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    padding: 0.8vw 0 0.9333333333vw;
    width: 92vw;
}

.sec-subsc .sec-subsc__text .large {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 6.4vw;
}

.cv {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_bg.jpg);
    padding: 12.2666666667vw 0 10.6666666667vw;
}

.cv .cv__box {
    border: min(0.1851851852vw, 2px) solid #faeac3;
    background-color: #fff;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_box_bg.png);
    background-size: 70.1333333333vw auto;
    background-position: left 0.2666666667vw top -2.9333333333vw;
    width: 89.3333333333vw;
    padding: 6vw 7.3333333333vw 9.3333333333vw;
    z-index: 1;
    overflow: visible;
}

.cv .cv__box::before {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_img01.png) no-repeat center top;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 54.1333333333vw;
    height: 73.6vw;
    top: -8vw;
    left: -5.3333333333vw;
    z-index: 10;
}.cv .cv__box::before img {
    width: 100%;
    height: auto;
}

.cv .cv__box::after {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/pc/cv_img02.png) no-repeat left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
    width: 13.2vw;
    height: 16.9333333333vw;
    top: -11.3333333333vw;
    right: -0.8vw;
}

.cv .cv__main {
    width: fit-content;
    margin-left: 21.0666666667vw;
}

.cv .cv__title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_ribbon.svg);
    width: 57.8666666667vw;
    height: 13.7333333333vw;
    padding-top: 1.6vw;
    font-size: 4.2666666667vw;
}

.cv .cv__title .min {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 2.4vw;
}

.cv .cv__price {
    width: fit-content;
    position: relative;
    margin: -0.6666666667vw auto;
}

.cv .cv__price .text {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    font-size: 3.4666666667vw;
}

.cv .cv__price .pink {
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    font-size: 11.2vw;
}

.cv .cv__price .comma {
    line-height: 170%;
    letter-spacing: 0.02em;
    font-size: 5.8666666667vw;
}

.cv .cv__price .yen {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 6.9333333333vw;
}

.cv .cv__price .tax {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    position: absolute;
    font-size: 2.4vw;
    top: 3.8666666667vw;
    right: -1.6vw;
}

.cv .cv__data__list {
    display: flex;
    justify-content: center;
    gap: 0 0.5333333333vw;
}

.cv .cv__data__list .data {
    border: solid 1px #20538f;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #20538f;
    padding: 2vw 2.5333333333vw;
    font-size: 2.4vw;
}

.cv .cv__data__list.--data__list01 .data:nth-child(1) {
    background: #20538f;
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.02em;
    padding: 0.6666666667vw 2.5333333333vw;
    font-size: 3.4666666667vw;
}

.cv .cv__data__list.--data__list02 .data {
    line-height: 150%;
    letter-spacing: 0.02em;
    width: 37.0666666667vw;
    font-size: 2.9333333333vw;
    padding: 2.2666666667vw 0;
}

.cv .cv__note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    font-size: 2.4vw;
}

.cv .cv__note.--note01 {
    text-align: right;
    margin: 1.4666666667vw min(3.7037037037vw, 40px) 7.4666666667vw 0;
}

.cv .cv__note.--note02 {
    margin: 4vw auto 5.3333333333vw;
}.cv .cv__note.--note02.--margin0 {
    margin: min(2.037037037vw, 22px) auto 0;
}

.cv .adlp-btn {
    width: 74.6666666667vw;
    height: 16vw;
    margin: 0 auto;
}

.cv .cv__link {
    line-height: 180%;
    letter-spacing: 0.12em;
    text-decoration: underline;
    color: #3d82b4;
    display: block;
    width: fit-content;
    font-size: 3.7333333333vw;
    margin: 0 auto 3.3333333333vw;
}

.cv .cv__link:hover {
    text-decoration: none;
}.fv {
    position: relative;
}.fv .fv__main {
    margin: 0 auto;
    width: 100%;
}

.sec01 .sec-subsc__body {
    padding-bottom: 0;
    position: relative;
    z-index: 5;
}.sec01 .sec01__foot {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec01_bg.png);
    background-size: 100vw auto;
    height: 90.6666666667vw;
    margin-top: -5.3333333333vw;
}

.sec01 .sec01__inner {
    margin: 0 auto;
    width: 100%;
    padding: 27.4666666667vw 0 0 5.3333333333vw;
}

.sec01 .sec01__text {
    width: 44.4vw;
    font-size: 3.4666666667vw;
    line-height: 180%;
    letter-spacing: 0.12em;
}

.sec01 .sec01__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec02 {
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec02_bg.png), linear-gradient(341deg, #e5f1fe -1.49%, #fff 55.81%);
    background-size: 100vw auto, 100% auto;
    padding: 4vw 0 10vw;
}

.sec02 .sec02__title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
}.sec02 .sec02__title .sec02__title__sub {
    border: solid min(0.1851851852vw, 2px) #3d82b4;
    width: fit-content;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    display: block;
    position: absolute;
    padding: 0 11.8666666667vw;
    font-size: 4.8vw;
    top: 6.2666666667vw;
    right: 0;
}

.sec02 .sec02__title .sec02__title__main {
    display: block;
}.sec02 .sec02__title .sec02__title__main .num {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.034em;
    font-size: 26.6666666667vw;
    margin-right: 0.9333333333vw;
}

.sec02 .sec02__title .sec02__title__main .text {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 13.3333333333vw;
}

.sec02 .sec02__row {
    margin: 0 auto;
    display: flex;
    width: 84vw;
    gap: 2.6666666667vw;
}

.sec02 .sec02__row+.sec02__row {
    border-top: 1px solid #8c9eb7;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
}
.sec02 .sec02__row.--row01 .sec02__row__body {
    margin-top: 0;
}
.sec02 .sec02__row.--row03 .sec02__row__body {
    margin-top: 0;
}

.sec02 .sec02__row__head {
    width: 20.5333333333vw;
}

.sec02 .sec02__row__head .icon {
    background: linear-gradient(152deg, #d8f0fb 15.09%, #9dc3e1 67.87%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20.5333333333vw;
    height: 20.5333333333vw;
}

.sec02 .sec02__row__head .inr {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 3.4666666667vw;
}

.sec02 .sec02__row__head .num {
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    font-size: 8.5333333333vw;
    margin-top: -2.6666666667vw;
}

.sec02 .sec02__row__body .copy .size01 {
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    font-size: 3.4666666667vw;
}

.sec02 .sec02__row__body .copy .size02 {
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
    font-size: 6.4vw;
}

.sec02 .sec02__row__body .copy .size03 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
    font-size: 8.5333333333vw;
    margin: 19.0666666667vw auto 0;
}

.sec02 .sec02__row__body .box {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    font-size: 3.4666666667vw;
    line-height: 140%;
    text-align: left;
    width: 56.5333333333vw;
    padding: 1.4666666667vw 1.3333333333vw;
    margin: 4vw 0 0;
}

.sec02 .sec02__row__body .box::after {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec02_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 20.5333333333vw;
    height: 23.8666666667vw;
    top: -5.6vw;
    right: -4.2666666667vw;
}

.sec02 .sec02__link {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-decoration: underline;
    color: #666666;
    display: block;
    width: fit-content;
    font-size: 2.9333333333vw;
    margin: 2.9333333333vw auto 0;
}

.sec02 .sec02__link:hover {
    text-decoration: none;
}.sec02 .sec02__more {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='502' height='82' viewBox='0 0 502 82' fill='none'%3E%3Cpath d='M1 1L251 81L501 1' stroke='%235394DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L251 81L501 1' stroke='url(%23paint0_linear_10520_847)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10520_847' x1='251' y1='1' x2='251' y2='81' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAEEF5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    font-size: 4.8vw;
    width: 66.9333333333vw;
    height: 10.9333333333vw;
    margin: 6vw auto 4.6666666667vw;
}

.sec02 .sec02__box {
    background: rgba(61, 130, 180, 0.6);
    margin: 0 auto;
    width: 84vw;
    padding: 1.2vw;
}

.sec02 .sec02__box .inr {
    border: 1px solid #fff;
    padding: 3.3333333333vw 0 4.5333333333vw;
}

.sec02 .sec02__box .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4vw;
}

.sec02 .sec02__box .circle {
    background: #fff;
    border-radius: 50%;
    line-height: 130%;
    letter-spacing: 0.12em;
    color: #8c9eb7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17.6vw;
    height: 17.6vw;
    font-size: 2.9333333333vw;
}

.sec02 .sec02__box .copy {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    width: fit-content;
    font-size: 6.9333333333vw;
}

.sec02 .sec02__box .copy::after {
    content: "";
    background: #fff;
    height: 1px;
    display: block;
    width: 94%;
    margin-top: 0.6666666667vw;
}

.sec02 .sec02__box .text {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    font-size: 3.4666666667vw;
    margin-top: 0.4vw;
}

.sec03 {
    background-repeat: no-repeat;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec03_bg.png);
    background-size: 100vw auto;
    background-position: center top;
    padding: 12vw 0;
}

.sec03 .sec03__row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: min(3.7037037037vw, 40px);
}

.sec03 .sec03__col {
    width: fit-content;
    margin: 0 auto;
}

.sec03 .sec03__text {
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: auto;
    gap: 0.6666666667vw;
    margin-bottom: 4vw;
}

.sec03 .sec03__text .text01 {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    display: block;
    font-size: 4.2666666667vw;
}

.sec03 .sec03__text .text02 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    display: block;
    font-size: 7.4666666667vw;
}

.sec03 .sec03__img {
    margin: 0 auto;
}.sec03 .sec03__img.--img01 {
    width: 95.8666666667vw;
}

.sec03 .sec03__img.--img02 {
    width: 89.3333333333vw;
}

.sec04 .sec04__head {
    background-repeat: no-repeat;
    margin-top: 12px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec04_map.png);
    background-size: 100vw 47.3333333333vw;
    background-position: center top 5.8666666667vw;
    padding: 12.3333333333vw 0 6.6666666667vw;
}

.sec04 .sec04__title {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 90%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 25px;
    font-size: 6.9333333333vw;
    line-height: 140%;
}

.sec04 .sec04__title .large {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 8.5333333333vw;
}

.sec04 .sec04__lead {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 4.8vw;
    margin: 7.3333333333vw auto 4vw;
}

.sec04 .sec04__text {
    line-height: 180%;
    margin: 0 auto;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    width: 84vw;
}

.sec04 .sec04__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec04 .sec04__body {
    background-repeat: no-repeat, no-repeat;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec04_bg01.png), url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec04_bg02.png);
    background-size: 100vw auto, 100vw auto;
    background-position: center bottom, center top;
    padding: 5.7333333333vw 0 8.5333333333vw;
}

.sec04 .sec04__box {
    border: 1px solid #e3d1a4;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
    width: 92vw;
    padding: 11.3333333333vw 0 7.3333333333vw;
}

.sec04 .sec04__balloon {
    background-color: #9dc3e1;
    border-radius: min(4.6296296296vw, 50px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.4666666667vw;
    padding: 1.4666666667vw 6.4vw;
    top: -5.6vw;
}

.sec04 .sec04__balloon::after {
    content: "";
    background: #9dc3e1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.2666666667vw;
    height: 3.3333333333vw;
    bottom: -3.2vw;
}

.sec04 .sec04__shield__wrap {
    display: flex;
    justify-content: center;
    gap: 6.2666666667vw;
}

.sec04 .sec04__shield {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/shield.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    text-align: center;
    color: #988360;
    width: 31.6vw;
    height: 35.8666666667vw;
}

.sec04 .sec04__shield>span {
    display: block;
}.sec04 .sec04__shield .size01 {
    line-height: 160%;
    letter-spacing: 0.02em;
    font-size: 4.2666666667vw;
}

.sec04 .sec04__shield .size02 {
    font-weight: 600;
    line-height: 95%;
    letter-spacing: 0.06em;
    color: #988360;
    font-size: 9.3333333333vw;
}

.sec04 .sec04__shield .size03 {
    line-height: 160%;
    letter-spacing: 0.02em;
    font-size: 4.8vw;
}

.sec04 .sec04__shield .size04 {
    line-height: 160%;
    letter-spacing: 0.02em;
    font-size: 5.0666666667vw;
    margin-left: -1.0666666667vw;
}

.sec04 .sec04__shield .note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: auto auto 0;
    font-size: 2.4vw;
}

.sec04 .sec04__shield.--shield01 {
    padding: 4.9333333333vw 0 4.4vw;
}

.sec04 .sec04__shield.--shield02 {
    padding: 6.5333333333vw 0 4.4vw;
}

.sec04 .sec04__copy {
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    text-align: center;
    font-size: 6.4vw;
    margin: -1.3333333333vw auto 4.2666666667vw;
}

.sec04 .sec04__copy .large {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 7.4666666667vw;
}

.sec04 .sec04__note {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    margin: 0 auto;
    font-size: 2.4vw;
    width: 84vw;
}.sec04 .sec04__note2 {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #333333;
    margin: 40px 16px;
}.sec04 .sec04__note2 .main-01 {
    font-weight: bold;
    color: #8C9EB7;
}

.sec04 .sec04__text02 {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 4.2666666667vw;
    margin: 8.4vw auto 4.6666666667vw;
}

.sec04 .sec04__img {
    margin: 0 auto;
    width: 68.1333333333vw;
}

.sec05 .sec05__area01 {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 5;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec05_bg01.png);
    background-size: 100vw auto;
    padding: 13vw 0 2.8vw;
}

.sec05 .sec05__logo {
    width: fit-content;
    margin: 0 auto;
}.sec05 .sec05__logo .text {
    letter-spacing: 0.18em;
    color: #5c5c67;
    text-align: center;
    display: block;
    font-size: 3.2vw;
    line-height: 100%;
    margin-bottom: 2.9333333333vw;
}

.sec05 .sec05__logo .logo {
    display: block;
    width: 40vw;
}

.sec05 .sec05__title {
    font-weight: 600;
    text-align: center;
    margin: 3.3333333333vw auto 8vw;
}

.sec05 .sec05__title .size01 {
    background: linear-gradient(99deg, #ffaaba 11.62%, #f37e92 39.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: 0.09em;
    font-size: 10.9333333333vw;
}

.sec05 .sec05__title .size02 {
    background: linear-gradient(90deg, #89b0de 0%, #20538f 25%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: 0.06em;
    font-size: 8.5333333333vw;
}

.sec05 .sec05__inner {
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}

.sec05 .sec05__block.--block01 {
    position: relative;
    padding-bottom: 0.5333333333vw;
}

.sec05__image_top {
    width: 65%;
    margin-left: auto;
    margin-top: 12px;
}.sec05__image_img02 {
    width: 100%;
}.sec05__image_img01 {
    width: 80%;
}.sec05__inner__text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 12px;
}.sec05__inner__text .min {
    font-size: 2.4vw;
}.sec05__image_middle {
    margin: 8px auto 0;
}.sec05__image_img03 {
    width: 100%;
    object-fit: contain;
}.sec05__image_img04 {
    width: 90%;
    object-fit: contain;
    margin: 0 auto;
}.sec05__inner_bottom_note {
    font-weight: 400;
    font-size: 2.4vw;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    text-align: left;
    margin: 1.4666666667vw 0 7.4666666667vw min(3.7037037037vw, 40px);
}.sec05 .sec05__block.--block01 .sec05__lead {
    text-align: right;
    margin-left: auto;
    padding: 3.0666666667vw 8vw 3.0666666667vw 0;
}

.sec05 .sec05__block.--block01 .sec05__text {
    text-align: right;
    margin-right: 8vw;
}

.sec05 .sec05__block.--block01 .sec05__note {
    text-align: right;
    margin-right: 8vw;
}

.sec05 .sec05__block.--block02 .sec05__lead {
    background: linear-gradient(90deg, rgba(61, 130, 180, 0.99) 8.82%, #3d82b4 46%, rgba(61, 130, 180, 0) 100%);
    padding: 3.0666666667vw 0 3.0666666667vw 8vw;
}

.sec05 .sec05__block.--block02 .sec05__text {
    margin-left: 8vw;
}

.sec05 .sec05__block.--block02 .sec05__note {
    margin-left: 8vw;
}

.sec05 .sec05__lead {
    background: linear-gradient(270deg, rgba(61, 130, 180, 0.99) 8.82%, #3d82b4 46%, rgba(61, 130, 180, 0) 100%);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 4.8vw;
    width: 78.8vw;
}

.sec05 .sec05__lead .min {
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 2.4vw;
}

.sec05 .sec05__text {
    line-height: 180%;
    letter-spacing: 0.02em;
    font-size: 3.4666666667vw;
    margin: 4.1333333333vw 0 1.3333333333vw;
}

.sec05 .sec05__note {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    font-size: 2.4vw;
}

.sec05 .sec05__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
    width: 58.1333333333vw;
    margin-top: 1.4666666667vw;
    margin-right: 0;
}

.sec05 .sec05__item {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec05_circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 29.0666666667vw;
    height: 31.3333333333vw;
    padding-top: 10vw;
    padding-right: 1.3333333333vw;
    margin-left: -1.8666666667vw;
}.sec05 .sec05__item:first-child {
    margin: 0 6.6666666667vw -8vw;
}

.sec05 .sec05__item .inr {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0;
    color: #666666;
    text-align: center;
    font-size: 4.8vw;
}

.sec05 .sec05__image {
    position: absolute;
    width: 56.2666666667vw;
    top: -11.2vw;
    left: 0;
    transform: none;
}

.sec05 .sec05__copy__wrap {
    margin-left: auto;
    padding-right: 9.8666666667vw;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column-reverse;
}

.sec05 .sec05__area01::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='64' viewBox='0 0 390 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L195 63L389 1' stroke='%235394DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L195 63L389 1' stroke='url(%23paint0_linear_1872_3670)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1872_3670' x1='195' y1='1' x2='195' y2='63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EDF6FD'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 66.6666666667vw;
    height: 10.6666666667vw;
    bottom: -5.3333333333vw;
}

.sec05 .sec05__copy {
    background: rgba(255, 255, 255, 0.7);
    color: #8c9eb7;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    width: fit-content;
    font-size: 5.0666666667vw;
    letter-spacing: 0.3em;
    padding: 1.3333333333vw;
    height: fit-content;
}.sec05 .sec05__copy .dot {
    transform: translateX(17%);
    display: inline-block;
}

.sec05 .sec05__copy.--copy02 {
    margin: 11.2vw 1.7333333333vw 0 0;
}

.sec05 .sec05__balloon {
    background-color: #9dc3e1;
    border-radius: min(4.6296296296vw, 50px);
    color: #ffffff;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    width: fit-content;
    position: relative;
    font-size: 4.8vw;
    padding: 0.8vw 4.5333333333vw 0.6666666667vw;
    margin: 15.7333333333vw auto 3.4666666667vw;
}

.sec05 .sec05__balloon::after {
    content: "";
    background-color: #9dc3e1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.2666666667vw;
    height: 3.3333333333vw;
    bottom: -3.2vw;
}

.sec05 .sec05__catch {
    font-weight: 600;
    text-align: center;
    color: #20538f;
}.sec05 .sec05__catch .size01 {
    line-height: 140%;
    letter-spacing: -0.1em;
    color: #20538f;
    position: relative;
    font-size: 9.8666666667vw;
    top: 0;
}

.sec05 .sec05__catch .size02 {
    line-height: 140%;
    position: relative;
    font-size: 6.9333333333vw;
    letter-spacing: -0.05em;
    margin: 0 0.6666666667vw;
    top: 0;
}

.sec05 .sec05__catch .size03 {
    background: linear-gradient(99deg, #ffaaba 11.62%, #f37e92 39.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: -0.05em;
    font-size: 16.5333333333vw;
}

.sec05 .sec05__catch .size04 {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 8.5333333333vw;
    margin-left: 2vw;
}

.sec07 {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center bottom, center top;
    position: relative;
    z-index: 5;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_bg02.png), url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_bg01.png);
    background-size: 100% auto;
    padding: min(7.5925925926vw, 82px) 0 min(8.7962962963vw, 95px);
}

.sec07 .sec07__title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 49.4666666667vw;
}

.sec07 .sec07__title>span {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.sec07 .sec07__title .size01 {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 6.9333333333vw;
}

.sec07 .sec07__title .size02 {
    line-height: 140%;
    letter-spacing: 0.03em;
    font-size: 8.5333333333vw;
}

.sec07 .sec07__box {
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 4.4vw 0px rgba(164, 176, 194, 0.5);
    width: 89.3333333333vw;
    padding: 15.7333333333vw 0 11.0666666667vw;
}

.sec07 .sec07__box.--box02 {
    margin-top: 23.6vw;
}

.sec07 .sec07__box.--box03 {
    margin: 23.6vw auto 26.6666666667vw;
}

.sec07 .sec07__box.--more {
    padding: 6.6666666667vw 0 11.0666666667vw;
}

.sec07 .sec07__box.--more .sec07__text {
    text-align: center;
}.sec07 .sec07__box.--more::before {
    content: "さらに";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='378' height='62' viewBox='0 0 378 62' fill='none'%3E%3Cpath d='M1.5 1L189 61L376.5 1' stroke='%235394DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 1L189 61L376.5 1' stroke='url(%23paint0_linear_10741_3349)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10741_3349' x1='189' y1='1' x2='189' y2='61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAEEF5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 66.6666666667vw;
    height: 10.6666666667vw;
    padding-top: 0.1333333333vw;
    font-size: 4.8vw;
    top: -18.6666666667vw;
}

.sec07 .sec07__no {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 27.2vw;
    height: 31.3333333333vw;
    padding-top: 7.4666666667vw;
    top: -15.6vw;
}

.sec07 .sec07__no>span {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}.sec07 .sec07__no .en {
    font-weight: 400;
    line-height: 120%;
    font-size: 4.8vw;
}

.sec07 .sec07__no .num {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.03em;
    font-size: 8.5333333333vw;
    margin-top: -1.7333333333vw;
}

.sec07 .sec07__lead {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 6.4vw;
}

.sec07 .sec07__lead .min {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
    font-size: 2.4vw;
}

.sec07 .sec07__list01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6666666667vw;
    margin: 5.3333333333vw auto 5.0666666667vw;
}

.sec07 .sec07__item01 {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point01_item.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 40vw;
    height: 40vw;
    padding-top: 7.4666666667vw;
    gap: 1.4666666667vw;
}.sec07 .sec07__item01:nth-child(1) {
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
}

.sec07 .sec07__item01 .text {
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    font-size: 4.2666666667vw;
}

.sec07 .sec07__item01 .note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    font-size: 2.4vw;
}

.sec07 .sec07__text {
    margin: 0 auto;
    line-height: 180%;
    letter-spacing: 0.02em;
    width: 73.3333333333vw;
    font-size: 3.4666666667vw;
}

.sec07 .sec07__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec07 .sec07__text .min {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 2.4vw;
}

.sec07 .sec07__note {
    margin: 0 auto;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    width: 73.3333333333vw;
    font-size: 2.4vw;
    margin-top: 2.6666666667vw;
}

.sec07 .sec07__unit {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_point02_bg.png);
    width: 73.3333333333vw;
    padding: 4.6666666667vw 0 8vw;
    margin: 7.3333333333vw auto 6.6666666667vw;
}

.sec07 .sec07__lead02 {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 4.8vw;
}

.sec07 .sec07__list02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.6666666667vw auto 8.5333333333vw;
}

.sec07 .sec07__item02 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #3d82b4;
    width: 34.9333333333vw;
    height: 34.9333333333vw;
    padding-top: 10.6666666667vw;
    gap: 3.2vw;
}

.sec07 .sec07__item02:nth-child(1) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point02_item01.png);
    margin: 0 6.6666666667vw -9.4666666667vw;
    position: relative;
    z-index: 3;
}

.sec07 .sec07__item02:nth-child(2) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point02_item02.png);
}.sec07 .sec07__item02:nth-child(3) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point02_item03.png);
}.sec07 .sec07__item02 .text {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    min-height: min(5.9259259259vw, 64px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.2666666667vw;
}

.sec07 .sec07__item02 .note {
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 2.4vw;
}

.sec07 .sec07__list03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.7333333333vw 3.0666666667vw;
    margin: 3.2vw auto 0;
}

.sec07 .sec07__item03 {
    width: 30.4vw;
}

.sec07 .sec07__item03 .head {
    background-color: #3d82b4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-height: 17.0666666667vw;
    padding: 1.3333333333vw 0;
}

.sec07 .sec07__item03 .head .text {
    line-height: 150%;
    letter-spacing: 0.02em;
    display: block;
    font-size: 3.4666666667vw;
}

.sec07 .sec07__item03 .head .note {
    line-height: 150%;
    letter-spacing: 0.02em;
    display: block;
    font-size: 2.4vw;
}

.sec07 .sec07__unit02 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-end;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_point03_bg.png);
    height: 52.9333333333vw;
    align-items: flex-start;
    padding-top: 13.3333333333vw;
    margin: -7.4666666667vw auto -6.1333333333vw;
}

.sec07 .sec07__unit02 .text {
    background: linear-gradient(90deg, rgba(32, 83, 143, 0) 0%, rgba(32, 83, 143, 0.43) 26.85%, rgba(32, 83, 143, 0.75) 46.82%, #20538f 74.66%);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 3.2vw 4.5333333333vw 3.2vw 14vw;
    font-size: 4.2666666667vw;
}

.sec07 .sec07__row {
    justify-content: center;
    gap: 0 min(1.4814814815vw, 16px);
    display: block;
    margin-top: 5.2vw;
}

.sec07 .sec07__row .col-image {
    width: 73.3333333333vw;
    margin: 0 auto;
}

.sec07 .sec07__row .col-text {
    width: 73.3333333333vw;
    margin: 0 auto;
    padding-top: 0;
}

.sec07 .sec07__row .col-text .box {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 0;
    margin-bottom: 0.5333333333vw;
}

.sec07 .sec07__row .col-text .note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: right;
    font-size: 2.4vw;
}

.sec07 .sec07__list04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.3333333333vw;
    width: 62.6666666667vw;
    margin: 4.6666666667vw auto;
}

.sec07 .sec07__item04 {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='50' cy='50' r='50' fill='url(%23paint0_linear_10741_3365)'/%3E%3Cline opacity='0.5' x1='78.4072' y1='10.2901' x2='21.4072' y2='90.2901' stroke='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10741_3365' x1='3.44828' y1='-2.57354e-06' x2='91.0189' y2='6.5815' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2327ADFF'/%3E%3Cstop offset='1' stop-color='%23004A9C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 140%;
    letter-spacing: 0.12em;
    color: #ffffff;
    text-align: center;
    width: 20vw;
    height: 20vw;
    font-size: 3.4666666667vw;
}

.sec07 .sec07__item04 .min {
    line-height: 150%;
    letter-spacing: 0.02em;
    font-size: 2.4vw;
}

.sec08 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec08_bg.png);
    background-size: 100vw auto;
    padding: 12vw 0;
}

.sec08 .sec08__title {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    font-size: 9.8666666667vw;
    margin-bottom: 8vw;
}

.sec08 .sec08__row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6vw 0;
}

.sec08 .sec08__col {
    width: 84vw;
    margin: 0 auto;
}

.sec08 .sec08__no {
    line-height: 120%;
    letter-spacing: 0;
    color: #8c9eb7;
    font-size: 5.0666666667vw;
}

.sec08 .sec08__no .num {
    line-height: 120%;
    font-size: 6.4vw;
}

.sec08 .sec08__box {
    border: min(0.1851851852vw, 2px) solid #8c9eb7;
    background: #fff;
    padding: 5.3333333333vw;
    margin-top: -1.6vw;
}

.sec08 .sec08__text {
    line-height: 180%;
    letter-spacing: 0.02em;
    font-size: 3.4666666667vw;
}

.sec08 .sec08__prof {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #8c9eb7;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
}

.sec09 {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec09_bg.png);
    background-size: 100vw auto;
}

.sec09 .sec09__body {
    margin: 0 auto;
    width: 100%;
    padding-top: 10.6666666667vw;
}

.sec09 .sec09__title {
    background: var(--g-01, linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.045em;
    text-align: center;
    font-size: 6.9333333333vw;
}

.sec09 .sec09__title .large {
    background: var(--g-01, linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: 0.045em;
    font-size: 8.5333333333vw;
}

.sec09 .sec09__lead {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 6.9333333333vw;
}

.sec09 .sec09__lead::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
    display: block;
    height: 0.2666666667vw;
}

.sec09 .sec09__lead .inr {
    position: relative;
    display: inline-block;
}.sec09 .sec09__lead .inr::before {
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
}.sec09 .sec09__text {
    line-height: 180%;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    width: 46.6666666667vw;
}

.sec09 .sec09__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec09 .caption {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #20538f;
    text-align: center;
    font-size: 2.4vw;
}

.sec09 .caption .--large {
    line-height: 140%;
    letter-spacing: 0.12em;
    font-size: 3.4666666667vw;
}

.sec09 .sec09__row {
    display: flex;
}.sec09 .sec09__row.--row01 {
    margin: 3.8666666667vw 0 9.8666666667vw;
}

.sec09 .sec09__row.--row01 .sec09__lead {
    color: #fca53f;
    margin-bottom: min(1.8518518519vw, 20px);
}

.sec09 .sec09__row.--row01 .sec09__lead::after {
    background-image: linear-gradient(-90deg, rgba(32, 83, 143, 0) 0%, #20538f 100%);
    margin-top: min(0.9259259259vw, 10px);
}

.sec09 .sec09__row.--row01 .sec09__lead .inr {
    margin-left: min(15.2777777778vw, 165px);
}

.sec09 .sec09__row.--row01 .sec09__lead .inr::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec09_icon01.svg);
    top: 50%;
    transform: translateY(-50%);
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    left: -10vw;
}
.sec09 .sec09__row.--row01 .sec09__col__image {
    width: 30.5333333333vw;
    margin: 13.3333333333vw 0 0 6.4vw;
}

.sec09 .sec09__row.--row02 {
    flex-direction: row-reverse;
}.sec09 .sec09__row.--row02 .sec09__col__text {
    width: 53.4666666667vw;
    margin: 2.6666666667vw 0 0 auto;
}

.sec09 .sec09__row.--row02 .sec09__lead {
    color: #20538f;
    text-align: right;
    margin-bottom: 2.6666666667vw;
}

.sec09 .sec09__row.--row02 .sec09__lead::after {
    background-image: linear-gradient(90deg, rgba(32, 83, 143, 0) 0%, #20538f 100%);
    margin-top: 1.3333333333vw;
}

.sec09 .sec09__row.--row02 .sec09__lead .inr {
    margin-right: 12vw;
}

.sec09 .sec09__row.--row02 .sec09__lead .inr::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec09_icon02.svg);
    top: 50%;
    transform: translateY(-50%);
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    left: -10vw;
}

.sec09 .sec09__row.--row02 .sec09__col__image {
    position: relative;
    width: 46.5333333333vw;
}

.sec09 .sec09__row.--row02 .sec09__col__image .caption {
    position: absolute;
    top: min(7.8703703704vw, 85px);
    left: min(6.4814814815vw, 70px);
}

.sec09 .sec09__foot {
    background: linear-gradient(270deg, rgba(32, 83, 143, 0) 0%, rgba(32, 83, 143, 0.74) 21.14%, #20538f 50.46%, rgba(32, 83, 143, 0.42) 80.56%, rgba(32, 83, 143, 0) 100%);
    position: relative;
    margin-top: 8.4vw;
    padding: 6.2666666667vw 0;
}

.sec09 .sec09__foot__balloon {
    background-color: #9dc3e1;
    border-radius: min(4.6296296296vw, 50px);
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.4666666667vw;
    padding: 1.2vw 4vw 1.7333333333vw;
    top: -6.2666666667vw;
}

.sec09 .sec09__foot__balloon::after {
    content: "";
    background-color: #9dc3e1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4.2666666667vw;
    height: 3.3333333333vw;
    bottom: -3.2vw;
}

.sec09 .sec09__foot__text {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    font-size: 4.8vw;
}

.sec10 {
    background: #f0f5fa;
    padding: 14.8vw 0 12.6666666667vw;
}

.sec10 .sec10__box {
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 84vw;
    padding: 10.6666666667vw 5.3333333333vw 12vw;
}

.sec10 .sec10__box::before,
.sec10 .sec10__box::after {
    content: "";
    background: rgba(157, 195, 225, 0.4);
    background-repeat: no-repeat;
    width: min(5.9259259259vw, 64px);
    height: min(5.9259259259vw, 64px);
    display: block;
    position: absolute;
    top: -2vw;
    right: -2vw;
}

.sec10 .sec10__box::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: -2vw;
    left: -2vw;
}

.sec10 .sec10__box::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    top: -2vw;
    right: -2vw;
}

.sec10 .sec10__box__inner::before,
.sec10 .sec10__box__inner::after {
    content: "";
    background: rgba(157, 195, 225, 0.4);
    background-repeat: no-repeat;
    width: min(5.9259259259vw, 64px);
    height: min(5.9259259259vw, 64px);
    display: block;
    position: absolute;
    bottom: -2vw;
    right: -2vw;
}

.sec10 .sec10__box__inner::before {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    bottom: -2vw;
    left: -2vw;
}

.sec10 .sec10__box__inner::after {
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    bottom: -2vw;
    right: -2vw;
}

.sec10 .sec10__title {
    border: solid min(0.1851851852vw, 2px) #20538f;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
    text-align: center;
    position: static;
    font-size: 6.4vw;
    padding: 1.3333333333vw;
}

.sec10 .sec10__title::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec10_icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16.4vw;
    height: 14.2666666667vw;
    top: -8.6666666667vw;
}

.sec10 .sec10__lead {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw auto 4.6666666667vw;
}

.sec10 .sec10__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 3.2vw 0;
}

.sec10 .sec10__img {
    width: 73.3333333333vw;
}

.sec10 .sec10__text {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    width: 73.3333333333vw;
    font-size: 2.4vw;
}

.sec11 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec11_bg.png);
    background-size: 100vw 100%;
    height: 139.7333333333vw;
}

.sec11 .sec11__inner {
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
}

.sec11 .sec11__copy {
    width: fit-content;
    margin-left: auto;
    padding-right: 8.9333333333vw;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column-reverse;
}

.sec11 .sec11__copy__sub {
    background-color: #9dc3e1;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    text-align: center;
    display: block;
    width: fit-content;
    font-size: 4.8vw;
    letter-spacing: 0.3em;
    padding: 4.4vw 1.6vw;
    height: fit-content;
}.sec11 .sec11__copy__sub .dot {
    transform: translateX(17%);
    display: inline-block;
}

.sec11 .sec11__copy__main {
    display: block;
    margin: min(5.5555555556vw, 60px) min(0.9259259259vw, 10px) 0 0;
}

.sec11 .sec11__copy__main .text01 {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 120%;
    font-size: 16.5333333333vw;
    letter-spacing: 0.05em;
    margin-right: 0;
}

.sec11 .sec11__copy__main .text01+.text02 {
    letter-spacing: -0.05em;
}

.sec11 .sec11__copy__main .text02 {
    color: #20538f;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 8.5333333333vw;
}

.sec11 .sec11__copy__main .text03 {
    background: linear-gradient(99deg, #ffaaba 11.62%, #f37e92 39.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin-right: 0;
    font-size: 19.2vw;
    margin-left: 0;
    margin-top: 2.6666666667vw;
}

.sec11 .sec11__copy02 {
    margin-top: 8.6666666667vw;
    margin-left: 3.8666666667vw;
}

.sec11 .sec11__copy02__sub {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
    display: block;
    font-size: 6.9333333333vw;
    margin-bottom: 1.4666666667vw;
}

.sec11 .sec11__copy02__main {
    background: linear-gradient(90deg, #89b0de 0, #20538f 28%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: block;
    margin-left: 5.8666666667vw;
}

.sec11 .sec11__copy02__main .text01 {
    background: linear-gradient(96deg, #ddce9c 2.86%, #dbcc99 12.95%, #8f815e 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 12.5333333333vw;
}

.sec11 .sec11__copy02__main .text02 {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 8.5333333333vw;
}

.sec11 .sec11__copy02__main .text03 {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 12.5333333333vw;
}

.sec11 .sec11__copy02__main .text04 {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-size: 11.2vw;
}






@media screen and (min-width: 450px) {


.font,
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #333;
font-size: 15.6px;
}

* {
    outline: none;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-feature-settings: "palt" on;
}html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: #fff;
}h1,
h2 {
    position: relative;
    font-weight: 700;
}*:focus {
    outline: none;
}p a {
    word-break: break-all;
    text-decoration: underline;
}sup {
    vertical-align: top;
    font-size: 50%;
}sub {
    vertical-align: baseline;
    font-size: 50%;
}em,
b,
strong,
th {
    font-weight: 700;
}a {
    color: #333;
    cursor: pointer;
    transition: opacity 0.3s;
}figcaption,
small {
font-size: 12.0px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border-radius: 0;
    font: inherit;
    outline: none;
    max-width: 100%;
    box-sizing: border-box;
}textarea {
    resize: vertical;
}input[type=checkbox],
input[type=radio] {
    display: none;
}input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}select::-ms-expand {
    display: none;
}.adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    overflow: hidden;
}.adlp-wrapper * {
    max-width: 100%;
    box-sizing: border-box;
}.adlp-wrapper table,
    .adlp-wrapper .adlp-form,
    .adlp-wrapper .cv__box,
    .adlp-wrapper .sec-subsc__box,
    .adlp-wrapper .sec02__row,
    .adlp-wrapper .sec03__row,
    .adlp-wrapper .sec04__box,
    .adlp-wrapper .sec05__inner,
    .adlp-wrapper .sec07__box,
    .adlp-wrapper .sec08__row,
    .adlp-wrapper .sec09__row,
    .adlp-wrapper .sec10__box,
    .adlp-wrapper .sec11__inner {
    max-width: 100%;
    overflow-x: hidden;
}

.w100 {
    width: 100% !important;
    display: block;
    max-width: 100%;
}.w50 {
    width: 53%;
    display: block;
    max-width: 53%;
    margin: 0 auto 11px;
}.center {
    text-align: center;
}
.adlp-main {
    padding-top: 0;
}.adlp-footer {
    background: #f6f6f6;
padding: 21.0px;
}

.adlp-footer__menu {
    line-height: 180%;
    letter-spacing: 0.12em;
    color: #4f4f4f;
    text-decoration: underline;
    text-align: center;
font-size: 14.4px;
}.adlp-footer__menu__wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
gap: 18.0px;
}
.adlp-footer__menu:hover {
    text-decoration: none;
}.adlp-footer__text {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    text-align: center;
font-size: 10.8px;
margin: 34.8px auto 0;
}

.adlp-floating {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    width: 100%;
padding: 7.5px;
}

.adlp-floating .adlp-btn {
    margin: 0 auto;
width: 336.0px;
height: 72.0px;
}

.adlp-floating .adlp-btn p {
    line-height: 180%;
font-size: 21.6px;
}

.adlp-floating .adlp-btn.--cv::after {
width: 9.0px;
height: 16.8px;
right: 16.2px;
}

.adlp-accordion {
    background: #f0f5fa;
}.adlp-accordion__wrapper {
    display: flex;
    flex-direction: column;
gap: 18.0px;
width: 378.0px;
margin: 30px 0;
}

.adlp-accordion__header {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    line-height: 180%;
    color: #20538f;
padding: 12.0px;
font-size: 15.6px;
    letter-spacing: 0.12em;
}

.adlp-accordion__header .--lead {
    background: #3d82b4;
    color: #ffffff;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
font-size: 15.6px;
margin-right: 12.0px;
width: 27.0px;
height: 27.0px;
}

.adlp-accordion__header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
width: 16.8px;
height: 10.2px;
right: 21.0px;
}

.adlp-accordion__header.--open::after {
    transform: translateY(-50%) rotate(180deg);
}.adlp-accordion__header.--open::before {
    opacity: 0;
}.adlp-accordion__header.--plus::before {
    content: "";
    display: block;
    background-image: none;
    background: #8c9eb7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
height: 21.0px;
width: 2.4px;
right: 32.1px;
}

.adlp-accordion__header.--plus::after {
    background-image: none;
    background: #8c9eb7;
    transform: translate(0, -50%);
width: 21.0px;
height: 2.4px;
right: 22.8px;
}

.adlp-accordion__body {
    display: none;
}.adlp-accordion__body__inner {
    display: flex;
    align-items: flex-start;
    line-height: 180%;
    color: #4f4f4f;
    padding: 0 5.0666666667vw 5.3333333333vw;
font-size: 15.6px;
    letter-spacing: 0.12em;
}

.adlp-accordion__body__inner .--lead {
    font-size: min(3.7037037037vw, 40px);
margin-right: 12.0px;
}

.js-toggle {
    cursor: pointer;
}.js-toggle+* {
    display: none;
}.adlp-head {
    text-align: center;
}.adlp-head .text01 {
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0em;
    color: #8c9eb7;
    text-align: center;
font-size: 28.8px;
}

.adlp-head .text02 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 38.4px;
}

.sec12 {
padding: 30.0px;
}

.bold {
    font-weight: bold;
}.sans-serif {
    font-family: "Noto Sans JP", sans-serif;
}.serif {
    font-family: "Noto Serif JP", serif;
}.poppins {
    font-family: "Poppins", sans-serif;
}.adlp-btn {
    background: linear-gradient(180deg, #1be06d 0%, #07b450 70%);
    border-radius: min(1.1111111111vw, 12px);
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
width: 336.0px;
height: 72.0px;
}.adlp-btn__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
gap: 18.0px;
}

.adlp-btn__text {
    text-align: center;
}

.adlp-btn p {
    text-align: center;
    z-index: 1;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
font-size: 21.6px;
}

.adlp-btn p span {
    line-height: 120%;
}.adlp-btn p span.text01 {
font-size: 12.0px;
}

.adlp-btn p span.text02 {
font-size: 16.8px;
}

.adlp-btn.--cv::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M0.393079 19.8867C0.511711 19.9709 0.644908 20.0094 0.778372 19.9981C0.911837 19.9868 1.04053 19.9262 1.15064 19.8227L10.6843 10.8222C10.7817 10.7302 10.8613 10.6073 10.9163 10.4642C10.9713 10.321 11 10.1618 11 10.0002C11 9.83858 10.9713 9.67937 10.9163 9.53621C10.8613 9.39304 10.7817 9.27018 10.6843 9.17815L1.15064 0.177672C1.04061 0.0738593 0.911863 0.0130684 0.778322 0.00188186C0.644781 -0.00930471 0.511541 0.0295393 0.393028 0.114208C0.274515 0.198877 0.175245 0.326143 0.105968 0.482228C0.0366905 0.638313 4.51626e-05 0.817268 9.96127e-09 0.999715V19.0007C-2.20501e-05 19.1832 0.0365968 19.3623 0.105887 19.5185C0.175178 19.6747 0.274497 19.802 0.393079 19.8867Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
width: 9.0px;
height: 16.8px;
right: 16.2px;
}

.adlp-btn.--cv::before {
    position: absolute;
    top: -200%;
    left: -150%;
    content: "";
    height: 500%;
    width: 70px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    transform: rotate(60deg);
    animation: 3s shine infinite linear;
}@keyframes shine {
    0% {
        left: -80%;
}80% {
    left: 150%;
}100% {
    left: 150%;
}}

.adlp-btn.--cv:hover {
    filter: brightness(125%);
}.adlp-btn.--free {
    padding-left: min(0.8333333333vw, 9px);
}.adlp-btn.--free::before {
    content: "無料";
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    color: #1883ec;
    font-weight: 700;
width: 49.2px;
height: 49.2px;
font-size: 16.8px;
top: 4.8px;
left: 4.8px;
}

.sec-subsc .sec-subsc__head {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: 500;
    text-align: center;
    position: relative;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/subsc_head.svg);
height: 130.2px;
padding-top: 17.6px;
}

.sec-subsc .sec-subsc__head__sub {
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    display: block;
font-size: 19.2px;
}

.sec-subsc .sec-subsc__head__main {
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #20538f;
    display: block;
font-size: 26.1px;
}

.sec-subsc .sec-subsc__head__main .large {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 28.8px;
}

.sec-subsc .sec-subsc__body {
    margin-bottom: 48px;
padding: 5.7px;
}

.sec-subsc .sec-subsc__title {
    text-align: center;
}.sec-subsc .sec-subsc__title__sub {
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    display: block;
    width: fit-content;
    border-bottom: solid 1px #3d82b4;
    margin: 0 auto;
font-size: 21.6px;
padding-bottom: 1.8px;
}.sec-subsc__title__sub .small {
    font-size: 15px;
}

.sec-subsc .sec-subsc__title__main {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
    display: block;
font-size: 38.4px;
}

.sec-subsc .sec-subsc__balloon {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    line-height: 180%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #ec7fa9;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/subsc_balloon.svg);
width: 414.0px;
height: 121.8px;
padding-top: 3.6px;
margin: 22.2px;
font-size: 15.6px;
}

.sec-subsc .sec-subsc__balloon .bold {
    font-weight: 700;
}.sec-subsc .sec-subsc__balloon .large {
    letter-spacing: 0.02em;
font-size: 21.6px;
    line-height: 140%;
}

.sec-subsc .sec-subsc__row {
    display: flex;
    justify-content: space-between;
width: 414.0px;
    margin: 0 auto 1.4666666667vw;
    flex-wrap: wrap;
}

.sec-subsc .sec-subsc__box {
    text-align: center;
width: 105.0px;
}

.sec-subsc .sec-subsc__box.--box03 {
width: 189.6px;
}.box-body.--box03 {
    background: linear-gradient(155deg, #d6e7f3 0%, #f5fafd 44.12%, #d6e7f3 100%);
}

.sec-subsc .sec-subsc__box.--box03 .box-body {
    border: none;
}

.sec-subsc .sec-subsc__box .box-head {
    background-color: #20538f;
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.02em;
font-size: 15.6px;
}

.sec-subsc .sec-subsc__box .box-head .num {
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #ffffff;
font-size: 24.0px;
}

.sec-subsc .sec-subsc__box .box-body {
    border: solid min(0.1851851852vw, 2px) #9dc3e1;
    border-top: none;
height: 330.0px;
padding-top: 7.8px;
}

.sec-subsc .sec-subsc__box .image {
    margin-bottom: 8px;
}.sec-subsc .sec-subsc__box .box-body .copy {
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #3d82b4;
font-size: 15.6px;
}

.sec-subsc .sec-subsc__box .box-body .unit {
    width: fit-content;
margin: 6.6px;
}

.sec-subsc .sec-subsc__box .box-body .unit.--unit01 .image {
    margin: 0 auto;
width: 36.0px;
}

.sec-subsc .sec-subsc__box .box-body .unit.--unit02 .image {
width: 105.6px;
margin: 1.2px;
}

.sec-subsc .sec-subsc__box .box-body .text {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
font-size: 10.8px;
margin-top: 10.2px;
}

.sec-subsc .sec-subsc__box .box-body .price {
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
font-size: 24.0px;
}

.sec-subsc .sec-subsc__box .box-body .price .yen {
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.02em;
font-size: 15.6px;
}

.sec-subsc .sec-subsc__box .box-body .price .tax {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
font-size: 10.8px;
    text-align: right;
    display: block;
margin: -9.0px;
}

.sec-subsc .sec-subsc__box .box-body .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    gap: 0 12px;
margin-left: 12.0px;
}

.sec-subsc .sec-subsc__box .box-body .row::before {
    content: "+";
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.12em;
    color: #ec7fa9;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
font-size: 24.0px;
left: 48.0px;
}

.sec-subsc .sec-subsc__box .box-body .row .unit {
margin: 6.6px;
}

.sec-subsc .sec-subsc__box .box-body .row02 {
    display: flex;
    align-items: center;
gap: 5.4px;
margin-left: 18.0px;
}

.sec-subsc .sec-subsc__box .box-body .text02 {
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    text-align: center;
font-size: 15.6px;
}

.sec-subsc .sec-subsc__box .box-body .medal {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/subsc_medal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    color: #988360;
    font-weight: 500;
width: 67.8px;
height: 67.8px;
padding-top: 3.3px;
}

.sec-subsc .sec-subsc__box .box-body .medal .size01 {
    font-weight: 400;
    line-height: 150%;
    display: block;
font-size: 10.8px;
margin-bottom: -1.8px;
}

.sec-subsc .sec-subsc__box .box-body .medal .size02 {
    line-height: 100%;
    letter-spacing: min(0.0481481481vw, 0.52px);
font-size: 22.8px;
}

.sec-subsc .sec-subsc__box .box-body .medal .size03 {
    line-height: 100%;
    letter-spacing: min(0.0333333333vw, 0.36px);
font-size: 15.6px;
}

.sec-subsc .sec-subsc__box .box-body .medal .size04 {
    line-height: 100%;
    letter-spacing: 0.32px;
    display: block;
font-size: 14.4px;
margin-top: -3.6px;
}

.sec-subsc .sec-subsc__text {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    color: #ffffff;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto;
font-size: 19.2px;
padding: 1.8px;
width: 414.0px;
}

.sec-subsc .sec-subsc__text .large {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 28.8px;
}

.cv {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_bg.jpg);
padding: 27.6px;
}

.cv .cv__box {
    border: min(0.1851851852vw, 2px) solid #faeac3;
    background-color: #fff;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_box_bg.png);
background-size: 315.6px;
    background-position: left 0.2666666667vw top -2.9333333333vw;
width: 402.0px;
padding: 32.5px;
    z-index: 1;
    overflow: visible;
}

.cv .cv__box::before {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_img01.png) no-repeat center top;
    background-size: 100% 100%;
    display: block;
    position: absolute;
width: 243.6px;
height: 331.2px;
top: -36.0px;
left: -24.0px;
    z-index: 10;
}.cv .cv__box::before img {
    width: 100%;
    height: auto;
}

.cv .cv__box::after {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/pc/cv_img02.png) no-repeat left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
width: 59.4px;
height: 76.2px;
top: -51.0px;
right: -3.6px;
}

.cv .cv__main {
    width: fit-content;
margin-left: 94.8px;
}

.cv .cv__title {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/cv_ribbon.svg);
width: 260.4px;
height: 61.8px;
padding-top: 3.6px;
font-size: 19.2px;
}

.cv .cv__title .min {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
font-size: 10.8px;
}

.cv .cv__price {
    width: fit-content;
    position: relative;
margin: -3.0px;
}

.cv .cv__price .text {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
font-size: 15.6px;
}

.cv .cv__price .pink {
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
font-size: 50.4px;
}

.cv .cv__price .comma {
    line-height: 170%;
    letter-spacing: 0.02em;
font-size: 26.4px;
}

.cv .cv__price .yen {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 31.2px;
}

.cv .cv__price .tax {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    position: absolute;
font-size: 10.8px;
top: 17.4px;
right: -7.2px;
}

.cv .cv__data__list {
    display: flex;
    justify-content: center;
    gap: 0 0.5333333333vw;
}

.cv .cv__data__list .data {
    border: solid 1px #20538f;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #20538f;
padding: 4.5px;
font-size: 10.8px;
}

.cv .cv__data__list.--data__list01 .data:nth-child(1) {
    background: #20538f;
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.02em;
padding: 1.5px;
font-size: 15.6px;
}

.cv .cv__data__list.--data__list02 .data {
    line-height: 150%;
    letter-spacing: 0.02em;
width: 166.8px;
font-size: 13.2px;
padding: 5.1px;
}

.cv .cv__note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
font-size: 10.8px;
}

.cv .cv__note.--note01 {
    text-align: right;
margin: 6.6px;
}

.cv .cv__note.--note02 {
margin: 18.0px;
}.cv .cv__note.--note02.--margin0 {
    margin: min(2.037037037vw, 22px) auto 0;
}

.cv .adlp-btn {
width: 336.0px;
height: 72.0px;
    margin: 28px auto;
}

.cv .cv__link {
    line-height: 180%;
    letter-spacing: 0.12em;
    text-decoration: underline;
    color: #3d82b4;
    display: block;
    width: fit-content;
font-size: 16.8px;
    margin: 0 auto 3.3333333333vw;
}

.cv .cv__link:hover {
    text-decoration: none;
}.fv {
    position: relative;
}.fv .fv__main {
    margin: 0 auto;
    width: 100%;
}

.sec01 .sec-subsc__body {
    padding-bottom: 0;
    position: relative;
    z-index: 5;
}.sec01 .sec01__foot {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec01_bg.png);
background-size: 450.0px;
height: 408.0px;
margin-top: -24.0px;
}

.sec01 .sec01__inner {
    margin: 0 auto;
    width: 100%;
padding: 61.8px;
}

.sec01 .sec01__text {
width: 199.8px;
font-size: 15.6px;
    line-height: 180%;
    letter-spacing: 0.12em;
}

.sec01 .sec01__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec02 {
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec02_bg.png), linear-gradient(341deg, #e5f1fe -1.49%, #fff 55.81%);
background-size: 450.0px;
padding: 9.0px;
}

.sec02 .sec02__title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
}.sec02 .sec02__title .sec02__title__sub {
    border: solid min(0.1851851852vw, 2px) #3d82b4;
    width: fit-content;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    display: block;
    position: absolute;
    padding: 0 51px;
font-size: 21.6px;
top: 28.2px;
    right: 0;
}

.sec02 .sec02__title .sec02__title__main {
    display: block;
}.sec02 .sec02__title .sec02__title__main .num {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.034em;
font-size: 120.0px;
margin-right: 4.2px;
}

.sec02 .sec02__title .sec02__title__main .text {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 60.0px;
}

.sec02 .sec02__row {
    margin: 0 auto;
    display: flex;
width: 378.0px;
gap: 12.0px;
}

.sec02 .sec02__row+.sec02__row {
    border-top: 1px solid #8c9eb7;
margin-top: 24.0px;
padding-top: 12.0px;
}
.sec02 .sec02__row.--row01 .sec02__row__body {
    margin-top: 0;
}
.sec02 .sec02__row.--row03 .sec02__row__body {
    margin-top: 0;
}

.sec02 .sec02__row__head {
width: 92.4px;
}

.sec02 .sec02__row__head .icon {
    background: linear-gradient(152deg, #d8f0fb 15.09%, #9dc3e1 67.87%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
width: 92.4px;
height: 92.4px;
}

.sec02 .sec02__row__head .inr {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
font-size: 15.6px;
}

.sec02 .sec02__row__head .num {
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
font-size: 38.4px;
margin-top: -12.0px;
}

.sec02 .sec02__row__body .copy .size01 {
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #3d82b4;
font-size: 15.6px;
}

.sec02 .sec02__row__body .copy .size02 {
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
font-size: 28.8px;
}

.sec02 .sec02__row__body .copy .size03 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
font-size: 38.4px;
margin: 0;
}

.sec02 .sec02__row__body .box {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
font-size: 15.6px;
    line-height: 140%;
    text-align: left;
width: 254.4px;
padding: 3.3px;
margin: 12px 2px 2px;
}

.sec02 .sec02__row__body .box::after {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec02_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    display: block;
    position: absolute;
width: 92.4px;
height: 107.4px;
top: -25.2px;
right: -19.2px;
}

.sec02 .sec02__link {
    line-height: 150%;
    letter-spacing: 0.02em;
    text-decoration: underline;
    color: #666666;
    display: block;
    width: fit-content;
font-size: 13.2px;
margin: 13.2px auto 0;
}

.sec02 .sec02__link:hover {
    text-decoration: none;
}.sec02 .sec02__more {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    text-align: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='502' height='82' viewBox='0 0 502 82' fill='none'%3E%3Cpath d='M1 1L251 81L501 1' stroke='%235394DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L251 81L501 1' stroke='url(%23paint0_linear_10520_847)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10520_847' x1='251' y1='1' x2='251' y2='81' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAEEF5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
font-size: 21.6px;
width: 301.2px;
height: 49.2px;
margin: 27.0px auto;
}

.sec02 .sec02__box {
    background: rgba(61, 130, 180, 0.6);
    margin: 0 auto 30px;
width: 378.0px;
padding: 2.7px;
}

.sec02 .sec02__box .inr {
    border: 1px solid #fff;
padding: 7.5px;
}

.sec02 .sec02__box .row {
    display: flex;
    justify-content: center;
    align-items: center;
gap: 10.8px;
}

.sec02 .sec02__box .circle {
    background: #fff;
    border-radius: 50%;
    line-height: 130%;
    letter-spacing: 0.12em;
    color: #8c9eb7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
width: 79.2px;
height: 79.2px;
font-size: 13.2px;
}

.sec02 .sec02__box .copy {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    width: fit-content;
font-size: 31.2px;
}

.sec02 .sec02__box .copy::after {
    content: "";
    background: #fff;
    height: 1px;
    display: block;
    width: 94%;
margin-top: 3.0px;
}

.sec02 .sec02__box .text {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
font-size: 15.6px;
margin-top: 1.8px;
}

.sec03 {
    background-repeat: no-repeat;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec03_bg.png);
background-size: 450.0px;
    background-position: center top;
padding: 27.0px;
}

.sec03 .sec03__row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: min(3.7037037037vw, 40px);
}

.sec03 .sec03__col {
    width: fit-content;
    margin: 0 auto;
}

.sec03 .sec03__text {
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: auto;
gap: 3.0px;
margin-bottom: 18.0px;
}

.sec03 .sec03__text .text01 {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    display: block;
font-size: 19.2px;
}

.sec03 .sec03__text .text02 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    display: block;
font-size: 33.6px;
}

.sec03 .sec03__img {
    margin: 0 auto;
}.sec03 .sec03__img.--img01 {
width: 431.4px;
}

.sec03 .sec03__img.--img02 {
width: 402.0px;
}

.sec04 .sec04__head {
    background-repeat: no-repeat;
    margin-top: 12px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec04_map.png);
background-size: 450.0px;
    background-position: center top 5.8666666667vw;
padding: 27.8px;
}

.sec04 .sec04__title {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 90%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 25px;
font-size: 31.2px;
    line-height: 140%;
}

.sec04 .sec04__title .large {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 38.4px;
}

.sec04 .sec04__lead {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
font-size: 21.6px;
margin: 33.0px;
}

.sec04 .sec04__text {
    line-height: 180%;
    margin: 0 auto;
font-size: 15.6px;
    letter-spacing: 0.1em;
width: 378.0px;
}

.sec04 .sec04__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec04 .sec04__body {
    background-repeat: no-repeat, no-repeat;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec04_bg01.png), url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec04_bg02.png);
background-size: 450.0px;
    background-position: center bottom, center top;
padding: 12.9px;
}

.sec04 .sec04__box {
    border: 1px solid #e3d1a4;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
width: 414.0px;
padding: 25.5px;
}

.sec04 .sec04__balloon {
    background-color: #9dc3e1;
    border-radius: min(4.6296296296vw, 50px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
font-size: 15.6px;
padding: 3.3px;
top: -25.2px;
}

.sec04 .sec04__balloon::after {
    content: "";
    background: #9dc3e1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 19.2px;
height: 15.0px;
bottom: -14.4px;
}

.sec04 .sec04__shield__wrap {
    display: flex;
    justify-content: center;
gap: 28.2px;
}

.sec04 .sec04__shield {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/shield.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-weight: 500;
    text-align: center;
    color: #988360;
width: 135.8px;
height: 154.2px;
}

.sec04 .sec04__shield>span {
    display: block;
}.sec04 .sec04__shield .size01 {
    line-height: 160%;
    letter-spacing: 0.02em;
font-size: 18.3px;
}

.sec04 .sec04__shield .size02 {
    font-weight: 600;
    line-height: 95%;
    letter-spacing: 0.06em;
    color: #988360;
font-size: 40.1px;
}

.sec04 .sec04__shield .size03 {
    line-height: 160%;
    letter-spacing: 0.02em;
font-size: 20.6px;
}

.sec04 .sec04__shield .size04 {
    line-height: 160%;
    letter-spacing: 0.02em;
font-size: 21.7px;
margin-left: -4.8px;
}

.sec04 .sec04__shield .note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: auto auto 0;
font-size: 10.3px;
}

.sec04 .sec04__shield.--shield01 {
padding: 22.1px 11px 11px;
}

.sec04 .sec04__shield.--shield02 {
padding: 25.7px 14.7px 14.7px;
}

.sec04 .sec04__copy {
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
    text-align: center;
font-size: 26.8px;
margin: 10px;
}

.sec04 .sec04__copy .large {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 29.6px;
}

.sec04 .sec04__note {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    margin: 0 auto;
font-size: 10.8px;
width: 378.0px;
}.sec04 .sec04__note2 {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #333333;
    margin: 40px 16px;
}.sec04 .sec04__note2 .main-01 {
    font-weight: bold;
    color: #8C9EB7;
}

.sec04 .sec04__text02 {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
font-size: 19.2px;
margin: 4px 4px 20px;
}

.sec04 .sec04__img {
    margin: 0 auto;
width: 306.6px;
}

.sec05 .sec05__area01 {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 5;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec05_bg01.png);
background-size: 450.0px;
padding: 29.3px;
}

.sec05 .sec05__logo {
    width: fit-content;
    margin: 0 auto;
}.sec05 .sec05__logo .text {
    letter-spacing: 0.18em;
    color: #5c5c67;
    text-align: center;
    display: block;
font-size: 14.4px;
    line-height: 100%;
margin-bottom: 13.2px;
}

.sec05 .sec05__logo .logo {
    display: block;
width: 180.0px;
}

.sec05 .sec05__title {
    font-weight: 600;
    text-align: center;
margin: 15.0px;
}

.sec05 .sec05__title .size01 {
    background: linear-gradient(99deg, #ffaaba 11.62%, #f37e92 39.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: 0.09em;
font-size: 49.2px;
}

.sec05 .sec05__title .size02 {
    background: linear-gradient(90deg, #89b0de 0%, #20538f 25%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: 0.06em;
font-size: 38.4px;
}

.sec05 .sec05__inner {
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}

.sec05 .sec05__block.--block01 {
    position: relative;
padding-bottom: 1.2px;
}

.sec05__image_top {
    width: 65%;
    margin-left: auto;
    margin-top: 12px;
}.sec05__image_img02 {
    width: 100%;
}.sec05__image_img01 {
    width: 67%;
}.sec05__inner__text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 60px 0 12px;
}.sec05__inner__text .min {
font-size: 10.8px;
}.sec05__image_middle {
    margin: 8px auto 0;
}.sec05__image_img03 {
    width: 100%;
    object-fit: contain;
}.sec05__image_img04 {
    width: 90%;
    object-fit: contain;
    margin: 0 auto;
}.sec05__inner_bottom_note {
    font-weight: 400;
font-size: 10.8px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
    text-align: left;
margin: 6.6px;
}.sec05 .sec05__block.--block01 .sec05__lead {
    text-align: right;
    margin-left: auto;
padding: 6.9px;
}

.sec05 .sec05__block.--block01 .sec05__text {
    text-align: right;
margin-right: 36.0px;
}

.sec05 .sec05__block.--block01 .sec05__note {
    text-align: right;
margin-right: 36.0px;
}

.sec05 .sec05__block.--block02 .sec05__lead {
    background: linear-gradient(90deg, rgba(61, 130, 180, 0.99) 8.82%, #3d82b4 46%, rgba(61, 130, 180, 0) 100%);
padding: 6.9px;
}

.sec05 .sec05__block.--block02 .sec05__text {
margin-left: 36.0px;
}

.sec05 .sec05__block.--block02 .sec05__note {
margin-left: 36.0px;
}

.sec05 .sec05__lead {
    background: linear-gradient(270deg, rgba(61, 130, 180, 0.99) 8.82%, #3d82b4 46%, rgba(61, 130, 180, 0) 100%);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
font-size: 21.6px;
width: 354.6px;
}

.sec05 .sec05__lead .min {
    line-height: 150%;
    letter-spacing: 0.02em;
font-size: 10.8px;
}

.sec05 .sec05__text {
    line-height: 180%;
    letter-spacing: 0.02em;
font-size: 15.6px;
margin: 18.6px;
}

.sec05 .sec05__note {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
font-size: 10.8px;
}

.sec05 .sec05__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
width: 261.6px;
margin-top: 6.6px;
    margin-right: 0;
}

.sec05 .sec05__item {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec05_circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
width: 130.8px;
height: 141.0px;
padding-top: 22.5px;
padding-right: 3.0px;
margin-left: -8.4px;
}.sec05 .sec05__item:first-child {
    margin: 0 6.6666666667vw -8vw;
}

.sec05 .sec05__item .inr {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0;
    color: #666666;
    text-align: center;
font-size: 21.6px;
}

.sec05 .sec05__image {
    position: absolute;
width: 253.2px;
top: -50.4px;
    left: 0;
    transform: none;
}

.sec05 .sec05__copy__wrap {
    margin-left: auto;
padding-right: 22.2px;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column-reverse;
}

.sec05 .sec05__area01::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='64' viewBox='0 0 390 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L195 63L389 1' stroke='%235394DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L195 63L389 1' stroke='url(%23paint0_linear_1872_3670)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1872_3670' x1='195' y1='1' x2='195' y2='63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EDF6FD'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 300.0px;
height: 48.0px;
bottom: -24.0px;
}

.sec05 .sec05__copy {
    background: rgba(255, 255, 255, 0.7);
    color: #8c9eb7;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    width: fit-content;
font-size: 22.8px;
    letter-spacing: 0.3em;
padding: 3.0px;
    height: fit-content;
}.sec05 .sec05__copy .dot {
    transform: translateX(17%);
    display: inline-block;
}

.sec05 .sec05__copy.--copy02 {
margin: 50.4px;
}

.sec05 .sec05__balloon {
    background-color: #9dc3e1;
    border-radius: min(4.6296296296vw, 50px);
    color: #ffffff;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
    width: fit-content;
    position: relative;
font-size: 21.6px;
padding: 1.8px;
margin: 70.8px;
}

.sec05 .sec05__balloon::after {
    content: "";
    background-color: #9dc3e1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 19.2px;
height: 15.0px;
bottom: -14.4px;
}

.sec05 .sec05__catch {
    font-weight: 600;
    text-align: center;
    color: #20538f;
}.sec05 .sec05__catch .size01 {
    line-height: 140%;
    letter-spacing: -0.1em;
    color: #20538f;
    position: relative;
font-size: 44.4px;
    top: 0;
}

.sec05 .sec05__catch .size02 {
    line-height: 140%;
    position: relative;
font-size: 31.2px;
    letter-spacing: -0.05em;
    margin: 0 0.6666666667vw;
    top: 0;
}

.sec05 .sec05__catch .size03 {
    background: linear-gradient(99deg, #ffaaba 11.62%, #f37e92 39.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: -0.05em;
font-size: 74.4px;
}

.sec05 .sec05__catch .size04 {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 38.4px;
margin-left: 9.0px;
}

.sec07 {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center bottom, center top;
    position: relative;
    z-index: 5;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_bg02.png), url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_bg01.png);
    background-size: 100% auto;
    padding: min(7.5925925926vw, 82px) 0 min(8.7962962963vw, 95px);
}

.sec07 .sec07__title {
    font-weight: 600;
    text-align: center;
margin-bottom: 222.6px;
}

.sec07 .sec07__title>span {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}.sec07 .sec07__title .size01 {
    line-height: 140%;
    letter-spacing: 0.02em;
    font-weight: 500;
font-size: 31.2px;
}

.sec07 .sec07__title .size02 {
    line-height: 140%;
    letter-spacing: 0.03em;
font-size: 38.4px;
}

.sec07 .sec07__box {
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 4.4vw 0px rgba(164, 176, 194, 0.5);
width: 402.0px;
padding: 35.4px;
}

.sec07 .sec07__box.--box02 {
margin-top: 106.2px;
}

.sec07 .sec07__box.--box03 {
margin: 106.2px;
}

.sec07 .sec07__box.--more {
padding: 15.0px;
}

.sec07 .sec07__box.--more .sec07__text {
    text-align: center;
}.sec07 .sec07__box.--more::before {
    content: "さらに";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='378' height='62' viewBox='0 0 378 62' fill='none'%3E%3Cpath d='M1.5 1L189 61L376.5 1' stroke='%235394DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 1L189 61L376.5 1' stroke='url(%23paint0_linear_10741_3349)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10741_3349' x1='189' y1='1' x2='189' y2='61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAEEF5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #3d82b4;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 300.0px;
height: 48.0px;
padding-top: 0.3px;
font-size: 21.6px;
top: -84.0px;
}

.sec07 .sec07__no {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 122.4px;
height: 141.0px;
padding-top: 16.8px;
top: -70.2px;
}

.sec07 .sec07__no>span {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}.sec07 .sec07__no .en {
    font-weight: 400;
    line-height: 120%;
font-size: 21.6px;
}

.sec07 .sec07__no .num {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.03em;
font-size: 38.4px;
margin-top: -7.8px;
}

.sec07 .sec07__lead {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
font-size: 28.8px;
}

.sec07 .sec07__lead .min {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
font-size: 10.8px;
}

.sec07 .sec07__list01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
gap: 3.0px;
margin: 24.0px;
}

.sec07 .sec07__item01 {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point01_item.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
width: 180.0px;
height: 180.0px;
padding-top: 16.8px;
gap: 6.6px;
}.sec07 .sec07__item01:nth-child(1) {
margin-left: 30.0px;
margin-right: 30.0px;
}

.sec07 .sec07__item01 .text {
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ec7fa9;
font-size: 19.2px;
}

.sec07 .sec07__item01 .note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
font-size: 10.8px;
}

.sec07 .sec07__text {
    margin: 0 auto;
    line-height: 180%;
    letter-spacing: 0.02em;
width: 330.0px;
font-size: 15.6px;
}

.sec07 .sec07__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec07 .sec07__text .min {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
font-size: 10.8px;
}

.sec07 .sec07__note {
    margin: 0 auto;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #4f4f4f;
width: 330.0px;
font-size: 10.8px;
margin-top: 12.0px;
}

.sec07 .sec07__unit {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_point02_bg.png);
width: 330.0px;
padding: 10.5px;
margin: 33.0px;
}

.sec07 .sec07__lead02 {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
font-size: 21.6px;
}

.sec07 .sec07__list02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
margin: 3.0px;
}

.sec07 .sec07__item02 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #3d82b4;
width: 157.2px;
height: 157.2px;
padding-top: 24.0px;
gap: 14.4px;
}

.sec07 .sec07__item02:nth-child(1) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point02_item01.png);
    margin: 0 6.6666666667vw -9.4666666667vw;
    position: relative;
    z-index: 3;
}

.sec07 .sec07__item02:nth-child(2) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point02_item02.png);
}.sec07 .sec07__item02:nth-child(3) {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec07_point02_item03.png);
}.sec07 .sec07__item02 .text {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    min-height: min(5.9259259259vw, 64px);
    display: flex;
    justify-content: center;
    align-items: center;
font-size: 19.2px;
}

.sec07 .sec07__item02 .note {
    line-height: 150%;
    letter-spacing: 0.02em;
font-size: 10.8px;
}

.sec07 .sec07__list03 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
gap: 7.8px;
margin: 14.4px;
}

.sec07 .sec07__item03 {
width: 136.8px;
}

.sec07 .sec07__item03 .head {
    background-color: #3d82b4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
min-height: 76.8px;
padding: 3.0px;
}

.sec07 .sec07__item03 .head .text {
    line-height: 150%;
    letter-spacing: 0.02em;
    display: block;
font-size: 15.6px;
}

.sec07 .sec07__item03 .head .note {
    line-height: 150%;
    letter-spacing: 0.02em;
    display: block;
font-size: 10.8px;
}

.sec07 .sec07__unit02 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: flex-end;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec07_point03_bg.png);
height: 238.2px;
    align-items: flex-start;
padding-top: 30.0px;
margin: -33.6px;
}

.sec07 .sec07__unit02 .text {
    background: linear-gradient(90deg, rgba(32, 83, 143, 0) 0%, rgba(32, 83, 143, 0.43) 26.85%, rgba(32, 83, 143, 0.75) 46.82%, #20538f 74.66%);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
padding: 7.2px;
font-size: 19.2px;
}

.sec07 .sec07__row {
    justify-content: center;
    gap: 0 min(1.4814814815vw, 16px);
    display: block;
margin-top: 23.4px;
}

.sec07 .sec07__row .col-image {
width: 330.0px;
    margin: 0 auto;
}

.sec07 .sec07__row .col-text {
width: 330.0px;
    margin: 0 auto;
    padding-top: 0;
}

.sec07 .sec07__row .col-text .box {
    background: linear-gradient(180deg, #f0a5b2 0%, #ffb8c5 100%);
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
font-size: 15.6px;
padding: 3.0px;
margin-bottom: 2.4px;
}

.sec07 .sec07__row .col-text .note {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: right;
font-size: 10.8px;
}

.sec07 .sec07__list04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
gap: 6.0px;
width: 282.0px;
margin: 21.0px;
}

.sec07 .sec07__item04 {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.6' cx='50' cy='50' r='50' fill='url(%23paint0_linear_10741_3365)'/%3E%3Cline opacity='0.5' x1='78.4072' y1='10.2901' x2='21.4072' y2='90.2901' stroke='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10741_3365' x1='3.44828' y1='-2.57354e-06' x2='91.0189' y2='6.5815' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2327ADFF'/%3E%3Cstop offset='1' stop-color='%23004A9C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 140%;
    letter-spacing: 0.12em;
    color: #ffffff;
    text-align: center;
width: 90.0px;
height: 90.0px;
font-size: 15.6px;
}

.sec07 .sec07__item04 .min {
    line-height: 150%;
    letter-spacing: 0.02em;
font-size: 10.8px;
}

.sec08 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec08_bg.png);
background-size: 450.0px;
padding: 27.0px;
}

.sec08 .sec08__title {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
font-size: 44.4px;
margin-bottom: 36.0px;
}

.sec08 .sec08__row {
    display: flex;
    justify-content: center;
    flex-direction: column;
gap: 27.0px;
}

.sec08 .sec08__col {
width: 378.0px;
    margin: 0 auto;
}

.sec08 .sec08__no {
    line-height: 120%;
    letter-spacing: 0;
    color: #8c9eb7;
font-size: 22.8px;
}

.sec08 .sec08__no .num {
    line-height: 120%;
font-size: 28.8px;
}

.sec08 .sec08__box {
    border: min(0.1851851852vw, 2px) solid #8c9eb7;
    background: #fff;
padding: 12.0px;
margin-top: -7.2px;
}

.sec08 .sec08__text {
    line-height: 180%;
    letter-spacing: 0.02em;
font-size: 15.6px;
}

.sec08 .sec08__prof {
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #8c9eb7;
font-size: 15.6px;
margin-top: 12.0px;
}

.sec09 {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec09_bg.png);
background-size: 450.0px;
}

.sec09 .sec09__body {
    margin: 0 auto;
    width: 100%;
padding-top: 24.0px;
}

.sec09 .sec09__title {
    background: var(--g-01, linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.045em;
    text-align: center;
font-size: 31.2px;
}

.sec09 .sec09__title .large {
    background: var(--g-01, linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    letter-spacing: 0.045em;
font-size: 38.4px;
}

.sec09 .sec09__lead {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 31.2px;
}

.sec09 .sec09__lead::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
    display: block;
height: 1.2px;
}

.sec09 .sec09__lead .inr {
    position: relative;
    display: inline-block;
}.sec09 .sec09__lead .inr::before {
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
}.sec09 .sec09__text {
    line-height: 180%;
font-size: 15.6px;
    letter-spacing: 0.1em;
width: 210.0px;
}

.sec09 .sec09__text .blue {
    font-weight: 700;
    color: #8c9eb7;
}.sec09 .caption {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #20538f;
    text-align: center;
font-size: 10.8px;
}

.sec09 .caption .--large {
    line-height: 140%;
    letter-spacing: 0.12em;
font-size: 15.6px;
}

.sec09 .sec09__row {
    display: flex;
}.sec09 .sec09__row.--row01 {
margin: 17.4px;
}

.sec09 .sec09__row.--row01 .sec09__lead {
    color: #fca53f;
    margin-bottom: min(1.8518518519vw, 20px);
}

.sec09 .sec09__row.--row01 .sec09__lead::after {
    background-image: linear-gradient(-90deg, rgba(32, 83, 143, 0) 0%, #20538f 100%);
    margin-top: min(0.9259259259vw, 10px);
}

.sec09 .sec09__row.--row01 .sec09__lead .inr {
    margin-left: min(15.2777777778vw, 165px);
}

.sec09 .sec09__row.--row01 .sec09__lead .inr::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec09_icon01.svg);
    top: 50%;
    transform: translateY(-50%);
width: 37.2px;
height: 37.2px;
left: -45.0px;
}
.sec09 .sec09__row.--row01 .sec09__col__image {
width: 137.4px;
margin: 60.0px;
}

.sec09 .sec09__row.--row02 {
    flex-direction: row-reverse;
}.sec09 .sec09__row.--row02 .sec09__col__text {
width: 240.6px;
margin: 12.0px;
}

.sec09 .sec09__row.--row02 .sec09__lead {
    color: #20538f;
    text-align: right;
margin-bottom: 12.0px;
}

.sec09 .sec09__row.--row02 .sec09__lead::after {
    background-image: linear-gradient(90deg, rgba(32, 83, 143, 0) 0%, #20538f 100%);
margin-top: 6.0px;
}

.sec09 .sec09__row.--row02 .sec09__lead .inr {
margin-right: 54.0px;
}

.sec09 .sec09__row.--row02 .sec09__lead .inr::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec09_icon02.svg);
    top: 50%;
    transform: translateY(-50%);
width: 37.2px;
height: 37.2px;
left: -45.0px;
}

.sec09 .sec09__row.--row02 .sec09__col__image {
    position: relative;
width: 209.4px;
}

.sec09 .sec09__row.--row02 .sec09__col__image .caption {
    position: absolute;
    top: min(7.8703703704vw, 85px);
    left: min(6.4814814815vw, 70px);
}

.sec09 .sec09__foot {
    background: linear-gradient(270deg, rgba(32, 83, 143, 0) 0%, rgba(32, 83, 143, 0.74) 21.14%, #20538f 50.46%, rgba(32, 83, 143, 0.42) 80.56%, rgba(32, 83, 143, 0) 100%);
    position: relative;
margin-top: 37.8px;
padding: 14.1px;
}

.sec09 .sec09__foot__balloon {
    background-color: #9dc3e1;
    border-radius: min(4.6296296296vw, 50px);
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
font-size: 15.6px;
padding: 2.7px;
top: -28.2px;
}

.sec09 .sec09__foot__balloon::after {
    content: "";
    background-color: #9dc3e1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 19.2px;
height: 15.0px;
bottom: -14.4px;
}

.sec09 .sec09__foot__text {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
font-size: 21.6px;
}

.sec10 {
    background: #f0f5fa;
padding: 33.3px;
}

.sec10 .sec10__box {
    background: #fff;
    margin: 0 auto;
    position: relative;
width: 378.0px;
padding: 24.0px;
}

.sec10 .sec10__box::before,
.sec10 .sec10__box::after {
    content: "";
    background: rgba(157, 195, 225, 0.4);
    background-repeat: no-repeat;
    width: min(5.9259259259vw, 64px);
    height: min(5.9259259259vw, 64px);
    display: block;
    position: absolute;
top: -9.0px;
right: -9.0px;
}

.sec10 .sec10__box::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
top: -9.0px;
left: -9.0px;
}

.sec10 .sec10__box::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
top: -9.0px;
right: -9.0px;
}

.sec10 .sec10__box__inner::before,
.sec10 .sec10__box__inner::after {
    content: "";
    background: rgba(157, 195, 225, 0.4);
    background-repeat: no-repeat;
    width: min(5.9259259259vw, 64px);
    height: min(5.9259259259vw, 64px);
    display: block;
    position: absolute;
bottom: -9.0px;
right: -9.0px;
}

.sec10 .sec10__box__inner::before {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
bottom: -9.0px;
left: -9.0px;
}

.sec10 .sec10__box__inner::after {
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
bottom: -9.0px;
right: -9.0px;
}

.sec10 .sec10__title {
    border: solid min(0.1851851852vw, 2px) #20538f;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
    text-align: center;
    position: static;
font-size: 28.8px;
padding: 3.0px;
}

.sec10 .sec10__title::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/common/sec10_icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
width: 73.8px;
height: 64.2px;
top: -39.0px;
}

.sec10 .sec10__lead {
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-align: center;
font-size: 19.2px;
margin: 12.0px;
}

.sec10 .sec10__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
gap: 14.4px;
}

.sec10 .sec10__img {
width: 330.0px;
}

.sec10 .sec10__text {
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #666666;
width: 330.0px;
font-size: 10.8px;
}

.sec11 {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/christinajapanon/uploads/lp031/sp/sec11_bg.png);
background-size: 450.0px;
height: 628.8px;
}

.sec11 .sec11__inner {
    margin: 0 auto;
    width: 100%;
    padding-top: 0;
}

.sec11 .sec11__copy {
    width: fit-content;
    margin-left: auto;
padding-right: 20.1px;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: column-reverse;
}

.sec11 .sec11__copy__sub {
    background-color: #9dc3e1;
    font-weight: 400;
    line-height: 130%;
    color: #ffffff;
    text-align: center;
    display: block;
    width: fit-content;
font-size: 21.6px;
    letter-spacing: 0.3em;
padding: 9.9px;
    height: fit-content;
}.sec11 .sec11__copy__sub .dot {
    transform: translateX(17%);
    display: inline-block;
}

.sec11 .sec11__copy__main {
    display: block;
    margin: min(5.5555555556vw, 60px) min(0.9259259259vw, 10px) 0 0;
}

.sec11 .sec11__copy__main .text01 {
    background: linear-gradient(90deg, #89b0de 6.02%, #20538f 51.54%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    line-height: 120%;
font-size: 74.4px;
    letter-spacing: 0.05em;
    margin-right: 0;
}

.sec11 .sec11__copy__main .text01+.text02 {
    letter-spacing: -0.05em;
}

.sec11 .sec11__copy__main .text02 {
    color: #20538f;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
font-size: 38.4px;
}

.sec11 .sec11__copy__main .text03 {
    background: linear-gradient(99deg, #ffaaba 11.62%, #f37e92 39.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin-right: 0;
font-size: 86.4px;
    margin-left: 0;
margin-top: 12.0px;
}

.sec11 .sec11__copy02 {
margin-top: 39.0px;
margin-left: 17.4px;
}

.sec11 .sec11__copy02__sub {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #20538f;
    display: block;
font-size: 31.2px;
margin-bottom: 6.6px;
}

.sec11 .sec11__copy02__main {
    background: linear-gradient(90deg, #89b0de 0, #20538f 28%, #3768a1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    display: block;
margin-left: 26.4px;
}

.sec11 .sec11__copy02__main .text01 {
    background: linear-gradient(96deg, #ddce9c 2.86%, #dbcc99 12.95%, #8f815e 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 56.4px;
}

.sec11 .sec11__copy02__main .text02 {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 38.4px;
}

.sec11 .sec11__copy02__main .text03 {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 56.4px;
}

.sec11 .sec11__copy02__main .text04 {
    line-height: 140%;
    letter-spacing: 0.02em;
font-size: 50.4px;
}




    

    .adlp-outer {
        max-width: 450px;
        margin: 0 auto;
        background: #fff;
    }
    
    .adlp-wrapper {
        max-width: 450px;
        margin: 0 auto;
    }
    
    .adlp-main {
        max-width: 450px;
        margin: 0 auto;
    }
    

    .w100 {
        max-width: 450px !important;
        width: 100% !important;
    }
    
    .w50 {
        max-width: 225px !important;
        width: 53% !important;
    }
    

    .fv, .cv, .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07, .sec08, .sec09, .sec10, .sec11, .sec12 {
        max-width: 450px;
        margin: 0 auto;
    }
    

    .adlp-floating {
        max-width: 450px;
        left: 50%;
        transform: translateX(-50%);
    }
    

    .adlp-footer {
        max-width: 450px;
        margin: 0 auto;
    }
    

    .cv .cv__box::before {
top: -27px;
left: -18px;
width: 216px;
height: 292.5px;
    }
    
    .cv .cv__box::after {
top: -36px;
right: -2.25px;
width: 54px;
height: 67.5px;
    }
    

    .sec12 {
padding: 30.0px;
    }

    .landing_form_ec th {
        width: 25%;
    }
    p.form_box_label_ec strong {
        font-size: 12px;
    }
}

.btnBounce {
    animation: bounce 2s ease-in-out forwards;
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
