﻿/**************************************
#productDetailSection 
**************************************/
#productDetailSection{
	display: block;
	margin: 0 auto;
	padding: 0;
    font-feature-settings: normal;
}


/**************************************
#prodcutDetail
**************************************/
#prodcutDetail{
    display: block;
    width: 100%;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
    margin: 0 auto;
}

#prodcutDetail:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
}


#prodcutDetail > h2{
    display: block;
    width: calc(100% - 46rem);
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 500;
    float: right;
}


/** detailImgArea  **********/
#prodcutDetail > #detailImgArea{
    display: block;
    width: 40rem;
    float: left;
}

#detailMainImg{
	width: 100%;
	overflow: hidden;
	position: relative;
}

#detailMainImg img {
	display: block;
	width: 100%; height: auto;
}

#detailMainImg .container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#detailMainImg .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#detailMainImg .slider {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
    pointer-events: none;
    cursor: pointer;
}

#detailMainImg .slider.swiper-slide-active{
    pointer-events: auto;
}


/**** thumbs ***************/
#detailMainImg .pagination{
    display: none;
}

#detailMainImg .controler{
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

#detailMainImg .prev,
#detailMainImg .next{
	display: block;
    width: 4rem;
    height: 4rem;
	border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: -21rem;
}

#detailMainImg .prev{left: 0.5rem;}
#detailMainImg .next{right: 0.5rem;}

#detailMainImg .prev > img,
#detailMainImg .next > img{
    display: block;
    width: 100%; height: auto;
}


#detailMainImg .prev.swiper-button-disabled,
#detailMainImg .next.swiper-button-disabled{
	opacity: 0;
	cursor: default;
}

/**** thumbs ***************/
#detailImgArea .thumsListBox{
    display: block;
	width: 100%;
    padding-top: 2rem;
}


#detailImgArea .thumsListBox > ul.detailMainImgController{
	display: -webkit-box;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
}



#detailImgArea .thumsListBox > ul.detailMainImgController > li{
	display: block;
    width: 18.4%;
    margin-right: 2%;
	border: 1px solid #d9d4d4;
	cursor: pointer;
}
#detailImgArea .thumsListBox > ul.detailMainImgController > li.current{border: 1px solid #666363;}

#detailImgArea .thumsListBox > ul.detailMainImgController > li:nth-of-type(5n){margin-right: 0;}
#detailImgArea .thumsListBox > ul.detailMainImgController > li:nth-of-type(n + 6){margin-top: 1rem;}

#detailImgArea .thumsListBox > ul.detailMainImgController > li a{display: block; width: 100%; height: auto;}
#detailImgArea .thumsListBox > ul.detailMainImgController > li img{display: block; width: 100%; height: auto;}



/** #detailTextArea  **********/
#detailTextArea{
    display: block;
    width: calc(100% - 46rem);
    padding-top: 2rem;
    float: right;
}

/** itemName  **********/
#detailTextArea .itemInfoBox{
    display: block;
    padding: 0 1rem 2rem;
    border-bottom: 1px solid #d9d4d4;
}

#detailTextArea .itemInfoBox > p{
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}


/** skuSelect  **********/
#detailTextArea ul.skuSelect{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 3rem 1rem 3rem;
    border-bottom: 1px solid #d9d4d4;
}

#detailTextArea ul.skuSelect > li{
    display: block;
    width: 32%;
    margin-right: 2%;
}
#detailTextArea ul.skuSelect > li:nth-of-type(3n){margin-right: 0;}
#detailTextArea ul.skuSelect > li:nth-of-type(n + 4){margin-top: 1.5rem;}

#detailTextArea ul.skuSelect > li > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 3.5rem;
    padding: 0.7rem 0.5rem 0.7rem 3.5rem;
    border: 1px solid #d9d4d4;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333131;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background  0.2s ease;
}
#detailTextArea ul.skuSelect > li.selected > a{background: #f7f5f5;}

#detailTextArea ul.skuSelect > li > a::before{
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d9d4d4;
    border-radius: 50%;
    background: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: calc(50% - 1rem);
    left: 0.8rem;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


#detailTextArea ul.skuSelect > li > a::after{
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #666363;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 1.3rem;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

#detailTextArea ul.skuSelect > li.selected > a::after{
    opacity: 1;
    transform: scale(1);
}


/** price  **********/
#detailTextArea .priceBox{
    display: block;
    width: 100%;
    padding: 3rem 1rem 0;
}

#detailTextArea .priceBox > .buySelect{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#detailTextArea .priceBox > .buySelect > label{
    display: block;
    width: 100%;
}
#detailTextArea .priceBox > .buySelect > label + label{
    margin-left: 2%;
}


#detailTextArea .priceBox > .buySelect > label > input{display: none;}

#detailTextArea .priceBox > .buySelect > label > input + dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 8rem;
    padding: 0.7rem 0 0.7rem 3.5rem;
    border: 1px solid #d9d4d4;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333131;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background  0.2s ease;
}

#detailTextArea .priceBox > .buySelect > label > input + dl.subscription{
    color: #b32445;
}

#detailTextArea .priceBox > .buySelect > label > input + dl > dt{
    display: block;
    width: 8rem;
    text-align: left;
}
#detailTextArea .priceBox > .buySelect > label > input + dl > dd.price{width: 11rem; font-size: 2.4rem; font-weight: 500; padding-bottom: 2px;}
#detailTextArea .priceBox > .buySelect > label > input + dl > dd.tokuten{
    display: block;
    width: calc(100% - 19rem);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
}
#detailTextArea .priceBox > .buySelect > label > input:checked + dl{background: #f7f5f5;}

#detailTextArea .priceBox > .buySelect > label > input + dl::before{
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d9d4d4;
    border-radius: 50%;
    background: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: calc(50% - 1rem + 1px);
    left: 0.8rem;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


#detailTextArea .priceBox > .buySelect > label > input + dl::after{
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #666363;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 0.5rem + 1px);
    left: 1.3rem;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


#detailTextArea .priceBox > .buySelect > label > input:checked + dl::after{
    opacity: 1;
    transform: scale(1);
}


#detailTextArea .priceBox .guideLink{
    display: block;
    margin-top: 1.5rem;
    text-align: right;
}

#detailTextArea .priceBox .guideLink > a{
    display: inline-block;
    padding-left: 1rem;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right.svg") left center no-repeat;
    background-size: 0.6rem auto;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5c5b5b;
}


/* priceOlny *********************/
#detailTextArea .priceBox > .priceOnly > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: right;
}

#detailTextArea .priceBox > .priceOnly > dl > dt{
    display: block;
}
#detailTextArea .priceBox > .priceOnly > dl > dd.price{
    display: block;
    font-size: 2.4rem; font-weight: 500; padding-bottom: 2px;
}


/** cart **********/
#detailCartBox{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 4rem 1rem 0;
}


#detailCartBox > dl.quantitySelect{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 20rem;
    margin-right: 2rem;
}
#detailCartBox > dl.quantitySelect > dt{
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
}
#detailCartBox > dl.quantitySelect > dd{display: block;}

#detailCartBox > dl.quantitySelect > dd > select{
    display: block;
	box-sizing: border-box;
	height: 4rem;
    min-width: 8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0 3rem 1px 1rem;
	background: url("../Contents/ImagesPkg/common/icon_arrow_bottom.svg") calc(100% - 1rem) center no-repeat #FFFFFF;
    background-size: 1.2rem auto;
    border: 1px solid #d9d4d4;
	vertical-align: middle;
    line-height: calc(3.8rem - 1px);
	font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

#detailCartBox > dl.quantitySelect > dd > input{
    display: block;
	box-sizing: border-box;
	height: 4rem;
    width: 8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0 1rem 1px 1rem;
	background: #FFFFFF;
    background-size: 1.2rem auto;
    border: 1px solid #d9d4d4;
	vertical-align: middle;
    line-height: calc(3.8rem - 1px);
	font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}


#detailCartBox > .cartInBtnArea{
    display: block;
    width: calc(100% - 22rem);
}

#detailCartBox > .cartInBtnArea:nth-of-type(1){margin: 0 0 0 auto;}

#detailCartBox > .cartInBtnArea > .normal,
#detailCartBox > .cartInBtnArea > .subscription{display: none;}
#detailCartBox > .cartInBtnArea > .normal.current,
#detailCartBox > .cartInBtnArea > .subscription.current{display: block;}

#detailCartBox > .cartInBtnArea .btnInCart > a,
#detailCartBox > .cartInBtnArea .btnInCart > button,
#detailCartBox > .cartInBtnArea .btnInCart > input{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 8.0rem;
    padding: 0 0 2px 0;
    background: #b32445;
    border-radius: 4px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#detailCartBox > .cartInBtnArea .btnInCart > span{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 8.0rem;
    padding: 0 0 2px 0;
    background: #CCCCCC;
    border-radius: 4px;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}




/**************************************
#detailDescriptionSection
**************************************/
#detailDescriptionSection{
    display: block;
    width: 100%;
    padding-top: 12rem;
}

#detailDescriptionSection > h2{
    display: block;
    margin-bottom: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #332e2e;
    text-align: center;
    line-height: 1;
}
#detailDescriptionSection > h2 > span{
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

#detailDescriptionSection .detailDescriptionBlock{
    display: block;
    width: 100%;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
    margin: 0 auto;
}
#detailDescriptionSection .detailDescriptionBlock img{
    max-width: 100%;
    vertical-align: bottom;
}





/**************************************
errMsg
**************************************/
#productDetailSection .cartBoxError{padding-top: 4rem;}

#productDetailSection .error{display: block; font-size: 1.6rem; line-height: 1.4; color: #b32445; font-weight: 500; margin-top: 1rem;}
#productDetailSection .error_inline{display: block; font-size: 1.6rem; line-height: 1.4; color: #b32445; font-weight: 500; margin-top: 1rem;}
#productDetailSection .errMsg{display: block; font-size: 1.6rem; line-height: 1.4; color: #b32445; font-weight: 500; margin-top: 1rem;}

#productDetailSection .error:nth-child(1),
#productDetailSection .error_inline:nth-child(1),
#productDetailSection .errMsg:nth-child(1){margin-top: 0;}

#productDetailSection .cartBoxError .error:nth-last-of-type(1),
#productDetailSection .cartBoxError .error_inline:nth-last-of-type(1),
#productDetailSection .cartBoxError .errMsg:nth-last-of-type(1){padding-bottom: 1rem;}



/**************************************
historyItems / recommendItems
**************************************/
#productDetailSection .historyItems,
#productDetailSection .recommendItems{
    display: block;
    padding: 14rem 0 0;
}

#productDetailSection .historyItems > h3,
#productDetailSection .recommendItems > h3{
    display: block;
    margin-bottom: 5rem;
    color: #332e2e;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
}

#productDetailSection .itemList{
    display: block;
    width: 100%;
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
    margin: 0 auto;
}

#productDetailSection .itemList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
}

#productDetailSection .itemList > ul > li{
    display: block;
    width: 23.75%;
    margin-right: 1.66666666666667%;
}
#productDetailSection .itemList > ul > li:nth-of-type(4n){margin-right: 0;}
#productDetailSection .itemList > ul > li:nth-of-type(n + 5){margin-top: 4rem;}

#productDetailSection .itemList > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333131;
    text-decoration: none;
    padding-bottom: 6rem;
    position: relative;
}

#productDetailSection .itemList > ul > li > a > figure{
    display: block;
    width: 100%;
    margin-bottom: 2.0rem;
}
#productDetailSection .itemList > ul > li > a > figure > img{display: block; width: 100%; height: auto;}


#productDetailSection .itemList > ul > li > a > dl{display: block;}
#productDetailSection .itemList > ul > li > a > dl > dt{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
}

#productDetailSection .itemList > ul > li > a > dl > dd{
    display: block;
    width: 100%;
    min-height: 4.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}


#productDetailSection .itemList > ul > li > a > dl > dd > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding: 0 4rem 0 4.5rem;
    white-space: nowrap;
}
#productDetailSection .itemList > ul > li > a > dl > dd > dl + dl{margin-top: 0.4rem;}

#productDetailSection .itemList > ul > li > a > dl > dd > dl > dt{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    height: 100%;
    width: 7rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 2px 0 3px;
    text-align: center;
    color: #FFFFFF;
}
#productDetailSection .itemList > ul > li > a > dl > dd > dl.normal > dt{background: #666363;}
#productDetailSection .itemList > ul > li > a > dl > dd > dl.subscription > dt{background: #b32445;}

#productDetailSection .itemList > ul > li > a > dl > dd > dl > dd{
    font-size: 1.8rem;
    font-weight: 500;
}

#productDetailSection .itemList > ul > li > a > dl > dd > dl > dd > em{
    font-size: 1.2rem;
}

#productDetailSection .itemList > ul > li > a > dl > dd > dl.normal > dd{color: #666363;}
#productDetailSection .itemList > ul > li > a > dl > dd > dl.subscription > dd{color: #b32445;}



/**************************************
お気に入り追加ボタン
**************************************/
#productDetailSection .favoriteAdd{
    display: block;
    width: 200px;
    margin: 15px 0 0;
}

#productDetailSection .favoriteAdd > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 3rem;
    width: 100%;
    padding: 2px 0 3px;
    background: #333131;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}



/**************************************
定期購入選択フロー
**************************************/
#productDetailSection .buySelectBox{
    margin-top: 2rem;
    padding: 0 1rem 2rem;
    border-bottom: 1px solid #d9d4d4;
}

#buySelect{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#buySelect > label{
    display: block;
    width: 100%;
}
#buySelect > label + label{
    margin-left: 2%;
}


#buySelect > label > input{display: none;}
#buySelect > label > input + dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 8rem;
    padding: 0.7rem 0 0.7rem 3.5rem;
    border: 1px solid #d9d4d4;
    border-radius: 4px;
    background: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333131;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background  0.2s ease;
}

#buySelect > label > input + dl.subscription{
    color: #b32445;
}

#buySelect > label > input + dl > dt{
    display: block;
    width: 8rem;
    text-align: left;
}
#buySelect > label > input + dl > dd.price{width: 11rem; font-size: 2.4rem; font-weight: 500; padding-bottom: 2px;}

#buySelect > label > input + dl > dd.tokuten{
    display: block;
    width: calc(100% - 10rem);
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

#buySelect > label > input:checked + dl{background: #f7f5f5;}

#buySelect > label > input + dl::before{
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d9d4d4;
    border-radius: 50%;
    background: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: calc(50% - 1rem + 1px);
    left: 0.8rem;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


#buySelect > label > input + dl::after{
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #666363;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 0.5rem + 1px);
    left: 1.3rem;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}


#buySelect > label > input:checked + dl::after{
    opacity: 1;
    transform: scale(1);
}


#productDetailSection .buySelectBox .guideLink{
    display: block;
    margin-top: 1.4rem;
    text-align: right;
}

#productDetailSection .buySelectBox .guideLink > a{
    display: inline-block;
    padding-left: 1rem;
    background: url("../Contents/ImagesPkg/common/icon_arrow_right.svg") left center no-repeat;
    background-size: 0.6rem auto;
    font-size: 1.4rem;
    font-weight: 400;
    color: #5c5b5b;
}


/**************************************
#normalCartBox
**************************************/

#normalCartBox{display: none;}

#normalCartBox.current{display: block;}


/**************************************
#detaiFixedPurchaselCartBox
**************************************/

#detaiFixedPurchaselCartBox{
    display: none;
    padding: 2rem 0 0 0;
}

#detaiFixedPurchaselCartBox.current{display: block;}


#detaiFixedPurchaselCartBox > .priceBox{
    padding: 0 1rem;
    margin: 0 0 2rem;
}


#detaiFixedPurchaselCartBox > .inner{padding: 0 1rem;}


#detaiFixedPurchaselCartBox p{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
}

#detaiFixedPurchaselCartBox dl.purchaselCartBtn{
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#detaiFixedPurchaselCartBox dl.purchaselCartBtn:nth-of-type(1){margin-top: 3rem;}

#detaiFixedPurchaselCartBox dl.purchaselCartBtn + dl.purchaselCartBtn{margin-top: 2rem;}

#detaiFixedPurchaselCartBox dl.purchaselCartBtn > dt{
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 20rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: right;
}

#detaiFixedPurchaselCartBox dl.purchaselCartBtn > dt > span{padding-top: 2px;}
#detaiFixedPurchaselCartBox dl.purchaselCartBtn > dt > em{
    font-size: 3.2rem;
    font-weight: 700;
}

#detaiFixedPurchaselCartBox dl.purchaselCartBtn > dd{
    display: block;
    width: calc(100% - 22rem);
}

#detaiFixedPurchaselCartBox .inner > .btnInCart{margin-top: 20px;}

#detaiFixedPurchaselCartBox .btnInCart > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 8.0rem;
    padding: 0 0 2px 0;
    background: #b32445;
    border-radius: 4px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

#detaiFixedPurchaselCartBox .btnInCart > a > em{
    font-size: 2.0rem;
    line-height: 1.4;
}
#detaiFixedPurchaselCartBox .btnInCart > a > span{font-size: 1.6rem;}


/**　リンクボタン数量追加つき　***********************/
#detaiFixedPurchaselCartBox #purchaselLinkInBtnBox{
    display: block;
    padding: 0 1rem 0;
    border-top: 1px solid #d9d4d4;
    border-bottom: 1px solid #d9d4d4;
}

#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 0;
}

#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn + dl.purchaselLinkInBtn{
    border-top: 1px solid #efefef;
}


#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
    width: calc(50% - 2rem);
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #d9d4d4;
}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dt > span{display: block;}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dt > span > span{display: block;}

#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dt > span > span:nth-of-type(1){
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.9rem;
}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dt > span > span:nth-of-type(2){
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dt > span > span:nth-of-type(2) > em{
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 2px;
}


#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;;
    width: 50%;
}

#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd > dl.quantitySelect{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 11rem;
    margin-right: 2rem;
}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd > dl.quantitySelect > dt{
    display: block;
    white-space: nowrap;
    font-size: 1.6rem;
    font-weight: 400;
}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd > dl.quantitySelect > dd{display: block;}

#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd > dl.quantitySelect > dd > select{
    display: block;
	box-sizing: border-box;
	height: 4rem;
    min-width: 6rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0 3rem 1px 1rem;
	background: url("../Contents/ImagesPkg/common/icon_arrow_bottom.svg") calc(100% - 1rem) center no-repeat #FFFFFF;
    background-size: 1.2rem auto;
    border: 1px solid #d9d4d4;
	vertical-align: middle;
    line-height: calc(3.8rem - 1px);
	font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd > .btnInCart{ width: calc(100% - 13rem);}
#detaiFixedPurchaselCartBox dl.purchaselLinkInBtn > dd > .btnInCart > a{height: 6rem;}

/** リンク定期注釈 **************/
#detaiFixedPurchaselCartBox .fixedPurchaselCaution{
    display: block;
    font-size: 1.3rem;
    text-align: right;
    padding: 1rem 1rem 0;
    color: #b32445;
}







/**************************************
arrivalMailBox
**************************************/
#productDetailSection  .arrivalMailBox{
    display: -webkit-flex;
    display: flex;
     -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

#productDetailSection  .btnCartIn + .arrivalMailBox{margin-top: 3rem;}

#productDetailSection  .arrivalMailBox .arrivalMailStatus{width: 100%;  order: 1;}
#productDetailSection  .arrivalMailBox .productArrivalMailInput{width: 100%;  order: 3;}
#productDetailSection  .arrivalMailBox .btnArrivalMailInputOpen{
    width: 100%;
    order: 2;
}
#productDetailSection  .arrivalMailBox + .arrivalMailBox{margin-top: 2rem;}

/** arrivalMailStatus  ***********/
#productDetailSection  .arrivalMailBox .arrivalMailStatus{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
#productDetailSection  .arrivalMailBox .arrivalMailStatus > dt{
    font-size: 1.6rem;
}
#productDetailSection  .arrivalMailBox .arrivalMailStatus > dt::after{
    content: '\：';
}

#productDetailSection  .arrivalMailBox .arrivalMailStatus > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:center;
    justify-content: center;
    height: 3em;
    padding: 2px 7px 1px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-right: .2rem;
}
#productDetailSection  .arrivalMailBox .arrivalMailStatus > dd:nth-last-of-type(1){margin-right: 0;}


/** btnArrivalMailInputOpen  ***********/

#productDetailSection  .mailSelectCaution{
	display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 2rem;
    padding: 0 1rem;
	padding-bottom: 2rem;
}



/** btnArrivalMailInputOpen  ***********/
#productDetailSection  .btnArrivalMailInputOpen > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 4.5rem;
    border: 1px solid #e5e5e5;
    background-size: 10px auto;
    font-size: 1.6rem;
	font-weight: 700;
    color: #333333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#productDetailSection  .btnArrivalMailInputOpen > a:hover{opacity: .6;}

#productDetailSection  .mailSelectCaution + .arrivalMailBox .btnArrivalMailInputOpen > a,
#productDetailSection  .mailSelectCaution + .arrivalMailBox + .arrivalMailBox .btnArrivalMailInputOpen > a,
#productDetailSection  .mailSelectCaution + .arrivalMailBox + .arrivalMailBox + .arrivalMailBox .btnArrivalMailInputOpen > a{
	cursor: default;
	pointer-events: none;
	opacity: .5;
}

#productDetailSection  .btnArrivalMailInputOpen > a::before,
#productDetailSection  .btnArrivalMailInputOpen > a::after{
	content: '';
	display: block;
	width: 1rem; height: 1px;
	background: #333333;
	position: absolute;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}
#productDetailSection  .btnArrivalMailInputOpen > a::before{
	top: 50%;
	right: 1.5rem;
}
#productDetailSection  .btnArrivalMailInputOpen > a::after{
	transform: rotate(90deg);
	top: 50%;
	right: 1.5rem;
}

#productDetailSection  .productArrivalMailInput + .btnArrivalMailInputOpen > a{border-bottom: none;}
#productDetailSection  .productArrivalMailInput + .btnArrivalMailInputOpen > a::after{
    opacity: 0;
	transform: rotate(0);
}

/** productArrivalMailInput  ***********/
#productDetailSection  .arrivalMailBox .productArrivalMailInput{
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 0 1rem 1rem;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInput .lede{
    font-size: 1.4rem;
    line-height: 1.4;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInput .limited{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 0.5rem;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInput .caution{
    font-size: 1.4rem;
    line-height: 1.4;
	font-weight: 700;
    color: #bd1b21;
    margin-top: 5px;
    padding-left: 1em;
    text-indent: -1em;
}


#productDetailSection  .arrivalMailBox .productArrivalMailInputForm{
    display: block;
    padding-top: 2rem;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dt{
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dt::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dt > span{
    display: inline-block;
    background: #FFFFFF;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd{margin-bottom: 1.5rem;}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd:nth-last-of-type(1){margin-bottom: 0;}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"]{ display: none;}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"] + label{
    display: inline-block;
    padding: 0 0 2px 2rem;
    position: relative;
    font-size: 1.4rem;
    color: #333333;
    line-height: 1.6rem;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"] + label:hover{opacity: .6;}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd span input[type="checkbox"] + label{
    cursor: default;
    color: #333333;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd span input[type="checkbox"] + label:hover{ opacity: 1;}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"] + label::before{
	content: '';
	display: block;
	width: 1.4rem; height: 1.4rem;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset;
	border: 1px solid #cccccc;
    background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"] + label::after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background:url("../../../Contents/ImagesPkg/common/icon_check_black.svg") center center no-repeat;
    background-size: 8px auto;
    position: absolute;
	left: 0;
	top: 0;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: scale(0);
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"]:checked + label::after{
	opacity: 1;
    transform: scale(1);
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd span input[type="checkbox"] + label::after{opacity: .4;}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd span input[type="checkbox"]:checked + label::after{opacity: .4;}


#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd span.text{font-size: 1rem;}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd span + span.text{color: #333333;}


#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"] + label + .inputMore{
    display: none;
    margin-top: 0.5rem;
    padding-left: 2rem;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm > dd input[type="checkbox"]:checked + label + .inputMore{display: block;}


#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect{
    margin: 1rem 0;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect > dl > dt{
    display: block;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect > dl > dt::after{content: '\：';}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect > dl > dd{
    display: block;
    margin-left: 0.5rem;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li{display: block; margin-right: 1rem;}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li:nth-last-of-type(1){margin-right: 0;}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li > input[type="radio"]{display: none;}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li > input[type="radio"] + label{
    display: block;
    padding: 0 0 0 2rem;
    position: relative;
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.4rem;
    cursor: pointer;
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li > input[type="radio"] + label::before{
	content: '';
	display: block;
	width: 1.4rem; height: 1.4rem;
    border-radius: 50%;
	border: 1px solid #333333;
    background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li > input[type="radio"] + label::after {
    content: '';
    display: block;
	width: 0.6rem; height: 0.6rem;
    border-radius: 50%;
    background: #000000;
    position: absolute;
	left: 0.2rem;
	top: 0.2rem;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
    -moz-transition: opacity 0.2s ease, transform 0.2s ease;
    -o-transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
#productDetailSection  .arrivalMailBox .productArrivalMailInputForm .mediaSelect ul > li > input[type="radio"]:checked + label::after{
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



#productDetailSection  .arrivalMailBox .btnArrivalMailRegist{
    display: block;
    padding-top: 1rem;
}
#productDetailSection  .arrivalMailBox .btnArrivalMailRegist > a{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 4rem;
    padding-top: 0.3rem;
    border-radius: 8px;
    background: #dedddd;
    color: #333333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 3px 0 #b5b5b5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#productDetailSection  .arrivalMailBox .btnArrivalMailRegist > a:hover{opacity: .6;}


#productDetailSection  .arrivalMailBox .arrivalMaiCompBox{
    display: block;
    background: #FFFFFF;
    padding: 1rem;
}
#productDetailSection  .arrivalMailBox .arrivalMaiCompBox .compMsg{
    font-size: 1.4rem;
    text-align: center;
}

#productDetailSection  .arrivalMailBox .arrivalMaiCompBox .productArrivalMailRegistComp{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #CCCCCC;
}
#productDetailSection  .arrivalMailBox .arrivalMaiCompBox .productArrivalMailRegistComp > dt{
    font-size: 1.4rem;
}
#productDetailSection  .arrivalMailBox .arrivalMaiCompBox .productArrivalMailRegistComp > dt::after{
    content: '\：';
}

#productDetailSection  .arrivalMailBox .arrivalMaiCompBox .productArrivalMailRegistComp > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:center;
    justify-content: center;
    height: 2rem;
    padding: 2px 5px 1px;
    border-radius: 0.9rem;
    border: 1px solid #e5e5e5;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-right: 2px;
}
#productDetailSection  .arrivalMailBox .arrivalMaiCompBox .productArrivalMailRegistComp > dd:nth-last-of-type(1){margin-right: 0;}


#productDetailSection  input[type="email"],
#productDetailSection  input[type="password"],
#productDetailSection  input[type="text"],
#productDetailSection  input[type="search"]{
    width: 100%;
    height: 4.2rem;
    padding: 0 1rem;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    font-size: 1.4rem;
    line-height: 4rem;
}
#productDetailSection  input::-webkit-input-placeholder{ color: #999999;}
#productDetailSection  input::-moz-placeholder{ color: #999999;}
#productDetailSection  input:-ms-input-placeholder{ color: #999999;}


#detailDescriptionSection .detailDescriptionBlock{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.old_style{
    text-align: center;
}

.genryo{
    margin-top: 4em;
}
.genryo dl dt{
    background-color: #f3e9ea;
    padding: 1.5em 1em;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    font-size: 1.2em;
    font-weight: bold;
}
.genryo dl dd{
    padding: 1.5em 1em;
    line-height: 2;
    font-size: 1.2em;
}

.products_seo_box .textBox{
    padding: 0 2%;
}

.products_seo_box .textBox p{
    font-size: 1.6em;
    line-height: 1.8;
}

.products_seo_box .textBox p strong{
    font-weight: bold;
}

.products_seo_box .textBox p strong.line{
    background:linear-gradient(transparent 60%, #fff799 60%);
}

.products_seo_box .flexBox{
    display: flex;
}

.products_seo_box .flexBox .stick_image{
    width: 25%;
}

.teiki_banner{
    margin-top: 8px;
}
.teiki_banner img{
    max-width: 100%;
}

/* #cart_top_btn{
    visibility: hidden;
} */