@charset "UTF-8";

/* onlineshop
---------------------------------------------------------------------------*/
header {
	margin-bottom: 80px;
}

#onlineshopContents .bnr-main {
	margin: 120px auto 140px;
}


/* onlineshop single
---------------------------------------------------------------------------*/
#onlineshopContents > .bnr-txt {
	position: static;
	top: inherit;
	left: inherit;
	width: 940px;
	margin: -50px auto 50px;
}

#onlineshopContents > .bnr-txt img {
	width: 100%;
	height: auto;
}

/* .product
------------------------------------*/
.product {
	width: 1150px;
	margin: 0 auto 160px;
}

/* .product-header
------------------------------------*/
.product-header {
	margin-bottom: 60px;
}

/* .img
------------------------------------*/
.product .img {
	position: relative;
	float: left;
	width: 590px;
}

.product .img .label {
	top: 30px;
	left: -45px;
}

.product .img .label.hangaku {
	left: -61px;
}

.product .img .img-set {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product .img figure {
	position: relative;
	width: 286px;
	margin: 0 0 18px;
}

.product .img figure:first-of-type {
	width: 590px;
	margin-bottom: 28px;
}

.product .img figure:last-of-type {
	margin-bottom: 0;
}

.product .img figure img {
	display: block;
	border-radius: 20px;
	max-width: 100%;
}

.product .img figure:first-of-type img {
	width: 100%;
}

.product .img figcaption {
	position: absolute;
	bottom: 14px;
	left: 16px;
	background-color: #DB0000;
	border-radius: 20px;
	padding: 5px 9px 7px 12px;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.product .img figure:nth-of-type(1) figcaption {
	bottom: 16px;
	left: inherit;
	right: 16px;
	border-radius: 20px;
	padding: 6px 10px 8px 13px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.product .img figure:nth-of-type(1) figcaption.wakeari {
	top: 30px;
	right: 30px;
	bottom: inherit;
	background: none;
	border-radius: 0;
	padding: 0;
}

.product .img p {
	margin-top: 25px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

/* .product .detail
------------------------------------*/
.product .detail {
	float: right;
	width: 470px;
	margin-top: 35px;
}

.product .detail .bnr-txt img {
	width: 100%;
	height: auto;
}

.product .detail h1 {
	position: relative;
	margin-bottom: 36px;
}

.product .detail h2 {
	margin-bottom: 18px;
	color: #006C3E;
	font-size: 21px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.product146 .detail h2 {
	letter-spacing: 0.07em;
	white-space: nowrap;
}

.product .detail .txt,
.product .detail .txt p,
.product .detail .txt-sub p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.85;
	letter-spacing: 0.08em;
}

.product .detail .txt p,
.product .detail .txt-sub p {
	padding-left: 2px;
}

.product .detail .txt-sub {
	position: relative;
  border-image: url(../img/share/border-dot-l.svg) 24 round;
  border-style: solid;
  border-width: 24px;
  margin: 75px 0 0;
  padding: 22px 18px 16px;
}

.product .detail .txt-sub .inner {
	margin-bottom: 24px;
}

.product .detail .txt-sub .inner:last-of-type {
	margin-bottom: 0;
}

.product .detail .txt-sub h3 {
	position: absolute;
	top: -45px;
	left: -5px;
}

.product .detail .txt-sub h4 {
	position: relative;
	margin-bottom: 8px;
	padding-left: 38px;
	color: #006C3E;
	font-size: 19px;
	line-height: 1.75;
	letter-spacing: 0.12em;
}

.product .detail .txt-sub h4:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../img/share/tomato.png) no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 30px;
}

.product .attention {
	background-color: #F6F6F6;
	border-radius: 10px;
	margin-top: 35px;
	padding: 30px 24px 23px 28px;
}

.product .attention h3 {
	position: relative;
	margin-bottom: 18px;
	padding-left: 34px;
}

.product .attention h3:before {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	background: url(../img/share/ico-attention.svg) no-repeat;
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
}

.product .attention p {
	margin-bottom: 8px;
	color: #545454;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	text-align: justify;
}

.product .fnav {
	margin: 12px 0 45px 6px;
}

.product .fnav li {
	float: left;
	margin-right: 2px;
}

.product .fnav li a {
	font-size: 14px;
	letter-spacing: 0.06em;
}

.product .fnav li a:hover {
	text-decoration: none;
}

.product .fnav li a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 18px;
	background-color: rgba(0,0,0,0.5);
	width: calc(100% - 38px);
	height: 1px;
}


/* .single-cart
---------------------------------------------------------------------------*/
.single-cart {
	margin-top: 50px;
}

/* .shipping-box
------------------------------------*/
.shipping-box + .shipping-box {
	margin-top: 6px;
}

.shipping-box h3 {
	display: inline-block;
	box-sizing: border-box;
	background-color: #006C3E;
	border-radius: 5px;
	width: 120px;
	margin-right: 12px;
	padding: 6px 10px 8px 12px;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-align: center;
	white-space: nowrap;
}

.shipping-box p {
	display: inline-block;
	font-size: 17px;
	transform: translateY(1px);
}

/* .attention-box
------------------------------------*/
.attention-box:not(:first-child) {
	margin-top: 12px;
}

.attention-box p,
.variation .attention-btm p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

/* .variation
------------------------------------*/
.variation {
	position: relative;
	margin-top: 30px;
}

.variation .gift-message {
	display: none;
	position: absolute;
	top: -30px;
	right: 5px;
	z-index: 2;
}

.variation.gift .gift-message {
	display: block;
}

.variation ul.row {
	background: url(../img/share/line-dot.svg) repeat-x left top / 6px 1px;
	margin-bottom: 45px;
	padding-top: 16px;
}

.variation li {
	position: relative;
	margin-bottom: 16px;
	padding: 10px 0 26px 95px;
}

.variation.melon li {
	padding-left: 92px;
}

.variation.gift li {
	padding-left: 10px;
}

.variation li:last-of-type {
	margin-bottom: 0;
}

.variation li:first-of-type:last-of-type {
	background: none;
	margin-bottom: 0;
}

.variation li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/share/tomato-face.png) no-repeat left top / 71px 81px;
	width: 71px;
	height: 81px;
}

.variation.melon li:before {
	top: 2px;
	background-image: url(../img/share/logo-melon-mark.svg);
}

.variation.gift li:before {
	display: none;
}

.variation ul.row li:before {
	top: -6px;
}

.variation h3 {
	color: #006C3E;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.variation .price {
	display: inline-block;
	margin-top: 10px;
	color: #E60013;
	font-size: 17px;
	white-space: nowrap;
}

.variation .price:first-of-type:last-of-type {
	margin-top: 13px;
}

.variation .price.normal {
	position: relative;
	margin-right: 8px;
	color: #000000;
	font-size: 14px;
}

.variation .price.normal:before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: -2px;
	background-color: #000000;
	width: calc(100% + 4px);
	height: 1px;
}

.variation .price strong {
	padding-right: 2px;
	font-size: 34px;
}

.variation ul.row .price:not(.normal) strong {
	font-size: 30px;
}

.variation .price.normal strong {
	padding-right: 2px;
	font-size: 18px;
}

.variation .price em {
	display: inline-block;
	margin-left: -4px;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.02em;
	transform: translateY(-1px);
}

.variation .attention-btm {
	margin: -5px 15px 25px 10px;
}

/* .cart
------------------------------------*/
.single-cart .cart {
	margin-top: 5px;
}

.single-cart .cart .ten {
	display: none;
}

.cart-box:not(:last-of-type) {
	margin-bottom: 40px;
}

.cart-box h3 {
	margin: 15px 0 18px;
	color: #006C3E;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.cart-box p {
	margin-top: 14px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	text-align: justify;
	line-height: 1.65;
	letter-spacing: 0.08em;
}

.cart-box p strong,
.product .attention p strong {
	color: #E60013;
}


/* .coupon
---------------------------------------------------------------------------*/
.coupon {
	position: relative;
	box-sizing: border-box;
	background-color: #006C3E;
	border-radius: 10px;
	margin-top: 100px;
	padding: 28px 0 21px 26px;
	color: #FFFFFF;
}

.coupon:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 12px;
	right: 9px;
	background: url(../img/share/parts-star-white.svg) no-repeat;
	width: 31px;
	height: 32px;
}

.coupon .tomato {
	position: absolute;
	top: -44px;
	right: -14px;
	transform: rotate(15deg) scale(0.94);
}

.coupon .tomato .txt {
	display: block;
	position: absolute;
	top: -4px;
	left: -86px;
	transform: rotate(-11deg);
}

.coupon .tomato .img {
	display: block;
	width: auto;
}

.coupon .tomato img {
	display: block;
	opacity: 0;
}

.coupon .tomato .txt img {
	transform-origin: right bottom;
}

.coupon h2 {
	position: absolute;
	top: -29px;
	left: -14px;
}

.coupon h3 {
	margin-bottom: 12px;
}

.coupon p {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.04em;
}

.coupon p strong {
	color: #FFF100;
	border-bottom: 1px solid #FFF100;
}

.coupon p.txt-s {
	font-size: 12px;
	line-height: 1.65;
	letter-spacing: 0.06em;
}