.godiva{
background: #663707;
    color: #fff;
    border: none !important;
}
#product #sec01 #product_detail .budge li.budge_img{
border:none;
height: 3em;
    padding: 0;
  position:relative;
}

#product #sec01 #product_detail .budge li.budge_img img{
  height: 100%;
    width: auto;
} 




.underline{text-decoration:underline !important;}
.launch{
margin:20px 0;
  font-size:1.5rem;
  display: inline-block;
    padding: 10px 20px;
    background: #ffd2d2;
}
.model{
    color: #d3d3d3;
    letter-spacing: 0.05em;
    margin: 10px 0 0;
  	font-weight: 200;
}
#point_text .cap{
  margin-bottom:0.5em;
  background:red;
  color:#fff;
  padding:5px;
}
@media screen and (max-width: 999px){
  #product #sec01 #product_detail #price_detail #point_text{
    text-align:center;
  }
  #point_text .cap{
    margin-top:1em;
    display:inline-block;
    font-size: 0.8em;
  }
}

select[name="option1"]{
  border:1px solid #ddd;
  appearance: auto;
    -webkit-appearance: auto;
}

#product #sec01 #product_detail form[name="product_form"] button.cart_in:not(:first-of-type){
	display:none;
  speak: none;
}

.txt_stock{
    position: relative;
}
.txt_stock:not(:first-of-type){
	display:none;
}
.txt_stock.txt_stock::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #333333;
    margin-bottom: 0.5em;
}


#viewBtn{
	margin-bottom:20px;
 	border: none;
    padding: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    background: #333;
    color: #fff;
}
.viewBox{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
	z-index:20000;
}
.viewBox.overray{
	display:block;
}
.viewBox .viewBoxInner{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	height: 100%;
}
.viewBox .viewBoxInner .viewBoxWrapper{
	min-width:40%;
	min-height:40%;
  margin:auto;
}
.viewBox .viewBoxInner .viewBoxWrapper .cloudimage-inner-box{
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 100%;
	height: 80%;
	margin: auto;*/
}
.viewBox .viewBoxInner .viewClose{
	position:absolute;
	top:3%;
	right:3%;
	width:30px;
	height:30px;
	cursor:pointer;
}
.viewBox .viewBoxInner .viewClose span{
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.viewBox .viewBoxInner .viewClose span::before,
.viewBox .viewBoxInner .viewClose span::after{
	content:"";
	display:block;
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	top:50%;
	left:50%;
}
.viewBox .viewBoxInner .viewClose span::before{
	transform:translate(-50%,-50%) rotate(45deg);
}
.viewBox .viewBoxInner .viewClose span::after{
	transform:translate(-50%,-50%) rotate(-45deg);
}





#product #sec01 #product_detail .alert {
    text-shadow: none;
    box-shadow: none;
    border-color: #ee3333;
    border-radius: 0;
    padding: 0;
}
#product #sec01 #product_detail .alert a {
    color: #ee3333;
    display: block;
    padding: 1em 2em 1em 1em;
	position:relative;
    line-height:1.4;
}
#product #sec01 #product_detail .alert a:after{
	content: "";
    display: block;
    width: 0.5em;
    height: 0.51em;
    border-right: 1px solid #ee3333;
    border-bottom: 1px solid #ee3333;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: rotate(-40deg) skewY(-10deg) translateY(-50%);
}
#optBox {
    margin: 0 0 30px 0;
    max-width: 500px;
    width: 100%;
}

#optBox th,
#optBox td{
  border:1px solid #ccc;
  padding:10px;
  vertical-align:middle;
}

#optBox thead th,
#optBox thead td{
  background: #666;
  color: #fff;
  font-weight: bold;
}
#optBox tbody th{
  background: #ddd;
}	
#optBox td .rsv{
display:initial;
}


.memberBtn{
	text-align: center;
    margin: 30px auto 0;
}
.memberBtn a{
	display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}

@media screen and (max-width:999px) {
  .omotenashi{
    margin: 0 0 10px;
    text-align: center;
  }
  .omotenashi img{
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width:1000px) {
  .omotenashi{
    margin: 0 0 15px;
  }
  .omotenashi img{
    width: 210px;
  }
}

#box_message img{
      width: 100%;
  }
	
#box_message .cap{
font-size:1.0rem;
  
}
 #sdgs{
    display:flex;
    flex-wrap:wrap;
   margin:12px -3px; 
 }    
#sdgs li{
    width:60px;
    margin:3px;
}

#unisize_tag,
#unisize_1000{
margin-bottom:10px;
}

#product_detail .poster_notification_wrap{
margin:10px 0px 30px 0;
}
#product_detail .poster_notification_wrap .poster_notification_btn{
max-width: 420px;
    width: 100%;
    background: #333;
    letter-spacing: 0.05em;
    display: block;
    height: 100%;
    padding: 1.0em;
    font-size: 1.2rem;
}


@media screen and (max-width:999px) {
 .txt_stock.txt_stock::after {
   margin:0 auto 0.5em;
} 
  
  .kvf,
  .agion{
    font-size:1.3rem;
    margin:0 0 20px
}
.kvf a,
.agion a{
  display:inline-block;
  background:#333;
  color:#FFF !important;
  padding:15px 30px 15px 15px;
  font-size:1.6rem;
  margin:0 0 4px;
  position: relative;
  display: inline-block;
}
.kvf a::before,
.agion a::before{
    content:'';
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 1.3em;
  transition:right 0.2s;
}
#bnrList{
  justify-content:space-around;
flex-wrap:wrap;
}

  
  
  
}

@media screen and (max-width:414px){
#sdgs li{
    width:calc(20% - 6px);
}
.txt_stock.txt_stock::after {
    margin:0.5em auto;
}
#product_detail .poster_notification_wrap{
margin:0 0 30px 0;
  width:100%;
}
#product_detail .poster_notification_wrap .poster_notification_btn{
max-width: 100%;
}  

}


@media screen and (min-width: 1000px) {
 .kvf,
 .agion{
    font-size:1.3rem;
    margin:0 0 20px
}
.kvf a,
.agion a{
  display:inline-block;
  background:#333;
  color:#FFF !important;
  padding:15px 30px 15px 15px;
  font-size:1.6rem;
  margin:0 0 4px;
  position: relative;
  display: inline-block;
}
.kvf a::before,
.agion a::before{
    content:'';
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 1.3em;
  transition:right 0.2s;
}
.kvf a:hover::before,
.agion a:hover::before{
    right: 12px;
}
  


  
  
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .viewBox .viewBoxInner .viewBoxWrapper{
      min-width:30%;
      min-height:30%;
    margin:auto;
  }  
}

#lightbox{
	top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
  z-index:15001 !important;
}
#lightbox .lb-outerContainer{
border-radius:0;
}
#lightbox .lb-container{
padding:0;
}
#lightboxOverlay{
	z-index:15000 !important;

}






