﻿/*---------------------
　202502　カート周り改修
　共通
---------------------*/
  #headNavOpenBtn, #headGlnav, #headMain .headLogo, #footer .footNav {display: none;}
  #footer {padding-top: 2rem;}
  @media screen and (min-width:769px){#footer {padding-top: 4rem;}}

/*アコーディオン*/ 
 .acc_btn_br { background-color: #9c7a72;}
 .acc_btn_or { background-color: #f9b54b;}
 .acc_btn {
    width: 92%;
    margin: auto;
    text-align: center;
    font-size: calc(32*(100vw / 750));
    color: #ffffff;
    padding: 1em 0;
    position:relative;
    cursor:pointer;
    border-radius: 3px;
    margin-bottom: 24px;
  }
  .acc_btn:before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1px;
    background: #fff;
    position: absolute;
		  top: 50%;
		  transform: translate(0, -50%);
    right: 1.2em;
  }
  .acc_btn:after {
    content: "";
    display: block;
    width: 1px;
    height: 1.2em;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1.8em;
    transition: .3s all;
  }
  .acc_btn.open:after {
    transform: translate(0, -50%)  rotate(90deg);
    transition: .3s all;
  }
  @media screen and (min-width:769px){
   .acc_btn{font-size: 16px;}
  }

  /*戻ると*/
/*  　.area_btn .btn_move. {
    width:40%;
   } */
	.btn_move.bc_gray{
    /* margin: 60px 0 0 0; */
    margin-left: 0;
    width: 80px; height: 40px; line-height: 40px;
   }

/*---------------------
　カート画面
---------------------*/
 .CartList .coupon_area #acc_area {display: none; }
 .CartList .coupon_area #acc_area .ttl_w-max{margin-left: 0 !important; margin-right: 0 !important;}

 @media screen and (min-width:769px){
  .CartList .productList_wrap .cartOrder .subcartOrder .discount_area > .coupon_area{border: none;}
  .CartList.coupon_area #acc_area {border: 1px solid #d9d4d4;}
 }

/*---------------------
　カート＞ログイン画面
---------------------*/
 #dvUserContents.login_for .area_ttl_sec,#dvUserContents.login_form .loginForm{margin-top: 0;}
 #dvUserContents.login_form #loginWrap .btn_join {
  background-color: #f9b54b;width:80%; height: 40px; line-height: 40px;
  margin: 0 auto;	position: relative;
 }
 #dvUserContents.login_form #loginWrap .btn_join::after {
  content: '';position: absolute;top: 50%; right: 1em; transform: translate(-50%, -50%) rotate(-45deg);
  border: solid white; border-width: 0 1px 1px 0; display: inline-block;
  padding: 4px;
 }
 #dvUserContents.login_form .loginForm li:first-child {
  margin-top: 0!important;
 }
 /*PCはアコーディオンにしない*/
 #dvUserContents.login_form .acc_btn {display: none;}
@media screen and (max-width:768px){
  #dvUserContents.login_form #acc_area, 
  #dvUserContents.login_form #acc_area .area_ttl_sec {
   display: none;
  }
	#dvUserContents.login_form .acc_btn {
		display: block;
    width: 80%;
    padding: 0;
			height: 40px;
			line-height: 40px;
  }
		#dvUserContents.login_form .acc_btn:after {
			right: 1.8em;
		}
 }
 /*---------------------
　お支払い方法選択
---------------------*/
/* .foot_banner_area{display: none;} */
  .OrderPayment .cardimg img { max-width: 100%;	margin: 1em auto;}
  .OrderPayment .area_block {display:flex;}
  .OrderPayment .area_block .payment_wrap {width:32.5%;margin-right: 1.25%;}
  .OrderPayment  .area_block .payment_wrap:last-child {margin-right: 0%;}

  .OrderPayment #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl00_ddCredit > * {width: 750px;}
  .OrderPayment #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl00_ddCredit .rect{width:60%;}

		/*代引きの有無でがコンビニ決済のIDかわる これをもとにwidthを変えれないか*/
		#ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl01_ddCvsDef,
		#ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl02_ddCvsDef {position: relative;}

  #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl01_ddCvsDef > * {width: 750px;position: relative;left: -250px;}
		#ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl02_ddCvsDef > * {width: 750px;position: relative;left: -500px;}

  @media screen and (max-width: 768px){
   #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl00_ddCredit > * {max-width: 94vw;margin-left: auto!important;margin-right:auto!important;}
   #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl00_ddCredit .rect{width:100%;}
  
   #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl01_ddCvsDef > * {width: 94vw;position: relative;left: -31vw;}
   #ctl00_ContentPlaceHolder1_rCartList_ctl00_rPayment_ctl02_ddCvsDef > * {width: 94vw;position: relative;left: -62vw;}
  
   /*選択肢の調整*/
   .OrderPayment .form_wrap .bottom h3{padding: 1.2rem 0.5rem;min-height: 6.5rem;position: relative;}
   .OrderPayment .form_wrap .list h3 label{margin-right: 0;line-height: 1.2;padding-left: 2.5rem;position: absolute;
      top: 50%; transform: translate(0, -50%);}
   .OrderPayment .form_wrap .list h3 label::before {left:0;transform: translate(0, -50%);margin-top: 0;}
   .OrderPayment .form_wrap .list input[type="radio"]:checked + label::after {
    left:4px;margin-top: 0;top:50%; transform: translate(0, -50%);}
  }
/*---------------------
　注文確認
---------------------*/
/* .foot_banner_area{display: none;} */
.orderconfirm_block .btn_modification {
 background-color: unset; color: #545454; text-decoration: underline;
 text-align: left; font-size: 14px; margin-top: 2rem;width: auto;
}
.orderconfirm_block .btn_modification::after {content: " >";}
.orderconfirm_block .area_price { margin-bottom: 40px;}
#ctl00_ContentPlaceHolder1_rCartList_ctl00_Div6 { margin-bottom: 40px;}
#ctl00_ContentPlaceHolder1_rCartList_ctl00_ctl10_divSubCartList { margin-bottom: 40px;}

.orderconfirm_block .customerInfo.lastArea {margin-bottom: 0;}

/*特商法*/
#cnt_caution {margin: 0 0 3rem;	line-height: 1.8;}
#cnt_caution .inline {text-decoration: underline;}
#cnt_caution .inline::after{content: " >";}
.modaal-content-container {
 overflow: scroll;max-height: 80vh;padding: 15px;
 color: #545454; font-size: 14px;line-height: 1.8;
}
@media screen and (min-width: 769px){
 #cnt_caution {margin: 60px 0;}
}

/*---------------------
　カートからの新規登録　入力
---------------------*/
/*メルマガ吹き出し*/
#dvUserRegistInput .sp-only{
  display:block;
  height: 0;
  line-height: 0;
}
#dvUserRegistInput .arrow_box{
  position:relative;
  display: inline-block;
  /* width:80%; */
  height:auto;
  background:#fbdfe5;
  padding: 1rem 1.5rem;
  font-size:.9em;
  font-weight:600;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  margin-top: 1.5rem;
  line-height: 1.75;
}
.arrow_box:after,.arrow_box:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  bottom:100%;
  left:10%;
}
#dvUserRegistInput .arrow_box:after{
  border-color: rgba(247, 221, 51, 0);
  border-top-width:20px;
  border-bottom-width:20px;
  border-left-width:10px;
  border-right-width:10px;
  margin-left: -10px;
  border-bottom-color: #fbdfe5;
}
/* #dvUserRegistInput .arrow_box:before{
  border-color: rgba(30, 144, 255, 0);
  border-top-width:24px;
  border-bottom-width:24px;
  border-left-width:12px;
  border-right-width:12px;
  margin-left: -12px;
  margin-bottom: 2px;
} */

/*パスワード表示*/

#dvUserRegistInput .form_select_pw {
  margin-bottom: 20px;
  margin-top: 20px;
}
.fa {font-family: "Font Awesome 5 Free";}

#dvUserRegistInput .fa-eye:before {
  content: "\f06e"
}
.phb{
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  font-weight: bold;
  margin-top: .4em;
}
.phb span {
  font-size: 1.1em;
}
input[type="checkbox"].phb_checkbox {
  display:inline-block !important;
  position: relative;
  margin-right: .5em;
  border-width: 1px;
  border-color: #bbbbbb;
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
  padding: 2vw;
  vertical-align: bottom;
  box-sizing: border-box;
}

@media screen and (min-width: 769px){
  #dvUserRegistInput .arrow_box{
    margin-top: 2.5rem;
    padding:20px;
  }
  #dvUserRegistInput .sp-only{
    display:none;
  }
  input[type="checkbox"].phb_checkbox {
    padding: 7px;
  }
 } 

/*---------------------
　カートからの新規登録　確認
---------------------*/
#dvUserRegistConfirm .confirm_block:nth-of-type(1){margin-bottom: 0;}

/*---------------------
　カートからの新規登録　会員規約
---------------------*/
#dvUserRegistRegulation .btn_move.bc_gray {
  height: 60px;
  line-height: 60px;
  width: 240px;
}
@media screen and (max-width: 768px){
  #dvUserRegistRegulation .btn_move.bc_gray {
    height: calc(80*(100vw / 750));
    line-height: calc(80*(100vw / 750));
    margin: auto;
  }
}

