@charset "euc-jp";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@500&display=swap');

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/*font: inherit;*/
/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
dt, dd {
line-height: 1.7;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* css reset end */

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

table , th , td{ 
/*	padding: 10px!important; border: 1px solid #ccc;*/
}
img {
/*    width: 100%;*/
/*    height: auto;*/
    vertical-align: bottom;
    /* display: block; */
    /* -webkit-backface-visibility: hidden; */
}

@media screen and (max-width:767px) { /*SP*/
	#MDQ{ display: none; }
    .spNone{ display: none; }
    .tbNone{ display: none; }
    .pcNone{ display: block; }
}
@media screen and (min-width:768px) and ( max-width:999px) { /*TB*/
	#MDQ{ display: inline; }
    .spNone{ display: block; }
    .tbNone{ display: none; }
    .pcNone{ display: none; }
}
@media screen and (min-width:1000px) , print { /*PC*/
	#MDQ{ display: block; }
    .spNone{ display: block; }
    .tbNone{ display: none; }
    .pcNone{ display: none; }
}


/*---------------------------------------------------------------------------
全体
---------------------------------------------------------------------------*/

body{
	font-size:100%;
	font-family: 'Noto serif JP', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', sans-serif;
	color:#000;
	background-color: #fff;
	text-align: center;
	line-height:1.7;
	font-feature-settings: 'palt' 1;
	letter-spacing: 0.08em;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	transition: 0.3s;
    color:#000;
}

a:hover{color:#42210B; text-decoration: none;}

@media screen and (max-width:767px) { /*SP*/
	body{
		font-size: 1.0rem;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	body{
		font-size: 1.125rem;
	}
}


/*------------------------------------------------------------------------------------------------

デフォルトマージン設定

------------------------------------------------------------------------------------------------*/

.t_indent{ text-indent:1em; }
.t_indent2{ text-indent:-1em; margin-left:1em }

.aC { text-align:center!important; }
.aL { text-align:left!important;   }
.aR { text-align:right!important;  }
.cB { clear:both!important; }

.fL { float:left;}
.fR { float:right; }

.mb0 { margin-bottom:0px!important; }
.mb03 { margin-bottom:3px!important; }
.mb05{ margin-bottom:5px!important; }
.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb25{ margin-bottom:25px!important;}
.mb30{ margin-bottom:30px!important;}
.mb35{ margin-bottom:35px!important;}
.mb40{ margin-bottom:40px!important;}
.mb50{ margin-bottom:50px!important;}
.mb60{ margin-bottom:60px!important;}
.mb100{ margin-bottom:100px!important;}

.pb0 { padding-bottom:0px!important; }
.pb05{ padding-bottom:5px!important; }
.pb10{ padding-bottom:10px!important;}
.pb15{ padding-bottom:15px!important;}
.pb20{ padding-bottom:20px!important;}
.pb25{ padding-bottom:25px!important;}
.pb30{ padding-bottom:30px!important;}
.pb35{ padding-bottom:35px!important;}

.mt0 { margin-top:0px!important; }
.mt05{ margin-top:5px!important; }
.mt10{ margin-top:10px!important;}
.mt13{ margin-top:13px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt25{ margin-top:25px!important;}
.mt30{ margin-top:30px!important;}
.mt35{ margin-top:35px!important;}
.mt40{ margin-top:40px!important;}
.mt50{ margin-top:50px!important;}

.pt0 { padding-top:0px!important; }
.pt05{ padding-top:5px!important; }
.pt10{ padding-top:10px!important;}
.pt15{ padding-top:15px!important;}
.pt20{ padding-top:20px!important;}
.pt25{ padding-top:25px!important;}
.pt30{ padding-top:30px!important;}
.pt35{ padding-top:35px!important;}
.pt40{ padding-top:40px!important;}
.pt60{ padding-top:60px!important;}

.ml0 { margin-left:0px!important; }
.ml03{ margin-left:3px!important; }
.ml05{ margin-left:5px!important; }
.ml10{ margin-left:10px!important;}
.ml15{ margin-left:15px!important;}
.ml20{ margin-left:20px!important;}
.ml25{ margin-left:25px!important;}
.ml30{ margin-left:30px!important;}
.ml35{ margin-left:35px!important;}
.ml40{ margin-left:40px!important;}


.pl0 { padding-left:0px!important; }
.pl05{ padding-left:5px!important; }
.pl10{ padding-left:10px!important;}
.pl15{ padding-left:15px!important;}
.pl20{ padding-left:20px!important;}
.pl25{ padding-left:25px!important;}
.pl30{ padding-left:30px!important;}
.pl35{ padding-left:35px!important;}
.pl40{ padding-left:40px!important;}

.mr0 { margin-right:0px!important; }
.mr05{ margin-right:5px!important; }
.mr10{ margin-right:10px!important;}
.mr15{ margin-right:15px!important;}
.mr20{ margin-right:20px!important;}
.mr25{ margin-right:25px!important;}
.mr30{ margin-right:30px!important;}
.mr35{ margin-right:35px!important;}

.pr0 { padding-right:0px!important; }
.pr05{ padding-right:5px!important; }
.pr10{ padding-right:10px!important;}
.pr15{ padding-right:15px!important;}
.pr20{ padding-right:20px!important;}
.pr25{ padding-right:25px!important;}
.pr30{ padding-right:30px!important;}
.pr35{ padding-right:35px!important;}


/*----------------------------------------------------------------------------------------
コンテンツ大枠
----------------------------------------------------------------------------------------*/

.windowWidth {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.windowWidth a img{transition: 0.3s;}

.windowWidth a img:hover{
    opacity: 0.75;
	cursor: pointer;
}


@media screen and (max-width:767px) { /*SP*/
	.CW1000{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	
	.CW1300{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	.mb100{
		margin-bottom: 50px!important;
	}
}

@media screen and (min-width:768px) and ( max-width:999px) { /*PC&TB*/
	.CW1000{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	
	.CW1300{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
}

@media screen and (min-width:1000px) , print { /*PC*/
	.CW1000{
		max-width: 1000px;
		margin:0 auto;
		padding: 0;
		box-sizing: border-box;
	}
	
	.CW1300{
		max-width: 1300px;
		margin:0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}

@media screen and (min-width:1001px) and ( max-width:1300px)  , print { /*PC*/	
	.CW1300{
		max-width: 1300px;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
}



/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/

#headerSection{
	width: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: .3s ease;
}

.menuBtn{
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 2000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 10px;
	margin-right: 15px;
}

.menuBtn span{
	display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition: all .3s ease-in-out;
    left: 0;
}

.menuBtn:hover{
	cursor: pointer;
}

#headerSection.open{
	background-color: #fff;
}

#headerSection.moveHD{
	
}
/* 3本線の位置調整 */
.menuBtn span:nth-child(1) {
    top: 10px;
}

.menuBtn span:nth-child(2) {
    top: 19px;
}

.menuBtn span:nth-child(3) {
    top: 28px;
}

/* メニューが開いたときの真ん中の線を非表示 */
.menuBtn.active span:nth-child(2) {
    opacity: 0;
}
/* メニューが開いたときの上下の線を回転させてX印を作る */
.menuBtn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menuBtn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* ホバー時のスタイルを維持 */
.menuBtn:hover {
    cursor: pointer;
}

/* headerSectionのopen時のスタイルを維持 */
#headerSection.open {
    background-color: #fff;
}

@media screen and (max-width:767px) { /*SP*/
	.headerContents{
		max-width: initial;
		max-width: auto;
		height: 62px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0px 0px 0px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.headerLogo{
		max-width: 127px;
		order: 2;
	}
	
	.headerLogo h1{
		line-height: 1;
		font-size: 1.15rem;
		font-weight: normal;
		color: #fff;
		padding-bottom: 3px;
	}
	
	.headerLinkBox{
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.0rem;
		order: 3;
	}
	
	.headerLinkBox a{
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	
	.headerLinkBox a img{
		width: 35px;
		margin-right: 0px;
		margin-left: 10px;
	}
	
	.headerLinkBox a span{
		display: none;
	}
	
	.headerBtn01{
		width: auto;
	}
	
	.headerBtn02{
		width: auto;
	}
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	.headerContents{
		max-width: 1300px;
		height: 75px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0px 0px 0px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
	}
	
	.headerLogo{
		max-width: 127px;
		order: 2;
	}
	
	.headerLogo h1{
		line-height: 1;
		font-size: 1.15rem;
		font-weight: normal;
		color: #fff;
		padding-bottom: 3px;
	}
	
	.headerLinkBox{
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.0rem;
		order: 3;
	}
	
	.headerLinkBox a{
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	
	.headerLinkBox a img{
		width: 35px;
		margin-right: 10px;
	}
	
	.headerBtn01{
		width: 160px;
	}
	
	.headerBtn02{
		width: 100px;
	}
	
}


/*----------------------------------------------------------------------------------------
Global Menu
----------------------------------------------------------------------------------------*/

.GNLinkBox{
	text-align: left;
}

.headerMenu li:last-child{
	border-bottom: none;
}

.headerMenu li a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #42210b;
	transform: scale(0 ,1);
	transform-origin: right top;
	transition: transform 0.3s;
	z-index: -1;
}

.headerMenu li a:hover{color: #fff;}

.headerMenu li a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.headerMenu{
	margin-bottom: 15px;
}

.gNavi_insta{
	display: block;
	margin-bottom: 25px;
}

#grovalNaviSection.open {
	transform: translateX(0%);
	overflow-y: auto;
}

.link_snsarea{
	margin-top: 80px;
}

.link_snsarea-box{
	display: flex;
	align-items: center;
	column-gap: 17px;
}

.link_snsarea-box img{
	width: 34px;
	height: 34px;
}

.link_snsarea-box p{
	color: #fff;
}

.navicon{
	width: 55px;
	height: 61.5px;
	margin-bottom: 35px;
}


@media screen and (max-width:767px) { /*SP*/
	#grovalNaviSection {
		width: 100%;
		height: calc(100vh - 62px);
		position: fixed;
		top: 62px;
		left: 0;
		background-color: #000000;
		transition: .3s ease;
		z-index: 900;
		padding: 60px 50px 20px;
		box-sizing: border-box;
		color: #fff;
		font-size:1.0rem;
		transform: translateX(-101%);
	}
	
	.GNLinkBox{
		text-align: left;
		overflow-y: auto;
		height: calc(100% - 30px);
	}
	
	.headerMenu li{
		padding: 5px 0px;
	}
	
	.headerMenu li a{
		color: #fff;
		width: 100%;
		padding: 5px 5px;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
	}
	
	.hMenuTglBtn {
		width: 50px;
		height: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 10px;
		right: 0px;
		z-index: 1000;
		cursor: pointer;
		transition: 0.3s ease;
	}
	
	.hMenuTglBtn span {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #000;
		margin-bottom: 7px;
	}
	
	.hMenuTglBtn span:nth-of-type(1) {
		transform: translate(0px,5px) rotate(45deg);
	}
	
	.hMenuTglBtn span:nth-of-type(2) {
		transform: translate(0px,-5px) rotate(-45deg);
	}
	.link_snsarea{
		margin-top: 30px;
	}
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	#grovalNaviSection {
		width: 300px;
		height: calc(100vh - 75px);
		position: fixed;
		top: 75px;
		left: 0;
		background-color: #000000;
		transition: .3s ease;
		z-index: 900;
		padding: 40px 35px 20px;
		box-sizing: border-box;
		color: #fff;
		font-size:1.0rem;
		transform: translateX(-101%);
	}
	
	.headerMenu li{
		padding: 12px 0px;
	}
	
	.headerMenu li a{
		color: #fff;
		width: 100%;
		padding: 5px 5px;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
	}
	
	.hMenuTglBtn {
		display: none;
	}
}



/*----------------------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------------------*/

.footerLink li a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.footerLink li a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.footerLink li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

@media screen and (max-width:767px) { /*SP*/
	#footerSection{
		padding: 40px 0px 20px;
		text-align: center;
		/* background-image: url("https://img21.shop-pro.jp/PA01514/919/etc_base64/Zm9vdGVy.jpg?cmsp_timestamp=20250110182331"); */
		/* background-size: cover; */
		background-color: #000;
		color: #fff;
	}
	
	.footerLink{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	
	.footerLink li{
		margin: 0px 10px 10px;
	}
	
	.footerCopy{
		font-size: 0.85rem;
		margin-top: 30px;
		text-align: center!important;
	}
	.footer_flex-image{
		width: 60%;
		height: auto;
		margin:  0 auto 20px auto;
	}

	.footer_flex p{
		text-align: left;
		margin-bottom: 10px;
	}
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	#footerSection{
		padding: 40px 0px 40px;
		text-align: left;
		width: 100vw;
		height: 413px;
		color: #fff;
		position: relative;
		background-image: url("https://img21.shop-pro.jp/PA01514/919/etc_base64/Zm9vdGVy.jpg?cmsp_timestamp=20250110182331");
	}
	#footerSection::after{
		position: absolute;
		content: "";
		width: 100vw;
		height: 413px;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
	}

	.footer_contents{
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	.footerLink{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	.footerLink li{
		margin: 0px 15px 0px 0px;
	}
	
	.footerCopy{
		font-size: 1.0rem;
		margin-top: 30px;
	}

	.footer_flex{
		display: flex;
		justify-content: center;
		column-gap: 110px;
	}

	.footer_flex-image{
		width: 265px;
		height: 240px;
	}
}


/*----------------------------------------------------------------------------------------
共通部分
----------------------------------------------------------------------------------------*/

.itemFlbox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.itemTableImg {
    text-align: center;

	position: relative;
	margin-bottom: 20px;
}
.itemTableImg img{
	width: 100%;
	aspect-ratio: 1/ 0.66;
	height: auto;
	object-fit: cover;
}

.itemDetail{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.itemNum.iN01{background-color: #8b7e40;}
.itemNum.iN02{background-color: #b2bbc2;}
.itemNum.iN03{background-color: #f7931e;}


@media screen and (max-width:767px) { /*SP*/
	.itemFl0302{
		width: calc((100% - (31px*1)) /2);
		margin-right: 30px;
		margin-bottom: 50px;
	}
	
	.itemFl0302:nth-child(2n){
		width: calc((100% - (31px*1)) /2);
		margin-right: 0px;
		margin-bottom: 50px;
	}
	
	.itemFl_posiTextOr{
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #000;
		color: #fff;
		padding: 5px 12px;
		border-radius: 5px;
		font-size: 0.65rem;
	}
	
	.itemNum{
		width: 45px;
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 0.8rem;
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.itemTableTitle{
		text-align: left;
		position: relative;
		font-size: 16px;
		line-height: 1.7;
		word-break: break-all;
		overflow: hidden;
		letter-spacing: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	
	.itemTableprice{
		text-align: left;
		color: #000;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.itemTableprice span{
		font-size: 0.75rem;
	}
	
	.itemDetailIcon{
		display: none;
		width: 40px;
		order: 2;
	}
	
	.itemDetailIcon button {
		display: block;
		width: 50px;
		height: 50px;
		padding: 5px 0;
		cursor: pointer;
		transition: .2s;
		text-align: center;
		color: #999;
		border: 0;
		outline: none;
		background: #fff;
		border-radius: 50%;
	}
	
	.itemDetailIcon .fav-items {
		color: #ff7373;
	}
	
	.itemDetailIcon svg {
		width: 30px;
		height: 30px;
		fill: currentColor;
	}
	
	.itemDetail a{
		width: 100%;
		display: block;
		padding: 5px 30px 5px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		font-size: 0.8rem;
		border: 2px solid #fff;
		background-color: #000;
		order: 1;
		margin-bottom: 15px;
	}
	
	.itemDetail a::after {
		content: "";
		position: absolute;
		top: 55%;
		right: 10px;
		transform: translateY(-55%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.itemDetail a:hover{
		color: #000;
		background-color: #fff;
		border: 2px solid #000;
	}
	
	.itemDetail a:hover::after{
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	.itemFl0302{
		width: calc((100% - (31px*2)) /3);
		margin-right: 30px;
		margin-bottom: 50px;
	}
	
	.itemFl0302:nth-child(3n){
		width: calc((100% - (31px*2)) /3);
		margin-right: 0px;
		margin-bottom: 50px;
	}
	
	.itemFl_posiTextOr{
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #000;
		color: #fff;
		padding: 5px 12px;
		border-radius: 5px;
	}
	
	.itemNum{
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 1.0rem;
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.itemTableTitle{
		text-align: left;
		position: relative;
		/* min-height: calc(18 * 1.7 * 2 * 1px); */
		font-size: 18px;
		line-height: 1.7;
		word-break: break-all;
		overflow: hidden;
	}
	
	.itemTableprice{
		text-align: left;
		color: #000;
		/* font-weight: bold; */
		margin-bottom: 10px;
	}
	
	.itemTableprice span{
		font-size: 0.9rem;
	}
	
	.itemDetailIcon{
		width: 50px;
		display: none;
	}
	
	.itemDetailIcon button {
		display: block;
		width: 50px;
		height: 50px;
		padding: 5px 0;
		cursor: pointer;
		transition: .2s;
		text-align: center;
		color: #999;
		border: 0;
		outline: none;
		background: #fff;
		border-radius: 50%;
	}
	
	.itemDetailIcon .fav-items {
		color: #ff7373;
	}
	
	.itemDetailIcon svg {
		width: 30px;
		height: 30px;
		fill: currentColor;
	}
	
	.itemDetail a{
		width: 150px;
		font-size: 12px;
		display: block;
		padding: 5px 30px 5px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
		color: #fff;
		background-color: #000;
		border: 2px solid #fff;
	}
	
	.itemDetail a::after {
		content: "";
		position: absolute;
		top: 55%;
		right: 15px;
		transform: translateY(-55%) rotate(45deg);
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.itemDetail a:hover{
		color: #000;
		background-color: #fff;
		border: 2px solid #000;
	}
	
	.itemDetail a:hover::after{
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
}


/*----------------------------------------------------------------------------------------
共通部分 特定商・プラポリ
----------------------------------------------------------------------------------------*/

.caHead{
	background-color: #faf8ee;
}


@media screen and (max-width:767px) { /*SP*/
	#caMainTitleSection{
		min-height: 510px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		border-top: 60px solid #000;
		box-sizing: border-box;
		margin: 62px 0px 0px;
		padding: 15px 0px;
	}
	
	.caTitle_if{
		font-family: 'Noto Serif JP', serif;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 1.25rem;
		font-weight: normal;
	}
	
	.caTitle_if img{
		margin-bottom: 15px;
		vertical-align: baseline;
	}
	
	
	#caContentSection{
		padding: 60px 0px 60px;
	}
}

@media screen and (min-width:768px) , print { /*PC&TB*/
	#caMainTitleSection{
		min-height: 80vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		border-top: 60px solid #000;
		box-sizing: border-box;
		margin: 95px 0px 0px;
		padding: 15px 0px;
	}
	
	.caTitle_if{
		font-family: 'Noto Serif JP', serif;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 1.5rem;
		font-weight: normal;
	}
	
	.caTitle_if img{
		margin-bottom: 15px;
		vertical-align: baseline;
	}
	
	
	#caContentSection{
		padding: 80px 0px 120px;
	}
}



/*----------------------------------------------------------------------------------------
特定商
----------------------------------------------------------------------------------------*/

.lawContainer dl.bdNone{border-bottom: none;}

.sizeTable .size {
	background-color: #fffcdb;
}

.sizeTable .area {
	background-color: #efefef;
	vertical-align: top;
}

.sizeTable .rText{
	font-size: 0.65rem;
	color: #e60012;
}

.stSwipeText{
	font-size: 0.85rem;
	margin-bottom: 10px;
}


@media screen and (max-width:767px) { /*SP*/
	.caTitleLaw img{
		width: 56px;
	}
	
	.lawContainer dl{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		text-align: left;
		padding: 15px 0px;
		border-bottom: 1px solid #42210B;
	}
	
	.lawContainer dt{
		box-sizing: border-box;
		width: 43%;
		padding-right: 15px;
		font-weight: bold;
	}
	
	.lawContainer dd{
		box-sizing: border-box;
		width: 57%;
	}
	
	.sizeTableSwipe{
		width: 100%;
		-webkit-overflow-scrolling: touch;
		overflow: scroll;
	}
	
	.sizeTable {
		border-collapse: collapse;
		width: 800px;
		border: 1px solid #231815;
		font-size: 0.8rem;
	}
	
	.sizeTable th {
		border: 1px solid #231815;
		text-align: center;
		padding: 5px 3px;
		font-weight: normal;
		background-color: #fffcdb;
	}
	
	.sizeTable tr:first-child th:not(:first-child) {
		width: 10.5%;
	}
	
	.sizeTable td {
		text-align: center;
		padding: 5px 3px;
		border: 1px solid #231815;
		background-color: #fff;
	}
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	.caTitleLaw img{
		width: 86px;
	}
	
	.lawContainer dl{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: nowrap;
		text-align: left;
		padding: 25px 0px;
		border-bottom: 1px solid #42210B;
	}
	
	.lawContainer dt{
		box-sizing: border-box;
		width: 35%;
		padding-right: 15px;
		font-weight: bold;
	}
	
	.lawContainer dd{
		box-sizing: border-box;
		width: 65%;
	}
	
	.sizeTableSwipe{}
	
	.sizeTable {
		border-collapse: collapse;
		width: 100%;
		border: 1px solid #231815;
		font-size: 0.8rem;
	}
	
	.sizeTable th {
		border: 1px solid #231815;
		text-align: center;
		padding: 5px 3px;
		font-weight: normal;
		background-color: #fffcdb;
	}
	
	.sizeTable tr:first-child th:not(:first-child) {
		width: 10.5%;
	}
	
	.sizeTable td {
		text-align: center;
		padding: 5px 3px;
		border: 1px solid #231815;
		background-color: #fff;
	}
}


/*----------------------------------------------------------------------------------------
プラポリ
----------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) { /*SP*/
	.caTitlePrivacy img{
		width: 59px;
	}
	
	.privacyContainer{
		text-align: left;
	}
	
	.privacyContainer h3{
		margin: 30px 0px 5px;
		font-size: 1.15rem;
	}
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	.caTitlePrivacy img{
		width: 89px;
	}
	
	.privacyContainer{
		text-align: left;
	}
	
	.privacyContainer h3{
		margin: 50px 0px 5px;
		font-size: 1.25rem;
	}
}


/*----------------------------------------------------------------------------------------
包装・熨斗
----------------------------------------------------------------------------------------*/

#optionMVSection{
	background-color: #fff;
}

@media screen and (max-width:767px) { /*SP*/
	.optionMainVisual{
		height: 200px;
		background-image: url(//img21.shop-pro.jp/PA01451/758/etc/list_option_main.jpg?cmsp_timestamp=20200920173855);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 230%;
	}
	
	.optionMainTitle{
		min-height: 450px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		box-sizing: border-box;
		padding: 30px 0px;
	}
	
	.caTitle_option{
		font-family: 'Noto Serif JP', serif;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 1.25rem;
		font-weight: normal;
        max-width: 41px;
	}
	
	.caTitle_option img{
		width: 41px;
		margin-bottom: 15px;
		vertical-align: baseline;
	}
	
	.optionMainTitle p{
		margin-top: 40px;
		text-align: left;
		padding: 0px 15px;
	}
	
	#optionSection{
		padding: 60px 0px 30px;
	}
	
	.optionContainer{
		background-color: #fff;
		padding: 25px 15px;
		margin-bottom: 60px;
		text-align: left;
	}
	
	.optionContainer h3{
		text-align: center;
		position: relative;
		margin-bottom: 50px;
		font-size: 1.25rem;
		line-height: 1.5;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 0.25rem;
	}
	
	.optionContainer h3::after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
		content: '';
		width: 140px;
		height: 2px;
		background-color: #000;
	}
	
	.optionFlBox{
		display: block;
	}
	
	.optionFl_left{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	
	.optionFl_right{
		width: 100%;
		box-sizing: border-box;
		padding-left: 0px;
	}
	
	.optionFlBox50p{
		display: block;
	}
	
	.optionFl50p_left{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	
	.optionFl50p_right{
		width: 100%;
		box-sizing: border-box;
	}
	
	.optionFrameBox{
		border: 1px solid #42210b;
		padding: 15px 15px;
		margin-top: 30px;
		font-family: 'Noto Serif JP', serif;
	}
	
	.opt_noshiType{
		margin-top: 50px;
	}
	
	.opt_noshiType dt{
		font-size: 1.15rem;
		font-family: 'Noto Serif JP', serif;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #42210b;
	}
	
	.opt_sizeTable dl{
		display: block;
		border-bottom: 1px solid #42210b;
		border-left: 1px solid #42210b;
		border-right: 1px solid #42210b;
	}
	
	.opt_sizeTable dl:first-child{
		border-top: 1px solid #42210b;
	}
	

	.opt_sizeTable dl:nth-child(2n+1){
		background-color: #e6dddc;
	}
	
	.opt_sizeTable dt{
		width: 100%;
		box-sizing: border-box;
		padding: 15px 15px 0px 15px;
	}
	
	.opt_sizeTable dd{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 15px 15px 15px;
	}
	
}


@media screen and (min-width:768px) , print { /*PC&TB*/
	.optionMainVisual{
		height: 500px;
		background-image: url(//img21.shop-pro.jp/PA01451/758/etc/list_option_main.jpg?cmsp_timestamp=20200920173855);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.optionMainTitle{
		min-height: 600px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		box-sizing: border-box;
		padding: 30px 0px;
	}
	
	.caTitle_option{
		font-family: 'Noto Serif JP', serif;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 1.5rem;
		font-weight: normal;
        max-width: 61px;
	}
	
	.caTitle_option img{
		width: 61px;
		margin-bottom: 15px;
		vertical-align: baseline;
	}
	
	.optionMainTitle p{
		margin-top: 50px;
	}
	
	#optionSection{
		padding: 80px 0px 30px;
	}
	
	.optionContainer{
		background-color: #fff;
		padding: 50px 50px;
		margin-bottom: 90px;
		text-align: left;
	}
	
	.optionContainer h3{
		text-align: center;
		position: relative;
		margin-bottom: 50px;
		font-size: 1.75rem;
		line-height: 1.5;
		font-family: 'Noto Serif JP', serif;
		letter-spacing: 0.25rem;
	}
	
	.optionContainer h3::after {
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
		content: '';
		width: 160px;
		height: 2px;
		background-color: #000;
	}
	
	.optionFlBox{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		flex-wrap: nowrap;
	}
	
	.optionFl_left{
		width: 52%;
		box-sizing: border-box;
	}
	
	.optionFl_right{
		width: 48%;
		box-sizing: border-box;
		padding-left: 5%;
	}
	
	.optionFlBox50p{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: nowrap;
	}
	
	.optionFl50p_left{
		width: 48%;
		box-sizing: border-box;
	}
	
	.optionFl50p_right{
		width: 48%;
		box-sizing: border-box;
	}
	
	.optionFrameBox{
		border: 1px solid #42210b;
		padding: 20px 25px;
		margin-top: 30px;
		font-family: 'Noto Serif JP', serif;
	}
	
	.opt_noshiType{
		margin-top: 70px;
	}
	
	.opt_noshiType dt{
		font-size: 1.5rem;
		font-family: 'Noto Serif JP', serif;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #42210b;
	}
	
	.opt_sizeTable dl{
		display: flex;
		justify-content: flex-start;
		border-bottom: 1px solid #42210b;
		border-left: 1px solid #42210b;
		border-right: 1px solid #42210b;
	}
	
	.opt_sizeTable dl:first-child{
		border-top: 1px solid #42210b;
	}
	
	.opt_sizeTable dl:nth-child(2n+1){
		background-color: #e6dddc;
	}
	
	.opt_sizeTable dt{
		width: 65%;
		box-sizing: border-box;
		padding: 12px 10px 12px 20px;
	}
	
	.opt_sizeTable dd{
		width: 35%;
		box-sizing: border-box;
		padding: 12px 20px 12px 10px;
	}
}