@charset "UTF-8";

/**
input[type=radio],
input[type=checkbox] {
display: none;
}
*/
.radio,
.checkbox {
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
position: relative;
display: inline-block;
padding: 0 0 0 25px;
border-radius: 3px;
background-color: #ffffff;
vertical-align: middle;
cursor: pointer;
}
.radio:after,
.checkbox:after {
-webkit-transition: border-color 0.2s linear;
transition: border-color 0.2s linear;
position: absolute;
top: 50%;
left: 0;
display: block;
margin-top: -10px;
width: 20px;
height: 20px;
border: 1px solid #cccccc;
border-radius: 10px;
content: '';
}
.radio:before,
.checkbox:before {
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
position: absolute;
top: 50%;
left: 3px;
display: block;
margin-top: -7px;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: #c2a915;
content: '';
opacity: 0;
}
input[type=radio]:checked + .radio:before,
input[type=checkbox]:checked + .checkbox:before {
opacity: 1;
}


/* ================================================================= */
/* ======================== 0 〜 824px以上 =========================== */
/* ============================================================== */

@media screen and (max-width:824px) {

 /* cart共通 */
 #cart {
 margin-top: 60px;
 }

 /* cartarea */
 #cart .cartarea {
 width: 100%;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 position: relative;
 }
 #cart .cartarea .cartnav {
 position: absolute;
 left: 0;
 bottom: 0;
 border-top: 1px solid #cccccc;
 width: 100%;
 height: 140px;
 }
 #cart .cartarea .cartnav .btn {
 width: 260px;
 height: 50px;
 margin: 25px auto 0;
 }
 #cart .cartarea .cartnav .btn a {
 display: block;
 width: 100%;
 height: 70px;
 margin-top:30px;
 line-height: 70px;
 font-weight: bold;
 font-size: 16px;
 border-radius: 50px;
 color: #ffffff;
 background-color: #c2a915;
 }

 #cart .cartarea .agreement {
 position: absolute;
 left: 0;
 bottom: 100px;
 border-top: 1px solid #cccccc;
 width: 100%;
 height: 108px;
 padding: 20px 0 130px;
 }
 #cart .cartarea .agreement p {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 10px;
 }


 #cart .cartarea .inner {
 width: 86.667%;
 margin: 100px auto 0;
 padding-bottom: 160px;
 text-align: left;
 }
 #cart.cashpage .cartarea .inner {
  padding-bottom: 268px;
 }
 #cart .cartarea .inner .content {
  width: 100%;
 }
 #cart .cartarea .inner h3 {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 40px;
 }
 #cart .cartarea .inner .content .block {
 margin-bottom: 40px;
 padding-bottom: 40px;
 border-bottom: 1px solid #cccccc;
 }
 #cart .cartarea .inner .block .left {
 width: 38.46%;
 float: left;
 margin-right: 4.6%;
 }


 #cart .cartarea .inner .block .right {
  width: 56.94%;
 float: left;
 }
 #cart .cartarea .inner .block .right h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
 }
 #cart .cartarea .inner .block .right .size {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
 }
 #cart .cartarea .inner .block .right .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #c2a915;
  margin-bottom: 15px;
 }
 #cart .cartarea .inner .block .right .sizeadd {
  width: 100%;
  height: 40px;
  margin:20px 0px 30px 0px;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background-color: #000;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }
    
#cart .cartarea .inner .block .right .sizeadd:hover{
     background-color: #dbc500; /*ボタン色*/
}


 #cart .cartarea .inner .block .right .countarea {
  margin-top: 15px;
 }
 #cart .cartarea .inner .block .right .highlow {
  float: left;
 }
 #cart .cartarea .inner .block .right .highlow li {
  float: left;
 }
 #cart .cartarea .inner .block .right .highlow li img {
  width: 25px;
  height: auto;
 }
 #cart .cartarea .inner .block .right .countarea .count {
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  width: 35px;
  text-align: center;
  position: relative;
 }
 #cart .cartarea .inner .block .right .countarea .count::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
 }
 #cart .cartarea .inner .block .right .countarea .count input {
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }
 #cart .cartarea .inner .block .right .delete {
  float: right;
  width: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
  margin-top:4px;
    }
    
    

 #cart .cartarea .inner .buycontinue {
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background-color: #c2a915;
  margin: 40px auto 80px;
  -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }
    
#cart .cartarea .inner .buycontinue:hover{
     background-color: #000; /*ボタン色*/
}


 #cart .cartarea .inner .settlement {
  width: 100%;
  background-color: #f9f9f9;
  padding: 30px 25px 20px;
  border: 1px solid #cccccc;
 }
 #cart .cartarea .inner .settlement h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
 }
 #cart .cartarea .inner .settlement dl {
  font-size: 14px;
  font-weight: bold;
 }
 #cart .cartarea .inner .settlement dl dt {
  float: left;
  clear: left;
  margin-bottom: 25px;
 }
 #cart .cartarea .inner .settlement dl dd {
  float: right;
  text-align: right;
  margin-bottom: 25px;
 }
 #cart .cartarea .inner .settlement .freeprice {
  color: #c2a915;
 }
 #cart .cartarea .inner .settlement .summary {
  border-top: 1px solid #cccccc;
  margin-top: 30px;
  padding-top: 30px;
 }
  #cart .cartarea .inner .settlement .giftcode {
   margin-top: 5px;
  }
 #cart .cartarea .inner .settlement .giftcode input {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 67.8%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 3.2%;
  padding: 5px;
  outline: none;
  float: left;
  border: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }
 #cart .cartarea .inner .settlement .giftcode .btn {
  width: 29%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background-color: #c2a915;
  float: left;
 }


 #cart .cartarea .inner .shipping {
  width: 100%;
  margin-bottom: 45px;
 }
 #cart .cartarea .inner .shipping h3 {
  margin-bottom: 30px;
 }
 #cart .cartarea .inner .shipping p {
  margin-bottom: 20px;
 }
 #cart .cartarea .inner .shipping p.otherquestion {
  margin-bottom: 0;
 }
 #cart .cartarea .inner .shipping ul {
  margin-bottom: 30px;
 }
 #cart .cartarea .inner .shipping ul li {
  width: 47.7%;
  float: left;
  margin-right: 4.6%;
 }
 #cart .cartarea .inner .shipping ul li:last-child {
  margin-right: 0;
 }
 #cart .cartarea .inner .shipping input {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }
 #cart .cartarea .inner .shipping textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  height: 150px;
  font-size: 18px;
  padding: 10px;
  border: none;
  border: 1px solid #cccccc;
  outline: none;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }
 #cart .cartarea .inner .shipping p.attention {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
 }


 #cart .cartarea .inner .creditcard {
  width: 100%;
  margin-bottom: 45px;
 }
 #cart .cartarea .inner .creditcard h3 {
  margin-bottom: 30px;
 }
 #cart .cartarea .inner .creditcard ul {
  margin: 20px 0 0;
 }
 #cart .cartarea .inner .creditcard ul li:nth-child(1) {
  width: 26.15%;
  float: left;
  margin-right: 3%;
 }
 #cart .cartarea .inner .creditcard ul li:nth-child(2) {
  width: 32.39%;
  float: left;
  margin-right: 3%;
 }
 #cart .cartarea .inner .creditcard ul li:nth-child(3) {
  width: 35.46%;
  max-width: 120px;
  float: left;
  margin-top: 8px;
 }
 #cart .cartarea .inner .creditcard ul li:last-child {
  margin-right: 0;
 }
 #cart .cartarea .inner .creditcard input {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 }

 #cart .cartarea .inner .othercash {
  width: 100%;
  margin-bottom: 60px;
 }
 #cart .cartarea .inner .othercash ul {
  margin: 20px 0 0;
 }
 #cart .cartarea .inner .othercash ul li {
  margin-bottom: 20px;
 }
 #cart .cartarea .inner .othercash ul li:last-child {
  margin-bottom: 20px;
 }
 #cart .cartarea .inner .othercash p {
 font-size: 12px;
 line-height: 1.5;
 }
 #cart .cartarea .inner .othercash p a {
  text-decoration: underline;
 }


 .finisharea {
  margin-top: 110px;
  padding-bottom: 50px;
 }
 .finisharea h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
 }
 .finisharea p {
  font-size: 16px;
  line-height: 2;
 }
 .finisharea .btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 50px auto 0;
 }
 .finisharea .btn a {
  display: block;
  color: #ffffff;
  background-color: #c2a915;
  border-radius: 3px;
  font-size: 14px;
 }



 #cart .cartarea .supportpackarea {
  background-color: #f9f9f9;
 }
 #cart .cartarea .supportpackarea .inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
 }
 #cart .cartarea .supportpackarea .inner .left {
  width: 100%;
  text-align: center;
 }
 #cart .cartarea .supportpackarea .inner .left h4 {
  font-size: 32px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 600;
  color: #c2a915;
  margin-bottom: 20px;
 }
 #cart .cartarea .supportpackarea .inner .left h4 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
 }
 #cart .cartarea .supportpackarea .inner .left p {
  font-size: 14px;
  line-height: 2;
  margin: 40px 0;
 }
 #cart .cartarea .supportpackarea .inner .left .btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto;
 }
 #cart .cartarea .supportpackarea .inner .left .btn a {
  display: block;
  color: #ffffff;
  background-color: #c2a915;
  border-radius: 3px;
  font-size: 16px;
 }
 #cart .cartarea .supportpackarea .inner .right {
  width: 280px;
  margin: 40px auto 0;
 }



}

/* ================================================================= */
/* ======================== SP END =========================== */
/* ============================================================== */



/* ================================================================= */
/* ======================== 825px以上 =========================== */
/* ============================================================== */

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

/* cart共通 */
#cart {
margin-top: 70px;
}

/* cartarea */
#cart .cartarea {
width: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
position: relative;
}
#cart .cartarea .cartnav {
position: absolute;
left: 0;
bottom: 0;
border-top: 1px solid #cccccc;
width: 100%;
height: 180px;
margin-top:60px;
}
#cart .cartarea .cartnav .btn {
width: 400px;
height: 120px;
margin: 60px auto 0;
}
#cart .cartarea .cartnav .btn a {
display: block;
width: 400px;
height: 60px;
line-height: 60px;
font-weight: bold;
font-size: 20px;
border-radius: 3px;
color: #ffffff;
background-color: #c2a915;  
-webkit-transition: all 0.5s;
     transition: all 0.5s;
}
#cart .cartarea .cartnav .btn a:hover{
     background-color: #000; /*ボタン色*/
}


#cart .cartarea .agreement {
position: absolute;
left: 0;
bottom: 120px;
border-top: 1px solid #cccccc;
width: 100%;
height: 120px;
padding: 30px 0px 130px 0px;
}
#cart .cartarea .agreement p {
 font-size: 14px;
 text-align: center;
 margin-bottom: 20px;
}


#cart .cartarea .inner {
width: 1100px;
margin: 140px auto 0;
padding-bottom: 200px;
text-align: left;
}
#cart.cashpage .cartarea .inner {
 padding-bottom: 295px;
}
#cart .cartarea .inner .content {
 width: 680px;
 float: left;
}


#cart .cartarea .inner h3 {
font-size: 22px;
font-weight: bold;
margin-bottom: 30px;
}
#cart .cartarea .inner .content .block {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #cccccc;
}
#cart .cartarea .inner .block .left {
width: 180px;
float: left;
margin-right: 30px;
}


#cart .cartarea .inner .block .right {
width: 470px;
float: left;
}
#cart .cartarea .inner .block .right .productdetail {
 width: 320px;
 float: left;
}
#cart .cartarea .inner .block .right h4 {
 font-size: 16px;
 font-weight: bold;
 line-height: 1.2;
 margin-bottom: 15px;
}
#cart .cartarea .inner .block .right .size {
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 15px;
}
#cart .cartarea .inner .block .right .price {
 font-size: 20px;
 font-weight: bold;
 color: #c2a915;
 margin-bottom: 15px;
}
#cart .cartarea .inner .block .right .sizeadd {
 width: 140px;
 height: 40px; 
 margin-top:20px;
 line-height: 40px;
 font-size: 12px;
 font-weight: 600;
 color: #ffffff;
 background-color: #000;
 text-align: center;
 border-radius: 30px;
 cursor: pointer;
  -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }
    
#cart .cartarea .inner .block .right .sizeadd:hover{
     background-color: #dbc500; /*ボタン色*/
}

    
    
    
    
#cart .cartarea .inner .block .right .countarea {
 float: left;
 width: 150px;
 margin-top: 30px;
}
#cart .cartarea .inner .block .right .countarea .highlow {
 float: left;
 margin-right: 35px;
 padding-left: 60px;
 position: relative;
}
#cart .cartarea .inner .block .right .countarea .highlow li {
 margin-bottom: 20px;
}
#cart .cartarea .inner .block .right .countarea .highlow li img {
 width: 25px;
 height: auto;
}
#cart .cartarea .inner .block .right .countarea .highlow li:last-child {
 margin-bottom: 0;
}
#cart .cartarea .inner .block .right .countarea .count {
 font-size: 16px;
 width: 40px;
 text-align: center;
 position: absolute;
 left: 0;
 top: 27px;
}
#cart .cartarea .inner .block .right .countarea .count::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
}
#cart .cartarea .inner .block .right .countarea .count input {
 font-size: 16px;
 text-align: center;
 width: 100%;
 padding: 0;
 margin: 0;
 border: none;
 outline: none;
 background-color: #ffffff;
 border-radius: 0;
 background: #ffffff;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
#cart .cartarea .inner .block .right .countarea .delete {
 float: left;
 font-size: 12px;
 line-height: 18px;
 margin-top: 27px;
 

 
}


#cart .cartarea .inner .buycontinue {
 width: 250px;
 height: 60px;
 line-height: 60px;
 text-align: center;
 font-weight: bold;
 font-size: 14px;
 color: #ffffff;
 background-color: #c2a915;
 margin: 40px auto 0;
 -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }
    
#cart .cartarea .inner .buycontinue:hover{
     background-color: #000; /*ボタン色*/
}



#cart .cartarea .inner .settlement {
 width: 370px;
 background-color: #f9f9f9;
 float: right;
 padding: 30px 25px;
 border: 1px solid #cccccc;
}
#cart .cartarea .inner .settlement h3 {
 font-size: 22px;
 text-align: center;
 margin-bottom: 30px;
 padding-bottom: 20px;
 border-bottom: 1px solid #cccccc;
}
#cart .cartarea .inner .settlement dl {
 font-size: 14px;
 font-weight: bold;
}
#cart .cartarea .inner .settlement dl dt {
 width: 248px;
 float: left;
 clear: left;
 margin-bottom: 20px;
}
#cart .cartarea .inner .settlement dl dd {
 width: 70px;
 float: left;
 text-align: right;
 margin-bottom: 20px;
}
#cart .cartarea .inner .settlement .freeprice {
 color: #c2a915;
}
#cart .cartarea .inner .settlement .summary {
 border-top: 1px solid #cccccc;
 margin-top: 30px;
 padding-top: 30px;
}
#cart .cartarea .inner .settlement .giftcode input {
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
 width: 220px;
 height: 40px;
 line-height: 40px;
 font-size: 12px;
 margin-right: 8px;
 padding: 5px;
 outline: none;
 float: left;
 border: none;
 border: 1px solid #cccccc;
 border-radius: 0;
 background: #ffffff;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
#cart .cartarea .inner .settlement .giftcode .btn {
 width: 90px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 font-weight: bold;
 font-size: 12px;
 color: #ffffff;
 background-color: #c2a915;
 float: left;
}


#cart .cartarea .inner .shipping {
 width: 310px;
 float: left;
 margin-right: 55px;
}
#cart .cartarea .inner .shipping p {
 margin-bottom: 20px;
}
#cart .cartarea .inner .shipping p.otherquestion {
 margin-bottom: 0;
}
#cart .cartarea .inner .shipping ul {
 margin-bottom: 30px;
}
#cart .cartarea .inner .shipping ul li {
 width: 150px;
 float: left;
 margin-right: 10px;
}
#cart .cartarea .inner .shipping ul li:last-child {
 margin-right: 0;
}
#cart .cartarea .inner .shipping input {
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
 width: 100%;
 height: 40px;
 line-height: 40px;
 font-size: 16px;
 padding: 10px;
 border: none;
 border-bottom: 1px solid #cccccc;
 outline: none;
 border-radius: 0;
 background: #ffffff;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
#cart .cartarea .inner .shipping textarea {
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
 width: 100%;
 height: 120px;
 font-size: 16px;
 padding: 10px;
 border: none;
 border: 1px solid #cccccc;
 outline: none;
 border-radius: 0;
 background: #ffffff;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
#cart .cartarea .inner .shipping p.attention {
 font-size: 12px;
 line-height: 1.5;
}


#cart .cartarea .inner .creditcard {
 width: 310px;
 margin-bottom: 50px;
 float: left;
}
#cart .cartarea .inner .creditcard ul {
 margin: 20px 0 0;
}
#cart .cartarea .inner .creditcard ul li:nth-child(1) {
 width: 80px;
 float: left;
 margin-right: 10px;
}
#cart .cartarea .inner .creditcard ul li:nth-child(2) {
 width: 100px;
 float: left;
 margin-right: 16px;
}
#cart .cartarea .inner .creditcard ul li:nth-child(3) {
 width: 104px;
 float: left;
 margin-top: 8px;
}
#cart .cartarea .inner .creditcard ul li:last-child {
 margin-right: 0;
}
#cart .cartarea .inner .creditcard input {
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
 width: 100%;
 height: 40px;
 line-height: 40px;
 font-size: 16px;
 padding: 10px;
 border: none;
 border-bottom: 1px solid #cccccc;
 outline: none;
 border-radius: 0;
 background: #ffffff;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}


#cart .cartarea .inner .othercash {
 width: 310px;
 float: left;
}
#cart .cartarea .inner .othercash ul {
 margin: 20px 0 0;
}
#cart .cartarea .inner .othercash ul li {
 margin-bottom: 30px;
}
#cart .cartarea .inner .othercash ul li:last-child {
 margin-bottom: 20px;
}
#cart .cartarea .inner .othercash ul li .radio-input{
display: none;
}
#cart .cartarea .inner .othercash ul li .radio-input + label{
padding-left: 25px;
position:relative;
}
#cart .cartarea .inner .othercash ul li .radio-input + label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
border: 1px solid #999;
border-radius: 50%;
margin-top: 1px;
}
#cart .cartarea .inner .othercash ul li .radio-input:checked + label::after{
content: "";
display: block;
position: absolute;
top: 3px;
left: 3px;
width: 10px;
height: 10px;
background: #c2a915;
border-radius: 50%;
margin-top: 1px;
}


#cart .cartarea .inner .othercash p {
 font-size: 12px;
 line-height: 1.5;
}
#cart .cartarea .inner .othercash p a {
 text-decoration: underline;
}

.finisharea {
 margin-top: 200px;
 padding-bottom: 130px;
}
.finisharea h3 {
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 30px;
}
.finisharea p {
 font-size: 16px;
 line-height: 2;
}
.finisharea .btn {
 width: 200px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 font-weight: bold;
 font-size: 12px;
 margin: 50px auto 0;
}
.finisharea .btn a {
 display: block;
 color: #ffffff;
 background-color: #c2a915;
 border-radius: 3px;
 font-size: 14px;
}



#cart .cartarea .supportpackarea {
 background-color: #f9f9f9;
}
#cart .cartarea .supportpackarea .inner {
 width: 740px;
 margin: 0 auto;
 padding: 40px 0 0 0;
}
#cart .cartarea .supportpackarea .inner .right {
 width: 250px;
 float: right;
 margin-right: 50px;
}
#cart .cartarea .supportpackarea .inner .left {
 width: 440px;
 float: right;
}
#cart .cartarea .supportpackarea .inner .left h4 {
 font-size: 32px;
 font-family: 'Noto Serif JP', sans-serif;
 font-weight: 600;
 color: #c2a915;
 margin-bottom: 20px;
}
#cart .cartarea .supportpackarea .inner .left h4 span {
 font-size: 16px;
}
#cart .cartarea .supportpackarea .inner .left p {
 font-size: 14px;
 line-height: 2;
}
#cart .cartarea .supportpackarea .inner .left .btn {
 width: 170px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 font-weight: bold;
 font-size: 12px;
 margin-top: 30px;
}
#cart .cartarea .supportpackarea .inner .left .btn a {
 display: block;
 color: #ffffff;
 background-color: #c2a915;
 border-radius: 3px;
 font-size: 14px;
}





}

/* ================================================================= */
/* ======================== PC END =========================== */
/* ============================================================== */
