@charset "UTF-8";
/*----------------------------------------------------
	商品ページスタイル
----------------------------------------------------*/
#productCnt{
	background-color:#d2ecfa;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
p {
	text-align: left;
}
#cnt02 .inner p.cap,
#cnt03 p.cap, #cnt04 p.cap  {
	font-size: 18px;
	line-height: 1.8;
	color: #000000;
}

p.cap small{
	font-size: 13px;
}

#productCnt.for-SP #cnt02 .inner p.cap,
#productCnt.for-SP #cnt03 p.cap, #productCnt.for-SP #cnt04 p.cap {
	font-size: 24px;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* detail */
.detail .detail_head {
	position: relative;
	background-color: #ffffff;
}
.detail .detail_head .detail_head_ttl {
	padding: 20px 0 0 13px;
}
.detail .detail_head p {
	padding: 5px 0 12px 7px;
}

.detail .cnt_wrap {
	background-color: #d2ecfa;
	padding-bottom: 50px;
	background: url("/white-toumei/images/pack/bg.png") no-repeat top center;
}


/* cnt01 */
#cnt01 {
	width: 660px;
}

#cnt01 .mask {
	padding-top: 65px;
}
#cnt01 .mask h2 {
	text-align: center;
}
#cnt01 .mask .img01 {
	padding-top: 13px;
	text-align: center;
}


.for-SP #cnt01 .effect p.remark {
    font-size: 16px !important;
}

#cnt02 {
	width: 660px;
}
#cnt02 .inner {
	width: 600px;
	margin: 0 auto;
}
#cnt02 .inner p.cap {
	padding: 0 20px;
}
#cnt02 .inner p.remark {
	padding: 10px 20px 0;
	font-size: 13px;
	color: #7d7d7d;
}

#cnt02 .product {
	margin-top: 20px
}
#cnt02 .product + .product {
	margin-top: 90px;
}
#cnt02 .product h3 {
	margin-left: -11px;
}
/* #cnt02 .product p {
	padding: 35px 40px 0;
} */
#cnt02 .product .pc-cart {
	padding: 0 20px 20px;
}
#cnt02 .product .pc-cart .img {
	width: 270px;
	float: left;
}
#cnt02 .product .pc-cart .cart {
	width: 270px;
	float: right;
	margin-top: 25px;
}
.sp-cart * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#cnt02 .product .sp-cart {
	padding: 40px 0;
}
#cnt02 .product .sp-cart .img {
	text-align: center;
}
#full{
	width: 270px;
	height: 270px;
	/* min-height: 326px; */
	text-align: center;
}
.sp-cart #full {
	width: 80%;
	height: auto;
	margin: auto;
	text-align: center;
	position: relative;
}
.sp-cart #full::before {
	content: "";
	padding-top: 100%;
	display: block;
}
#cnt02 .product #full img {
  width: 100%;
}
.sp-cart #full img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#cnt02 .product .img .thumbnailarea #thumb {
	font-size: 0;
}
#cnt02 .product .img .thumbnailarea #thumb li {
	width: 20%;
	float: none;
	display: inline-block;
}
#cnt02 .product .img .thumbnailarea #thumb li img {
	width: 100%;
	height: auto;
}


#cnt03 * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#cnt03 {
  width: 660px;
	margin-top: 50px;
}
#cnt03 p{
  padding: 20px 35px 0;
}
#cnt03 .flex_center{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#cnt03 .flex_center p{
  margin: 20px;
  padding: 0;
}
#cnt03 .img{
  display: block;
  margin: 20px auto 0;
}
#cnt03 .secret_num{
  margin-bottom: 50px;
}

#cnt04 {
  width: 660px;
	margin-top: 70px;
}
#cnt04 .inner {
	width: 600px;
	margin: 0 auto;
}
#cnt04 img.sample_img{
	margin: 10px 0;
}
#cnt04 p.cap{
	padding: 0 20px;
}



/* カートの調整
----------------------------------------------------*/
.cart-wrap{
	float: right;
	width: 270px;
}
#CommonCage {
	/* margin-top:25px; */
  margin-bottom: 0 !important;
  width: 246px;
  border: solid 5px #F9F33F;
  background: #fff;
  font-size: 14px !important;
}
#CommonCage .CageForm .pointAndReview,
#CommonCage .CageForm .itemBox {
	font-size: 13px !important;
}
#CommonCage .CageForm {
	padding: 0;
}
.commonCageSmt {
	width: 100%;
	margin-top: 40px;
}


/* special page link balloon
--------------------------------------------------*/
.balloon {
	position: fixed;
	bottom: 5px;
	z-index: 10;
	width: 660px;
	-webkit-transition: opacity 0.3s, visibility 0s ease 0.3s;
	-o-transition: opacity 0.3s, visibility 0s ease 0.3s;
	transition: opacity 0.3s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.balloon.is-show {
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}
.balloon .balloon_body {
	position: relative;
	z-index: 1;
	pointer-events: all;
	text-align: center;
}
.balloon .balloon_body a {
	display: inline-block;
}
.balloon .balloon_body a:hover {
	opacity: 0.9;
}
