@charset "UTF-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');

@font-face {
	font-family: "Hannari";
	src: url('./HannariMincho-Regular.otf') format('otf');
	}
	.wf-hannari {font-family: "Hannari",serif;}

*	{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	}

img {
	vertical-align:bottom;
	border: 0;
	max-width: 100%;
	}
a   {
	text-decoration: none;
	xcolor: #004AA3;
	color: #333;
	}
a img:hover {
	opacity: 0.8;
	}

body{
	color: #595959;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	width: 100%;
	position: relative;
	}

.mb120 {margin-bottom: 120px !important;}

h4.linedtab {
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 500;
	position: relative;
	margin: 0 auto 60px;
	}
h4.linedtab::after {
	content: '';
	width: 200px;
	height: 3px;
	display: inline-block;
	background-color: #337ab7;
	background: #A87D7A;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 100px)
	}

/* ----------------------------------------- */
/* header          ------------------------- */
/* ----------------------------------------- */
header {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	background-color: rgba(255,255,255,.97);
	}
.head-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1360px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
header img{
	width: 96%;
	display: block;
	margin: 0 auto;
	}
header h1{
	width: 15%;
	height: 100px;
	padding: 25px 0 10px;
	}
header h1 img{
	width: 100%;
	}
ul.header_nav {
	/* width: 53%; */
	/* height: 100px; */
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	column-gap: 15px;
    font-size: 14px;
	}

ul.header_nav li {
	width: auto;
	height: 100px;
	line-height: 143px;
	}
ul.header_nav li.to-onlineshop {
	width: 18%;
	padding: 12px 0 0;
	}

ul.header_gate_nav {
	width: 12%;
	height: 100px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
ul.header_gate_nav li.to-onlineshop {
	width: 100%;
	padding: 12px 0 0;
	}

ul.header_nav li img {
	display: block;
	width: 100%;
	margin: 0 auto 8px;
	}
ul.header_gate_nav li img{
	display: block;
	width: auto;
	margin: 0 0 8px;
	height: 37px;
	}
header .header-contact {
	width: 16%;
    height: 100px;
    padding: 22px 15px;
    overflow: hidden;
    position: relative;
	}
ul.sns-list {
	width: 100%;
	margin: 7px 0 0;
	xpadding: 0 0 0 13px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.sns-list li{
	width: calc(100%/5);
	}
ul.sns-list li img{
	display: block;
	width: 74%;
	margin: 0 auto;
	}

ul.main-sns-list {
	width: 100%;
	max-width: 600px;
	margin: 7px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.main-sns-list li{
	width: calc(100%/5);
	}
ul.main-sns-list li img{
	display: block;
	width: 74%;
	margin: 0 auto;
	}



.slider {
	padding-top: 0 !important;
	/* margin: 60px auto 0; */
	margin: 0 60px auto 0;
	width: 100% !important;
	overflow: hidden;
	box-sizing: border-box;
	}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
	header,ul.header_nav li,header .header-contact {
		height: 8vw;
	}
	header h1{
		padding: 25px 0 10px 10px;
	}
	ul.header_nav {
		width: 50%;
		height: 8vw;
    	column-gap: 15px;
    	font-size: 15px;
    	xjustify-content: space-between;
    	column-gap: 1em;
	}
	ul.header_nav li {
		line-height: 5.5vw;
	}
	.none_tablet {
		display: none;
	}
	ul.header_gate_nav li img{
		display: block;
		width: auto;
		margin: 0 0 0.5vw;
		height: 2.9vw;
	}
	.slider {
		margin: 8vw auto 0;
	}
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
	ul.header_nav {
    	font-size: 13px;
	}
}


/*  ---------------------------------------
202201 contact-form_privacy-policy
---------------------------------------  */
.contact_btn{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .6s;
	transform: translateY(100px);
	z-index: 1000;
	}
body.scroll .contact_btn{
	transform: translateY(0);
	}
.contact_btn .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 96%;
	margin: 0 auto;
	padding: 10px 0 20px;
	column-gap: 30px;
	}
.contact_btn li{
	width: 48%;
	background: #DD5A56;
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius: 3px;
	}
.contact_btn li a{
	font-size: 24px;
	color: #fff;
	display: block;
	}
.contact_btn li a .fas{
	display: inline-block;
	margin-right: 3px;
	}
.ec_contact_btn .inner{
	justify-content: center;
	}
.ec_contact_btn li{
	width: 40%;
	}

@media screen and (max-width:768px) {
	.contact_btn .inner {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    width: 100%;
		column-gap: 2%;
		margin: 0 auto -5px;
		padding: 10px 0 0;
		}
	.contact_btn li {
	    text-align: center;
	    width: 48%;
	    background-color: #ff0000;
	    color: #fff;
	    padding: 10px 0 10px;
	    border-radius: 3px;
		}
	.contact_btn li a{
		font-size: 15px;
		color: #fff;
		display: block;
		}
}

@media screen and (max-width:320px) {
	.contact_btn li a{
		font-size: 13px;
		}
}


/* ------------------------------------------
index
------------------------------------------  */
body {
/* body.newindex_202202 { */
	/*font-family: "Hannari", serif;*/
	font-family: "Zen Old Mincho", "Hannari", "noto serif", serif;
	}
body.newindex_202202 section{
	margin: 0 auto 120px;
	}
h2.gr-title {
	width: 100%;
	margin: 60px auto 0;
	}
h2.gr-title img{
	xmax-width: 50%;
	width: 212px;
	height: auto;
	}
h2.ti_special img{width: 385px;}
h2.ti_products img{width: 212px;}
h2.ti_philothopy img{width: 420px;}
h2.ti_shops img{width: 212px;}
h2.ti_indexcontact img{width: 212px;}

h3.sub-cat-title {
	color: #824432;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.4em;
	margin-bottom: 20px;
	}
/*  ------------- //index-common-style  */

ul.gate-bnr {
	width: 800px;
	margin: 40px auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.gate-bnr li{
	width: calc(96%/2);
	}
ul.gate-bnr li img{
	width: 100%;
	}

ul.newslist,
.news-wrap ul {
	width: 860px;
	margin: 0 auto 60px;
	}
ul.newslist li,
.news-wrap ul li{
	font-size: 16px;
	font-weight: 300;
	line-height: 2.4em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}
ul.newslist li a,
.news-wrap ul li a{
	color: #666;
	text-decoration: underline;
	}
.news-wrap ul li div {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.news-wrap ul li div.date {
	width: 7em;
	}
.news-wrap ul li .desc {
	width: calc(100% - 7em);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}






div.to-all-topics {
	width: 800px;
	margin: 10px auto 60px;
	text-align: center;
	font-size: 18px;
	}
ul.recruit-info-wrap {
	width: 960px;
	margin: 10px auto 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
ul.recruit-info-wrap img{
	margin-bottom: 30px;
	max-width: 100%;
	}




iframe.topics-list {
	border: none;
	margin: 0 auto;
	width: 860px;
	height: 350px;
	overflow: hidden;
	display: block;
	}
iframe.topics-list ul{
	list-style: none;
	}
body.newindex_202202 section.products-wrap{
	width: 960px;
	margin: 30px auto 60px;
	}
ul.index-item-lineup {
    width: 960px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    xjustify-content: space-between;

    justify-content: flex-start;
    row-gap: 60px;
    column-gap: 4%;
	}
ul.index-item-lineup li{
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	width: calc(92%/3);
	/* width: 100%; */
	xmargin-bottom: 60px;
	position: relative;
	}
ul.index-item-lineup li img{
	display: block;
	margin: 0 auto 16px;
	}
div.ranking-icon {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 10px;
	margin: 0;
	padding: 14px 0 7px;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 13px;
	background: #D7BA6A;
	border-radius: 2px 0 0 0;
	}
div.ranking-icon:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #A48737;
	border-right: solid 5px transparent;
	}
div.ranking-icon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #D7BA6A;
	}
div.ranking-icon span {
	line-height: 34px;
	font-size: 24px;
	}

.rank-2 {background: #C3C1BC !important;}
.rank-3 {background: #C6A986 !important;}
.rank-2:after {border-top: 10px solid #C3C1BC !important;}
.rank-3:after {border-top: 10px solid #C6A986 !important;}



.main-item li .thumb img {
    margin: 0;
}
.main-item .item-name {
    background: url(https://kuradukuri.itembox.design/item/img/bg_ph_philo_001_s.png) top left repeat;
    background-size: contain;
    color: #fff;
    font-size: 26px;
    padding: 20px;
    margin: 0;
}
.main-item .cart-btn {
    margin: 0;
    background-color: #4D2920;
    color: #fff;
    font-size: 17px;
    padding: 5px;
    position: relative;
}
.main-item .cart-btn:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 17px;
}
.main-item a:hover {
    opacity: 0.8;
}

div.shop-limitted-item {
	width: 600px;
	margin: 10px auto 60px;
	}
ul.shop-bnr-item {
	width: 960px;
	margin: 10px auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.shop-bnr-item img{
	margin-bottom: 30px;
	}
ul.shop-bnr-item.c-single {
	justify-content: center;
	}
ul.shop-bnr-item.c-single li{
	width: 100%;
	text-align: center;
	}
ul.shop-bnr-item.c-double li{
	width: 48%;
	}

section.philosophy-wrap {
	clear: both;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	}
p.philosophy-maincopy {
	width: 960px;
	margin: 0 auto 10em;
	font-size: 22px;
	line-height: 2.0em;
	text-align: center;
	}

.philosophy-box {
	clear: both;
	position: relative;
	background: url(../img/bg_ph_philo_001_s.png) top left;
	background-size: 64px;
	width: 85vw;
	height: 40vw;
	margin: 0 0 260px;
	}
.phil-001,.phil-002,.phil-003,.phil-004 {
	height: auto;
	min-height: 38vw;
	padding: 0 0 40px;
	}
.phil-001 p,.phil-002 p,.phil-003 p,.phil-004 p {
	margin-top: 1vw;
	}
.philosophy-box--r {
	margin: 0 0 260px 16vw;
	}
.philosophy-box--r:last-child {
	margin: 0 0 0 16vw;
	}
.philosophy-box .phil-img-box {
	position: absolute;
	width: 75vw;
	}
.pos--phr {
	text-align: left;
	top: -8vw;
	left: 23vw;
	}
.pos--phl {
	text-align: right;
	top: -15vh;
	right: 25vw;
	}

h3.phil-subtitle {
	font-size: 28px;
	width: 1em;
	margin: 0 auto 0;
	padding: 0;
	position: absolute;
	color: #fff;
	font-weight: 300;
	line-height: 1.2em;
	}
.pos--tvl {
	bottom: 17vw;
	left: 11vw;
	}
.pos--tvr {
	bottom: 15vw;
	right: 14vw;
	}

p.phil-contents {
	position: relative;
	color: #fff;
	font-size:max(1.2vw,15px);
	font-weight: 300;
	line-height: 1.6em;
	}
span.caption{
	font-size:max(1.1vw,13px) !important;
	font-weight: 100;
	}
.pos--cvr {
	top: 23vw;
	left: 23vw;
	position: absolute !important;
	}
.pos--cvl {
	top: 22vw;
	top: 23vw;
	left: 8vw;
	position: absolute !important;
	}

section.shops-wrap {
	clear: both;
	position: relative;
	}
div.shops-contentswrap {
	text-align: center;
	background: url(../img/ph_shops_bg.jpg) no-repeat center center;
	height: 38vw;
	width: 100%;
	background-size: contain;

	display: flex;
	justify-content: center;
  	align-items: center;
	flex-wrap: wrap;
	}
div.wrap-box {
	width: 100%;
	}
div.shops-contentswrap p {
	width: 100%;
	font-size: 2.2vw;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	text-align: center;
	}
div.shops-contentswrap p.btn-wrap {
	width: 400px;
	margin: 60px auto 0;
	}
div.shops-contentswrap p.btn-wrap a,
div.shops-contentswrap p.btn-wrap img{
	display: block;
	}


section.indexcontact-wrap {
	clear: both;
	position: relative;
	margin: 0 auto 40px !important;
	}
div.indexcontact-contentwrap {
	text-align: center;
	background: url(../img/ph_contact_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 46vw;
	width: 100%;

	display: flex;
	justify-content: center;
  	align-items: center;
	flex-wrap: wrap;
	}
div.indexcontact-contentwrap p {
	width: 100%;
	font-size: 1.8vw;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	text-align: center;
	}
div.indexcontact-contentwrap p.accept-telcreditcard {
	width: 30em;
	background: #E93A29;
	text-shadow: none;
	border-radius: 5px;
	line-height: 2em;
	margin: 10px auto;
	}
div.indexcontact-contentwrap p.contact-tel-wrap {
	width: 46vw;
	margin: 3vw auto 0;
	}
div.indexcontact-contentwrap p.contact-fax-wrap {
	width: 46vw;
	margin: 2vw auto 0;
	}
div.indexcontact-contentwrap p.contact-btn-wrap {
	width: 30vw;
	margin: 2vw auto 0;
	}

/*.pc-header-infoline {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.pc-header-infoline h1{
		width: 20%;
		padding: 3% 0 0 5%;
		box-sizing: border-box;
		}
		.pc-header-infoline h1 img{
			width: 100%;
			}
	p.pc-header-subinfo {
			padding: 10px 0 0 5%;
			width: 70%;
			box-sizing: border-box;
			text-align: right;
			}*/

/*.g-nav {
	height: 50px;
	margin: -50px 0 0;
	background: url(../img/common/bg_pc_nav.png) no-repeat top right;
	background-size: 75% 50px;
	}*/

/*#dropmenu {
	width: 65%;
	margin: 0 0 0 30%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	#dropmenu li {
		line-height: 46px;
		}
	#dropmenu li a {
		font-size: 14px;
		color: #fff;
		}*/

/*  ------------------------------
sub drop menu
--------------------------------  */
/*.menu {
    position: relative;
    width: 100%;
    height: 50px;
}
.menu > li {
    float: left;
}
.menu > li a {
    display: block;
    color: #fff;
}
.menu > li a:hover {
    color: #999;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    padding: 0 !important;
    background: #D91B22;
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
    color: #fff;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
	left: -10px;
	width: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 0;
    display: block;
    text-align: center;
    }
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    }*/

.mb30{margin-bottom:30px;}

/*.price h4,
.price span,
.highlight h2 span.tb,
.highlight h2 span.tb span,
.highlight h2 span.days,
.highlight h2 span.days span {
	font-family: "Hiragino Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20pt;
	line-height: 1.5em;
	}

.inlinelink {
	margin-top:-150px;
	padding-top:150px;
	}

.import_notes {
	margin: 40px auto 40px;
    width: 960px;
    border: 1px solid #595959;
    padding: 6px 0;
	}

.import_notes p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
	}

.voice a:hover {
	opacity: 0.8;
	}*/



/* ------------------------------------------
footer
------------------------------------------  */
footer{
	background-color:#bb271f;
	width: 100%;
	}
footer.index-footer {
	background: #fff;
	width: 100%;
	}
.footer-inner {
	width: 100%;
	padding: 0 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1340px;
	margin: 0 auto;
	}
.footer-address {
	width: 30%;
	padding: 0 60px;
	}
.footer-address img {
	width: 250px;
	margin: 0 0 20px;
	}
.footer-address ul.sns-list {
	width: 85%;
	margin-bottom: 16px;
	}

ul.footer-sitemap {
	width: 70%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.footer-sitemap li{
	width: calc(100%/3);
	line-height: 1.8em;
	}
ul.footer-sitemap li.max-width {
	width: 100%;
	padding: 1em 0 0;
	line-height: 1.8em;
	}
.max-width {
	width: 100% !important;
	}
h3.footer-tagwrap {
	border-bottom: 1px solid #824432;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	padding-bottom: 6px;
	}
h3.w95{
	width: 90% !important;
	}
span.sub-head,
span.sub-head a {
	font-weight: 900;
	color: #824432 !important;
	color: #7F412F !important;
	}
footer.index-footer p.copyright {
	background: #edead0;
	text-align: center;
	padding: 1em 0;
	font-size: 12px;
	padding-bottom: 120px;
	}

/*footer.index-footer .lpwrap img{
	display: block;
	max-width: 1184px;
	width: 90%;
	height: auto;
	margin: 0 auto 40px;
	}
footer.index-footer p.copyright {
	background: #edead0;
	text-align: center;
	padding: 1em 0;
	font-size: 12px;
	padding-bottom: 120px;
	}

.footer-guide table{
	width: 100%;
	}
.footer-guide table td{
	width: 50%;
	box-sizing: border-box;
	color: #fff;
	}

.page_top {
    width: 46px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 100;
	}*/

/* ------------------------------------------
slider
------------------------------------------  */
.slider {
	padding-top: 160px;
	}
.slider img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	}
.slider button.slick-arrow {
	display: none !important;
	}
.slider .slick-dots {
	position: absolute !important;
    bottom: -30px !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 74px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
	}
.slider .slick-dots button {
	font-size: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #999 !important;
	}
.slider .slick-dots .slick-active button {
	background: #c22b25 !important;
	}
@media screen and (min-width:769px) {
	.lp_slider img {
		max-height: 100%;
		}
}



@media screen and (max-width:768px) {
/* ------------------------------------------------------------------------------------------------------------------------------
responsive style
------------------------------------------------------------------------------------------------------------------------------  */
.mb120 {margin-bottom: 60px !important;}

h4.linedtab {
	text-align: center;
	font-size: 19px;
	line-height: 1.6em;
	font-weight: 500;
	position: relative;
	margin: 0 auto 30px;
	}
h4.linedtab::after {
	content: '';
	width: 160px;
	height: 2px;
	display: inline-block;
	background-color: #337ab7;
	background: #A87D7A;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 80px)
	}


.header {
	height: 70px;
	top: 0;
	left: 0;
	z-index: 100000;
	background: #fff;
	position: fixed;
	}
.head-inner {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding-top: 8px;
	}
.sp_head_logo {
	width: auto;
	vertical-align: top;
	height: 13vw;
	display: inline-block !important;
	padding: 8px 10px 0 4px;
	}
.sp_head_tel {
	width: auto;
	vertical-align: top;
	height: 13vw;
	display: inline-block !important;
	padding: 8px 2px 0 4px;
	}
.head_tel_number {
	width: 93%;
	margin: 0 auto;
	text-align: center;
	}
.head_tel_number a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	}

.head_tel_number a span {
	display: block;
    font-size: 10px;
    font-weight: normal;
	}

.head_tel_number a b {
	font-size: 26px;
	}
.sp_nav {
	width: 200px;
	}

.drbtn {
	top: 16%;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10010;
    background: #e3271f;
	}

.hambarg:nth-child(1) {
	top: 20%;
    left: 50%;
	}

.hambarg:nth-child(2) {
	top: 40%;
    left: 50%;
	}

.hambarg:nth-child(3) {
	top: 60%;
    left: 50%;
	}

.drbtn_txt {
	color: #fff;
	}

.drbtn_close {
	display: none;
	}

.drbtn.action .hambarg:nth-child(1) {
    top: 46%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
	}

.drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
	}

.drbtn.action .hambarg:nth-child(3) {
    top: 46%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
	}

.hambarg {
	position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 2px;
    width: 30px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
	}

.drawer {
	position: fixed;
    top: 0;
    right: -100%;
    width: 88%;
    height: 100%;
    background:  #e3271f;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 10000;
	}

.drawer.action {
	right: 0;
    overflow: scroll;
	}

.drbtn .drbtn_open {
	display: block;
	}

.drbtn .drbtn_close {
	display: none;
	}

.drbtn.action .drbtn_open {
	display: none;
	}

.drbtn.action .hambarg {
	background: #fff;
	}

.drbtn.action .drbtn_close {
	display: block;
	color: #fff;
	}

.drawer ul {
	padding: 70px 0 12px;
	}

.drawer ul li {
	border-bottom: 1px solid #fff;
	text-indent: 1em;
	padding-bottom: 12px;
	margin-bottom: 12px;
	}

.drawer ul li:last-child {
	margin-bottom: 0;
	}

.drawer ul li a {
	color: #fff;
	font-size: 16px;
	}

/* ----------------------------------------- */
/* header          ------------------------- */
/* ----------------------------------------- */
header {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100px;
	height: 60px;
	background: #fff;
	background-color: rgba(255,255,255,.97);
	}

.head-inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 60px;
	}
header h1{
	width: 50%;
	height: auto;
	padding: 4px 14px 0;
	}
header .header-contact {
	width: 50%;
	height: auto;
	padding: 7px 2px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.ec-headcontact {
	padding: 0;
	justify-content: flex-end;
	}
.ec-headcontact-inner {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	}
.ec-headcontact a{
	display: block;
	width: 100%;
	}
.w-wide {
	width: calc( 100% - 10vw);
	margin: 0;
	}
.w-nallow {
	width: 10vw;
	margin: -1.2vw 0 0;
	}

ul.sns-list {
	width: 100%;
	padding: 13px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	ul.sns-list li{
		width: calc(100%/5);
		}
		ul.sns-list li img{
			display: block;
			width: 74%;
			margin: 0 auto;
			}
ul.main-sns-list {
	width: 90%;
	max-width: 800px;
	margin: 7px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.main-sns-list li{
	width: calc(100%/5);
	}
ul.main-sns-list li img{
	display: block;
	width: 74%;
	margin: 0 auto;
	}



.toggle_btn {
	width: 13%;
	height: 11vw;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.btn-trigger {
	position: relative;
	width: 50px;
	height: 44px;
	cursor: pointer;
	transform: scale(0.5);
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
	}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
	}
.btn-trigger span:nth-of-type(2) {
	top: 20px;
	}
.btn-trigger span:nth-of-type(3) {
	top: 40px;
	}


.row{
	width: 100%;
	height: 470px;
	overflow-y: auto !important;
	-webkit-overflow-scrolling:touch;
	position: relative;
	}
.fixedd {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto !important;
	}
p.temp-info{
	text-align: left;
	padding: 15px;
	margin: 15px auto;
	border: 5px solid #ff0000;
	width: 100%;
	box-sizing: border-box;
	}
ul.flexul{
	width: 100%;
	margin: -10px auto 0;
	padding: 6px 0 0;
	xheight: 66px;
	height: 18vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	}
ul.flexul li{
	width: calc(92%/6);
	}
ul.flexul li img{
	width: 100%;
	}
.slidebox {
	float: none;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	top: 0;
	left: 0;
	}
.slidebox img{
	width: 100% !important;
	}

/* ----------------------------------------------
drower-navi
---------------------------------------------  */
.row {
    width: 100%;
    height: 470px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    z-index: 10000;
    top: 120px;
	background: #fff;
	display: none !important;
    }
/*.row {
	width: 100%;
	height: auto !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	position: initial;
	z-index: 10000;
	top: 120px;
	background: #fff;
	display: flex !important;
	} */
.dw-cat{
    color: #fff;
    }
.main--gnav li{
    xborder-right: 1px solid #ccc;
    }
.main--gnav li:last-child{
    border-right: none;
    }
.ec-gnav {
	xborder-top: 1px solid #ccc;
	}

ul.hb-menu{
	font-size: 0px;
	background: #fff;
}
ul.hb-menu li{
	width: 50%;
	font-size: 12px;
	display: inline-block;
	text-align: left;
	height:34px;
	line-height: 26px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px 8px 0;
	box-sizing: border-box;
}

ul.hb-menu li a{
	display: block;
}


ul.hb-menu li img{
	width: 25px;
	padding: 0 5px 0 0;
}


.ec-append-header {
	margin: 120px 0 0;
	margin: 32vw 0 0;
	}
.delivery-day {
	width: 100%;
	margin: 0 auto 3%;
	font-size: 3.5vw;
	}
.delivery-day .heading {
	float: left;
	background: #9A2C30;
	color: #fff;
	padding: 0 2%;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	width: 20%;
	text-align: center;
	}
.delivery-day .delivery-day-box {
	padding: 0 1%;
	float: left;
	font-size: 3.4vw;
	background: #efefef;
	height: 36px;
	line-height: 36px;
	width: 80%;
	text-align: center;
	}
.delivery-day .delivery-day-box span {
	color: #9a2c30;
	font-size: 4.6vw;
	font-weight: bold;
	}

/* ------------------------------------------
footer
------------------------------------------  */
footer{
	background-color:#bb271f;
	width: 100%;
	}
footer.index-footer {
	background: #fff;
	width: 100%;
	}
.footer-inner {
	width: 100%;
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.footer-address {
	width: 86%;
	padding: 0;
	margin: 0 auto 16px;
	}
.footer-address img {
	width: 85%;
	margin: 0 auto 0px !important;
	display: block;
	}
.footer-address ul.sns-list {
	width: 75%;
	width: 100%;
	}
.footer-address p {
	text-align: center;
	}

ul.footer-sitemap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}
ul.footer-sitemap li{
	width: 50%;
	padding: 10px 0;
	line-height: 1.8em;
	color: #000;
	text-align: left;
	margin: 0 auto;
	}
ul.footer-sitemap li a{
	color: #000;
	}
footer.index-footer p.copyright {
	background: #edead0;
	text-align: center;
	padding: 1em 0;
	font-size: 12px;
	padding-bottom: 50px;
	}
h3.w95,li.w95 {
	width: 100% !important;
	}
.sp-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.sp-footer-list-wrap {
	width: 50%;
	margin: 0;
	padding: 0;
	}


/* ------------------------------------------
slider
------------------------------------------  */
.slider {
	padding-top: 0 !important;
	/* margin: 120px auto 0 !important; */
	margin: 0 auto 0 !important;
	width: 100% !important;
	overflow: hidden;
	box-sizing: border-box;
	}
.slider .slick-dots {
    position: absolute !important;
    top: 202px !important;
	}






/* ------------------------------------------
index
------------------------------------------  */
body.newindex_202202 {
	/*font-family: "Hannari", serif;*/
	font-family: "Zen Old Mincho", "Hannari", "noto serif", serif;
	}
header img{
	width: 96%;
	display: block;
	margin: 0 auto;
	}

body.newindex_202202 section{
	margin: 0 auto 120px;
	margin: 0 auto 60px;
	}

h2.gr-title {
	width: 100%;
	/*margin: 60px auto 0;*/
	margin: 0 auto 0;
	}
h2.gr-title img{
	xmax-width: 50%;
	width: 212px;
	height: auto;
	}
h2.ti_special img{ width: 75vw;}
h2.ti_products img{ width: 50vw;}
h2.ti_philothopy img{ width: 75vw;max-width: 100%;}
h2.ti_shops img { width: 50vw;}
h2.ti_indexcontact img{ width: 50vw;}

ul.newslist,
.news-wrap .lpwrap ul:first-child {
	width: 92%;
	display: block;
	margin: 0 auto;
	}
ul.newslist li,
.news-wrap .lpwrap ul:first-child li{
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6em;
	padding-bottom: 0.5em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}
ul.newslist li a,
.news-wrap .lpwrap ul:first-child li a{
	color: #666;
	text-decoration: underline;
	}
.news-wrap ul li div {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.news-wrap ul li div.date {
	width: 7em;
	}
.news-wrap ul li .desc {
	width: calc(100% - 7em);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

div.to-all-topics {
	width: 92%;
	margin: 10px auto 30px;
	text-align: center;
	}
ul.recruit-info-wrap {
	width: 90%;
	margin: 10px auto 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
ul.recruit-info-wrap img{
	margin-bottom: 30px;
	max-width: 100%;
	}

ul.gate-bnr {
	width: 90%;
	margin: 40px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.gate-bnr li{
	width: calc(90%/1);
	margin: 0 auto;
	}
ul.gate-bnr li img{
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	}

body.newindex_202202 section.products-wrap{
	width: 960px;
	margin: 30px auto 60px;

	width: 92%;
	display: block;
	margin: 0 auto;
	}
h3.sub-cat-title {
	color: #824432;
	text-align: center;
	font-size: 18px;
	}
ul.index-item-lineup {
    width: 100%;
	display: block;
	margin: 0 auto 30px;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 8%;
	}
ul.index-item-lineup li{
	font-size: 14px;
	font-size: 17px;
	line-height: 1.6em;
	text-align: center;
	width: calc(92%/2);
	margin-bottom: 30px;
	}
ul.index-item-lineup li img{
	display: block;
	margin: 0 auto 12px;
	}
div.ranking-icon {
	position: absolute;
	z-index: 10;
	width: 44px;
	height: 60px;
	top: -5px;
	left: 10px;
	background: #D7BA6A;
	color: #fff;
	text-align: center;
	padding: 14px 0 7px;
	}
div.ranking-icon span {
	line-height: 25px;
	}
div.ranking-icon:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #A48737;
	border-right: solid 5px transparent;
	}
div.ranking-icon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 99%;
	height: 0;
	width: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 10px solid #D7BA6A;
	}
div.ranking-icon span {
	line-height: 1em;
	font-size: 28px;
	}


	.main-item li {
		width: 100% !important;
	}

div.shop-limitted-item {
	width: 100%;
	margin: 10px auto 30px;
	}
ul.shop-bnr-item {
	width: 100%;
	margin: 10px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.shop-bnr-item.c-single {
	justify-content: center;
	}
ul.shop-bnr-item.c-single li{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	}
ul.shop-bnr-item.c-double li{
	width: 100%;
	}
ul.shop-bnr-item.c-double li img{
	margin-bottom: 16px;
	}


section.philosophy-wrap {
	clear: both;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	}
p.philosophy-maincopy {

	width: 92%;
	display: block;
	margin: 0 auto;
	margin: 0 auto 30px;

	font-size: 22px;
	font-size: 15px;
	line-height: 2.0em;
	text-align: center;
	}

.philosophy-box {
	clear: both;
	position: relative;
	background: url(../img/bg_ph_philo_001_s.png) top left;
	background-size: cover;
	width: 100vw;
	height: auto;
	margin: 0 0;
	padding: 0 0 50px;
	}
	.philosophy-box img{
		width: 92%;
		display: block;
		margin: 0 auto 10px;
		}
.phil-001,
.phil-002,
.phil-003,
.phil-004 {
	height: auto;
	padding: 20px 0 2em;
	}
	.phil-001 p { margin-top: 1vw; }
	.phil-002 p { margin-top: 1vw; }
	.phil-003 p { margin-top: 1vw; }
	.phil-004 p { margin-top: 1vw; }


.philosophy-box--r {
	margin: 0 0;
	}
.philosophy-box--r:last-child {
	margin: 0 0;
	padding: 0 0 3em;
	}
.philosophy-box .phil-img-box {
	position: relative;
	width: 100%;
	}
.pos--phr {
	text-align: left;
	top: 0;
	left: 0;
	}
.pos--phl {
	text-align: right;
	top: 0;
	right: 0;
	}

h3.phil-subtitle {
	font-size: 20px;
	width: 90%;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	color: #fff;
	font-weight: 300;
	line-height: 1.2em;
	left: 0;
	}
.pos--tvl {
	xbottom: 21vw;
	bottom: 17vw;
	left: 2vw;

bottom: 0;
left: 4vw;
top: 3vw;
	}
.pos--tvr {
	xbottom: 16vw;
	bottom: 15vw;
	right: 14vw;
	bottom: 17vw;
	left: 2vw;

bottom: 0;
left: 4vw;
top: 3vw;
	}

p.phil-contents {
	position: relative !important;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
	width: 90%;
	margin: 1vw auto 0;
	left: 0;
	}

.pos--cvr {
xbottom: 10vh;
xtop: 25vw;
top: 24vw;
left: 1vw;

top: 6vw;
left: 4vw;

bottom: 0;
left: 4vw;
top: 3vw;
	}
.pos--cvl {
xtop: 56vh;
xtop: 50vh;
top: 24vw;
left: 1vw;
width: 100%;

bottom: 0;
left: 4vw;
top: 3vw;
	}


section.shops-wrap {
	clear: both;
	position: relative;
	}
div.shops-contentswrap {
	text-align: center;
	background: url(../img/ph_shops_bg.jpg) no-repeat center center;
	height: 38vw;
	width: 100%;
	background-size: contain;

	padding: 14vw 0 0;

height: auto;
width: 100%;
background-size: cover;
padding: 10vw 0;
	}
div.shops-contentswrap p {
	xfont-size: 26px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	}
div.shops-contentswrap p.btn-wrap {
	width: 400px;
	margin: 60px auto 0;
	width: 80%;
margin: 20px auto 0;

width: 70%;
margin: 20px auto 0;
	}
div.shops-contentswrap p.btn-wrap a,
div.shops-contentswrap p.btn-wrap img{
	display: block;
	}

section.indexcontact-wrap {
	clear: both;
	position: relative;
	margin: 0 auto 40px !important;
	}
div.indexcontact-contentwrap {
	text-align: center;
	background: url(../img/ph_contact_bg.jpg) no-repeat center center;
	background-size: contain;
	height: 42vw;
	width: 100%;
	xpadding: 50px 0 0;
	padding: 3vw 0 0;

background-size: cover;
height: auto;
width: 100%;
xpadding: 50px 0 0;
padding: 5vw 0;
	}
div.indexcontact-contentwrap p {
	width: 80% !important;
	margin: 0 auto;
	font-size: 26px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 2px black;
	}
div.indexcontact-contentwrap p.accept-telcreditcard {
	width: 30em;
	background: #E93A29;
	text-shadow: none;
	border-radius: 5px;
	line-height: 1.4em;
	margin: 10px auto;
	padding: 6px 0;
	}
.contact-tel-wrap {
	width: 660px;
	margin: 40px auto 0;

width: 80%;
margin: 10px auto 0;
	}
.contact-fax-wrap {
	width: 660px;
	margin: 20px auto 0;

width: 80%;
margin: 10px auto 0;
	}
.contact-btn-wrap {
	width: 390px;
	margin: 30px auto 0;

width: 70%;
margin: 10px auto 0;
	}

/*.header {
	width: 100%;
	height: 140px;
	border-bottom: none;
	}*/

.pc-header-infoline {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.pc-header-infoline h1{
		width: 20%;
		padding: 3% 0 0 5%;
		box-sizing: border-box;
		}
		.pc-header-infoline h1 img{
			width: 100%;
			}
	p.pc-header-subinfo {
			padding: 10px 0 0 5%;
			width: 70%;
			box-sizing: border-box;
			text-align: right;
			}

}



@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}




/* ---------------------------------------------------------
--------------------★追加　shopInfo_wrap★------------------
--------------------------------------------------------- */
.shopInfo_wrap {
	border-bottom: 1px solid #000;
	width: 100%;
}
.shopInfo_wrap p {
	color: #333;
}
.shopInfo_wrap .inner {
	max-width: 1340px;
	margin: 80px auto 37px auto!important;
}
.shopInfo_wrap .inner_flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.shopInfo_wrap h2 {
	background: #7f412f;
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding: 5.75px 0;
}
.first_module {
	background: #f2ecea;
	width: 100%;
	padding: 25px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
.first_module h3 {
	background: #b28d82;
	font-size: 19px;
	color: #fff;
	text-align: center;
	/* margin-bottom: 20px; */
	padding: 5.75px 0;
}
.first_module p {
	font-size: 16px;
	padding-bottom: 16px;
	margin-top: -4px;
}
.first_module img {
	padding-bottom: 10px;
}
.first_module h4 {
	font-size: 16px;
	color: #7f412f;
	line-height: 16px;
	padding-bottom: 9px;
}
.first_module a {
	font-size: 16px;
	/* display: inline-block; */
	margin: 0 auto;
}
.first_module .parts {
	width: 19%;
}
.pc_safety_block {
	background: #fff;
	padding: 20px;
}
.pc_safety_block img {
	width: auto;
	margin: 0 auto;
	display: block;
	padding-bottom: 12px;
}
.parts_inner {
	height: 152px;
}
.parts_img01 {
		width: auto;
		height: 75px;
		margin-bottom: 10px!important;
	}
	.parts_img02 {
		width: auto;
		height: 75px;
		margin-bottom: 10px!important;
	}
	.parts_img03 {
		width: auto;
		height: 75px;
		margin-bottom: 10px!important;
	}
	.parts_img04 {
		width: auto;
		height: 75px;
		margin-bottom: 10px!important;
	}
.pc_safety_block p {
	font-size: 16px;
	padding-bottom: 12px;
}

.module {
	max-width: 380px;
	width: 100%;
	padding-bottom: 23px;
}
.module h3 {
	background: #7f412f;
	font-size: 19px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 5.75px 0;
}
.module p {
	font-size: 16px;
	padding-bottom: 16px;
	margin-top: -4px;
}
.module img {
	padding-bottom: 10px;
}
.module h4 {
	font-size: 16px;
	color: #7f412f;
	line-height: 16px;
	padding-bottom: 9px;
}
.module a {
	font-size: 16px;
	display: inline-block;
}
.my-example {
	color: #000;
}
.kotira {
	color: #0071bc;
}

.ma-bottom {
	margin-bottom: 14px;
}
.ma-bottom10 {
	margin-bottom: 10px;
}
.ma-bottom10_c {
	margin: 0 auto 10px auto;
	display: block;
}
.ma-bottom6 {
	margin-bottom: 6px;
}
.ma-bottom8 {
	margin-bottom: 8px;
}
.ma-right {
	margin-right: 20px;
}
.ma_top80 {
	margin-top: 40px;
}
.pa-bottom20 {
	padding-bottom: 20px;
}
.pa-bottom10 {
	padding-bottom: 10px;
}




.gift_service {
	background: #efedd5;
	padding: 20px;
}
.gift_service h2 {
	background: #efedd5!important;
	padding: 20px;
}
.gift_service_block {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 15px 0;
}
.gift_service_block .parts {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.gift_service_block .parts img {
	width: 45px;
}
.gift_service_block .parts h3 {
	color: #7f412f;
	padding-left: 13px;
}
.gift_service_block h4 {
	font-size: 16px;
	color: #7f412f;
	line-height: 16px;
	padding-bottom: 10px;
}





.sp_inner_guide {
	background: #f2ecea;
	padding: 20px;
}
.sp_inner h2 {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
	background: #fff;
}
.sp_inner_guide h2 {
	background: #f2ecea!important;
}
.sp_shopInfo_block {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.sp_shopInfo_block h3 {
	font-size: 16px;
	color: #7f412f;
	line-height: 16px;
	padding-bottom: 10px;
}
.sp_shopInfo_block h4 {
	line-height: 1;
	padding-bottom: 10px;
}
.sp_shopInfo_block p {
	font-size: 15px;
	padding-bottom: 16px;
}
.sp_shopInfo_block img {
	padding-bottom: 16px;
}
.sp_shopInfo_btn {
	background: #7f412f;
	color: #fff;
	display: block;
	width: 173px;
	text-align: center;
	margin: 0 auto;
	padding: 7px;
	border-radius: 3px;
}
.sp_shopInfo_btn::after{
	content: "　▶︎";
	color: #fff;
	font-size: 8px;
	position: relative;
	top: -2px;
}


.safety_block {
	border: 1px solid #b28d82;
	padding: 20px;
	margin-bottom: 20px;
}
.safety_block img {
	margin: 0 auto;
	display: block;
	padding-bottom: 12px;
}
.safety_block p {
	font-size: 15px;
	padding-bottom: 12px;
}
.pa_bottom0 {
	padding-bottom: 0!important;
}
.text_center {
	text-align: center;
}
.text_center_b {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12.5px!important;
}
.sp_inner_safety {
	padding: 28px 20px 0 20px;
}
.sp_inner_safety h2 {
	font-size: 16px;
	background: #fff;
}
.sp_inner_safety h3 {
	background: #b28d82;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

.sp_item_youto {
	margin-bottom: 20px;
	padding: 0 18px;
}
.sp_item_youto h2 {
	font-size: 16px;
}
.sp_item_youto ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp_item_youto ul li {
	width: 48%;
	margin: 2% 0;
}
.sp_item_price {
	padding: 0 18px;
	margin-bottom: 20px;
}
.sp_item_price h2 {
	font-size: 16px;
}
.sp_item_price ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp_item_price ul li {
	width: 48%;
	margin: 2% 0;
}
.f-bnrs {
	padding: 0 20px;
	margin-bottom: 20px;
}
.f-bnrs div {
	margin-bottom: 20px;
}
.f-sns {
	padding: 0 18px;
	margin-bottom: 20px;
}
.f-sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f-sns ul li {
	width: 48%;
	margin: 2% 0;
}
.f-sns p {
	font-size: 11px;
	text-align: center;
}

.sp_calendar_wrap h2 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	color: #000;
	background: #fff;
}
.f-otodoke01 {
	/* padding: 0 20px; */
}
.f-calen {
    width: 100%;
    /* margin: 3%; */
}
.f-calen iframe {
    width: 100%;
	height: 215px;
}
.sp_delivery-day {
	width: 100%;
	/* margin: 3%; */
	font-size: 3.5vw;
	}
.sp_delivery-day .heading {
	float: left;
	color: #333;
	padding: 0 2%;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	}
.sp_delivery-day .sp_delivery-day-box {
	padding: 0 1%;
	font-size: 16px;
	height: auto;
	line-height: 36px;
	width: 100%;
	text-align: center;
	}
.sp_delivery-day .sp_delivery-day-box span {
	color: #7f412f;
	font-size: 38px;
	font-weight: bold;
	display: block;
	padding-top: 16%;
	padding-bottom: 5px;
	}

.icon::before {
	content: "";
	background: url(../img/icon.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
  	padding: 0 15px 3px 0;
	margin-right: 10px;
}
.pb_no {
	padding-bottom: 0;
}


.sp_only {
	display: none;
}
.flex_row {
	display: flex;
	align-items: flex-end;
}
.flex_row img {
	width: 29%;
}
.red {
	color: #ff0000;
}

.fs-c-cartPayment__button .fs-c-cart-btn-guest {
	font-size: 17px;
	padding: 10px 105px;
	background-color: #747474;
	border-radius: 3px;
	color: #fff !important;
	font-weight: bold;
	box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
}


@media screen and (max-width:768px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none!important;
	}
	.shopInfo_wrap {
		border-bottom: none;
		font-family: "Zen Old Mincho", "Hannari", "noto serif", serif;
	}
	.shopInfo_wrap h2 {
		font-size: 18px;
	}
	.shopInfo_wrap .inner {
		flex-direction: column;
	}

	.sp_calendar_wrap h2 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	color: #000;
	}
	.f-otodoke01 {
		/* display: flex;
		align-items: flex-start;
		justify-content: space-between; */
		padding: 0 20px;
	}
	.f-calen {
	    width: 100%;
	    /* margin: 3%; */
		margin-bottom: 20px;
	}
	.f-calen iframe {
	    width: 100%;
		height: 215px;
	}
	.sp_delivery-day {
		width: 100% !important;
		/* margin: 3%; */
		font-size: 3.5vw;
		}
	.sp_delivery-day .heading {
		/* float: left; */
		background: #5d5d5d;
		color: #fff;
		padding: 0 2%;
		font-weight: bold;
		height: 36px;
		line-height: 36px;
		width: 100%;
		text-align: center;
		}
	.sp_delivery-day .sp_delivery-day-box {
		padding: 0 1%;
		/* float: left; */
		font-size: 4vw;
		border: 2px solid #5d5d5d;
		height: auto;
		line-height: 36px;
		width: 100%;
		text-align: center;
		height: 34vw;
		}
	.sp_delivery-day .sp_delivery-day-box span {
		color: #892d2f;
		font-size: 10vw;
		font-weight: bold;
		display: block;
		padding-top: 7%;
		}

		.sp_shopInfo_btn {
			background: #7f412f;
			color: #fff;
			display: block;
			width: 180px;
			text-align: center;
			margin: 0 auto;
			padding: 7px;
			border-radius: 3px;
		}
		.sp_shopInfo_btn::after{
			content: "　▶︎";
			color: #fff;
			font-size: 8px;
			position: relative;
			top: -1px;
		}

	.pc_safety_block img {
		margin: 0 auto;
		display: block;
		padding-bottom: 12px;
		}
	.parts_img01 {
		width: 83px;
	}
	.parts_img02 {
		width: 80px;
	}
	.parts_img03 {
		width: 65px;
	}
	.parts_img04 {
		width: 70px;
	}


}

/* ------------------------------------------
ログイン画面
------------------------------------------  */
.fs-l-main .login-parts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



/* ------------------------------------------
商品カート数表示ボタン
------------------------------------------  */
.fs-p-scrollingCartButton {
    position: fixed;
    right: 0;
    bottom: 20% !important;
    z-index: 100;
}
.fs-p-scrollingCartButton .purchase-cart .fs-p-scrollingCartButton__button {
    background: #e8380d;
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-weight: bold;
}
.fs-p-scrollingCartButton .purchase-cart .fs-p-scrollingCartButton__icon {
    font-size: 30px;
}
.fs-p-scrollingCartButton .purchase-cart .fs-p-scrollingCartButton__label {
    display: block;
    font-size: 1rem;
}
.fs-p-scrollingCartButton .purchase-cart .fs-p-cartItemNumber {
    background: #ffffff;
    border-radius: 50%;
    color: #000000;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 5px;
    right: 5px;
}
@media screen and (max-width:768px) {
	.fs-p-scrollingCartButton {
		position: fixed;
		right: 0;
		bottom: 15% !important;
		z-index: 100;
	}
	.fs-p-scrollingCartButton .purchase-cart .fs-p-scrollingCartButton__button {
		background: #e8380d;
		display: block;
		text-align: center;
		color: #fff;
		padding: 10px;
		font-weight: bold;
	}
}


/* ------------------------------------------
 ヘッダー下贈る目的別に選ぶ
------------------------------------------  */
.purpose {
    background-color: #fbfaf2;
}
.purpose .purpose_inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    margin: 0 auto;
}
.purpose .purpose_title {
    width: 270px;
    min-width: 270px;
    font-size: 18px;
    font-weight: bold;
    color: #635904;
    background-color: #EDEAD0;
    margin: 0;
    padding: 15px 30px 15px 70px;
    position: relative;
    margin-right: 20px;
}
.purpose .purpose_title:after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #edead0;
    border-width: 28px 0px 28px 15px;
}
.purpose .purpose-contents {
    /* width: 1000px; */
    /* overflow: hidden; */
    white-space: nowrap;
    /* overflow-x: scroll; */
}
.purpose .purpose-contents ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.purpose .purpose-contents ul li {
    background: #fff;
    border: solid 1px #D5D0A2;
    margin: 0 10px;
    border-radius: 30px;
    display: inline-block;
}
.purpose .purpose-contents ul li a {
    padding: 5px 35px;
    font-size: 15px;
    display: block;
}
@media screen and (max-width:768px) {
	.purpose {
        background-color: #fbfaf2;
    }
    .purpose .purpose_inner {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        margin: 0 auto;
    }
    .purpose .purpose_title {
        width: 130px;
		min-width: auto;
        font-size: 13px;
        font-weight: bold;
        color: #635904;
        background-color: #EDEAD0;
        margin: 0;
        padding: 5px 5px 5px 10px;
        position: relative;
        margin-right: 10px;
    }
    .purpose .purpose_title:after {
        content: "";
        position: absolute;
        right: -9px;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #edead0;
        border-width: 24px 0px 24px 10px;
    }
    .purpose .purpose-contents {
        /* width: 1000px; */
        /* overflow: hidden; */
        white-space: nowrap;
        overflow-x: scroll;
    }
    .purpose .purpose-contents ul {
        margin: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
    }
    .purpose .purpose-contents ul li {
        background: #fff;
        border: solid 1px #D5D0A2;
        margin: 0 3px;
        border-radius: 30px;
        display: inline-block;
    }
    .purpose .purpose-contents ul li a {
        padding: 5px 15px;
        font-size: 13px;
        display: block;
    }
}

/* ------------------------------------------
 TOP シリーズから選ぶ
------------------------------------------  */
.top-series {
	margin: 75px auto;
    width: 960px;
}
.top-series h3 {
	font-size: 28px;
}
.top-series .series {
	margin-bottom: 80px;
}
.top-series .series-name {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}
.top-series h4 {
    text-align: center;
    background-color: #EDEAD0;
    padding: 8px;
    font-size: 22px;
    margin: 0 auto 30px;
    width: 100%;
    position: relative;
}
.top-series .series-name .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
}
.top-series .series-name .circle.top-left {
    left: -10px;
    top: -20px;
}
.top-series .series-name .circle.top-rigt {
    right: -10px;
    top: -20px;
}
.top-series .series-name .circle.btm-left {
    left: -10px;
    bottom: 10px;
}
.top-series .series-name .circle.btm-rigt {
    right: -10px;
    bottom: 10px;
}
.top-series .bnr-erea {
    width: 100%;
}

@media screen and (max-width:768px) {
	.top-series {
		margin: 30px auto 60px;
		width: 100%;
	}
	.top-series h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.top-series h4 {
		text-align: center;
		background-color: #EDEAD0;
		padding: 6px;
		font-size: 20px;
		margin: 0 auto 30px;
		width: 100%;
		position: relative;
	}
	.top-series .series-name {
		width: 100%;
	}
	.top-series .series {
		column-gap: 10px;
		row-gap: 20px;
		margin-bottom: 40px;
	}
	.top-series .series li {
		width: 48%;
		margin-bottom: 0;
	}
	.top-series .series a {
		font-size: 15px;
	}
	.top-series .bnr-erea {
		width: 100%;
		margin: 30px 0 0;
	}
}

/* ------------------------------------------
 モーダルウィンドウ
------------------------------------------  */
#modal {
    display: none; /* デフォルトでは表示しない */
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#modal .modal-content {
    position: relative;
    max-width: 500px;
    width: 100%;
    text-align: center;
}
#modal .close-button {
    position: absolute;
    top: -15px;
    right: 43px;
    background-color: #00000091;
    color: white;
    padding: 5px 25px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transform: translate(50%, -50%);
}
#modal img {
    width: 100%;
    height: auto;
}

/* アップグレード版は配送関連 */
.fs-c-productMarks .fs-btn-haisou-frozen {
	background-color: #00b7fa;
    color: #fff;
    border-radius: 3px;
    padding: 0px 3px;
    display: inline-block;
    margin: 5px 0;
}
.fs-c-cartTable__message.fs-c-cartTable__message--frozenDelivery {
    background-color: #00b7fa;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
    margin: 0 0 5px;
}
.fs-c-checkout-shippingDetail__parcel {
    margin: 10px 0;
}
.fs-c-checkout-shippingParcel {
    display: flex;
    border: solid 1px;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 5px;
}
.fs-c-checkout-shippingParcel__title {
    width: 120px;
}
ul.fs-c-checkout-shippingParcel__productList {
	width: 780px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
li.fs-c-checkout-shippingParcel__product {
    display: flex;
}
.fs-c-checkout-shippingParcel__productImage.fs-c-productImage {
    margin-right: 15px;
}
#fs_orderTotalContainer .fs-c-checkout-preview {
    margin-top: 10px;
}
@media screen and (max-width: 980px) {
	.fs-c-checkout-shippingParcel {
		display: flex;
		border: solid 1px;
		justify-content: space-between;
		padding: 10px;
		margin-bottom: 5px;
	}
	.fs-c-checkout-shippingParcel__title {
		width: 20%;
		padding: 0 5px 0 0;
	}
	.case-frozen .fs-c-checkout-shippingParcel__title {
		background-color: #00b7fa;
		color: #fff;
		border-radius: 3px;
		padding: 2px 5px;
		display: inline-block;
		margin: 0 5px 0 0;
	}
	ul.fs-c-checkout-shippingParcel__productList {
		width: 80%;
		display: flex;
		gap: 10px;
		flex-direction: column;
	}
	.fs-c-checkout-shippingParcel__productImage.fs-c-productImage {
		margin-right: 5px;
		width: 30%;
	}
	.fs-c-checkout-shippingParcel__productInfo {
		width: 70%;
	}
}



/* ------------------------------------------
	TOP 価格で選ぶ
------------------------------------------  */
ul.price-list {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto 100px;
    justify-content: center;
}
ul.price-list li {
    background: #eee5d5;
    width: 33%;
}
ul.price-list li:nth-child(even) {
    background: #e4d6bc;
}
ul.price-list li:hover {
	opacity: 0.8;
}
ul.price-list li a {
    display: block;
    padding: 12px 5px 12px 45px;
    background: url(https://kuradukuri.itembox.design/item/online/images/common/s1-icon-arr.png) no-repeat 25px 49%;
    background-size: 1.5%;
    font-size: 23px;
}
@media screen and (max-width: 768px) {
    ul.price-list {
		width: 100%;
		margin: 0 auto 80px;
    }
    ul.price-list li {
        width: 50%;
    }
	ul.price-list li:nth-child(even) {
		background: #eee5d5;
	}
    ul.price-list li.coler {
        background: #e4d6bc;
    }
    ul.price-list li a {
        padding: 12px 5px 12px 25px;
        font-size: 17px;
		background: url(https://kuradukuri.itembox.design/item/online/images/common/s1-icon-arr.png) no-repeat 11px 49%;
    }
}


/* 注文ステップ いくつかのお届け先ボタン */
.fs-c-checkout-addDestinationButton.fs-c-buttonContainer--addDestinationButton a {
    display: inline-block;
    border: solid 2px red;
    padding: 7px 15px;
    margin-top: 10px;
    font-weight: bold;
    color: red;
}
/* 注文ステップ お届け指定日時 */
dl.fs-c-checkout-shippingDetail__deliveryDetailPreview.fs-c-pairList {
    font-size: 18px;
    font-weight: bold;
    border: solid 1px;
    padding: 10px;
    width: 350px;
}
.fs-c-checkout-shippingDetail__button.fs-c-buttonContainer.fs-c-buttonContainer--changeSmall .fs-c-button--standard {
    background: #d04444;
    color: #fff;
    font-size: 16px;
    border: solid 1px #d04444;
}
@media screen and (max-width: 739px) {
	.fs-c-checkout-addDestinationButton.fs-c-buttonContainer--addDestinationButton {
		text-align: center;
	}
	.fs-c-checkout-addDestinationButton.fs-c-buttonContainer--addDestinationButton a {
		width: 90%;
		text-align: center;
	}
	dl.fs-c-checkout-shippingDetail__deliveryDetailPreview.fs-c-pairList {
		width: 100%;
	}
	.fs-c-checkout-shippingDetail__button.fs-c-buttonContainer.fs-c-buttonContainer--changeSmall .fs-c-button--standard {
		width: 100%;
		margin-top: 3px;
	}
}