@charset "EUC-JP";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	text-align: justify;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1030px;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	z-index: 100;
}
#gHeader h1 {
	position: absolute;
	left: 65px;
	top: 31px;
}
#gHeader h1 a {
	position: relative;
	display: block;
	z-index: 10;
}
#gHeader h1 a embed {
	position: relative;
	z-index: -1;
}
#gHeader .fixBox {
	position: fixed;
	right: 0;
	top: 0;
	width: 65px;
}
#gHeader .menu {
	cursor: pointer;
}
#gHeader .menuBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
	overflow: auto;
	display: none;
	background-color: rgba(26, 86, 50, 0.95);
}
#gHeader .menuBox .menuInner {
	padding: 31px 0 10px;
	text-align: center;
	position: relative;
}
#gHeader .menuBox .btn {
	position: absolute;
	right: 19px;
	top: 30px;
	width: 26px;
	cursor: pointer;
}
#gHeader .menuBox .logo {
	margin-bottom: 39px;
	padding-bottom: 19px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
#gHeader .menuBox .inner {
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
#gHeader .menuBox .rBox {
	position: absolute;
	right: 25px;
	top: 11px;
	width: 30px;
}
#gHeader .widBox {
	margin: 0 auto;
	width: 500px;
}
#gHeader .menuBox .comBtnUl {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#gHeader .menuBox .comBtnUl li {
	margin: 0 5px;
	width: 65px;
}
@media all and (min-width: 768px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 31px 5px 13px;
	}
	#gHeader h1 {
		margin: 0 auto;
		width: 100px;
		position: relative;
		top: auto;
		left: auto;
	}
	#gHeader .menuBox .rBox {
		right: 15px;
	}
	#gHeader .widBox {
		width: 200px;
	}
}
/* gNavi */
#gHeader .gNavi {
	border-top: 1px solid rgba(255,255,255,0.4);
}
#gHeader .gNavi li {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
#gHeader .gNavi a {
	padding: 10px 10px 13px;
	font-size: 1.6rem;
	color: #FFF;
	display: block;
	font-weight: 300;
	text-align: center;
	line-height: 1;
}
@media all and (min-width: 768px) {
	#gHeader .gNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gHeader .gNavi a {
		padding: 11px 10px 12px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	margin-top: 50px;
	padding: 27px 15px 101px;
	background-color: #1A5632;
	text-align: center;
	color: #B7C9BB;
}
#gFooter .pagetop {
	position: absolute;
	left: 25px;
	width: 14px;
	bottom: calc(100% + 20px);
	z-index: 50;
}
#gFooter .pagetop.fixed {
	position: fixed;
	bottom: 70px;
}
#gFooter .copyright {
	margin-bottom: 10px;
	text-align: center;
}
#gFooter .tel {
	text-align: center;
}
#gFooter .tel a {
	color: #B7C9BB;
	font-size: 1.8rem;
}
#gFooter .tel a .num {
	font-size: 3rem;
	letter-spacing: 1px;
}
@media all and (min-width: 768px) {
	#gFooter .pagetop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gFooter .pagetop {
		left: auto;
		right: 15px;
		width: 50px;
		bottom: calc(100% + 40px);
	}
}

#gFooter .linkBox {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
#gFooter .linkBox .item {
	margin: 0 8px;
}
#gFooter .comBtn a {
	width: 160px;
}
#gFooter .linkBox .item:not(.comBtn) a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#gFooter .linkBox {
		margin-bottom: 0;
		max-width: 375px;
		flex-wrap: wrap;
	}
	#gFooter .linkBox .item {
		margin-bottom: 20px;
		order: 1;
	}
	#gFooter .linkBox .comBtn {
		order: 0;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.garamond {
	font-family: 'EB Garamond', serif;
}
.comBox {
	margin: 0 auto;
	width: 900px;
	position: relative;
}
@media all and (max-width: 767px) {
	.comBox {
		margin: 0 15px;
		width: auto;
	}
}
/* pageVisual */
.pageVisual {
	width: 100%;
	height: 161px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageVisual h2 {
	color: #1a5632;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
}
@media all and (max-width: 767px) {
	.pageVisual {
		margin-bottom: 7px;
		height: auto;
		display: block;
	}
}
@media all and (max-width: 374px) {
	.pageVisual h2 {
		font-size: 1.8rem;
	}
}
/* headline01 */
.headline01 {
	margin-bottom: 36px;
	padding: 5px;
	height: 40px;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 2rem;
	font-weight: normal;
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/bg01.png) repeat left top;
	background-size: 13px auto;
	text-align: center;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	letter-spacing: 0.5px;
}
/* comBtnUl */
.comBtnUl a {
	padding: 15px 5px 0;
	min-height: 60px;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	letter-spacing: -0.5px;
}
.comBtnUl span {
	margin-top: 6px;
	display: block;
	text-align: center;
}
.comBtnUl li:last-child a {
	background-color: rgba(255,255,255,0.4);
}
@media all and (min-width:768px) {
	.comBtnUl a:hover {
		opacity: 0.7;
	}
}

/* comTagList */
.comTagList {
	margin: -17px -3px 24px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.comTagList li {
	margin: 5px 3px 0;
	width: calc(20% - 6px);
	box-sizing: border-box;
}
.comTagList a {
	padding: 3px 5px 4px;
	font-weight: 700;
	color: #1a5632;
	font-size: 1.2rem;
	border: 1px solid #1a5632;
	display: block;
	border-radius: 50px;
	text-align: center;
	line-height: 1;
}
.comTagList .on a {
	color: #fff;
	background-color: #1A5632;
}
@media all and (min-width:768px) {
	.comTagList a:hover {
		color: #fff;
		background-color: #1A5632;
	}
}
@media all and (max-width: 767px) {
	.comTagList {
		margin: -21px -9px 20px;
	}
	.comTagList li {
		margin: 5px 3px 0;
		width: calc(50% - 6px);
	}
	.comTagList a {
		padding: 4px 0;
		letter-spacing: -0.05em;
	}
}
@media all and (max-width: 374px) {
	.comTagList a {
		font-size: 1rem;
	}
}
/* enBg */
.enBg {
	position: relative;
}
.enBg::after {
    position: absolute;
    right: -65px;
    top: -7px;
    width: 65px;
    height: 200px;
    background: url(https://file003.shop-pro.jp/PA01415/227/img/common/en_img.png) no-repeat center;
        background-size: auto;
    background-size: 100% auto;
    content: "";
}
@media all and (max-width: 767px) {
	.enBg::after {
		display: none;
	}
}
/* comList */
.comList {
	margin: -46px 0 46px;
	display: flex;
	flex-wrap: wrap;
}
.comList li {
	margin: 46px 20px 0 0;
	width: 210px;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comList li:nth-child(4n) {
	margin-right: 0;
}
.comList .image {
	margin-bottom: 7px;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(img/product/img01.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.comList .image::before {
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
    background-color: rgba(26, 86, 50, 0.7);
    content: "";
    transition: .3s;
    z-index: 1;
}
.comList .image .over {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    z-index: 2;
    background: url(https://file003.shop-pro.jp/PA01415/227/img/common/over_logo.png) no-repeat center;
    background-size: 70px 70px;
}
.comList .tag {
	margin: 8px -10px 0;
	font-size: 1.2rem;
	transform: scale(0.916);
	-webkit-transform: scale(0.916);
}
.comList .tag span {
	position: relative;
	line-height: 1;
	margin-right: 1px;
	padding-right: 8px;
	display: inline-block;
	color: #5F866A;
}
.comList a {
	display: block;
}
.comList li:nth-child(n+9) {
	display: none;
}
@media all and (min-width: 768px) {
	.comList a:hover .image span {
		opacity: 1;
	}
	.comList a:hover .image:before {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.comList {
		margin-top: -27px;
	}
	.comList li {
		margin: 27px 0 0 0;
		width: 46.5%;
	}
	.comList {
		justify-content: space-between;
	}
	.comList .image {
		padding-bottom: 100%;
		height: auto;
	}
	.comList .tag {
		margin: 8px 0 0;
		font-size: 1.1rem;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.comList .image .over {
		display: none;
	}
}
/* comBtn */
.comBtn a {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #1A5632;
	overflow: hidden;
	background-color: #FFF;
	width: 210px;
	height: 30px;
}
.comBtn a span {
	display: block;
	width: 100%;
	position: relative;
	font-size: 1.2rem;
	text-align: center;
	color: #1A5632;
	letter-spacing: 0.44px;
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/icon_btn01.png) no-repeat right 8px center;
	background-size: 11px auto;
	z-index: 5;
}
.comBtn a:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #1A5632;
	content: "";
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
@media all and (min-width: 768px) {
	.comBtn a:hover span {
		color: #FFF;
		background-image: url(https://file003.shop-pro.jp/PA01415/227/img/common/icon_btn02.png);
	}
	.comBtn a:hover:before {
		top: 0;
	}
}
/* comBtn02 */
.comBtn02 {
	text-align: center;
}
.comBtn02 a {
	width: 210px;
}
.comBtn02 a span {
	background-image: url(https://file003.shop-pro.jp/PA01415/227/img/common/icon_btn03.png);
	background-size: auto 11px;
	background-position: right 11px center;
}
@media all and (min-width: 768px) {
	.comBtn02 a:hover span {
		background-image: url(https://file003.shop-pro.jp/PA01415/227/img/common/icon_btn04.png);
	}
}
@media all and (max-width: 767px) {
	.comBtn02 a {
		width: 200px;
	}
	.comBtn02 a span {
		background-position: right 6px center;
	}
}
/* headline02 */
.headline02 {
	margin-bottom: 32px;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
}
.headline02::after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #c8c8c8;
	content: "";
}
.headline02 span {
	padding: 0 10px;
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
/* comBox02 */
.comBox02 {
	margin: 0 auto;
	padding-top: 39px;
	max-width: 800px;
}
@media all and (max-width: 767px) {
	.comBox02 {
		padding-top: 20px;
	}
}
/* comTextDl */
.comTextDl {
	font-size: 1.4rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.comTextDl dd {
	margin-bottom: 21px;
	color: #646464;
	letter-spacing: -0.5px;
}
.comTextDl dd a {
	color: #646464;
}
.comTextDl dd p {
	margin-bottom: 21px;
}
.comTextDl dd p:last-child {
	margin-bottom: 0;
}
.comTextDl ul li {
	padding-left: 0.9em;
	text-indent: -0.9em;
}
.comTextDl dd ul {
	margin-bottom: 20px;
}
.comTextDl dd ul:last-child {
	margin-bottom: 0;
}
.comTextDl dd .textUl {
	margin: -21px 0 0 14px;
}
@media all and (min-width: 768px) {
	.comTextDl .link:hover {
		text-decoration: underline;
	}
}

/* guideUl */
.guideUl p {
	color: #646464;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.guideUl > li {
	margin-bottom: 41px;
}
.guideUl > li:last-child {
	margin-bottom: 0;
}
/* mainVisual */
.mainVisual {
	margin-bottom: 16px;
	position: relative;
}
.mainVisual .image img {
	width: 100%;
}
.mainVisual h2 {
	color: #1a5632;
	font-size: 1.8rem;
	line-height: 1.16;
	position: absolute;
	top: 162px;
	left: 65px;
	font-weight: normal;
}
@media all and (max-width: 767px) {
	.mainVisual h2 {
		padding: 12px 5px 15px;
		position: relative;
		top: auto;
		left: auto;
		font-size: 2.5rem;
		background: url(https://file003.shop-pro.jp/PA01415/227/img/common/bg02.png) repeat left top;
		background-size: 6px auto;
		text-align: center;
		line-height: 1.08;
	}
	.mainVisual {
		margin-bottom: 15px;
	}
}
/* headline03 */
.headline03 {
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 1.2rem;
}
.headline03 span {
	margin-bottom: -1px;
	color: #1a5632;
	font-size: 4rem;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	display: block;
}
@media all and (max-width: 767px) {
	.headline03 {
		text-align: center;
	}
	.headline03 span {
		text-align: center;
	}
}
/* comList02 */
.comList02 .ttl {
	margin-bottom: 5px;
	padding-bottom: 8px;
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/line.png) repeat-x left bottom;
}
.comList02 .image {
	margin-bottom: 12px;
}
.comList02 .price {
	color: #646464;
}
@media all and (max-width: 767px) {
	.comList02 .image {
		margin-bottom: 7px;
	}
	.comList02 li {
		margin-top: 31px;
	}
	.comList02 {
		margin: -31px 0 20px;
	}
}
/* comBg */
.comBg {
	position: relative;
}
.comBg * {
	position: relative;
	z-index: 10;
}
.comBg::after {
	width: 3000px;
	height: calc(100% + 46px);
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/bg02.png) repeat left top;
	background-size: 6px auto;
	content: "";
	z-index: 1;
}
@media all and (max-width: 767px) {
	.comBg {
		margin-bottom: 50px;
	}
}
/* location */
.location {
	position: relative;
}
.location .comBtn {
	position: absolute;
	top: 15px;
	right: 0;
}
@media all and (max-width: 767px) {
	.location .comBtn {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}
}

/* top */
.top #gHeader h1 img {
	width: 120px;
}
.top .enBg::after {
	top: 64px;
}
/* ranking */
.top .ranking .comList {
	counter-reset: section;
	list-style-type: none;
}
.top .ranking .comList li {
	counter-increment: section;
}
.top .ranking .comList .image::after {
	padding: 0 3px 3px 0;
	width: 30px;
	height: 30px;
	color: #1a5632;
	font-style: italic;
	font-size: 2.5rem;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
	display: flex;
	align-items: center;
	justify-content: center;
	content: counters(section, ".");
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 1;
	box-sizing: border-box;
}
.top .ranking .comList li:first-child .image::after {
	color: #e6b324;
}
.top .ranking .comList li:nth-child(2) .image::after {
	color: #969696;
}
.top .ranking .comList li:nth-child(3) .image::after {
	color: #9d6743;
}
.top .ranking .comList li:nth-child(4) .image::after {
	color: #1a5632;
}
/* lately */
.lately {
	margin-top: 40px;
	padding: 9px 0 29px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.top .lately {
	margin-top: -15px;
}
.lately + .lately {
	margin-top: 0;
	border-top: none;
}
.lately h2 {
	margin-bottom: 9px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: normal;
}
.lately .comList {
	margin-bottom: 0;
}
.lately .comList li {
	margin: 46px 18px 0 0;
	width: 135px;
}
.lately .comList li:nth-child(6n) {
	margin-right: 0;
}
.lately .comList .image {
	margin-bottom: 0;
	height: 135px;
}
@media all and (max-width: 767px) {
	.top #gHeader {
		padding: 0;
	}
	.top #gHeader h1 {
		width: 80px;
		position: absolute;
		top: 31px;
		left: 15px;
	}
	.top .ranking {
		margin-bottom: 50px;
	}
	.top .lately {
		margin-top: 0;
	}
	.top .arrival {
		margin-bottom: 50px;
	}
	.top .arrival .comList,
	.top .recommend .comList {
		margin-top: 0;
		display: block;
	}
	.top .arrival .comList li,
	.top .recommend .comList li {
		margin: 0 0 30px;
		width: auto;
	}
	.top .arrival .comList li:last-child,
	.top .recommend .comList li:last-child {
		margin-bottom: 0;
	}
	.lately .comList li {
		margin: 27px 0 0 0;
		width: 46.5%;
	}
}

/* detailBox */
.detailBox {
	display: flex;
	justify-content: space-between;
}
.detailBox .photoBox {
	width: 430px;
}
.detailBox .textBox {
	width: 440px;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.detailBox .message {
	margin-bottom: 32px;
	padding: 44px 0 30px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.detailBox .message h2 {
	margin-bottom: 41px;
	font-size: 1.6rem;
	font-weight: normal;
}
.detailBox .textBox p {
	margin-bottom: 21px;
	color: #646464;
	font-size: 1.4rem;
	line-height: 1.5;
}
.detailBox .textBox p:last-child {
	margin-bottom: 0;
}
.detailBox .textBox .sizeTxt {
	margin: 43px 0 0;
	font-size: 1.2rem;
}
.detailBox .borderBox {
	margin-top: 28px;
	padding: 15px 9px 16px;
	display: flex;
	justify-content: space-around;
    align-items: center;
	border: 1px solid #1a5632;
	border-radius: 8px;
	background-color: #ebf0ed;
}
.detailBox .borderBox .txtBox {
	padding-right: 27px;
}
.detailBox .borderBox .ttl {
	margin-bottom: 0;
	color: #1a5632;
	font-weight: bold;
}
.detailBox .borderBox p {
	margin: 0;
	color: #000000;
	font-size: 1.2rem;
}
.detailBox .borderBox p a {
	color: #0064ff;
	text-decoration: underline;
}
.detailBox .priceBox {
	display: flex;
	justify-content: space-between;
}
.detailBox .priceBox .price {
	width: 200px;
}
.detailBox .priceBox button {
	padding: 0;
	cursor: pointer;
	transition: .2s;
	color: #646464;
	font-size: 1.2rem;
	border: 0;
	outline: none;
	background: transparent;
}
.detailBox .priceBox .is-added {
	color: #ff7878;
}
.detailBox .priceBox svg {
	width: 20px;
	height: 18px;
	vertical-align: -.35em;
	fill: currentColor;
}
.detailBox .priceBox {
	margin-bottom: 22px;
	padding-bottom: 29px;
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/line.png) repeat-x left bottom;
}
.detailBox .priceBox .price {
	margin: 1px 0 0;
	color: #000;
	font-size: 1.8rem;
	line-height: 1;
}
.detailBox .btmBox {
	margin: 0 0 15px 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.detailBox .btmBox .numberBox {
	width: 102px;
	position: relative;
	box-sizing: border-box;
}
.detailBox .btmBox .numberBox p {
	margin: 0 0 4px;
	color: #000;
	font-size: 1.2rem;
}
.detailBox .btmBox .numberBox .number {
	padding-right: 22px;
	display: block;
	position: relative;
}
.detailBox .btmBox input {
	width: 100%;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none; 
}
.detailBox .btmBox .numberBox input {
	padding: 0 8px;
	height: 35px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	text-align: right;
}
.detailBox .btmBox .arrow li {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.detailBox .btmBox .arrow .next {
	bottom: -12px;
	top: auto;
}
.detailBox .btmBox .submit {
	margin-top: 22px;
	width: 300px;
	background-color: #000;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.detailBox .btmBox .submit:before {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: #1A5632;
	content: "";
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.detailBox .btmBox .submit input {
	height: 35px;
	color: #fff;
	font-size: 1.2rem;
	background-color: transparent;
	background: url(https://file003.shop-pro.jp/PA01415/227/img/product/shop_icon.png) no-repeat left 10px center;
	background-size: 20px auto;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.detailBox .return {
	text-align: right;
}
.detailBox .return a {
	font-size: 1.2rem;
}
.detailBox .photoBox .photo {
	margin-bottom: 10px;
}
.detailBox .photoBox .photo img {
	width: 100%;
}
.detailBox .photoBox .subUl {
	margin: -8px -8px 0 0;
}
.detailBox .photoBox .subUl li {
	margin: 8px 8px 0 0;
	width: 138px;
	float: left;
	position: relative;
}
.detailBox .photoBox .subUl li::after {
	width: 100%;
	height: 100%;
	border: 3px solid #1a5632;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
}
.detailBox .photoBox .subUl img {
	width: 100%;
}
.detailBox .photoBox .logoUl {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
}
.detailBox .photoBox .subUl li.on::after {
	opacity: 1;
}
@media all and (min-width: 768px) {
	.detailBox .borderBox p a:hover {
		text-decoration: none;
	}
	.detailBox .btmBox .arrow li:hover {
		opacity: 0.7;
	}
	.detailBox .return a:hover {
		opacity: 0.7;
	}
	.detailBox .btmBox .submit:hover::before{
		top: 0;
	}
}
@media all and (max-width: 767px) {
	.detailBox {
		padding-bottom: 60px;
		display: block;
	}
	.detailBox .photoBox {
		margin-bottom: 30px;
		width: auto;
	}
	.detailBox .textBox {
		width: auto;
	}
	.detailBox .photoBox .photo {
		margin-bottom: 6px;
	}
	.detailBox .photoBox .subUl {
		margin: -6px -3px 0;
	}
	.detailBox .photoBox .subUl li {
		margin: 6px 0 0 0;
		width: 33.33%;
		padding: 0 3px;
		box-sizing: border-box;
	}
	.detailBox .photoBox .logoUl {
		margin: 6px -3px 0;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.detailBox .photoBox .logoUl li {
		margin-bottom: 8px;
		width: 25%;
		text-align: center;
	}
	.detailBox .photoBox .logoUl li img {
		width: auto;
		height: 80px;
	}
	.detailBox .btmBox {
		display: block;
	}
	.detailBox .btmBox .numberBox {
		width: 153px;
	}
	.detailBox .photoBox .photo img {
		width: 100%;
	}
	.detailBox .btmBox .submit {
		width: 100%;
	}
	.detailBox .priceBox .price {
		font-size: 1.5rem;
	}
	.detailBox .borderBox .txtBox {
		padding-right: 0;
		width: calc(100% - 90px);
	}
}
.newsBox {
	margin: 20px 0 16px;
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/bg02.png) repeat left top;
    background-size: 6px auto;
}
.newsNone {
	display: none;
}
.newsBox .innerBox {
	width: 601px;
    margin: 0 auto;
    border: 2px solid #1A5632;
    padding: 3px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}
.newsBox .innerBox .ttlBox {
	position: absolute;
	left: -27px;
	top: -2px;
	width: 23px;
	height: 100%;
	line-height: 1.0;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.newsBox .innerBox .ttlBox p {
	font-family: 'EB Garamond', serif;
    font-size: 2.3rem;
    color: #1A5632;
}
.newsBox .innerBox .subBox {
	border: 1px solid #1A5632;
    padding: 5px 7px 7px 10px;
	height: 55px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.newsBox .innerBox .subBox .newsTBox {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.newsBox .innerBox .ttl a {
	text-decoration: underline;
}
.newsBox .innerBox .ttl a:hover {
	text-decoration: none;
}
.newsBox .innerBox .subBox p {
	margin-bottom: 5px;
	padding-bottom: 9px;
	font-size: 1.1rem;
	font-feature-settings: "palt";
	background: url(https://file003.shop-pro.jp/PA01415/227/img/common/line.png) repeat-x left bottom;
}
.newsBox .innerBox .ttl {
	margin-bottom: 5px;
	letter-spacing: 0.5px;
	padding-bottom: 9px;
}
.newsBox .innerBox .subBox p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.newsBox .innerBox .txt {
	line-height: 1.45;
	letter-spacing: 0.2px;
}
@media all and (max-width: 767px) {
	.newsBox .innerBox .ttl a:hover {
		text-decoration: underline;
	}
	.newsBox {
		margin: 20px -15px 15px;
		background: none;
	}
	.newsBox .innerBox {
		width: auto;
	}
	.newsBox .innerBox .subBox {
		padding: 6px 8px 10px 8px;
	}
}


/* bannerBox */
.bannerBox {
	padding: 14px 0;
}
.bannerBox .comList {
	margin-bottom: 0;
}
.bannerBox .comList .image {
	margin: 0;
	height: 140px;
}
@media all and (max-width: 767px) {
	.bannerBox {
		padding-bottom: 30px;
	}
	.bannerBox .comList .image {
		height: auto;
		padding-bottom: 66.67%;
	}
}

/* productBox */
.productBox {
	margin-bottom: 25px;
}
.productBox .comTagList {
	margin: -5px -3px 0;
}
@media all and (max-width: 767px) {
	.productBox .comTagList {
		margin: -5px -9px 0;
	}
	.productBox {
		margin-bottom: 50px;
	}
}


/* headline04 */
.headline04 {
	margin-bottom: 14px;
	color: #1a5632;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'EB Garamond', serif;
	line-height: 1;
}
.headline04::after {
	margin-top: 1px;
	top: 50%;
	background-color: #1a5632;
}
@media all and (max-width: 767px) {
	.headline04 {
		margin-bottom: 10px;
	}
}

.noneStyle {
	display: none;
}