/*------------------------------------------------------------------------------------------
*
*
    product_sp.css
*
*
------------------------------------------------------------------------------------------ */

/* ----- max-width : 640px ----- */

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

/*------------------------------------------------------------------------------------------
  *
  *
      max-width : 640px
  *
  *
  ------------------------------------------------------------------------------------------ */

#contents_inner {
	overflow: hidden;
}

#section_pic {
	margin: 0 0 40px 0;
	text-align: center;
	position: relative;
}

#section_pic .img_slider div {
	width: 100%;
	height: auto;
	background: none !important;
}

#section_pic img {
	width: 100%;
	display: block !important;
}

#section_pic .thumb {
	width: calc(100% + 5px);
	padding: 10px 0 0 0;
	text-align: left;
	letter-spacing: -.40em;
}

#section_pic .thumb li {
	width: calc(100% / 7 - 5px);
	margin: 0 5px 5px 0;
	display: inline-block;
	line-height: 0;
	cursor: pointer;
}

#section_pic .thumb img {
	width: 100%;
	transition: opacity .1s ease;
}

.is_pc #section_pic .thumb li:hover img,
.is_sp #section_pic .thumb li.touch img,
#section_pic .thumb li.on img {
	opacity: .6;
	transition: opacity .15s ease;
}

#section_pic .btn_mov {
	width: 64px;
	height: 64px;
	position: absolute;
	top: calc(480 / 320 * 100vw);
	left: 15px;
	z-index: 10;
	cursor: pointer;
	transition: opacity .1s ease .0s;
	transform: translateY(-160%);
}

#section_pic .btn_mov img {
	width: 100%;
}

.is_pc #section_pic .btn_mov:hover,
.is_sp #section_pic .btn_mov.touch {
	opacity: .7;
	transition: opacity .15s ease .05s;
}

.title {
	padding: 20px 0 15px 0;
}

.title h1 {
	text-align: center;
}

.title h1 img {
	width: auto;
	height: calc(50 / 640 * 100vw);
	min-height: 20px;
}

/* --------------------------------------------------
  *
      #section_product
  *
  -------------------------------------------------- */

#section_product {
	margin: 0 auto 40px auto;
	overflow: hidden;
}

#section_detail {
	padding: 0 15px;
	text-align: center;
}

#section_product .desc {
	padding: 0 15px;
	text-align: left;
}

#section_product .desc p {
	margin: 0 0 2em 0;
	font-size: 14px;
	line-height: 2em;
}

#section_detail .desc p a {
	text-decoration: underline;
}

.is_pc #section_detail .desc p a:hover,
.is_sp #section_detail .desc p a.touch {
	text-decoration: none;
}

#section_detail .caution {
	font-size: 14px;
	line-height: 2em;
	text-indent: -1em;
	padding-left: 1em;
}

#section_detail .caution.s {
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: 40px;
	display: inline-block;
	text-align: left;
}

#section_detail .caution.s br {
	display: inherit !important;
}

#section_detail .caution.s a {
	text-decoration: underline;
}

.is_pc #section_detail .caution.s a:hover,
.is_sp #section_detail .caution.s a.touch {
	text-decoration: none;
}

#section_product .about a {
	font-size: 95%;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #000;
	transition: border .1s ease .0s;
	white-space: nowrap;
}

.is_pc #section_product .about a:hover,
.is_sp #section_product .about a.touch {
	border-bottom: 1px dashed transparent;
	transition: border .15s ease .05s;
}

#section_detail .ico {
	text-align: center;
	margin: 0 0 10px 0;
}

#section_detail .ico img {
	width: 145px;
}

#section_detail h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	text-align: center;
	line-height: 1.3em;
}

#section_detail h2 a {
	color: inherit !important;
	border-bottom: 1px solid rgba(51, 55, 100, 0.4);
}

.is_pc #section_detail h2 a:hover,
.is_sp #section_detail h2 a.touch {
	border-bottom: 0px solid transparent;
}

#section_detail h2 .small {
	font-size: 14px;
	position: relative;
}

#section_detail h2 .season {
	max-width: 45px;
	padding: 2px 5px;
	margin: 10px auto 20px auto;
	font-size: 11px !important;
	letter-spacing: .15em;
	line-height: 1em;
	display: block;
	border: 1px solid #333764;
	position: relative;
	top: -2px;
}

#section_detail .p_price {
	margin: 0 0 20px 0;
	font-size: 18px;
	text-align: center;
}

body.soon #section_detail .p_price {
	margin: 0 0 40px 0;
}

#section_detail .p_price .small {
	font-size: 12px;
}

#section_product .onsale_date {
	width: 290px;
	margin: 0 auto 30px auto;
	padding: 5px 10px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 1.6em;
	font-size: 13px;
	background-color: #313161;
	color: #fff;
	white-space: nowrap;
}

#section_detail .c_set {
	padding-top: 0;
	position: relative;
}

#section_detail .c_set:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dashed rgba(51, 55, 100, 0.3);
	position: absolute;
	top: -20px;
	left: 0;
}

#section_product .btn_cart {
	width: 200px;
	margin: 0 auto 35px auto;
	text-align: center;
}

#section_product .btn_cart h4 {
	margin: 35px 0 0 0;
	font-size: 16px;
}

#section_product .bouillon_bag .btn_cart {
	margin: -15px auto 60px auto;
}

#section_product .bouillon_bag .btn_cart:last-child {
	margin-bottom: 30px;
}

#section_product .btn_cart ul {
	margin: 0 0 35px 0;
}

#section_product .btn_cart li {
	margin: 15px 0;
}

#section_detail .btn_cart li h5 {
	font-size: 13px;
	margin-bottom: -5px;
	text-align: left;
	white-space: nowrap;
}

#section_product .btn_cart li a {
	opacity: 1;
	transition: opacity .15s ease 0s;
}

.is_sp #section_product .btn_cart li a.touch,
.is_pc #section_product .btn_cart li a:hover {
	opacity: .7;
	transition: opacity .15s ease .1s;
}

#section_product .btn_cart li {
	width: 200px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	position: relative;
}

#section_product .btn_cart a {
	width: 200px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200px;
	position: relative;
}

#section_product .btn_cart li .stock {
	width: 35px;
	font-size: 12px;
	color: #e71f19;
	display: inline-block;
	position: absolute;
	text-align: left;
	bottom: 10px;
	right: -45px;
	white-space: nowrap;
}

/* --------------------------------------------------
  *
      #section_info
  *
  -------------------------------------------------- */

#section_info {
	clear: both;
	margin: 0 10px 20px 10px;
	border-top: 1px solid #313161;
	border-bottom: 1px solid #313161;
	background-color: #fff;
	overflow: hidden;
}

#section_info a {
	text-decoration: underline;
}

.is_sp #section_info a.touch,
.is_pc #section_info a:hover {
	text-decoration: none;
}

#section_info .col_left {
	text-align: center;
}

#section_info .col_left img {
	width: 100%;
	max-width: 400px;
}

#section_info .section_inner {
	margin: 0 auto;
	padding: 15px 0;
	font-size: 13px;
	line-height: 2em;
	overflow: hidden;
}

#section_info .col_center br {
	display: block !important;
}

#section_info .section_inner dt {
	font-weight: bold;
	padding: 0 15px;
}

#section_info .section_inner dd {
	margin: 0 0 1em 0;
	padding: 0 15px;
}

#section_info .section_inner dd br {
	display: block !important;
}

#section_detail .setup h4 {
	margin-bottom: 20px;
	font-weight: bold;
}

#section_detail .setup ul {
	width: 100%;
	overflow: hidden;
}

#section_detail .setup li {
	width: 120%;
	margin-bottom: 15px;
}

#section_detail .setup li a {
	width: 120%;
	padding-bottom: 3px;
	color: #333764;
	font-size: 13px;
	border-bottom: 1px solid rgba(51, 55, 100, 0.4);
	transition: border .15s ease;
	white-space: nowrap;
}

.is_pc #section_detail .setup li a:hover,
.is_sp #section_detail .setup li a.touch {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

}

