@charset "utf-8";
/*
Theme Name: takashima nouen 7
Theme URI: https://takashima-nouen.com/
Description: 専用のベーステーマ
Version: 7.0
*/

/* common
---------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-family: 'FOT-筑紫A丸ゴシック Std M', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

::-moz-selection { background: #CCCCCC; color: #000000; }
::selection { background: #CCCCCC; color: #000000; }

p { font-size: 14px; line-height: 1.8; letter-spacing: 0.1em; margin-bottom: 10px; }
p:last-of-type { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.clearfix:after { content: ''; display: block; clear:both; }

body.pc .pc_view { display: block !important; }
body.pc .sp_view { display: none !important; }
body.sp .sp_view { display: block !important; }
body.sp .pc_view { display: none !important; }

/* txt
------------------------------------*/
.font-l { font-family: 'FOT-筑紫A丸ゴシック Std L', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }
.font-m { font-family: 'FOT-筑紫A丸ゴシック Std M', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }
.font-d { font-family: 'FOT-筑紫A丸ゴシック Std D', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }
.font-b,
.product .attention p strong,
.num-list li:before { font-family: 'FOT-筑紫A丸ゴシック Std B', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }
.font-e { font-family: 'FOT-筑紫A丸ゴシック Std E', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }

/* link
------------------------------------*/
a { color: #000000; text-decoration: none; transition: .15s ease-out; -webkit-transform: translateZ(0); }
a:hover { text-decoration: none; opacity: 0.5; }

a.blank {
	position: relative;
	padding-right: 17px !important;
}

a.blank:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: url(img/share/ico-blank.svg) no-repeat;
	width: 10px;
	height: 9px;
	margin-top: -4px;
}

/* .btn
------------------------------------*/
.btn-link a,
.btn-link-curry a {
	display: inline-block;
	background: #006C3E url(img/share/ico-arrow-white.svg) no-repeat right 18px center / 15px 10px;
	border-radius: 5px;
	padding: 12px 52px 13px 22px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.btn-link-curry a {
	background: #006C3E url(img/share/ico-arrow-yellow.svg) no-repeat right 18px center / 22px 19px;
	padding-top: 14px;
	padding-bottom: 16px;
}

.btn-buy a {
	position: relative;
	display: inline-block;
	padding: 13px 38px 14px 10px;
	text-align: center;
}

.btn-buy a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	background: url(img/share/ico-arrow-btn-green.svg) no-repeat;
	background-size: 21px auto;
	width: 21px;
	height: 21px;
	margin-top: -11px;
}

.btn-buy a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border-image: url(img/share/border-dot-red.svg) 19 round;
	border-style: solid;
	border-width: 19px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	z-index: -1;
}

.btn-buy .size-s {
	display: none;
}

.btn-wrap > div {
	display: inline-block;
	margin-right: 8px;
}

/* header
---------------------------------------------------------------------------*/
header {
	position: relative;
	box-sizing: border-box;
	background: url(img/share/bg-header.png) repeat-x left top -39px / 422px 86px;
	width: 100%;
	min-width: 1260px;
	margin: 0 0 60px;
	padding: 60px 0 35px;
	z-index: 10;
}

body#feature header {
	margin-bottom: 20px;
}

.header-inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 70px 0 80px;
}

header .logo {
	position: absolute;
	top: 50px;
	left: 80px;
}

/* .sns
------------------------------------*/
header .sns {
	position: absolute;
	top: -1px;
	right: 75px;
}

.sns li {
	float: left;
}

.sns li a {
	display: block;
	padding: 7px;
}

/* .snav
------------------------------------*/
.snav {
	float: right;
	margin-right: 85px;
}

.snav li {
	position: relative;
	float: left;
}

.snav li:not(:last-of-type):after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	background-color: rgba(0,0,0,0.2);
	width: 1px;
	height: 18px;
}

.snav li a {
	display: block;
	padding: 10px 11px 10px 12px;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.snav li a:hover {
	text-decoration: underline;
}

/* .gnav
------------------------------------*/
.gnav {
	clear: both;
	float: right;
	margin-top: 28px;
}

.gnav > ul > li {
	float: left;
}

body.tablet .btn-mnav .parent {
	pointer-events: none;
}

.gnav > ul > li > a,
.gnav > ul > li > span {
	display: block;
	padding: 20px 17px;
	text-align: center;
}

.gnav > ul > li:last-of-type > a,
.gnav > ul > li:last-of-type > span {
	padding-left: 10px;
}

.gnav > ul > li > a strong,
.gnav > ul > li > span strong {
	display: block;
	margin-bottom: 10px;
}

.gnav > ul > li > a em,
.gnav > ul > li > span em {
	display: block;
}

/* .mnav
------------------------------------*/
.btn-mnav {
	position: relative;
}

body.tablet .btn-mnav .parent {
	pointer-events: none;
}

.mnav-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 70px;
	right: 0;
	padding-top: 30px;
	transition: .15s ease-out;
	z-index: 100000;
	opacity: 0;
}

body.tablet .mnav-wrap {
	display: none;
	visibility: inherit;
	transition: inherit;
}

body:not(.tablet) .btn-mnav:hover .mnav-wrap {
	visibility: visible;
	opacity: 1;
	top: 80px;
}

.mnav {
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	padding: 40px 39px 40px !important;
	box-shadow: 3px 3px 0 #006C3E !important;
	z-index: 1;
}

.mnav:before {
	display: block;
	content: '';
	position: absolute;
	top: -27px;
	right: 52px;
	background: url(img/share/mnav-parts@2x.png) no-repeat;
	background-size: 100% auto;
	width: 35px;
	height: 27px;	
}

.mnav ul {
	
}

.mnav li {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.mnav li:last-of-type {
	margin-right: 0 !important;
}

.mnav li a {
	position: relative;
	display: block;
}

.mnav li a:hover {
	opacity: 0.7;
}

.mnav li figure {
	margin-bottom: 15px;
}

.mnav li h3 {
	margin: 0 0 20px -15px;
	text-align: center;
}

.mnav li i {
	position: absolute;
	top: -13px;
	left: 8px;
	display: inline-block;
}

.mnav li p {
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0.04em;
}

/* .mnav-product
------------------------------------*/
.mnav-product {
	right: -370px;
}

.mnav-product .mnav {
	width: 1028px;
}

.mnav-product .mnav:before {
	right: 440px;
}

.mnav-product .mnav li {
	width: 214px;
	text-align: center;
}

.mnav-product .mnav li figure {
	margin-bottom: 20px;
}

.mnav-product .mnav li figure img {
	width: 100%;
	height: auto;
}

.mnav-product .mnav li h3 {
	margin: 0;
}

/* media query
-----------------------------------*/
@media (max-width: 1400px) {
	header .logo {
		left: 35px;
	}
	.header-inner {
		padding: 0 30px;
	}
	.gnav > ul > li > a,
	.gnav > ul > li > span {
		padding: 20px 14px;
	}
	.gnav > ul > li:nth-of-type(4) > a {
		padding-right: 10px;
		padding-left: 12px;
	}
	.gnav > ul > li:last-of-type > a,
	.gnav > ul > li:last-of-type > span {
		padding-left: 8px;
	}
	header .sns {
		right: 35px;
	}
}


/* footer
---------------------------------------------------------------------------*/
footer {
	position: relative;
	background: url(img/share/bg-footer.png) repeat-x left bottom / 1150px 76px;
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	padding: 150px 0 140px;
}

.slider-footer .inner img {
	width: 390px;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.footer-inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 100px 0 80px;
}

footer .logo {
	position: absolute;
	bottom: -10px;
	left: 80px;
	width: 346px;
}

footer .logo img {
	width: 100%;
	height: auto;
}

footer address {
	position: absolute;
	bottom: -1px;
	left: calc(346px + 10%);
	white-space: nowrap;
}

footer address p {
	margin-bottom: 4px;
}

footer address p.tel {
	letter-spacing: 0.08em;
}

footer address p span {
	display: block;
	font-size: 12px
}

.copyright {
	position: absolute;
	top: 60px;
	left: 85px;
}

.pagetop {
	position: fixed;
	bottom: 40px;
	right: 45px;
	width: 43px;
	height: 170px;
}

.pagetop.btm {
	position: absolute !important;
	bottom: 130px !important;
}

.pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}

.pagetop div {
	position: absolute;
	transform-origin: center bottom;
	opacity: 0;
}

.pagetop .pagetop1 { top: 0; left: 15px; }
.pagetop .pagetop2 { bottom: 51px; left: 0; }
.pagetop .pagetop3 { bottom: 0; left: 1px; width: 42px; }

.pagetop .pagetop3 img {
	width: 100%;
	height: auto;
}

/* .fnav
------------------------------------*/
footer .fnav {
	float: right;
	margin-right: 3.5%;
}

footer .fnav ul {
	float: left;
}

footer .fnav ul:last-of-type {
	margin-right: 0;
}

.fnav li {
	margin-right: 30px;
	white-space: nowrap;
}

.fnav li a {
	display: inline-block;
	background: url(img/share/ico-arrow-s.svg) no-repeat left top 11px;
	padding: 6px 19px 3px 19px;
	font-size: 13px;
	letter-spacing: 0.04em;
}

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

/* .footer-recruit
------------------------------------*/
.footer-recruit {
	position: absolute;
	top: 35px;
	right: 6%;
	z-index: 10;
}

.footer-recruit div {
	display: inline-block;
	opacity: 0;
}

.footer-recruit div a {
	display: block;
}

.footer-recruit .txt1 {
	margin-right: 40px;
	transform-origin: center bottom;
}

.footer-recruit .txt1 a {
	display: block;
	transform: translateY(-45px);
}

.footer-recruit .txt2 {
	transform-origin: center bottom;
}


/* media query
-----------------------------------*/
@media (max-width: 1400px) {
	.footer-inner {
		padding-right: 60px;
	}	
	footer .logo {
		left: 50px;
	}
	footer address {
		left: calc(316px + 10%);
	}
	.copyright {
		left: 55px;
	}
	.fnav li {
		margin-right: 20px;
	}
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {	
	width: 100%;
	min-width: 1260px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* .label
------------------------------------*/
.label {
	position: absolute;
	top: -28px;
	left: -45px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 89px 107px;
	width: 89px;
	height: 107px;
	z-index: 2;
}

.label.sale { background-image: url(img/onlineshop/label-sale.svg); }
.label.soldout { background-image: url(img/onlineshop/label-soldout.svg); }
.label.reserve { background-image: url(img/onlineshop/label-reserve.svg); }
.label.reserve-finish { background-image: url(img/onlineshop/label-reserve-finish.svg); }

/* .box-green
------------------------------------*/
.box-green {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #006C3E;
	background-color: #FFFFFF;
	padding: 18px 25px;
	box-shadow: 6px 5px 0 #006C3E;
	text-align: center;
}

/* line
------------------------------------*/
.line-dot {
	background: url(img/share/line-dot.svg) repeat-x left bottom / 6px 1px;
}

/* .star
------------------------------------*/
.star i {
	display: block;
	position: absolute;
	top: -30px;
	left: -30px;
	background: url(img/share/parts-star.svg) no-repeat;
	background-size: 41px 38px;
	width: 41px;
	height: 38px;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
	margin-bottom: 80px;
	text-align: center;
}

.sec-lead p {
	font-size: 15px;
	line-height: 2;
}

/* .txt-list
------------------------------------*/
.txt-list > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 35px;
}

.txt-list > div:last-of-type {
	margin-bottom: 20px;
}

.txt-list dt {
	box-sizing: border-box;
	width: 280px;
	min-width: 280px;
	padding-right: 20px;
	color: #006C3E;
	font-size: 14px;
	letter-spacing: 0.15em;
}

.txt-list dt,
.txt-list dd,
.txt-list dd p {
	line-height: 1.9;
}

.txt-list dd {
	width: 100%;
}

.txt-list dd h3 {
	margin: 20px 0 6px;
	color: #006C3E;
	font-size: 14px;
	letter-spacing: 0.12em;
}

.txt-list dd h3:first-child {
	margin-top: 0;
}

.txt-list dd p {
	text-align: justify;
}

.txt-list dd p.attention {
	font-size: 11px;
	letter-spacing: 0.04em;
}

.txt-list dd p a {
	text-decoration: underline;
}

.txt-list dd ul {
	margin: 20px 0;
}

.txt-list dd ul.mt {
	margin-top: 8px;
}

.txt-list dd ul:first-child { margin-top: 0; }
.txt-list dd ul:last-child { margin-bottom: 0; }

/* .dot-list
------------------------------------*/
.dot-list {
	padding-left: 5px;
}

.dot-list li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	list-style: none;
}

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

.dot-list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #006C3E;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}

/* .num-list
------------------------------------*/
.num-list {
	counter-reset: count-number;
}

.num-list li {
	position: relative;
	margin: 0 0 5px 3px;
	padding-left: 25px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.num-list li:before {
	display: block;
	counter-increment: count-number;
  content: counters(count-number,'.') '.';
	position: absolute;
	top: 0;
	left: 0;
	color: #006C3E;
}

/* .table-common
------------------------------------*/
.table-common {
	width: 100%;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.table-common tr {
	border-bottom: 1px solid #E7E7E7;
}

.table-common th {
	padding: 0 10px 10px;
	color: #006C3E;
	text-align: left;
	letter-spacing: 0.12em;
}

.table-common td {
	padding: 14px 10px;
}


/* title
---------------------------------------------------------------------------*/

/* .page-title
------------------------------------*/
.page-title {
	margin-bottom: 60px;
	text-align: center;
}


/* .onlineshop
---------------------------------------------------------------------------*/

/* .onlineshop-category
------------------------------------*/
.onlineshop-category {
	width: 1210px;
	margin: -60px auto 140px;
	padding-top: 60px;
}

.onlineshop-category:last-of-type {
	margin-bottom: 40px;
}

.onlineshop-category > h2 {
	position: relative;
	margin-bottom: 70px;
	text-align: center;
}

.onlineshop-category > h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 37px;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.onlineshop-category > h2:after {
	display: block;
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	box-sizing: border-box;
	background: #FFFFFF;
	border-image: url(img/share/border-dot-wide.svg) 26 round;
	border-style: solid;
	border-width: 25px;
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: 23px;
	z-index: 0;
}

.onlineshop-category.melon > h2:before { top: 65px; }
.onlineshop-category.melon > h2:after { top: 42px; }

.onlineshop-category > h2 span {
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 28px 0 30px;
	z-index: 2;
}

.onlineshop-category .category-img {
	position: relative;
	margin-bottom: 45px;
}

.onlineshop-category .category-img img {
	display: block;
	float: left;
	border-radius: 20px;
}

.onlineshop-category .category-img img:nth-child(even) {
	float: right;
}

.onlineshop-category .category-img .label {
	top: -20px;
}

/* .onlineshop-list
------------------------------------*/
.onlineshop-list article {
	position: relative;
	float: left;
	width: 354px;
	margin: 120px 74px 0 0;
	padding-bottom: 65px;
}

.onlineshop-list article:nth-of-type(1),
.onlineshop-list article:nth-of-type(2),
.onlineshop-list article:nth-of-type(3) {
	margin-top: 0;
}

.onlineshop-list article:nth-of-type(3n) {
	margin-right: 0 !important;
}

.onlineshop-list figure {
	position: relative;
	margin-bottom: 24px;
}

.onlineshop-list figure a:hover {
	opacity: 0.7;
}

.onlineshop-list figure img {
	border-radius: 16px;
}

.onlineshop-list figure figcaption {
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: #DB0000;
	border-radius: 20px;
	padding: 5px 8px 7px 10px;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.onlineshop-list figure figcaption.wakeari {
	top: 16px;
	bottom: inherit;
	right: 16px;
	background: none;
	border-radius: 0;
	padding: 0;
}

.onlineshop-list figure figcaption.wakeari img {
	width: 145px;
	height: auto;
}

.onlineshop-list h3 {
	margin-bottom: 20px;
	text-align: center;
}

.onlineshop-list h3 img {
	width: auto;
	height: 72px;
}

.onlineshop-list article.product146 h3 {
	margin-bottom: 4px;
	transform: translateY(-10px);
}

.onlineshop-list article.product146 h3 img {
	width: auto;
	height: 86px;
}

.onlineshop-list article.product2230 h3,
.onlineshop-list article.product2231 h3,
.onlineshop-list article.product2763 h3,
.onlineshop-list article.product2758 h3 {
	margin-bottom: 25px;
	padding-top: 4px;
}

.onlineshop-list article.product2230 h3 img,
.onlineshop-list article.product2231 h3 img,
.onlineshop-list article.product2763 h3 img,
.onlineshop-list article.product2758 h3 img {
	width: auto;
	height: 63px;
}

.onlineshop-list p {
	text-align: justify;
	line-height: 1.7;
}

/*
.onlineshop-list .send {
	position: absolute;
	bottom: 14px;
	right: 12px;
	background-color: #DB0000;
	border-radius: 20px;
	padding: 5px 7px 8px 11px;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.02em;
}
*/

.onlineshop-list .send {
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	background-color: #026834;
	border-radius: 0 0 16px 16px;
	width: 100%;
	padding: 6px 7px 8px 11px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: center;
}

.onlineshop-list .cart {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding-right: 125px;
	white-space: nowrap;
}

.onlineshop-list .cart h4 {
	display: inline-block;
	background: #DB0000;
	border-radius: 3px;
	margin-right: 6px;
	padding: 6px 5px 7px;
	transform: translateY(-5px);
}

.onlineshop-list .cart .amount {
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.onlineshop-list .product146 .cart .amount,
.onlineshop-list .product147 .cart .amount {
	transform: translateY(2px);
}

.onlineshop-list .cart .num {
	display: inline-block;
	margin-right: 1px;
	font-size: 30px;
}

.onlineshop-list .cart .en {
	position: relative;
	display: inline-block;
	padding-top: 14px;
	font-size: 13px;
	letter-spacing: 0.12em;
	transform: translateY(-1px);
}

.onlineshop-list .cart .en span {
	display: block;
	position: absolute;
	top: 0;
	left: -2px;
	font-size: 10px;
	letter-spacing: 0.04em;
}

.onlineshop-list .btn-buy {
	position: absolute;
	bottom: -1px;
	right: 0;
}

/* .onlineshop-list .goods
------------------------------------*/
.goods .onlineshop-list figure {
	margin-bottom: 28px;
}

.goods .onlineshop-list article h3 img {
	width: auto;
	height: 30px;
}

/* .onlineshop-list .melon
------------------------------------*/
.melon .onlineshop-list {
	padding-left: 10px;
}

.melon .onlineshop-list article {
	margin-right: 64px;
	padding-bottom: 65px;
}

.melon .onlineshop-list article:nth-of-type(3n) {
	margin-right: 0 !important;
}

.melon .onlineshop-list .label {
	display: none;
}

.melon .onlineshop-list figure {
	display: none;
}

.melon .onlineshop-list h3 {
	margin-bottom: 15px;
}

.melon .onlineshop-list article h3 img {
	width: auto;
	height: 45px;
}

/* media query
-----------------------------------*/
@media (max-width: 1400px) {
	.onlineshop-category {
		width: 1170px;
	}
	.onlineshop-list article {
		margin-right: 54px;
	}
	.onlineshop-category .category-img img {
		width: 49.5%;
		height: auto;
	}
	.melon .onlineshop-list article {
		margin-right: 44px;
	}
}

/* .onlineshop-list.list2 .melon
------------------------------------*/
.melon .onlineshop-list.list2 {
	margin-top: -10px;
	padding: 0 42px 0 28px;
}

.melon .onlineshop-list.list2 article {
	display: -webkit-box;
	display: flex;
	float: none;
	background: url(img/share/border-dot-line.svg) repeat-x left bottom;
	width: 100%;
	margin: 0;
	padding: 24px 6px 14px;
}

.melon .onlineshop-list.list2 article:last-of-type {
	background: none;
}

.melon .onlineshop-list.list2 article h3 {
	width: 245px;
	min-width: 245px;
	text-align: left;
}

.melon .onlineshop-list.list2 article p {
	padding: 0 45px 0 20px;
	font-size: 15px;
	letter-spacing: 0.08em;
	transform: translateY(-2px);
}

.melon .onlineshop-list.list2 .cart {
	position: relative;
	width: 335px;
	min-width: 335px;
	transform: translateY(7px);
}

.melon .onlineshop-list.list2 .btn-buy {
	top: -5px;
	bottom: inherit;
}


/* .news-list
---------------------------------------------------------------------------*/
.news-list {
	width: 880px;
	margin: 0 -8px;
}

.news-list article {
	position: relative;
	display: -webkit-box;
	display: flex;
	padding: 32px 8px;
	z-index: 0;
}

.news-list article:first-of-type {
	padding-top: 0;
}

.news-list article:last-of-type {
	margin-bottom: 0;
}

.news-list article.important i {
	display: block;
	position: absolute;
	top: 26px;
	left: -48px;
	background: url(img/news/tomato-important@2x.png) no-repeat;
	background-size: 100% auto;
	width: 73px;
	height: 120px;
	z-index: -1;
	transform-origin: right bottom;
	opacity: 0;
}

.news-list article.important i.finish {
	transform: none !important;
}

.news-list article.important:first-of-type i {
	top: -6px;
}

.news-list figure {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #FFFFFF;
	width: 200px;
	min-width: 200px;
	height: 133px;
}

.news-list figure.no-img {
	border: 1px solid #E6E6E6;
}

.news-list figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.news-list .inner {
	padding: 5px 0 0 45px;
}

.news-list .category,
.news-title .category {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	letter-spacing: 0.14em;
}

.news-list .category li,
.news-title .category li {
	display: inline-block;
}

.news-list .category a,
.news-title .category a {
	display: inline-block;
	position: relative;
}

.news-list .category a:after,
.news-title .category a:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	width: calc(100% - 2px);
	height: 1px;
}

.news-list time,
.news-title time {
	display: inline-block;
	color: #006C3E;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.news-list h2 {
	margin: 14px 0 18px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-list h2 a {
	color: #EA0000;
}

.news-list h2 a:hover {
	text-decoration: underline;
}

.news-list p {
	font-size: 13px;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.08em;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin-top: 100px;
	text-align: center;
	font-size: 16px;
}

.wp-pagenavi a,
.wp-pagenavi .extend,
.wp-pagenavi .current {
	padding: 15px;
}

.wp-pagenavi .current {
	position: relative;
	color: #FFFFFF;
}

.wp-pagenavi .current:after {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #006C3E;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	z-index: -1;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center top 15px;
	text-indent: -9999px;
	height: 17px;
}

.wp-pagenavi a.first {
	background-image: url(img/share/txt-first.svg);
	background-size: 56px 17px;
	width: 56px;
}

.wp-pagenavi a.previouspostslink {
	background-image: url(img/share/txt-prev.svg);
	background-size: 52px 17px;
	width: 52px;
	transform: translateY(1px);
}

.wp-pagenavi a.nextpostslink {
	background-image: url(img/share/txt-next.svg);
	background-size: 54px 17px;
	width: 54px;
	transform: translateY(1.5px);
}

.wp-pagenavi a.last {
	background-image: url(img/share/txt-last.svg);
	background-size: 49px 17px;
	width: 49px;
}


/* cartjs
---------------------------------------------------------------------------*/
.cart-box > div {
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #CB140F;
	border-radius: 10px;
	width: 100% !important;
	height: 58px;
}

.cart.melon .cart-box > div {
	border-color: #009A3E;
}

.cart-box.reserve-finish > div,
.cart-box.soldout > div {
	border: none !important;
	background-color: #CCCCCC !important;
}

.cartjs_box {
	white-space: nowrap;
}

.cartjs_box table {
	display: block !important;
	border: none !important;
	width: 37% !important;
	margin: 0 !important;
	padding-top: 14px;
	text-align: center;
}

.variation .cartjs_box table {
	width: 54% !important;
}

.cartjs_box tbody,
.cartjs_box tr {
	display: inline-block !important;
}

.cartjs_box th,
.cartjs_box td {
	border: none !important;
	text-align: left;
}

.cartjs_box th,
.cartjs_product_num input,
.cartjs_product_num td:after {
	font-family: 'FOT-筑紫A丸ゴシック Std B', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif !important;
}

.cartjs_box th {
	padding-bottom: 4px;
	color: #006C3E;
	font-size: 14px;
	letter-spacing: 0.07em;
	vertical-align: bottom;
}

.cart.melon .cartjs_box th,
.cart.melon .cartjs_product_num td:after {
	color: #000000;
}

.cartjs_box td {
	position: relative;
	padding: 0 0 0 6px !important;
}

.cartjs_product_num td:after {
	display: block;
	content: '点';
	position: absolute;
	bottom: 4px;
	left: 53px;
	color: #006C3E;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.cartjs_product_num input {
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif !important;
	box-sizing: border-box;
	border: 1px solid #A2C4B6;
	border-radius: 3px;
	width: 42px !important;
	padding: 4px 5px 2px 0;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.04em;
}

.cartjs_option {
	margin-left: 35px;
}

/*
.cartjs_option td {
	transform: translateY(-1px);
}
*/

/* .btn-cart
------------------------------------*/
.cartjs_cart_in,
.btn-sold {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	border-radius: 0 8px 8px 0;
	background-color: #C80007;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transition: .15s ease-out;
}

.cart.melon .cartjs_cart_in,
.cart.melon .btn-sold {
	background-color: #009A3E;
}

.variation .cartjs_cart_in,
.variation .btn-sold {
	width: 46%;
}

.cartjs_cart_in:hover {
	opacity: 0.7;
}

.cartjs_cart_in input {
	display: block;
	box-sizing: border-box;
	background: none;
	border: none;
	width: 100%;
	height: 56px;
	padding: 9px;
	text-indent: -9999px;
}

.cartjs_cart_in {
	background-image: url(img/onlineshop/btn-txt-cart.svg);
	background-size: 172px 20px;
}

.reserve .cartjs_cart_in {
	background-image: url(img/onlineshop/btn-txt-reserve.svg);
	background-size: 172px 20px;
}

.reserve-finish .btn-sold {
	background-image: url(img/onlineshop/btn-txt-reserve-finish.svg);
	background-size: 133px 20px;
}

.soldout .btn-sold {
	background-image: url(img/onlineshop/btn-txt-soldout.svg);
	background-size: 88px 20px;
}


/* .movie
---------------------------------------------------------------------------*/
.movie {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 1040px;
	padding-bottom: calc(1040px * 0.5625);
	transition: .2s linear;
	cursor: pointer;
	z-index: 1001;
	opacity: 0;
}

.movie iframe,
.movie .iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.movie-bg,
.movie-close {
	display: none;
	position: fixed;
	opacity: 0;
}

.movie-bg {
	top: 0;
	left: 0;
	background: url(img/share/bg-pattern.jpg) no-repeat center center;
	background-size: cover;
	width: 100vw;
	height: 100%;
	z-index: 1000;
}

.movie-close {
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 1002;
}

.movie-close img {
	transition: .15s ease-out;
}

.movie-close:hover img {
	display: block;
	opacity: 0.7;
}


/* top .bnr-main
---------------------------------------------------------------------------*/
.bnr-main {
	position: relative;
	width: 1190px;
	margin: 0 auto 120px;
	z-index: 0;
}

.bnr-main img {
	max-width: 100%;
}

.bnr-main.finish { 
	margin-top: 220px;
}

.bnr-main:after {
	display: block;
	content: '';
	position: absolute;
	top: 50px;
	left: 35px;
	background-color: #FCF9E3;
	width: calc(100% - 35px);
	height: calc(100% - 45px);
	z-index: -1;
}

.bnr-main.feature2:after,
.bnr-main.giftset:after {
	display: none;
}

.tomato-finish {
	position: absolute;
	top: -175px;
	right: -40px;
}

.bnr-txt {
	position: absolute;
	top: -165px;
	right: -75px;
}

.bnr-main a {
	display: block;
}

.bnr-main a:hover {
	opacity: 0.75;
}

.bnr-main .pickup {
	position: absolute;
	top: -100px;
	left: -27px;
	z-index: -1;
}

.bnr-main .ico-hangaku {
	position: absolute;
	top: 15px;
	left: -61px;
	z-index: 3;
}

.bnr-main figure {
	float: left;
	width: 582px;
	padding: 0;
	z-index: 2;
}

.bnr-main figure img {
	width: 100%;
	height: auto;
}

.bnr-main .inner {
	position: relative;
	float: right;
	width: 520px;
	margin: 0 60px 0 0;
}

.bnr-main .inner h2 {
	display: none;
	position: absolute;
	top: -185px;
	left: 0;
}

.bnr-main .inner h2 img {
	width: auto;
}

/* .bnr-main.reserve
------------------------------------*/
.bnr-main.reserve {
	margin-bottom: 140px;
}

.bnr-main.reserve:after {
	height: calc(100% - 30px);
}

.bnr-main.reserve .inner h2 {
	display: block;
}

.bnr-main.reserve .inner {
	width: 520px;
	margin: 110px 40px 0 0;
}

.inner-reserve .day {
	position: absolute;
	top: 31px;
	left: 364px;
}

.inner-reserve .day div {
	position: absolute;
	top: 0;
	width: 20px;
	color: #006C3E;
	font-size: 17px;
	text-align: right;
	letter-spacing: 0;
	white-space: nowrap;
}

.inner-reserve .day div:nth-of-type(1) { left: 0; }
.inner-reserve .day div:nth-of-type(2) { left: 35px; }
.inner-reserve .day div:nth-of-type(3) { left: 70px; }

/* .bnr-main.tomato
------------------------------------*/
.bnr-main.tomato .inner {
	transform: translateX(-83px);
	margin-right: -83px;
	width: 660px;
}

/* .bnr-main.jyoou
------------------------------------*/
.bnr-main.jyoou .inner,
.bnr-main.gogatsu .inner {
	margin-right: 5px;
	width: 580px;
}

/* .bnr-main.curry
------------------------------------*/
.bnr-main.curry:after {
	background: url(img/top/bg-curry.jpg) left 35px top 40px;
	background-size: 130px auto;
	height: calc(100% - 50px);
}

.bnr-main.curry .inner {
transform: translateX(-54px);
width: 640px;
margin-right: -60px;
margin-top: 10px;
}

/* .bnr-main.tomatojuice
------------------------------------*/
.bnr-main.tomatojuice:after {
	top: 45px;
}

.bnr-main.tomatojuice .inner {
	margin-right: 0;
	width: 605px;
}

.bnr-main.tomatojuice .inner img {
	width: 100%;
}

/* .bnr-main.melon
------------------------------------*/
.bnr-main.melon .inner {
	margin-right: 10px;
	width: 580px;
}

/* .bnr-main.feature2
------------------------------------*/
.bnr-main.feature2 {
	display: -webkit-box;
	display: flex;
	margin-top: -20px;
}

.bnr-main.feature2 > div:first-of-type {
	margin-right: 40px;
}


/* .bnr-main campaign
---------------------------------------------------------------------------*/

/* .princess
------------------------------------*/
.bnr-main.princess:after {
	background-color: #FFFCE3;
	top: 42px;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
}

.bnr-main.princess figure {
	width: 543px;
}

.bnr-main.princess figure img {
	width: auto;
}

.bnr-main.princess figcaption {
	display: block;
	padding: 22px 9px 0 0;
	text-align: right;
}

.bnr-main.princess .inner {
	width: 569px;
	margin: 25px 44px 0 0;
}


/* .bnr-main funclub
---------------------------------------------------------------------------*/
.bnr-main.funclub {
	margin-top: -80px;
}