/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

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

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

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

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

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

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

.table_bordered_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

.without_border_ec {
  border: none !important;
}

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_ec {
  height: 228px;
}

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

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

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

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

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

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

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

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

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

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

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

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

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

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

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview_container_sp_ec > table {
  width: 100%;
}

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

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

.table_bordered_sp_ec {
  border: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

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

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

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

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

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

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

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* LINE ID 連携 */

.line_ec {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line_sp_ec {
}

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

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

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

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

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

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

.line_alert_sp_ec {
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth_infra_ec {
}

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

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

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

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

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

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

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

.auth_infra_sp_ec {
}

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

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

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

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

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

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

#AmazonPayPopupArea + br ,  #AmazonPayPopupArea + br + br {
	display: none !important;
}
/* フォームボタン */
#submit.submit_button_complete_ec , #submit.submit_button_complete_sp_ec{
 background-image: url("https://d2w53g1q050m78.cloudfront.net/goodbody/uploads/lp-data/campaign001/images/confiskip_btn02.png")!important;
	animation: pulse_2130 2s linear infinite;
	transform-origin: 50% 50%;
    height: 200px;
}

#submit.submit_button_complete_ec:hover , #submit.submit_button_complete_sp_ec:hover {
 opacity: 0.7;
}

#submit.submit_bottom_ec , #submit.submit_bottom_sp_ec{
 background-image: url("https://d2w53g1q050m78.cloudfront.net/goodbody/uploads/lp-data/campaign001/images/confiskip_btn03.png")!important;
	animation: pulse_2130 2s linear infinite;
	transform-origin: 50% 50%;
}

#submit.submit_bottom_ec:hover , #submit.submit_bottom_sp_ec:hover {
 opacity: 0.7;
}

@keyframes pulse_2130 {
	0% { transform: scale(1) }
	25% { transform: scale(0.95) }
	50% { transform: scale(1) }
	75% { transform: scale(0.95) }
	100% { transform: scale(1) }
}


video {
display: block;
}
.login_message_box_ec {
	margin-top: 0;
}
.attention_ho{
    position: absolute;
    bottom: 2%;
    font-size: 12px;
    color: #474747;
    left: 5%;
    /* right: auto; */
    margin: auto;
    text-align: center;
}

.purchase_message_ec {
	display: none !important;
}

.purchase_message_sp_ec {
	display: none !important;
}

.landing_form_label_ec {
	display: none !important;
}

.landing_form_label_sp_ec {
	display: none !important;
}
.textp1{
    font-size:12px;
    position:absolute;
    bottom:2%;
    right:2%;
	color: #474747;
}

body {
	margin-top: -1%;
}

img.amapay {
    display: block;
    margin: 0 auto;
    width: 95%;
}

@media only screen and (max-width: 480px) {
	body {
		margin-top: -5%;
	}
}

/* ポジション */
.because_position img {
	width: 80%;
}

.because_position {
	position: absolute;
	bottom: -1.85%;
	left: 29%;
}

.btn-position001 {
	position: absolute;
	width: 90%;
    bottom: 13%;
    right: 4.5%;
}

.btn-position002 {
    position: absolute;
    width: 90%;
    bottom: 15%;
    right: 5.5%;
}

.btn-position003 {
    position: absolute;
    width: 90%;
    bottom: 14%;
    right: 5.5%;
}

.btn-position004 {
	position: absolute;
    width: 49%;
    bottom: 17%;
    right: 25%;
}

.youtubegif_position img {
	width: 91%;
}

.youtubegif_position {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 4.6%;
}

.youtubebtn_position img{
	width: 91%;
}

.youtubebtn_position {
	position: absolute;
	width: 100%;
	bottom: 8.5%;
	left: 4.6%;
}

.sizebtn_position img {
	width: 68%;
}

.sizebtn_position {
	position: absolute;
	width: 100%;
	top: 33%;
	left: 16%;
}

.fukidashi_position001 {
	position: absolute;
	top: 23.5%;
	left: 6%;
	z-index: 100;
}

.fukidashi_position002 {
	position: absolute;
	top: 17%;
	left: 6%;
	z-index: 100;
}

.fukidashi_position003 {
	position: absolute;
	top: 16%;
	left: 6%;
	z-index: 100;
}

.fukidashi_position004 {
	position: absolute;
	top: 17%;
	left: 6%;
	z-index: 100;
}

@media only screen and (max-width: 480px) {
	.fukidashi_position001 img {
		width:50%;
	}

	.fukidashi_position002 img {
		width: 50%;
	}

	.fukidashi_position003 img {
		width: 50%;
	}

	.fukidashi_position004 img {
		width: 50%;
	}
	.because_position img {
		width: 60%;
	}
}

/*サイズコンテンツスライダー */
.slideContents section img {
	width: 80%;
}

.position_slider {
	position: absolute;
	width: 100%;
	bottom: 15%;
}

#slider01 .swiper-pagination-bullet-active {
	background: #f4b727;
}

#slider01 .swiper-button-prev {
	background: url("https://d2w53g1q050m78.cloudfront.net/goodbody/uploads/lp-data/campaign001/kouyamaLP_images/arrow_left.png") no-repeat center center / contain;
}
#slider01 .swiper-button-next {
	background: url("https://d2w53g1q050m78.cloudfront.net/goodbody/uploads/lp-data/campaign001/kouyamaLP_images/arrow_right.png") no-repeat center center / contain;
}

.swiper-button-next, .swiper-button-prev {
	width: 65px;
}

/* images-compare スライダー設定 */
#myImageCompare01 {
	width: 86.5%;
	position: absolute !important;
	bottom: 7.5%;
	left: 7.2%;
}
#myImageCompare02 {
	width: 86.5%;
	position: absolute !important;
	bottom: 8%;
	left: 7.2%;
}
#myImageCompare03 {
	width: 86.5%;
	position: absolute !important;
	bottom: 9.8%;
	left: 7.2%;
}
#myImageCompare04 {
	width: 86.5%;
	position: absolute !important;
	bottom: 14.5%;
	left: 7.2%;
}

.images-compare-separator {
	width: 2px;
}

.images-compare-handle {
	margin-left: -18px;
	background: #f43255;
}

.images-compare-separator p {
	position: absolute;
	left: -33px;
	top: 55%;
	color: #f43255;
	font-size: 24px;
	font-weight: bold;
	text-shadow    : 
		2px  2px 1px #fff,
		-2px  2px 1px #fff,
		2px -2px 1px #fff,
		-2px -2px 1px #fff,
		2px  0px 1px #fff,
		0px  2px 1px #fff,
		-2px  0px 1px #fff,
		0px -2px 1px #fff; 
}

@media only screen and (max-width: 480px) {
	.images-compare-separator p {
		font-size: 16px;
		top: 57%;
		left: -23px;
	}
}

/* サイズチャート */
#sizecheck_wrap{
	background-color: #e0f0f8;
	padding: 20px 0 0;
}

#sizecheck_wrap .container{
	background: url(https://rdc-nll-qt75w69w.landinghub.site/culina_be/sizechart/sizecheck_bg.png) no-repeat top center / cover;
    background-size: 100%;
    padding: 20% 8% 8%;
    margin: 0 5%;
}

#sizecheck_wrap .heading{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
	position: relative;
    margin-bottom: 20px;
}
#sizecheck_wrap .heading::before{
	content:"";
	background: url(https://rdc-nll-qt75w69w.landinghub.site/culina_be/sizechart/sizecheck_baloon.png)no-repeat top center / contain;
	width: 140px;
    height: 140px;
    position: absolute;
	top: -20px;
    left: -82px;
}

#sizecheck_wrap ul{
	display: flex;
    justify-content: center;
	list-style: none;
	margin-bottom: 20px;
}

#sizecheck_wrap ul dl dt{
	display: flex;
    width: 172px;
    height: 40px;
    background: #0f7bc1;
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

#sizecheck_wrap ul li{
	display: flex;
	align-items: end;
}

#sizecheck_wrap ul dl dd{
	width: 172px;
	height: 75px;
	border: 1px solid #0f7bc1;
}

#sizecheck_wrap ul dl dd input{
border: none;
width: 100%;
height: 100%;
padding: 20px;
font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 50px;
  text-align: center;
}

#sizecheck_wrap ul li div{
	width:56px;
	margin: 0px 20px 5px;
}
#sizecheck_wrap ul li:nth-child(2) div{
	width:46px
}

#sizecheck_wrap .btn{
	margin-bottom: 20px;
}

#sizecheck_wrap .result{
	display: flex;
	margin-bottom: 20px;
}
#sizecheck_wrap .result p{
	display: flex;
	font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
	align-items: end;
	margin-right: 10px;
}

#sizecheck_wrap .result p img{
	width: 62px;
    height: 52px;
}
#sizecheck_wrap .result div{
	width: 188px;
}

#sizecheck_wrap .note{
	color: #595959;
	font-size: 17px;
	line-height: 1.2;
}

@media only screen and (max-width: 480px) {
	#sizecheck_wrap .container{
		padding-top:21%;
		margin:0 5%;
	}
	#sizecheck_wrap .heading{
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.3;
	}
	#sizecheck_wrap .heading::before{
		width: 70px;
		height: 70px;
		top: -10px;
		left: -42px;
	}
	#sizecheck_wrap ul{
		margin-bottom: 10px;
	}
	#sizecheck_wrap ul dl dt{
		width: 92px;
		height: 23px;
		font-size: 13px;
	}
	#sizecheck_wrap ul dl dd {
		width: 92px;
		height: 45px;
		border: 1px solid #0f7bc1;
	}
	#sizecheck_wrap ul dl dd input{
		padding: 10px;
		font-size: 25px;
	}
	#sizecheck_wrap ul li div {
		width: 26px;
		margin: 0px 10px 2px;
	}
	#sizecheck_wrap ul li:nth-child(2) div {
		width: 20px;
	}
	#sizecheck_wrap .result p {
		font-size: 16px;
		margin-right: 6px;
	}
	#sizecheck_wrap .result div {
		width: 96px;
	}
	#sizecheck_wrap .note{
		font-size: 8px;
	}
	#sizecheck_wrap .result p img {
		width: 32px;
		height: 22px;
	}
	#sizecheck_wrap .btn {
		margin-bottom: 10px;
	}
	#sizecheck_wrap .result {
		margin-bottom: 10px;
	}
	
}

/* -----------------------
 フッター固定バナー（スマホのみ）
-------------------------- */
#bn_footer_pc, #bn_footer_pc {
    position: fixed;
    bottom: 10px;
    z-index: 100;
    width: 400px;
    right: 2%;
}






#bn_footer_pc img {
    width: 100% !important;
}

#bn_footer_sp {
    display: none;
}

@media screen and (max-width: 480px){
#bn_footer_sp {
    position: fixed;
    display: inline;
    bottom: 0px !important;
    left: -50%;
    right: -50%;
    margin: auto;
    z-index: 999;
    background: none !important;
    width: 90% !important;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}

.content .cta_content .content #bn_footer_sp p {
    padding: 0;
}
.content #bn_footer_sp img {
    margin: 0;
}	
#bn_footer_sp .btn_close {
	position: absolute;
	top: -15px;
	left: 5px;
	width: 20px;
	height: 20px;
}
#bn_footer_sp.closed,
#bn_footer_sp.closed .btn_close {
	display: none!important;
}
#bn_footer_pc {
    display: none !important;
    }
}

/* オーバーレイポップアップ */
.over_txt {
	width: 100%;
}

.over_txt p {
	text-align: center;
	padding-top: 5%;
	font-size: 1em;
	color: red;
}

@media only screen and (max-width: 480px) {
	.over_txt p {
		letter-spacing: -1.5px;
		font-size: 0.75em;
	}
	.size-item a {
		font-size: 0.8em !important;
		margin-top: 0 !important;
	}
	.size-wrap h4 {
		padding-top: 0 !important;
		font-size: 15px !important;
	}
}

.overlay_btn {
	width: 100%;
	text-align: center;
}

.overlay_btn button {
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 3.5%;
}

.size-item a {
	margin: 3.5% 0;
	color: yellow;
	padding: 1em 1.3em;
	font-size: 20px;
	font-weight: bold;
	background-image: none;
	border-bottom: none;
	box-shadow: none;
}

.size-wrap {
	margin-top: 5% !important;
}

.size-wrap h4 {
	padding-top: 0 !important;
	font-size: 20px;
}

.size-wrap img {
	padding: 0;
}

.popup_btn {
	display: flex;
}

.popup_btn a {
	padding: 2%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.tada {
	animation: tada_6268 2.6s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes tada_6268 {
	0% { transform: scale(1) }
	7.69231% { transform:scale(.9) rotate(-8deg) }
	15.38462% { transform:scale(.9) rotate(-8deg) }
	23.07692% { transform:scale(1.1) rotate(8deg) }
	30.76923% { transform:scale(1.1) rotate(-8deg) }
	38.46154% { transform:scale(1.1) rotate(8deg) }
	46.15385% { transform:scale(1.1) rotate(-8deg) }
	53.84615% { transform:scale(1.1) rotate(8deg) }
	61.53846% { transform:scale(1) rotate(0) }
	100% { transform:scale(1) rotate(0) }
}

.tada00 {
	animation: tada_2696 1.6s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes tada_2696 {
	0% { transform: scale(1) rotate(0) }
	9.09% { transform: scale(1) rotate(0) }
	18.18% { transform:scale(.9) rotate(-8deg) }
	27.27% { transform:scale(1.3) rotate(8deg) }
	36.36% { transform:scale(1.3) rotate(-8deg) }
	45.45% { transform:scale(1.3) rotate(8deg) }
	54.54% { transform:scale(1.3) rotate(-8deg) }
	63.63% { transform:scale(1.3) rotate(8deg) }
	72.72% { transform:scale(1.3) rotate(-8deg) }
	81.81% { transform:scale(1.3) rotate(8deg) }
	90.90% { transform:scale(1) rotate(0) }
	100% { transform:scale(1) rotate(0) }
}

.pulse {
	animation: pulse_2130 2s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes pulse_2130 {
	0% { transform: scale(1) }
	25% { transform: scale(0.95) }
	50% { transform: scale(1) }
	75% { transform: scale(0.95) }
	100% { transform: scale(1) }
}

.fuwafuwa {
	animation: fuwafuwa 3s linear infinite;
	transform-origin: 50% 50%;
	margin: 0 !important;
}

@keyframes fuwafuwa {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}

.bg1 {
	background-image: none;
}

/* フォームボタン */
#submit.submit_button_complete_ec , #submit.submit_button_complete_sp_ec{
 background-image: url("https://d2w53g1q050m78.cloudfront.net/goodbody/uploads/lp-data/campaign001/images/confiskip_btn02.png")!important;
	animation: pulse_2130 2s linear infinite;
	transform-origin: 50% 50%;
    height: 200px;
}

#submit.submit_button_complete_ec:hover , #submit.submit_button_complete_sp_ec:hover {
 opacity: 0.7;
}

#submit.submit_bottom_ec , #submit.submit_bottom_sp_ec{
 background-image: url("https://d2w53g1q050m78.cloudfront.net/goodbody/uploads/lp-data/campaign001/images/confiskip_btn03.png")!important;
	animation: pulse_2130 2s linear infinite;
	transform-origin: 50% 50%;
}

#submit.submit_bottom_ec:hover , #submit.submit_bottom_sp_ec:hover {
 opacity: 0.7;
}

@keyframes pulse_2130 {
	0% { transform: scale(1) }
	25% { transform: scale(0.95) }
	50% { transform: scale(1) }
	75% { transform: scale(0.95) }
	100% { transform: scale(1) }
}

/* Q&Aアコーディオンcss */
.acd-all{
    background: #fff;
    width: 750px;
    padding-top: 25px;
    padding-bottom: 100px;
    margin: 0 auto 25px;
}
.acd-child{
    width: 680px;
    margin: 0 auto;
}
.acd-check{
    display: none;
}
.acd-label{
    border: 2px solid #333;
    background: #f6f6f6;
    color: #1a1a1a;
    display: block;
    margin-bottom: 1px;
    padding: 20px;
    padding-left: 35px;
    position: relative;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 5px;
}
.acd-label:after{
    background: #f6f6f6;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -26px;
}
.acd-content{
    display: block;
    background: #f6f6f6;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .2s;
    visibility: hidden;
    margin-bottom: 20px;
}
.acd-content p{
    width: 600px;
    font-size:1.2em;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 2.5px;
}
.acd-content p.details {
    width: 100% !important;
    font-size: 1em;
    background-color: #ffffff;
    border: solid 1px #1a1a1a !important;
    padding: 3%;
    margin-top: 3%;
}
.acd-content img {
    padding-top: 3% !important;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 20px 40px;
    visibility: visible;
}

@media only screen and (max-width: 480px) {
    .acd-all{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 50px;
    }
    .acd-child{
        width: 90%;
        margin: 0 auto;
    }
    .acd-label{
        border: 1px solid #333;
        background: #f6f6f6;
        color: #1a1a1a;
        display: block;
        margin-bottom: 1px;
        padding: 10px;
        padding-left: 17px;
        position: relative;
        font-size: 0.8em;
        line-height: 1.2em;
        letter-spacing: 0.7px;
    }
    .acd-label:after{
        background: #f6f6f6;
        box-sizing: border-box;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        height: 36px;
        padding: 10px 20px;

        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -18px;
    }
    .acd-content{
        display: block;
        background: #f6f6f6;
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: .2s;
        visibility: hidden;
        margin-bottom: 15px;
    }
    .acd-content p{
        width: 300px;
        font-size: 0.7em;
        line-height: 1,5em;
        letter-spacing: 0.7px;
    }
    .acd-content p.details {
        width: 100% !important;
        font-size: 0.65em !important;
    }
    .acd-check:checked + .acd-label + .acd-content{
        height: auto;
        opacity: 1;
        padding: 8px 20px 12px;
        visibility: visible;
    }
}



/*-------------------------------------*
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
	/* セクションラベルの色 */

	background: #7E0F09;
	/* セクションラベルのフォント色*/
	color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
	/* セクションラベルの色 */
	background: #203594;
	/* セクションラベルのフォント色*/
	color: #ffffff;
	/* セクションラベルのフォントサイズ */
	font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
	border-top: 1px solid #d0dcec;
	border-right: 1px solid #d0dcec;
	background: #FFF;
	border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
	background-color: #e1edfd;
	border-bottom: 1px solid #d0dcec;
	border-left: 1px solid #d0dcec;
	background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
	border-bottom: 1px solid #d0dcec;
	border-left: 1px solid #d0dcec;
	background-color: #ffffff;
}

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

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

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

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

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

/*スライダー全体のコンテナー*/
#stage {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1,#r2,#r3,#back1,#back2,#back3,#next1,#next2,#next3 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
.circ img {
	position: absolute;
	bottom:29%;
	cursor: pointer;
}
#lb1 img { left: 43.6%;width:3%; }
#lb2 img { left: 46.6%;width:3%; }
#lb3 img { left: 49.6%;width:3%; }
/* 左右送りボタン */
.pb, .nb {
	color:#666;
	font-weight:bold;
	font-size:26px;
	display:block;
	position:absolute;
	top:50%;/*z-index:200;pointer-events:auto;*/
}
.pb { left:2%; }
.nb { left:92.5%; }
.pb:hover, .nb:hover { color:orange; cursor:pointer; }
/* stageが初期サイズ以下のなったときのサイズ */
@media screen and (max-width: 660px) { .pb, .nb { font-size:18px; } }
/*全表示スライドのコンテナー*/
#photos {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
/* 個々のスライド・現スライド標示ボタン */
.pic {
	position: absolute;
	width:100%;
	height:72.5%;
}
.pic img:nth-child(1) { width:88%; margin-left:5.55%; }
.pic img:nth-child(2) { width:3%; bottom:-8.5%; /*2.5%;*/ }

/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1 { left: 0; }
#photo2 { left: 660px; }
#photo3 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1:checked ~ #photos { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2:checked ~ #photos { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3:checked ~ #photos { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1:checked ~ #photos { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2:checked ~ #photos { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3:checked ~ #photos { animation:flowSlides2 18s infinite; animation-delay:-6s; }

#next1:checked ~ #photos { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2:checked ~ #photos { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3:checked ~ #photos { animation:flowSlides1 18s infinite; animation-delay:-0s; }
/* 初期スライドショー */
@keyframes flowSlides {
	0% { left:0px; opacity:0; }
	3% { left:0px; opacity:1; }
	30% { left:0px; opacity:1; }
	33% { left:0px; opacity:0; }
	33.01% { left:-660px; opacity:0; }
	36% { left:-660px; opacity:1; }
	63% { left:-660px; opacity:1; }
	66% { left:-660px; opacity:0; }
	66.01% { left:-1320px; opacity:0; }
	69% { left:-1320px; opacity:1; }
	97% { left:-1320px; opacity:1; }
	100% { left:-1320px; opacity:0; }
}
/* 各スライド向けスライドショー */
@keyframes flowSlides1 {
	0% { left:0px; opacity:0; }
	3% { left:0px; opacity:1; }
	30% { left:0px; opacity:1; }
	33% { left:0px; opacity:0; }
	33.01% { left:-660px; opacity:0; }
	36% { left:-660px; opacity:1; }
	63% { left:-660px; opacity:1; }
	66% { left:-660px; opacity:0; }
	66.01% { left:-1320px; opacity:0; }
	69% { left:-1320px; opacity:1; }
	97% { left:-1320px; opacity:1; }
	100% { left:-1320px; opacity:0; }
}
@keyframes flowSlides2 {
	0% { left:0px; opacity:0; }
	3% { left:0px; opacity:1; }
	30% { left:0px; opacity:1; }
	33% { left:0px; opacity:0; }
	33.01% { left:-660px; opacity:0; }
	36% { left:-660px; opacity:1; }
	63% { left:-660px; opacity:1; }
	66% { left:-660px; opacity:0; }
	66.01% { left:-1320px; opacity:0; }
	69% { left:-1320px; opacity:1; }
	97% { left:-1320px; opacity:1; }
	100% { left:-1320px; opacity:0; }
}
@keyframes flowSlides3 {
	0% { left:0px; opacity:0; }
	3% { left:0px; opacity:1; }
	30% { left:0px; opacity:1; }
	33% { left:0px; opacity:0; }
	33.01% { left:-660px; opacity:0; }
	36% { left:-660px; opacity:1; }
	63% { left:-660px; opacity:1; }
	66% { left:-660px; opacity:0; }
	66.01% { left:-1320px; opacity:0; }
	69% { left:-1320px; opacity:1; }
	97% { left:-1320px; opacity:1; }
	100% { left:-1320px; opacity:0; }
}

/*スライダー全体のコンテナー*/
#stage-1 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-1,#r2-1,#r3-1,#back1-1,#back2-1,#back3-1,#next1-1,#next2-1,#next3-1 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-1 img { left: 43.6%;width:3%; }
#lb2-1 img { left: 46.6%;width:3%; }
#lb3-1 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-1 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-1 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-1 { left: 0; }
#photo2-1 { left: 660px; }
#photo3-1 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-1 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-1 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-1 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-1:checked ~ #photos-1 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-1:checked ~ #photos-1 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-1:checked ~ #photos-1 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-1:checked ~ #photos-1 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-1:checked ~ #photos-1 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-1:checked ~ #photos-1 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-1:checked ~ #photos-1 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-1:checked ~ #photos-1 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-1:checked ~ #photos-1 { animation:flowSlides1 18s infinite; animation-delay:-0s; }


/*スライダー全体のコンテナー*/
#stage-2 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-2,#r2-2,#r3-2,#back1-2,#back2-2,#back3-2,#next1-2,#next2-2,#next3-2 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-2 img { left: 43.6%;width:3%; }
#lb2-2 img { left: 46.6%;width:3%; }
#lb3-2 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-2 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-2 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-2 { left: 0; }
#photo2-2 { left: 660px; }
#photo3-2 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-2 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-2 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-2 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-2:checked ~ #photos-2 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-2:checked ~ #photos-2 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-2:checked ~ #photos-2 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-2:checked ~ #photos-2 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-2:checked ~ #photos-2 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-2:checked ~ #photos-2 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-2:checked ~ #photos-2 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-2:checked ~ #photos-2 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-2:checked ~ #photos-2 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-3 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-3,#r2-3,#r3-3,#back1-3,#back2-3,#back3-3,#next1-3,#next2-3,#next3-3 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-3 img { left: 43.6%;width:3%; }
#lb2-3 img { left: 46.6%;width:3%; }
#lb3-3 img { left: 49.6%;width:3%; }
#lb4-3 img { left: 52.6%;width:3%; }
#lb5-3 img { left: 55.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-3 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-3 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-3 { left: 0; }
#photo2-3 { left: 660px; }
#photo3-3 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-3 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-3 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-3 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-3:checked ~ #photos-3 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-3:checked ~ #photos-3 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-3:checked ~ #photos-3 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-3:checked ~ #photos-3 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-3:checked ~ #photos-3 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-3:checked ~ #photos-3 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-3:checked ~ #photos-3 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-3:checked ~ #photos-3 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-3:checked ~ #photos-3 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-4 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-4,#r2-4,#r3-4,#back1-4,#back2-4,#back3-4,#next1-4,#next2-4,#next3-4 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-4 img { left: 43.6%;width:3%; }
#lb2-4 img { left: 46.6%;width:3%; }
#lb3-4 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-4 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-4 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-4 { left: 0; }
#photo2-4 { left: 660px; }
#photo3-4 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-4 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-4 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-4 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-4:checked ~ #photos-4 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-4:checked ~ #photos-4 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-4:checked ~ #photos-4 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-4:checked ~ #photos-4 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-4:checked ~ #photos-4 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-4:checked ~ #photos-4 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-4:checked ~ #photos-4 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-4:checked ~ #photos-4 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-4:checked ~ #photos-4 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-5 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-5,#r2-5,#r3-5,#back1-5,#back2-5,#back3-5,#next1-5,#next2-5,#next3-5 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-5 img { left: 43.6%;width:3%; }
#lb2-5 img { left: 46.6%;width:3%; }
#lb3-5 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-5 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-5 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-5 { left: 0; }
#photo2-5 { left: 660px; }
#photo3-5 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-5 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-5 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-5 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-5:checked ~ #photos-5 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-5:checked ~ #photos-5 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-5:checked ~ #photos-5 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-5:checked ~ #photos-5 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-5:checked ~ #photos-5 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-5:checked ~ #photos-5 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-5:checked ~ #photos-5 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-5:checked ~ #photos-5 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-5:checked ~ #photos-5 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-6 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-6,#r2-6,#r3-6,#back1-6,#back2-6,#back3-6,#next1-6,#next2-6,#next3-6 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-6 img { left: 43.6%;width:3%; }
#lb2-6 img { left: 46.6%;width:3%; }
#lb3-6 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-6 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-6 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-6 { left: 0; }
#photo2-6 { left: 660px; }
#photo3-6 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-6 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-6 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-6 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-6:checked ~ #photos-6 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-6:checked ~ #photos-6 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-6:checked ~ #photos-6 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-6:checked ~ #photos-6 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-6:checked ~ #photos-6 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-6:checked ~ #photos-6 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-6:checked ~ #photos-6 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-6:checked ~ #photos-6 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-6:checked ~ #photos-6 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-7 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-7,#r2-7,#r3-7,#back1-7,#back2-7,#back3-7,#next1-7,#next2-7,#next3-7 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-7 img { left: 43.6%;width:3%; }
#lb2-7 img { left: 46.6%;width:3%; }
#lb3-7 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-7 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-7 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-7 { left: 0; }
#photo2-7 { left: 660px; }
#photo3-7 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-7 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-7 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-7 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-7:checked ~ #photos-7 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-7:checked ~ #photos-7 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-7:checked ~ #photos-7 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-7:checked ~ #photos-7 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-7:checked ~ #photos-7 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-7:checked ~ #photos-7 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-7:checked ~ #photos-7 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-7:checked ~ #photos-7 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-7:checked ~ #photos-7 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-8 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-8,#r2-8,#r3-8,#back1-8,#back2-8,#back3-8,#next1-8,#next2-8,#next3-8 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-8 img { left: 43.6%;width:3%; }
#lb2-8 img { left: 46.6%;width:3%; }
#lb3-8 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-8 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-8 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-8 { left: 0; }
#photo2-8 { left: 660px; }
#photo3-8 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-8 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-8 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-8 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-8:checked ~ #photos-8 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-8:checked ~ #photos-8 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-8:checked ~ #photos-8 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-8:checked ~ #photos-8 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-8:checked ~ #photos-8 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-8:checked ~ #photos-8 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-8:checked ~ #photos-8 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-8:checked ~ #photos-8 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-8:checked ~ #photos-8 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
/*スライダー全体のコンテナー*/
#stage-9 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-9,#r2-9,#r3-9,#back1-9,#back2-9,#back3-9,#next1-9,#next2-9,#next3-9 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-9 img { left: 43.6%;width:3%; }
#lb2-9 img { left: 46.6%;width:3%; }
#lb3-9 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-9 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-9 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-9 { left: 0; }
#photo2-9 { left: 660px; }
#photo3-9 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-9 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-9 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-9 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-9:checked ~ #photos-9 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-9:checked ~ #photos-9 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-9:checked ~ #photos-9 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-9:checked ~ #photos-9 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-9:checked ~ #photos-9 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-9:checked ~ #photos-9 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-9:checked ~ #photos-9 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-9:checked ~ #photos-9 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-9:checked ~ #photos-9 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-10 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-10,#r2-10,#r3-10,#back1-10,#back2-10,#back3-10,#next1-10,#next2-10,#next3-10 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-10 img { left: 43.6%;width:3%; }
#lb2-10 img { left: 46.6%;width:3%; }
#lb3-10 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-10 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-10 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-10 { left: 0; }
#photo2-10 { left: 660px; }
#photo3-10 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-10 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-10 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-10 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-10:checked ~ #photos-10 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-10:checked ~ #photos-10 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-10:checked ~ #photos-10 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-10:checked ~ #photos-10 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-10:checked ~ #photos-10 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-10:checked ~ #photos-10 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-10:checked ~ #photos-10 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-10:checked ~ #photos-10 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-10:checked ~ #photos-10 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-11 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-11,#r2-11,#r3-11,#back1-11,#back2-11,#back3-11,#next1-11,#next2-11,#next3-11 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-11 img { left: 43.6%;width:3%; }
#lb2-11 img { left: 46.6%;width:3%; }
#lb3-11 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-11 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-11 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-11 { left: 0; }
#photo2-11 { left: 660px; }
#photo3-11 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-11 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-11 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-11 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-11:checked ~ #photos-11 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-11:checked ~ #photos-11 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-11:checked ~ #photos-11 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-11:checked ~ #photos-11 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-11:checked ~ #photos-11 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-11:checked ~ #photos-11 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-11:checked ~ #photos-11 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-11:checked ~ #photos-11 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-11:checked ~ #photos-11 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-12 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-12,#r2-12,#r3-12,#back1-12,#back2-12,#back3-12,#next1-12,#next2-12,#next3-12 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-12 img { left: 43.6%;width:3%; }
#lb2-12 img { left: 46.6%;width:3%; }
#lb3-12 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-12 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/
	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-12 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-12 { left: 0; }
#photo2-12 { left: 660px; }
#photo3-12 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-12 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-12 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-12 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-12:checked ~ #photos-12 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-12:checked ~ #photos-12 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-12:checked ~ #photos-12 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-12:checked ~ #photos-12 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-12:checked ~ #photos-12 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-12:checked ~ #photos-12 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-12:checked ~ #photos-12 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-12:checked ~ #photos-12 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-12:checked ~ #photos-12 { animation:flowSlides1 18s infinite; animation-delay:-0s; }

/*スライダー全体のコンテナー*/
#stage-13 {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ラジオボタンを非表示に*/
#r1-13,#r2-13,#r3-13,#back1-13,#back2-13,#back3-13,#next1-13,#next2-13,#next3-13 {
	display: none;
}
/* 表示切換えボタンと表示位置 */
#lb1-13 img { left: 43.6%;width:3%; }
#lb2-13 img { left: 46.6%;width:3%; }
#lb3-13 img { left: 49.6%;width:3%; }
/*全表示スライドのコンテナー*/
#photos-13 {
	position: absolute;
	width:100%;
	height:90%; /*100%;*/

	left: 4.55%;
	opacity:0;
	/*pointer-events: none;*/
	animation:flowSlides 18s infinite;
}
#photos-13 .pic img:nth-child(1) { width:88%; margin-left: 5.55%; }
/*表示スライドをphotosの中に横並びで一列に並べる*/
#photo1-13 { left: 0; }
#photo2-13 { left: 660px; }
#photo3-13 { left: 1320px; }
/* 写真の下に現スライド標示ボタンを配置 */
#photo1-13 img:nth-child(2) { position:absolute;left:43.6%;width:3%; }
#photo2-13 img:nth-child(2) { position:absolute;left:46.6%;width:3%; }
#photo3-13 img:nth-child(2) { position:absolute;left:49.6%;width:3%; }
/*チェックされたドットに相当するスライドが画面中央になるようにphotosを移動*/
#r1-13:checked ~ #photos-13 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#r2-13:checked ~ #photos-13 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#r3-13:checked ~ #photos-13 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
/* 左右送りボタン */
#back1-13:checked ~ #photos-13 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#back2-13:checked ~ #photos-13 { animation:flowSlides1 18s infinite; animation-delay: 0s; }
#back3-13:checked ~ #photos-13 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next1-13:checked ~ #photos-13 { animation:flowSlides2 18s infinite; animation-delay:-6s; }
#next2-13:checked ~ #photos-13 { animation:flowSlides3 18s infinite; animation-delay:-12s; }
#next3-13:checked ~ #photos-13 { animation:flowSlides1 18s infinite; animation-delay:-0s; }