@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
@import url("https://use.typekit.net/iwg1xji.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* reset
--------------------------------------*/
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-family: 'Noto Sans JP', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	word-wrap: break-word;
	word-break: break-all;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #f2f82f;
	color: #171216;
	text-decoration: none;
}

mark {
	background-color: #f2f82f;
	color: #171216;
	font-weight: 600;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

del {
	text-decoration: line-through;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #959595;
	margin: 1.0rem 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	border: none;
	vertical-align: middle;
	line-height: 0;
}

/*--------------------------------------
	'sm': 'screen and(max-width: 480px)
	'md': 'screen and(min-width: 768px)
	'lg': 'screen and(min-width: 960px)
	'xl': 'screen and(min-width: 1200px)

	#common
--------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
}

body {
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #531C06;
	background-color: #FFFFFF;
}

input, textarea, button, select, i {
	font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

a,
a:visited {
	color:#603813;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover,
button:hover {
	opacity: 0.8;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

/*  TEXTカラー
--------------------------------------*/
.txt-wt {
	color: #FFFFFF;
}

.txt-red, .red {
	color: #d70035;
}

.txt-blue {
	color: #006eb0;
}

/*  調整用
--------------------------------------*/
.none_bg {
	background: none !important;
}

.none_bd {
	border: none !important;
}

.none_bd_top {
	border-top: none !important;
}

/* 改行 */
.no_br br {
	display: none;
}

.on_br br {
	display: block;
}

@media screen and (min-width: 960px) {
	.no_br br {
	display: block;
	}

	.on_br br {
	display: none;
	}
}
/* TEXT配置 */
.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

/*  文字ツメ */
.txt_spac {
	letter-spacing: -1px;
}

.txt_spac_pl {
	letter-spacing: 2px;
}

.bold {
	font-weight: 600;
}

/* margin・padding
--------------------------------------*/
.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

/*  共通CSS
--------------------------------------*/
em, i, cite {
	font-style: normal;
}

strong, b {
	font-weight: 600;
}

blockquote, q {
	border-left: 4px solid #959595;
	margin: 0 0 2.4em 1rem;
	position: relative;
	display: block;
	color: #4a515c;
}
blockquote:after, q:after {
	content: "”";
	font-size: 90px;
	line-height: 0em;
	color: #dcdce0;
	position: absolute;
	right: 0;
	top: 100%;
}
blockquote p:last-child, q p:last-child {
	margin-bottom: 0;
}

/* FOAM
--------------------------------------*/
/* OSi　リセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

input, textarea, select {
	outline: 0;
}

/* 基本スタイル */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"] {
	background: #FFFFFF;
	border: 1px solid #959595;
	padding: 0.2em 15px;
	font-size: 16px;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="number"] {
	padding-right: 5px;
	padding-left: 5px;
}
input[type="text"]::focus,
input[type="text"]:hover,
input[type="email"]::focus,
input[type="email"]:hover,
input[type="url"]::focus,
input[type="url"]:hover {
	border: 1px solid #00AEE3;
}

button {
	cursor: pointer;
}

input[type='checkbox'], input[type="radio"], input[type="submit"] {
	cursor: pointer;
}

textarea {
	border: 1px solid #959595;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	height: 230px;
	margin: auto;
}

/* 基本table
--------------------------------------*/
table {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

table table {
	width: 100%;
}

th, td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #959595;
	margin: 0 0 -1px 0;
	vertical-align: middle;
	padding:5px;
	display:block;
}

table tr:last-child td:last-child {
	margin-bottom:0;
}

th {
	background: #f6f6f7;
}

@media screen and (min-width: 768px) {
	table table {
	min-width: 80%;
	max-width: 100%;
	width: auto;
	}
	th,td {
	margin-right: -1px;
	display: table-cell;
	}
}

/* ご利用ガイド用スタイル */
table.about-tbl {
	margin: 24px auto;
	width: 100%;
}
table.about-tbl th, table.about-tbl td {
	padding: 10px;
}
table.about-tbl th {
	min-width: 200px;
}
table.about-tbl a {
	text-decoration: underline;
}

table.shipment-tbl {
	margin-bottom: 30px;
}
table.shipment-tbl table {
	margin-bottom: 15px;
}
table.shipment-tbl th, table.shipment-tbl td {
	font-size: 14px;
}
table.shipment-tbl td {
	padding: 4px 8px;
}
table.shipment-tbl thead th,
table.shipment-tbl thead td {
	text-align: center;
	font-weight: 600;
}
.shipment-tbl-normal-shippoint-point span {
	display: inline-block;
}
.shipment-tbl-eidome a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	table.shipment-tbl th {
	max-width:22em;
	}
	table.shipment-tbl table th {
	max-width: 10em;
	}
}

/* clearfix */
.cl,
#header,
#container,
#main-wrapper,
#secondary,
#footer {
	*zoom: 1;
}
.cl::after,
#header::after,
#container::after,
#main-wrapper::after,
#secondary::after,
#footer::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* キャリア別表示・非表示 */
.pc {
	display: none;
}

.sp {
	display: block;
}

@media screen and (min-width: 960px) {
	.pc {
	display: block;
	}

	.sp {
	display: none;
	}
}
/*--------------------------------------
	layout
--------------------------------------*/
#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#main-wrapper {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.one-column #main-wrapper {
	width: 100%;
	margin: auto;
}

.inner, #top-shop-message1 > div,
#top-shop-message2 > div {
	width: 94%;
	margin: 0 3%;
	height: auto;
	position: relative;
}
@media screen and (min-width: 768px) {
	.inner, #top-shop-message1 > div,
	#top-shop-message2 > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	}
}
@media screen and (min-width: 1200px) {
	.inner, #top-shop-message1 > div,
	#top-shop-message2 > div{
	padding: 0;
	}
}

.inner_980 {
	width: 94%;
	margin: 0 3%;
	height: auto;
	position: relative;
}
@media screen and (min-width: 768px) {
	.inner_980 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 3%;
	}
}
@media screen and (min-width: 1200px) {
	.inner_980 {
	padding: 0;
	}
}

.no_inner {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
}
@media screen and (min-width: 768px) {
	.no_inner {
	max-width: 1000px;
	margin: 0 auto;
	}
}

#secondary {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#footer {
/*
	text-align: center;
	position: relative;
	background-color: #000;
*/
}

@media screen and (min-width: 960px) {
	/* 960px以下:2column layout */
	#header {
		margin: 0;
		position: fixed;
		width: 300px;
/*		height: 100%;*/
	}
}
@media screen and (min-width: 1200px) {
	/* 1200px以下:2column layout */
}
.layer-bk, .layer-wh {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	padding: 0.5em 0;
}

.layer-bk {
	background: rgba(0, 0, 0, 0.44);
}

.layer-wh {
	background: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------
	共通パーツ
--------------------------------------*/
/* SNS */
.sns li {
	display: inline-block;
}
.sns li a {
	color: #000;
}
.sns li a i {
	font-size: 24px;
}

/* もっとリンク 右矢印 */
.more-link {
	text-align: right;
	margin-bottom: 1.5em;
	font-size: 14px;
}
.more-link a {
	display: inline-block;
	text-decoration: none;
}
.more-link a::after {
	content: "\e902";
	font-family: "icomoon";
	color: #0079ff;
	margin-left: 5px;
}
.more-link a:hover {
	color: #106aa7;
	text-decoration: none !important;
}
.more-link a:hover::after {
	color: #106aa7;
}

/* パンくず */
.breadcrumbs {
	padding: 0.5em 0;
	text-align: left;
}
.breadcrumbs strong {
	font-weight: normal;
}
.breadcrumbs li {
	max-width: 100%;
	display: inline-block;
	font-size: 12px;
	line-height: 1.78;
}
.breadcrumbs li a {
	text-decoration: underline;
}
.breadcrumbs li::after {
	content: " > ";
}
.breadcrumbs li:last-child::after {
	content: "";
}
/*
@media screen and (min-width: 768px) {
	.breadcrumbs li {
		font-size: 14px;
	}
}
*/

/* ページ送り */
.pager {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 94%;
	margin: 2.0em auto;
	padding: 20px 0;
}
.pager .prev,
.pager .next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 20px;
}
.pager .prev a,
.pager .next a {
	position: relative;
	line-height: 20px;
}
.pager .prev span,
.pager .next span {
	display: none;
}
.pager .prev a::after,
.pager .next a::after {
	position: absolute;
	width: 14px;
}
.pager .prev {
	left: 0;
}
.pager .prev a {
	padding-left: 24px;
}
.pager .prev a::after {
	left: 0;
	content: "\e905";
	font-family: "icomoon";
	font-size: 16px;
}
.pager .next {
	right: 0;
}
.pager .next a {
	padding-right: 24px;
}
.pager .next a::after {
	right: 0;
	content: "\e90b";
	font-family: "icomoon";
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	.pager {
	width: 60%;
	}
	.pager .prev span,
	.pager .next span {
	display: inline;
	}
}

/* □ */
.page-num3 {
	display: inline-block;
}
.page-num3 ul {
	font-size: 0;
}
.page-num3 ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 5px;
}
.page-num3 ul li a {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #a39f98;
	color: #a39f98;
}
.page-num3 ul li a:hover {
	background-color: #a39f98;
	color: #FFFFFF;
	text-decoration: none;
}
.page-num3 ul li span a {
	font-weight: 600;
	background-color: #a39f98;
	color: #FFFFFF;
}

/* CSSボタン */
.css-batu, .css-plus {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #000;
	cursor: pointer;
}

/* ×ボタン */
.css-batu {
	transform: rotate(45deg);
}
.css-batu::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #000;
}

/* +ボタン */
.css-plus::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #000;
}

/*  TOPへ戻る */
#page-top {
	position: fixed;
/*	height: 44px; */
	bottom: 20px;
	right: 10px;
	font-size: 20px;
	z-index: 999;
	width: 94px;
	height: 94px;
}
#page-top a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	width: 94px;
	height: 94px;
	background-image: url(https://image.raku-uru.jp/01/22726/603/ico_2top_1736906654971.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/*--------------------------------------------
	検索フォームスタイル
--------------------------------------------*/
.searchform1,
.searchform2,
.searchform3,
.searchform4 {
	position: relative;
	height: 36px;
}
.searchform1 input,
.searchform2 input,
.searchform3 input,
.searchform4 input {
	border: none;
}
.searchform1 input[type="text"],
.searchform2 input[type="text"],
.searchform3 input[type="text"],
.searchform4 input[type="text"] {
	padding: 0 15px;
	position: absolute;
}
.searchform1 input[type="submit"],
.searchform2 input[type="submit"],
.searchform3 input[type="submit"],
.searchform4 input[type="submit"] {
	position: absolute;
	padding: 0;
}
.searchform1 button,
.searchform2 button,
.searchform3 button,
.searchform4 button {
	position: absolute;
	padding: 0;
}

/* 虫眼鏡ボタン付き検索（searchform1）
--------------------------------------------*/
.searchform1 input[type="text"] {
	background: #eeeeee;
	border-right: none;
}

.sbox1 {
	height: 36px;
	left: 0;
	top: 0;
	width: 260px;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	border-radius: 2px 0 0 2px;
}
.sbox1:hover {
	border: none;
	background: #fffDF4;
}

.sbtn1 {
	width: 40px;
	height: 36px;
	right: 0;
	top: 0;
	border-radius: 0 2px 2px 0;
	background: #000000;
	color: #FFFFFF;
	border: none;
	border-left: none;
	font-size: 16px;
}
.sbtn1::after {
	content: "\e92b";
	font-family: "icomoon";
	font-size: 20px;
	color: #FFFFFF;
}
.sbtn1:hover {
	background: #000000;
	color: #FFFFFF;
}

/* 検索ボタン付き検索（searchform2）
--------------------------------------------*/
.searchform2 input[type="text"] {
	border-right: none;
	border: 1px solid #bfbfbf;
	background: #FFFFFF;
}
.searchform2 input[type="text"]:hover {
	border: solid 1px #00b7ee;
}

.sbox2 {
	height: 36px;
	left: 0;
	top: 0;
	width: 240px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}

.sbtn2 {
	width: 60px;
	height: 36px;
	right: 0;
	top: 0;
	background: #444444;
	color: #FFFFFF;
	border: none;
	border-left: none;
	font-size: 16px;
}
.sbtn2:hover {
	background: #444444;
	color: #FFFFFF;
}

/* 虫眼鏡フレーム内検索（#searchform3）
--------------------------------------------*/
.searchform3 {
	height: 48px;
}
.searchform3 input[type="text"] {
	border-right: none;
	border: none;
	background: #FFFFFF;
	height: 48px;
	width: 880px;
	border-top-left-radius: 58px;
	border-bottom-left-radius: 58px;
}
.sbtn3 {
	width: calc(1000px - 880px - 10px);
	height: 48px;
	right: 0;
	top: 0;
	background: #531C06;
	color: #FFFFFF;
	border: none;
	border-left: none;
	font-size: 16px;
	border-top-right-radius: 58px;
	border-bottom-right-radius: 58px;
}
.sbtn3::after {
	display: block;
	content: "\e92b";
	font-family: "icomoon";
	font-size: 30px;
	color: #FFFFFF;
}
@media screen and (max-width: 1060px) {
	.searchform3 input[type="text"] {
		width: calc(80% - 5px);
	}
	.sbtn3 {
		width: 20%;
	}
	.sbtn3::after {
		font-size: 26px;
	}
}
.sbtn3:hover::after {
	color: #FFFFFF;
}
.sbtn3:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

/* 伸びる検索（searchform4）
--------------------------------------------*/
.searchform4 {
	height: 44px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 44px;
}
.searchform4 input[type="text"] {
	background: #ccc;
	border: none;
	border-radius: 22px;
	color: #333;
	cursor: pointer;
	height: 44px;
	opacity: 0;
	outline: none;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.7s;
	width: 44px;
	z-index: 5;
}
.searchform4 input[type="text"]:focus {
	cursor: text;
	opacity: 1;
	width: 300px;
}
.searchform4 input[type="submit"] {
	display: none;
}

.sbtn4 {
	border-radius: 50%;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	text-align: center;
	width: 44px;
}
.sbtn4::after {
	content: "\e92b";
	font-family: "icomoon";
	font-size: 20px;
	color: #FFFFFF;
}

/*------------------------------
	slider
------------------------------*/
#main-image {
	position: relative;
	margin: -20px auto 0;
	text-align: center;
	overflow: hidden;
}
#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1040px;
	height: auto;
	margin: 0 auto;
}
.main-image-slider > ul {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
	height: 336px;
}
.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
	width: 1040px;
	height: 336px;
	list-style-type: none;
}
.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 999;
	font-size: 22px;
	margin-top: -16px;
}

.main-image-next {
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 999;
	font-size: 22px;
	margin-top: -16px;
}

.main-image-prev a,
.main-image-next a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
}

.main-image-prev a:hover,
.main-image-next a:hover {
	text-decoration: none;
}

.main-image-indicator {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 5px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	border: #FFE18C solid 1px;
	border-radius: 50%;
	background-color: transparent;
}

.main-image-indicator ul li.active {
	background-color: #FFE18C;
}

@media screen and (min-width: 600px) {
	#main-image {
	width: 100%;
	overflow: hidden;
	text-align: center;
	}

	.main-image-slider > ul {
	height: 460px;
	}
	.main-image-slider > ul > li {
	width: 100%;
	}

	.main-image-indicator {
	bottom: 6px;
	}
	.main-image-indicator ul {
	font-size: 0;
	margin: 0;
	padding: 0;
	}
	.main-image-indicator ul li {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	}
}

/*--------------------------------------
	calendar
--------------------------------------*/
.months {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	text-align: center;
	padding: 8px 0;
	margin: auto;
	font-size: 18px;
}

.schedule-area {
	text-align: center;
	margin-bottom: 24px;
}
.schedule-area .months {
	width: 94%;
	color: #FFFFFF;
	background-color: #006eb0;
	padding: 8px 0;
	margin-bottom: 1.0em;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.schedule-area2 {
	text-align: center;
}
.schedule-area2 .months {
	text-align: left;
	padding: 10px;
}

/* カレンダー線あり
--------------------------------------------*/
.calendar table {
	width: 94%;
	margin: auto;
}
.calendar th, .calendar td {
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0;
	width: -webkit-calc(94% / 7);
	width: calc(94% / 7);
	text-align: center;
	border: 2px solid #FFFFFF;
	margin: 0;
	display: table-cell;
}
.calendar thead th {
	padding: 10px 0;
}
.calendar thead th:first-child {
	color: #ea0000;
}
.calendar thead th:last-child {
	color: #73c4ff;
}
.calendar td i {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
}

/* カレンダー線なし
--------------------------------------------*/
.calendar-2 {
	margin-bottom: 24px;
}
.calendar-2 table {
	width: 94%;
	margin: auto;
}
.calendar-2 th, .calendar-2 td {
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	width: -webkit-calc(94% / 7);
	width: calc(94% / 7);
	text-align: center;
	border: none;
	display: table-cell;
}
.calendar-2 thead {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.calendar-2 thead th {
	background: rgba(246, 246, 247, 0);
	padding: 10px 0;
}
.calendar-2 thead th:first-child {
	color: #d70035;
}
.calendar-2 thead th:last-child {
	color: #006eb0;
}
.calendar-2 tbody {
	padding-top: 10px;
}
.calendar-2 tbody td {
	vertical-align: middle;
	padding: 5px 3px;
}
.calendar-2 tbody td i {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 26px;
}

/* イベント色分け */
.e1 i {
	color: #FFFFFF;
	background-color: #ea6b41;
}

.e2 i {
	color: #000;
	background-color: #75c992;
}

.e3 i {
	color: #FFFFFF;
	background-color: #006fae;
}

.list-event {
	border-top: 1px solid #959595;
	padding: 15px 0;
	margin: 0 3%;
	text-align: left;
}
.list-event li {
	display: inline-block;
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 32px;
	text-align: left;
	list-style: none;
	font-size: 13px;
}
.list-event li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}
.list-event li.event1::before {
	background-color: #ea6b41;
}
.list-event li.event2::before {
	background-color: #75c992;
}
.list-event li.event3::before {
	background-color: #006fae;
}

/*--------------------------------------
	header
--------------------------------------*/
#header {
	width: 100%;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
}
.header-in {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
	.header-in {
		padding-right: 24px;
		padding-left: 24px;
	}
}
.header-in a {
	color: #FFFFFF;
}
.header-in a:hover {
	text-decoration: none;
}

.h_left,
.h_center,
.h_right {
	height: 70px;
}

.h_left,
.h_right {
	width: 70px;
	position: absolute;
	top: 0;
}

.h_left {
	right: 0;
}

.h_right {
	right: 70px;
}

.h_center {
	/* width: 1760px; */
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
}

/* menu */
.menubtn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: rgba(83,28,6,1);
}
.menubtn a {
	display: block;
}

/* メニューボタン */
#jq-open-btn {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
}
#jq-open-btn::before {
	content: "\e926";
	font-family: "icomoon";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 70px;
}
#jq-open-btn:hover {
	background-color: #bd9761;
	color: #FFFFFF;
	text-decoration: none;
	opacity: 1;
}
#jq-open-btn:hover::before {
	color: #FFFFFF;
}
#jq-open-btn.close {
	background-color: #bd9761;
}
#jq-open-btn.close::before {
	content: "\e904";
	font-family: "icomoon";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 70px;
}
#jq-open-btn b {
	display: none;
}

/* 検索
------------------------------*/
.searchbtn {
	width: 70px;
	height: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: rgba(201,12,12,1);
}
.searchbtn::before {
	content: "\e92b";
	font-family: "icomoon";
	color: #FFFFFF;
	font-size: 18px;
	line-height: 70px;
}
.searchbtn:hover::before {
	color: #FFFFFF;
}
.searchbtn:hover {
	background: #bd9761;
}

.search-area {
	display: none;
	padding: 20px 15px;
	background-color: #bd9761;
	top: 70px;
	left: 0;
	position: fixed;
	z-index: 9998;
	width: 100%;
}

/* グローバルナビ SP
------------------------------*/
#global-nav-sp {
	top: 105px;
	right: -100vw;
	position: fixed;
	z-index: 9998;
	background-color: rgba(0,0,0,0.4);
	transition: 0.6s;
	height: 0;
	min-width: 100vw;
	opacity: 0;
/*	overflow-y: auto; */
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
@media screen and (max-width: 1600px) {
	#global-nav-sp {
		display: block;
	}
}
@media screen and (max-width: 400px) {
	#global-nav-sp {
		top: 80px;
	}
}
#global-nav-sp.active {
	max-height: calc(100vh - 70px) !important;
	height: calc(100vh - 70px) !important;
	right: 0;
	opacity: 1;
}
.global-nav-in {
	overflow: auto;
	width: 90vw;
	margin-left: 10vw;
	background-color: #E0CDAE;
}

/* カテゴリーリスト */
.cat-menu {
	margin: 0;
	overflow-y: scroll;
	height: calc(100vh - 105px);
	padding-left: 7vw;
	font-size: 16px;
	font-weight: 600;
	color: #531C06;
}
@media screen and (max-width: 400px) {
	.cat-menu {
		height: calc(100vh - 80px);
	}
}
.cat-menu li {
	position: relative;
	line-height: 1.4;
}
.cat-menu li b {
	display: block;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	font-weight: 600;
}
.cat-menu li a {
	display: block;
	padding: 5px 15px;
	color: #531C06;
}
.cat-menu li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.menu-open {
}
.menu-open li {
}
.menu-open li a {
	padding: 20px 0;
}
.menu-open li ul li a {
	padding: 5px 15px 6px 35px;
	font-weight: normal;
}

.item-category b:before,
.item-category b:after {
	content: '';
	position: absolute;
	background-color: #531C06;
	transition: all 0.25s;
	margin-top: -10px;
	border-radius: 2px;
}
.item-category b:before {
	width: 18px;
	height: 2px;
	top: calc(50% + 9px - 1px);
	right: 7vw;
}
.item-category b.active:before {
}
.item-category b:after {
	width: 2px;
	height: 18px;
	top: 50%;
	right: calc(7vw + 8px);
}
.item-category b.active:after {
	transform: rotate(90deg);
}

.other-category1 {
	margin-bottom: 26px;
}
.other-category1 .menu-open li {
	border-top: 1px solid #FFFFFF;
}

.other-category2 {
	padding-right: 7vw;
}
.other-category2 ul {
}
.other-category2 ul li {
}
.other-category2 ul li a {
	display: block;
	text-align: center;
	font-weight: normal;
	padding: 17px 20px;
	background-color: #531C06;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search-category {
	padding: 17px 0;
	height: auto;
	overflow: hidden;
	padding-right: 7vw;
}
.search-category ul.menu-open,
.search-category ul.menu-open li {
	border: none;
	height: auto;
	overflow: hidden;
}
.search-category form.searchform3 {
}
.search-category form.searchform3 input[type="text"] {
	display: block;
	border-right: none;
	border: none;
	background: none;
	height: 48px;
	line-height: 48px;
}
.search-category form.searchform3 .sbtn3 {
	height: 48px;
/*	background: none; */
}
.search-category form.searchform3 .sbtn3:hover {
	text-decoration: none;
	border: none;
}

@media screen and (max-width: 400px) {
	.cat-dropdown.snsBtns a {
		padding: 5px 10px;
	}
	.cat-dropdown.snsBtns {
	}
	.cat-dropdown.snsBtns img {
		width: 36px;
		height: 36px;
	}
}

#global-nav-sp .searchform3 input[type="text"] {
	width: calc(100% - 60px);
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
	background-color: #FFFFFF;
}
#global-nav-sp .sbtn3 {
	width: 55px;
}
#global-nav-sp .sbtn3::after {
	font-size: 24px;
}

.telorder-category {
	background-color: rgba(252,244,200,1);
	padding: 30px 0 100px 0;
}
.telorder-category p {
	font-size: 16.25px;
	font-weight: 600;
	color: #531C06;
	margin: 0 auto;
	width: calc(100% - 60px);
}
.telorder-category p.txt {
	margin-top: 1em;
}
.telorder-category p.txt:first-of-type {
	margin-top: 0;
}
.telorder-category p.tel span.num img {
	width: 36px;
	margin-right: 15px;
}
.telorder-category p.tel span.num a {
	display: inline;
	font-size: 7vw;
	font-family: 'Noto Sans JP',sans-serif !important;
	margin: 0;
	padding: 0;
}
.telorder-category p.tel span.num a:hover {
	background-color: rgba(0,0,0,0) !important;
	opacity: 0.9;
}
.telorder-category p.tel span.time,
.telorder-category p.atent {
	font-size: 12px;
	font-weight: 400;
}





/* アイコンリスト */
.header-menu-pc {
	display: none;
	width: auto;
	height: 95px;
	max-width: 135px;
	background-color: transparent;
	position: relative;
}
.header-menu-pc li {
	width: 45px;
	float: left;
	list-style: none;
}
.header-menu-pc li a {
	display: block;
	height: 95px;
	padding: 0;
	font-size: 22px;
	text-align: center;
}
.header-menu-pc li a:hover {
	background-color: #bd9761;
	color: #FFFFFF;
	opacity: 1;
}
.header-menu-pc li a::before {
	content: "";
	font-family: "icomoon";
	font-size: 22px;
	line-height: 95px;
}
.header-menu-pc li.entry a::before {
	content: "\e932";
}
.header-menu-pc li.logout a::before {
	content: "\e931";
}
.header-menu-pc li.mypage a::before {
	content: "\e927";
}
.header-menu-pc li.cart a::before {
	content: "\e918";
}

.header-menu-sp {
	width: 100%;
	text-align: center;
	background-color: #603813;
	color: #FFFFFF;
}
.header-menu-sp li {
	width: calc(100% / 3);
	display: block;
}
.header-menu-sp li a::before {
	display: block;
	content: "";
	font-family: "icomoon";
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 8px;
}
.header-menu-sp li.entry a::before {
	content: "\e932";
}
.header-menu-sp li.logout a::before {
	content: "\e931";
}
.header-menu-sp li.mypage a::before {
	content: "\e927";
}
.header-menu-sp li.cart a::before {
	content: "\e918";
}
.header-menu-sp li a {
	display: block;
	padding: 15px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.header-menu-sp li a i {
	color: #FFFFFF;
}
.header-menu-sp li a:hover {
	text-decoration: none;
	opacity: 1;
	background-color: #bd9761;
	color: #FFFFFF;
}
.header-menu-sp li a:hover::before {
	color: #FFFFFF;
}

/*------------------------------
	#container
------------------------------*/
.main {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	margin: 1.0em 3% 4.0em;
}

/* パンくず */
.breadcrumbs li::after {
	content: " > ";
	margin: 0 5px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

#main-wrapper {
/*	padding: 0 0 10px; */
}

#top-main {
	margin: 0 0 450px 0;
}
@media screen and (max-width: 767px) {
	#top-main {
		margin: 0 0 190px 0;
	}
}

#top-main section:first-child {
	padding-top: 20px;
}
/* LP */
#body-lp #container {
	margin-top: 20px;
}
#body-lp .item-order {
	width: 100%;
	padding-top: 30px;
}

.lp-img {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	#body-lp .item-order {
	width: 60%;
	margin: 0 auto;
	}
}

#main-wrapper {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.main-article {
	margin:0 3%;
}

@media screen and (min-width: 960px) {
	.main-article {
	max-width: 920px;
	margin: 0 auto;
	}
}
/* ジグザグ背景
------------------------------*/

section {
	position: relative;
	width: 100%;
/*	color: #000; */
}

.zigzag-1 {
	position: relative;
	width: 100%;
	background: #a39f98;
	color: #FFFFFF;
}
.zigzag-1 .section-head h2 span,
.zigzag-1 .item-head h2 span,
.zigzag-1 .ttl h2 span {
	background-color: #a39f98;
}
.zigzag-1 .section-head h2::before,
.zigzag-1 .item-head h2::before,
.zigzag-1 .ttl h2::before {
	background-color: #FFFFFF;
}
.zigzag-1 a {
	color: #FFFFFF;
}
.zigzag-1 a:hover {
	color: #333;
}
.zigzag-1::before, .zigzag-1::after {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.zigzag-1::before {
	top: -20px;
	background: linear-gradient(45deg, #a39f98 10px, transparent 0), linear-gradient(315deg, #a39f98 10px, transparent 0);
	background-size: 20px 20px;
}
.zigzag-1::after {
	bottom: -20px;
	background: linear-gradient(135deg, #a39f98 10px, transparent 0), linear-gradient(225deg, #a39f98 10px, transparent 0);
	background-size: 20px 20px;
}
.zigzag-2 {
	position: relative;
	width: 100%;
	background: #ebe3d7;
	color: #2f2f32;
}
.zigzag-2 .section-head h2 span,
.zigzag-2 .item-head h2 span,
.zigzag-2 .ttl h2 span {
	background-color: #ebe3d7;
}
.zigzag-2 .section-head h2::before,
.zigzag-2 .item-head h2::before,
.zigzag-2 .ttl h2::before {
	background-color: #2f2f32;
}
.zigzag-2 a {
	color: #333;
}
.zigzag-2 .item-info .item-name a:hover {
	text-decoration: underline;
}
.zigzag-2::before, .zigzag-2::after {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.zigzag-2::before {
	top: -20px;
	background: linear-gradient(45deg, #ebe3d7 10px, transparent 0), linear-gradient(315deg, #ebe3d7 10px, transparent 0);
	background-size: 20px 20px;
}
.zigzag-2::after {
	bottom: -20px;
	background: linear-gradient(135deg, #ebe3d7 10px, transparent 0), linear-gradient(225deg, #ebe3d7 10px, transparent 0);
	background-size: 20px 20px;
}

.zigzag-secondary {
	position: relative;
	width: 100%;
	background: #ebe3d7;
	color: #2f2f32;
}
.zigzag-secondary::before, .zigzag-secondary::after {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.zigzag-secondary::before {
	top: -20px;
	background: linear-gradient(45deg, #ebe3d7 10px, transparent 0), linear-gradient(315deg, #ebe3d7 10px, transparent 0);
	background-size: 20px 20px;
}
.zigzag-secondary::after {
	bottom: -20px;
	background: linear-gradient(135deg, #ebe3d7 10px, transparent 0), linear-gradient(225deg, #ebe3d7 10px, transparent 0);
	background-size: 20px 20px;
}
.zigzag-secondary .inner {
	margin-bottom: 0;
}

/* section item block
------------------------------*/
.section-block,
.cat-block {
	clear: both;
	padding: 16px 0 30px;
	width: 100%;
}

/* 見出し */
.section-head,
.item-head {
	padding: 0 0 3px;
	position: relative;
}
.section-head h2,
.item-head h2,
.ttl h2 {
	font-size: 14px;
	position: relative;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.section-head h2 span,
.item-head h2 span,
.ttl h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.section-head h2::before,
.item-head h2::before,
.ttl h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #959595;
}
.main-article .ttl h2::before {
	background: none;
}
.main-article .ttl h2 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}
.main-article .ttl h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 1em;
}

/* 見出しh2 */
.title1 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}

.title2 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}

/* ディスクリプション */
.lead-txt {
	padding: 10px 0 0;
}

.lead-txt p {
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 1.0em;
}

/* 見出し:サブタイトル */
.sub-title {
	font-size: 60% !important;
	font-weight: normal !important;
	display: block;
}

.sub-title2 {
	font-size: 24px;
	font-weight: 600;
}

/* TOP
----------------------------------*/

#top-shop-message1,
#top-shop-message2 {
	margin: 0 auto 24px;
	max-width: 980px;
	padding: 0 3%;
}
#top-shop-message1 h2,
#top-shop-message2 h2 {
	font-size: 20px;
	line-height: 1.5;
	padding: 10px 0;
	position: relative;
}
#top-shop-message1 p,
#top-shop-message2 p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

/* お知らせ */
.list-info {
	list-style: none;
}
/*
.list-info li {
	font-size: 16px;
	padding: 10px 0;
	text-align: left;
	line-height: 1.5;
}
.list-info li span {
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}
.list-info li a {
	display: inline-block;
}
*/

/* 商品リスト
----------------------------------*/
/* カラム */
.col-2,
.col-3,
.col-4,
.col-5 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col-2 li,
.col-3 li,
.col-4 li,
.col-5 li {
	width: 50%;
}

.item-photo {
/*
	overflow: hidden;
	margin: 0 auto 10px;
*/
	position: relative;
}
.item-photo img {
	display: block;
/*
	max-width: 100%;
	max-height: 200px;
*/
	width: auto;
	height: auto;
	margin: auto;
}

/* アイコン */
.icon-rank {
	position: absolute;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffd225;
	color: #333;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.icon-rank span {
	font-weight: 600;
	font-size: 20px;
}
.icon-rank:hover {
	background-color: #ffd225;
}

/* バッチ　本番書き換え */
	.icon-badge66301 {
	position: absolute;
	top: 5px;
	z-index: 1;
	}
	.icon-badge66301::before {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;

  width: 85px;
  height: 85px;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Jost', serif;
  border-bottom-right-radius: 0;

	}

	@media only screen and (max-width: 1080px) {
		.icon-badge66301::before {
			width: 42px;
			height: 42px;
			font-size: 12px;
		}
	}
	@media only screen and (max-width: 767px) {
		.icon-badge66301::before {
			width: 64px;
			height: 64px;
			font-size: 20px;
		}
	}

/* NEWバッジ*/
 .icon-badge66301::before {
	content: "NEW";
  background: #531C06;
	color: #FFFFFF;
	transform-origin: top left;
	}
	@media only screen and (max-width: 400px) {
		.icon-badge66301::before {
			font-size: 16px;
			transform: scale(0.75) !important;
		}
	}
	.item-detail-photo.icon-badge66301 {
	z-index: initial;
	}
	.item-detail-photo.icon-badge66301::before {
	position: absolute;
	left: 0;
	}
	.icon-badge66302 {
	position: absolute;
	top: 5px;
	z-index: 1;
	}
	.icon-badge66302::before {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;

  width: 85px;
  height: 85px;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Jost', serif;
  border-bottom-right-radius: 0;

	}

	@media only screen and (max-width: 1080px) {
		.icon-badge66302::before {
			width: 42px;
			height: 42px;
			font-size: 12px;
		}
	}
	@media only screen and (max-width: 767px) {
		.icon-badge66302::before {
			width: 64px;
			height: 64px;
			font-size: 20px;
		}
	}

/*  おすすめバッジ*/
	.icon-badge66302::before {
	content: "おすすめ";
  background: #EF7112;
	color: #FFFFFF;
	font-family: "noto sans jp", sans-serif;
	font-size: 16px;
	transform-origin: top left;
	}
	@media only screen and (max-width: 767px) {
		.icon-badge66302::before {
			font-size: 14px;
		}
	}
	@media only screen and (max-width: 400px) {
		.icon-badge66302::before {
			font-size: 12px;
			transform: scale(0.75) !important;
		}
	}
	.item-detail-photo.icon-badge66302 {
	z-index: initial;
	}
	.item-detail-photo.icon-badge66302::before {
	position: absolute;
	left: 0;
	}
	.icon-badge66303 {
	position: absolute;
	top: 5px;
	z-index: 1;
	}
	.icon-badge66303::before {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;

  width: 85px;
  height: 85px;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Jost', serif;
  border-bottom-right-radius: 0;

	}

	@media only screen and (max-width: 1080px) {
		.icon-badge66303::before {
			width: 42px;
			height: 42px;
			font-size: 12px;
		}
	}
	@media only screen and (max-width: 767px) {
		.icon-badge66303::before {
			width: 64px;
			height: 64px;
			font-size: 20px;
		}
	}

/* 人気バッジ */
	.icon-badge66303::before {
	content: "人気";
  background: #FFDF00;
	color: #531C06;
	font-family: "noto sans jp", sans-serif;
	font-size: 16px;
	transform-origin: top left;
	}
	@media only screen and (max-width: 400px) {
		.icon-badge66303::before {
			font-size: 12px;
			transform: scale(0.75) !important;
		}
	}
	.item-detail-photo.icon-badge66303 {
	z-index: initial;
	}
	.item-detail-photo.icon-badge66303::before {
	position: absolute;
	left: 0;
	}

.icn-reservation::before {
	content: "予約商品";
	width: 60px;
	height: 20px;
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #603813;
	background: #FFFFFF;
	color: #603813;
	margin-right: 10px;
}

.item-info {
/*	text-align: center; */
	margin-top: 20px;
}
.item-info .item-name {
	line-height: 20px;
	font-size: 16px;
	margin-top: 10px;
}
.item-info .item-name a {
	text-decoration: none;
}
.item-info .item-price {
	line-height: 1.3;
	font-size: 14px;
	margin-top: 10px;
}
.item-info .item-price {
	margin-top: 10px;
}
.item-info .item-nonstock {
	display: block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	padding: 0 3px;
	text-align: center;
	color: #ec0000;
}

.tax {
	font-size: 80%;
}

/*
.list-product {
	padding: 0 1%;
}
.list-product li {
	list-style: none;
	margin: 15px 0;
	padding: 0 1.5% 0;
}
*/

.list-product,
.list-product li {
	margin: 0;
	padding: 0;
}
.list-product {
	overflow: visible;
	list-style-type: none;
	justify-content: space-between;
}
.list-product li {
	position: relative;
	width: calc(95% / 3);
/*	height: 500px; */
	padding: 20px;
	background-color: rgba(255,255,255,1);
	box-shadow: 2px 2px 5px 0px rgb(82 43 13 / 30%);
}
.list-product li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.list-product:after {
	content: '';
	display: block;
	width: calc(100% / 3);
	height: 1px;
}
.list-product .item-info .item-name a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: rgba(98,44,3,1);
	line-height: 1.25em;
	text-align: left;
}
.list-product .item-info .item-price {
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	color: rgba(213,3,3,1);
	text-align: left;
}



/* 検索・カテゴリーページ
----------------------------------*/
/* パンくず */
.breadcrumbs {
	padding: 0.5em 0;
	text-align: left;
}

.cat-head,
.frame-block {
	border: 5px solid #e5e5e5;
	padding: 2.0em;
}

/* カテゴリ名 */
.cat-name {
	border-bottom: 1px solid #959595;
	display: block;
	padding: 0 5px 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

/*　並び順／ページ送り */
.sort {
	text-align: right;
	margin-bottom: 1.5em;
}
.sort ul {
	padding: 10px 3%;
}
.sort ul li {
	display: inline-block;
	font-size: 12px;
	padding: 0 5px;
	border-right: 1px solid #333;
}
.sort ul li a {
	text-decoration: underline;
}
.sort ul li:first-child,
.sort ul li:last-child {
	border: none;
	padding-right: 0;
}

.item-list-itemcount {
	border-top: 1px solid #e5e5e5;
	text-align: right;
	margin: 1.5em 0;
	padding: 10px 3%;
	font-size: 12px;
}

/* 検索結果0,キャンペーン商品0 */
.product-list,
.item-list-noitem {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.item-list-noitem {
	text-align: center;
	margin: 30px;
}

/* 詳細ページ
----------------------------------*/
#item-detail {
	padding-top: 10px;
}

.item-2column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
	.item-2column {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row-reverse;
	}
}

.item-detail-block {
	margin-bottom: 24px;
}

.item-footer {
	clear: both;
	margin-bottom: 60px;
}

.item-detail-left {
	width: 100%;
	margin-top: 20px;
}

.item-detail-right {
	width: 100%;
}

.item-detail-head {
/*	border-top: 2px solid #959595; */
	text-align: left;
	padding: 20px 0 15px 0;
}
.item-detail-head .ttl {
	font-size: 22px;
	line-height: 1.5;
}

/* 販売価格 */
.item-detail-price {
	padding: 15px 0;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	margin-bottom: 15px;
}
.item-detail-price dt {
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}
.item-detail-price dd {
	display: table-cell;
	vertical-align: middle;
}
.item-detail-price .price {
	font-size: 22px;
}

/* 価格・スペック */
.item-detail-block-in,
.item-detail-spec {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.item-detail-block-in dl,
.item-detail-spec dl {
	display: table;
	width: 100%;
	margin: 0 auto 15px;
	font-size: 14px;
	text-align: left;
}
.item-detail-block-in dt,
.item-detail-spec dt {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	padding: 3px 0;
}
.item-detail-block-in dd,
.item-detail-spec dd {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
	line-height: 1.4;
}
.item-detail-spec dd a {
	text-decoration: underline;
}

.item-detail-block-in dt {
	width: 7em;
}

.item-detail-category {
	font-size: 14px;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
}

/* カートエリア */
.item-detail-cart {
	width: 100%;
	padding: 0;
	margin-bottom: 50px;
}
.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

/* バリエーション */
/* select */
.item-detail-select,
.item-detail-inputtext {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item-detail-select label,
.item-detail-inputtext input {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #959595;
	background-color: #FFFFFF;
}
.item-detail-select::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.item-detail-select select {
	font-size: 16px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

/* radio */
.item-detail-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
	text-align: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}
.item-detail-radio div {
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.item-detail-radio input {
	position: absolute;
	opacity: .0;
}
.item-detail-radio input + label {
	max-width: 100%;
	font-size: 16px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.item-detail-radio input + label::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #000;
	border-radius: 50%;
}
.item-detail-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #000;
}
.item-detail-radio label {
	font-size: 18px;
	line-height: 2;
	display: block;
	padding: 0;
}

.item-detail-num-count {
	font-size: 0;
	display: flex;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
	color: #545454;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}
.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
	color: #545454;
}

.item-detail-num {
	height: 55px;
	margin-right: 12px;
	padding: 0;
	vertical-align: middle;
}
.item-detail-num input[type=number] {
	font-size: 16px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	border: solid 1px #959595;
	-moz-appearance: textfield;
}
.item-detail-num input[type=number]::-webkit-inner-spin-button, .item-detail-num input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #959595;
	background-color: #FFFFFF;
}
.item-detail-num-select label::before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	margin-top: -3px;
	content: '';
	border-width: 7px 5px 0 4px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}
.item-detail-num-select select {
	font-size: 16px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* カートボタン */
.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.item-detail-cart-btn a {
	display: block;
	font-size: 20px;
	line-height: 55px;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #FFFFFF;
	background-color: #603813;
}
.item-detail-cart-btn a::before {
	content: "\e918";
	font-family: "icomoon";
	font-size: 26px;
	margin-right: 15px;
}
.item-detail-cart-btn a:hover {
	background-color: #603813;
	color: #FFFFFF;
	text-decoration: none;
}

.item-detail-txt1,
.item-detail-txt2,
.item-detail-txt3 {
	width: 100%;
	font-size: 20px;
}
@media screen and (max-width: 1060px) {
	.item-detail-txt1,
	.item-detail-txt2,
	.item-detail-txt3 {
		font-size: 16px;
	}
}

.item-detail-txt3 {
	text-align: center;
}

.item-detail-share {
	text-align: left;
}
.item-detail-share ul {
	padding-bottom: 15px;
}
.item-detail-share li {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.item-detail-share li a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
}
.item-detail-share li a:hover {
	text-decoration: none;
}
.item-detail-share li.twitter {
	background-color: #000000;
}
.item-detail-share li.twitter a:hover {
	background-color: #333333;
}
.item-detail-share li.facebook {
	background-color: #3b5998;
}
.item-detail-share li.facebook a:hover {
	background-color: #263961;
}

.item-dtail-nostock,
.item-dtail-outofoperiod {
	font-size: 14px;
	color: #ec0000;
	line-height: 1.6;
	margin-bottom: 24px;
}

.item-dtail-stock0 {
	color: #ec0000;
}

/* サムネイル付き商品画像
----------------------------*/
/* オープン画像 */
/*overlay*/
.overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-open {
	/* overflow: hidden; */
}
.modal-open .overlay {
	display: block;
}

/* modal */
.modal {
	position: absolute;
	z-index: 9999;
	display: none;
	background-color: #FFFFFF;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
}

.modal-img {
	max-width: calc(100% - 100px);
	max-height: calc(100% - 100px);
}
.modal-img img {
	display: block;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -52px;
	right: -4px;
}
.modal-close a {
	display: block;
	width: 40px;
	height: 40px;
}
.modal-close a::before {
	content: "\e904";
	font-family: "icomoon";
	color: #FFFFFF;
	font-size: 40px;
}

/* 1枚目画像 */

.item-detail-photo-main {
	position: relative;
	padding: 0;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 360px;
	height: 360px;
	margin: 0 auto;
}
.item-detail-photo li {
	list-style: none;
	float: left;
	width: 360px;
	height: 360px;
	position: relative;
}
.item-detail-photo img {
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	max-width: 95%;
	max-height: 95%;
	width: auto;
	height: auto;
	margin: auto;
	box-shadow: 2px 2px 5px 0px rgb(82 43 13 / 30%);
}

/* 商品画像:矢印 */
.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -15px;
}
.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	color: #000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}
.item-detail-photo-backbtn a::before,
.item-detail-photo-nextbtn a::before {
	position: absolute;
}
.item-detail-photo-backbtn a:hover,
.item-detail-photo-nextbtn a:hover {
	text-decoration: none;
}

.item-detail-photo-backbtn {
	left: 0;
}
.item-detail-photo-backbtn a::before {
	content: "\e905";
	font-family: "icomoon";
	left: 12px;
}

.item-detail-photo-nextbtn {
	right: 0;
}
.item-detail-photo-nextbtn a::before {
	content: "\e90b";
	font-family: "icomoon";
	right: 10px;
}

/* 商品画像:サムネイル */
.item-detail-thumb {
	width: 100%;
	margin: 40px auto 0;
	overflow: hidden;
	text-align: center;
}

.item-detail-thumb-photo {
	display: inline-block;
	vertical-align: top;
	width: 128px;
	height: 128px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
.item-detail-thumb-photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	max-height: 115px;
	max-width: inherit;
	box-shadow: 2px 2px 5px 0px rgb(82 43 13 / 30%);
}

.ttl-reservation {
	font-size: 16px;
	line-height: 33px;
	display: inline-block;
	width: 100px;
	height: 33px;
	margin-right: 12px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #603813;
	background: #FFFFFF;
	color: #603813;
}

@media screen and (max-width: 960px) {
	/* 1枚目画像 */
	.item-detail-photo {
	width: 480px;
	height: 480px;
	}
	.item-detail-photo li {
	width: 480px;
	height: 480px;
	}
}
@media screen and (max-width: 600px) {
	/* サムネイル付き商品画像
	----------------------------*/
	/* オープン画像 */
	.nav-open {
	overflow: hidden;
	}
	.nav-open .overlay {
	display: block;
	}

	/* modal */
	.modal-img img {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
	}

	.modal-close {
	position: absolute;
	top: -30px;
	right: -4px;
	}
	.modal-close a {
	display: block;
	width: 24px;
	height: 24px;
	}
	.modal-close a::before {
	content: "\e904";
	font-family: "icomoon";
	color: #FFFFFF;
	font-size: 24px;
	}

	/* 1枚目画像 */
	.item-detail-photo-main {
/*		width: 300px;*/
		width: 100%;
		margin: 0 auto;
	}

	.item-detail-photo {
	width: 300px;
	height: 300px;
	}
	.item-detail-photo ul {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	}
	.item-detail-photo ul li {
	display: block;
	width: 300px;
	height: 300px;
	margin: 0;
	}

	/* 商品画像:サムネイル */
	.item-detail-thumb-photo {
	width: 80px;
	height: 80px;
	}
	.item-detail-thumb-photo img {
	max-height: 70px;
	}
}

/*--------------------------------------
	#secondary
--------------------------------------*/
#secondary {
	width: 100%;
}
#secondary li {
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	#secondary li {
		font-size: 14px;
	}
}

.nav-1,
.nav-2 {
	width: 100%;
	margin-left: 25px;
}
.nav-1 li,
.nav-2 li {
	text-align: left;
}
.nav-1 a,
.nav-2 a {
	display: inline-block;
	padding: 5px 0;
	color: #603813;
}
.nav-1 ul li a {
	color: #603813;
}

.nav-1 li {
	list-style-type: circle;
}
.nav-1 li ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.nav-1 li ul li:last-child {
	margin-right: 0;
}

.nav-2 li {
	list-style-type: disc;
}

.secondary-block {
	margin-bottom: 24px;
}
.secondary-block .block-in {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 見出し */
.secondary-head {
	padding: 10px 0;
	position: relative;
	margin-bottom: 1.0em;
}
.secondary-head h3 {
	font-size: 22px;
	line-height: 1.5;
}

/* カレンダー
--------------------------------------------*/
.schedule-area2 {
	margin-bottom: 24px;
	width: 100%;
}
.schedule-area2 .months {
	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.calendar table {
	width: 100%;
	margin: 0;
}
.calendar th, .calendar td {
	padding: 0;
	border: 1px solid #888;
	margin: 0;
}
.calendar thead th {
	padding: 10px 0;
	background-color: #222;
	color: #FFFFFF;
}
.calendar td i {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.list-event {
	margin: 0;
	padding: 10px 0 5px;
	border-top: none;
}
.list-event li {
	font-size: 12px;
}

/*--------------------------------------
	#footer
--------------------------------------*/
/*
#footer {
	width: 100%;
	background-color: #603813;
	padding: 15px 3%;
	text-align: center;
	border-bottom: 5px solid #bd9761;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
#footer .sns {
	padding: 0 3%;
	margin-bottom: 15px;
}
#footer .sns li {
	text-align: center;
	margin: 0 5px;
}
#footer .sns li a {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
	font-size: 18px;
	color: #603813;
}
#footer .sns li a::before {
	content: "";
	font-family: 'icomoon';
	color: #603813;
}
#footer .sns li a.twitter::before {
	content: "\e913";
}
#footer .sns li a.facebook::before {
	content: "\ea90";
}

.footer-logo {
	line-height: 1.4;
	font-family: Arial, Helvetica, "sans-serif";
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.footer-logo a {
	font-size: 18px;
	display: block;
}
.footer-logo img {
	max-width: 100%;
	max-height: 75px;
	margin: auto;
}

.copyright {
	line-height: 1.4;
	font-size: 12px;
	width: 100%;
	padding: 0 3%;
}
*/

@media screen and (min-width: 768px) {
	/* ----------------------------
	768px
	---------------------------- */

	.search-area form {
	width: 80%;
	margin: auto;
	}

	/* section item block
	------------------------------*/
	.section-block,
	.cat-block {
	padding: 30px 0 40px;
	}

	/* お知らせ */
/*
	.list-info li {
	text-align: left;
	clear: both;
	}
	.list-info li span {
	width: 120px;
	float: left;
	}
*/

	/* 商品リスト
	---------------------------*/
	/* カラム */
	.col-3 li,
	.col-4 li,
	.col-5 li {
	width: 33.3333%;
	padding: 0 1.5%;
	}

	/*--------------------------------------
	#secondary
	--------------------------------------*/
	#secondary {
	padding: 10px 0;
	}

	/* カレンダー */
	.schedule-area2 {
	width: 46%;
	margin: 0 1%;
	}

	/*--------------------------------------
	#footer
	--------------------------------------*/
/*
	.footer-logo a {
	font-size: 20px;
	}
	.footer-logo img {
	width: auto;
	height: auto;
	}
*/
}
@media screen and (min-width: 960px) {
	/* ----------------------------
	960px
	---------------------------- */
	/*--------------------------------------
	header
	--------------------------------------*/

	.h_left,
	.h_right {
		width: 70px;
	}

	.h_right {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 180px;
		justify-content: flex-end;
	}

	/* 検索
	------------------------------*/
	.searchbtn {
		width: 45px;
		height: 100px;
		position: relative;
	}
	.searchbtn::before {
		content: "\e92b";
		font-family: "icomoon";
		font-size: 24px;
		line-height: 95px;
	}

	.search-area {
		top: 100px;
		padding: 30px 15px;
	}
	.search-area form {
		width: 70%;
	}

	#global-nav {
		top: 95px;
	}

	/* アイコンリスト */
	.header-menu-sp {
		display: none;
	}

	.header-menu-pc {
		display: block;
	}

	/* メニューボタン */
	#jq-open-btn {
		height: 95px;
	}
	#jq-open-btn::before {
		font-size: 24px;
		line-height: 95px;
	}
	#jq-open-btn.close b {
		display: none;
	}
	#jq-open-btn.close::before {
		font-size: 24px;
		line-height: 95px;
	}
	#jq-open-btn b {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -16px;
	}

	/* section item block
	------------------------------*/

	/* 見出し */
	.section-head,
	.item-head {
		margin-bottom: 2.0em;
	}
	.section-head h2,
	.item-head h2 {
		font-size: 16px;
		margin-bottom: 1.0em;
	}

	/* 見出しh2 */
	.title1 {
		font-size: 26px;
	}

	.title2 {
		font-size: 20px;
	}

	.main-article .ttl h2 {
		font-size: 26px;
	}

	.main-article .ttl h3 {
		font-size: 20px;
	}

	/* TOP
	----------------------------------*/
	#top-shop-message1,
	#top-shop-message2 {
		margin: 0 auto 40px;
		padding: 0;
	}
	#top-shop-message1 h2,
	#top-shop-message2 h2 {
		font-size: 26px;
		padding: 15px 0;
	}
	#top-shop-message1 p,
	#top-shop-message2 p {
		font-size: 16px;
		line-height: 1.65;
	}

	/* お知らせ */
/*
	.list-info li {
		font-size: 18px;
	}
	.list-info li span {
		font-size: 16px;
	}
*/

	/* 商品リスト
	---------------------------*/
	/* カラム */
	.col-3 li {
		padding: 0 2% 0 0;
	}

	/* カラム */
	.col-4 li {
		width: 25%;
		margin: 0 0 30px;
		padding: 0 2% 0 0;
	}

	.col-5 li {
		width: 30%;
		margin: 0 0 30px 0;
		padding: 2%;
	}
/*
	.list-product {
		padding: 0;
		margin-right: -2%;
	}
*/

	/* 検索・カテゴリーページ
	----------------------------------*/
	/* カテゴリ名 */
	.cat-name {
		margin: 10px 0;
	}

	/*　並び順／ページ送り */
	.sort {
		margin-bottom: 2.5em;
	}
	.sort ul {
		padding: 20px 0;
	}
	.sort ul li {
		display: inline-block;
		font-size: 14px;
		padding: 0 15px;
	}

	.item-list-itemcount {
		margin: 2.0em 0;
		padding: 20px 0;
		font-size: 14px;
	}

	/* 詳細ページ
	----------------------------------*/
	.item-detail-left {
		width: -webkit-calc(100% - 600px);
		width: calc(100% - 600px);
		margin-top: 40px;
	}

	.item-detail-right {
		width: 560px;
		margin-top: 40px;
	}

	/* 価格・スペック */
	.item-detail-block-in,
	.item-detail-spec {
		padding: 0;
	}

	/* カートエリア */
	.item-detail-cart {
		padding: 0;
	}

	.item-detail-txt1,
	.item-detail-txt2,
	.item-detail-txt3 {
	padding: 0;
	}

	/*--------------------------------------
	#secondary
	--------------------------------------*/
	#secondary {
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}
	#secondary .f_left,
	#secondary .f_right {
	width: 280px;
	}
	#secondary .f_center {
	width: -webkit-calc(100% - 560px);
	width: calc(100% - 560px);
	padding: 0 20px;
	}

	.nav-1 li {
	list-style-type: circle;
	}
	.nav-1 li ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
	}

	/*--------------------------------------
	#footer
	--------------------------------------*/
/*
	#footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0;
	}
	#footer .sns {
	padding: 0;
	margin: 0 auto 0 0;
	}

	.footer-logo {
	width: auto;
	max-width: calc(100% - 450px);
	max-height: 80px;
	overflow: hidden;
	text-align: left;
	padding: 0 30px;
	margin-bottom: 0;
	}
	.footer-logo img {
	width: auto;
	height: auto;
	}

	.copyright {
	line-height: 1;
	width: 33%;
	padding: 0 30px 0 0;
	text-align: right;
	}
*/
}

/* ログインページ
----------------------------------*/

#main-image + div#login-error-message {
	border-top-width: 1px;
	border-top-style: solid;
}
.body-login #main-image {
	margin-bottom: 24px;
}
.body-login #main-image #top-shop-message1 {
	margin-top: 0;
}
.body-login #top-shop-message1 {
	margin-top: 24px;
}
.body-login .inner {
	max-width: 980px;
}
.body-login .list-info {
	margin-bottom: 24px;
}
#top-shop-message2 {
	margin-top: 30px;
}

#login-error-message {
	font-size: 12px;
	margin: 20px 10px;
	padding: 10px;
	text-align: center;
	color: #e6503f;
	border: #e6503f solid 1px;
}
#login-message {
	margin:30px 10px 0;
}

.login-tbl-wrapper {
	background-color: #f3f3f3;
	max-width: 860px;
	margin: 0 auto 30px;
	padding: 10px;
	border-radius: 5px;
}
.login-tbl {
	display: block;
	width: calc(100% - 20px);
	margin: 20px 10px 20px;
}
.login-tbl tbody,
.login-tbl tr {
	display: block;
	width: 100%;
}
.login-tbl th {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	padding: 10px;
	text-align: left;
	border: none;
	background: none;
}
.login-tbl td {
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 10px;
	vertical-align: top;
	border: none;
}
.login-tbl td input[type=text],
.login-tbl td input[type=password] {
	line-height: 36px;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	border: #d0d0d0 solid 1px;
}
.login-tbl-pw-chk {
	margin-top: 10px;
}

.login-btn {
	margin: 10px auto;
	text-align: center;
}
.login-btn a {
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	position: relative;
	display: inline-block;
	width: 194px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666;
}

.login-link ul li {
	text-align: center;
	list-style: none;
}
.login-link ul li a {
	text-decoration: underline;
}

@media screen and (min-width: 960px) {

	.body-login #main-wrapper {
	float: none;
	margin-right: auto;
	margin-left: auto;
	}
	.body-login #top-shop-message1 {
	margin-top: 40px;
	}
	.body-login .list-info {
	margin-bottom: 40px;
	}
	#login-error-message {
	font-size: 14px;
	margin: 30px 30px 40px;
	padding: 8px 15px;
	text-align: left;
	}
	#login-message {
	margin: 30px 0;
	text-align: center;
	}

	.login-tbl {
	max-width: 785px;
	display: table;
	margin: 15px auto;
	}
	.login-tbl tbody {
	display: table-row-group;
	}
	.login-tbl tr {
	display: table-row;
	}
	.login-tbl th {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	}
	.login-tbl td {
	text-align: left;
	display: table-cell;
	}
}

/* 特商法・送料についてページ
----------------------------------*/
.payment-content tr:first-child td {
	font-weight:bold;
	background: #f6f6f7;
	text-align:center;
}
.payment-content td {
	text-align:right;
	display: table-cell;
}

/* notfoundページ
----------------------------------*/
.notfound {
	font-size: 24px;
	margin-top: 90px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
	.notfound {
	font-size: 16px;
	margin:50px 10px 0;
	}
}

/* フリーページ
----------------------------------*/
.breadcrumbs + .wysiwyg-data {
	width: 94%;
	margin: 0 3% 15px;
	height: auto;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.breadcrumbs + .wysiwyg-data {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 24px;
	padding: 0;
	}
}@media only screen and (min-width: 1200px) {
	.breadcrumbs + .wysiwyg-data {
	padding: 0;
	}
}

/* 閉店表示
----------------------------------*/
body#close #header {
	border-bottom: 5px solid #bd9761;
}

body#close .copyright {
	width: 100%;
	padding: 0 3%;
}

body#close #wrapper > div.container {
	padding: 60px 3% 0;
}

@media screen and (min-width: 960px) {
	body#close #wrapper > div.container {
	padding-top: 100px;
	}
}

/* .detailed-search */
.detailed-search {
	background-color: #f1f1f1;
	margin: 20px 0 0;
	padding: 5px 10px;
}
.detailed-search-head {
	font-size: 18px;
	line-height: 36px;
	padding: 0 5px;
	cursor: pointer;
}
.detailed-search-head::before {
	content: "\ea43";
	font-family: "icomoon";
	margin-right: 15px;
}
.detailed-search-show .detailed-search-head::before {
	content: "\ea41";
	font-family: "icomoon";
}
.detailed-search-content {
	display: block;
	width: calc(100% - 15px);
	max-width: 650px;
	margin: 10px 0;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price {
	margin-bottom: 10px;
}
.detailed-search input[type="text"],
.detailed-search-category label {
	border: 1px solid #959595;
}
.detailed-search-name {
	display: inline-block;
	width: 35%;
	margin-right: 5px;
}
.detailed-search-keyword input[type="text"] {
	width: calc(65% - 5px);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
}
.detailed-search-category label {
	position: relative;
	display: inline-block;
	width: calc(65% - 5px);
	overflow: hidden;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding-left: 5px;
	height: 30px;
}
.detailed-search-category label::after {
	z-index: 3;
	position: absolute;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.detailed-search-category select {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}
.detailed-search-price input[type="text"] {
	width: calc( (65% - 65px) / 2);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
	text-align: right;
	ime-mode: disabled;
}
.detailed-search-price-unit1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width:35px;
	margin: 0 5px;
}
.detailed-search-price-unit2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width:15px;
	margin-left: 5px;
}
.detailed-search-btn {
	text-align: right;
}
.detailed-search-btn button {
	line-height: 36px;
	padding: 0 30px;
	background-color: #603813;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-appearance: none;
	border-radius: 4px;
	border: 0;
}

/* .sort-select */
.sort-select {
	padding: 20px 0px 0px;
}
@media only screen and (max-width: 600px) {
	.sort-select {
	 padding: 10px 0px 0px;
	}
}
.sort-select .sort-label {
	display: inline;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
}
.sort-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	height: 30px;
	padding-left: 5px;
	border: 1px solid  #959595;
}
.sort-select label::after {
	z-index: 3;
	position: absolute;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.sort-select select {
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
	background-color: #FFFFFF;
}





/* ============================== */
/* pc sp                          */
/* ------------------------------ */
.pc {
	display: block;
}
.sp {
	display: none;
}
.pci {
	display: inline-block;
}
.spi {
	display: none;
}
@media only screen and (max-width: 844px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pci {
		display: none;
	}
	.spi {
		display: inline-block;
	}
}

/* ============================== */
/* flex                           */
/* ------------------------------ */
.flst {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.jc_st {
	justify-content:start;
}
.jc_en {
	justify-content:end;
}
.jc_c {
	justify-content:center;
}
.jc_fs {
	justify-content:flex-start;
}
.jc_fe {
	justify-content:flex-end;
}
.jc_l {
	justify-content:left;
}
.jc_r {
	justify-content:right;
}
.jc_sb {
	justify-content:space-between;
}
.jc_sa {
	justify-content:space-around;
}
.jc_se {
	justify-content:space-evenly;
}
.jc_sc {
	justify-content:stretch;
}
.fw_nw {
	flex-wrap:nowrap;
}
.fw_wr {
	flex-wrap:wrap-reverse;
}
.fd_rr {
	flex-direction:row-reverse;
}
.fd_cm {
	flex-direction:column;
}
.ff_cm {
	flex-flow:column;
}
.ai_s {
	align-items:start;
}
.ai_c {
	align-items:center;
}
.ai_e {
	align-items:end;
}
.ai_fe {
	align-items:flex-end;
}


/* ============================== */
/* hmenu                          */
/* ------------------------------ */
.hmenu {
}
.hmenu ul#es_mainnav_icon li,
.hmenu ul#es_subnav_icon li {
	width: 118px;
	height: 130px;
}
.hmenu ul#es_mainnav_list li a,
.hmenu ul#es_subnav_list li a {
	text-decoration: none;
	color: #531C06;
}
.hmenu ul#es_mainnav_list li a#es_mainnav_list_category_btn,
.hmenu ul#es_subnav_list li a#es_mainnav_list_category_btn {
	color: #FFFFFF;
	background-color: #531C06;
	width: 246px;
	height: 54px;
	border-radius: 54px;
	gap: 0 10px;
}
.hmenu ul#es_mainnav_list li a#es_mainnav_list_category_btn.active,
.hmenu ul#es_subnav_list li a#es_mainnav_list_category_btn.active {
	color: #531C06;
	background-color: #E0CDAE;
}
.hmenu ul#es_mainnav_list li a#es_mainnav_list_category_btn .txt,
.hmenu ul#es_subnav_list li a#es_mainnav_list_category_btn .txt {
}
.hmenu ul#es_mainnav_list li a#es_mainnav_list_category_btn .ico {
	background-image: url(https://image.raku-uru.jp/01/22726/595/ico_category_1736902637397.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 63px;
	height: 25px;
}
.hmenu ul#es_mainnav_list li a#es_mainnav_list_category_btn.active .ico {
	background-image: url(https://image.raku-uru.jp/01/22726/604/ico_category_active_1736907546021.png);
}
.hmenu ul#es_subnav_list li a#es_subnav_list_mypage_btn .txt {
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}
.hmenu ul#es_subnav_list li a#es_subnav_list_mypage_btn .ico {
	background-image: url(https://image.raku-uru.jp/01/22726/597/ico_mypage_1736902966469.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	width: 54px;
	height: 54px;
}
.hmenu ul#es_subnav_list li a#es_subnav_list_cart_btn .txt {
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}
.hmenu ul#es_subnav_list li a#es_subnav_list_cart_btn .ico {
	background-image: url(https://image.raku-uru.jp/01/22726/596/ico_cart_1736902966263.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	width: 54px;
	height: 54px;
}


/* ============================== */
/* sp_menu                        */
/* ------------------------------ */
.item-category div.menu-open {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-in-out;
}
.item-category div.menu-open.active {
	grid-template-rows: 1fr;
}
.item-category div.menu-open ul {
  overflow: hidden;
	opacity: 0;
	transition: all 0.5s ease 0.25s;
}
.item-category div.menu-open.active ul {
	opacity: 1;
}
.item-category ul li {
	padding-left: 20px;
}

/* ============================== */
/* nav_swiper                     */
/* ------------------------------ */
.nav_swiper {
	width: 100%;
	overflow: hidden;
}
.nav_swiper nav {
	width: 1000px;
	overflow: hidden;
	margin: 26px auto;
}
.nav_swiper nav ul {
}
.nav_swiper nav ul li.swiper-slide {
	width: calc(100% / 8);
}
.nav_swiper nav ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #531C06;
/*	transition: all 0.25s; */
}
.nav_swiper nav ul li a:hover {
	color: rgba(0,0,0,1);
}
.nav_swiper nav ul li a div.menuIcon {
	height:110px;
	opacity:1;
	-webkit-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.nav_swiper nav ul li a div.menuIcon.isAnm {
	height:0;
	opacity:0;
}
.nav_swiper nav ul li a div.txt {
	width: 100%;
	height: 40px;
	line-height: 1.35;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #531C06;
}
.nav_swiper nav ul li:first-child a div.txt {
	border-left: none;
}


/* ============================== */
/* footer                         */
/* ------------------------------ */
#footer {
	width: 100%;
	overflow: visible;
	position: relative;
}
#es_footNav {
	width: 100%;
	margin: 0;
	padding: 124px 0 70px 0;
	background-color: #E0CDAE;
	color: #531C06;
}
#es_footNav #es_footCnt {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#es_footNav #es_footCnt div {
	width: calc(100% / 3);
}
#es_footNav h4 {
	margin-top: 0.1em;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 0.75em;
}
#es_footNav h4 a {
	color: rgba(255,255,255,1);
}
#es_footNav h4 a:hover {
	text-decoration: none;
}
#es_footNav h4.sns {
	margin-top: 2em;
}
#es_footNav ul {
	list-style-type: none;
}
#es_footNav ul li {
	margin: 1.25em 0;
}
@media screen and (max-width: 1060px) {
	#es_footNav ul li {
		margin: 0;
	}
}
#es_footNav ul li a {
	font-size: 14px;
	text-decoration: none;
}
#es_footNav div.telOrder {
	width: 780px;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}
#es_footNav p.txt {
	font-size: 19px;
	font-weight: 600;
	margin-right: 1em;
}
#es_footNav p.tel {
	font-size: 16px;
}
#es_footNav p.tel span.num {
	font-size: 46px;
	font-weight: 600;
	font-family: 'Noto Sans JP',sans-serif !important;
}
#es_footNav p.tel span.num img {
	margin-right: 0.25em;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 20px;
}
#es_footNav p.tel span.num a {
	color: rgba(255,255,255,1);
}
#es_footNav p.tel span.num a:hover {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
#es_footNav p.tel span.time {
	display: block;
	margin-left: 60px;
}
#es_footNav div.atent {
	width: 800px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	border: 1px solid rgba(255,255,255,1);
	font-size: 15px;
}
#es_coco {
	padding: 2em 0;
	background-color: #815C46;
}
@media screen and (max-width: 1060px) {
	#es_coco {
		padding: 0.75em 0;
	}
	#es_coco img {
		width: 14px;
	}
}
#es_coco a span {
	margin: 0 0.25em;
}
#es_coco a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
}
#es_subNav {
	padding-top: 20px;
	background-color: #FFFFFF;
	color: #531C06;
}
#es_subNav_list {
	width: 100%;
	margin: 0;
	text-align: center;
}
#es_subNav_list li {
	display: inline;
	list-style-type: none;
	margin: 0 2em;
	padding: 0;
	font-size: 14px;
}
#es_subNav_list a {
	text-decoration: none;
	color: #531C06;
}
#es_footer {
	padding: 2em 0;
	background-color: #FFFFFF;
}
@media screen and (max-width: 1060px) {
	#es_footer {
		padding: 1em 0;
	}
}
#es_copyright {
	text-align: center;
	font-size: 11px;
	color: #531C06;
}
#es_footBnr,
#es_footSrc {
	width: 1000px;
	margin:0 auto 45px auto;
	padding: 0;
}
#es_footBnr div {
	width: calc(100% / 3.1);
}
@media screen and (max-width: 1060px) {
	#es_footBnr div {
		width: 100%;
	}
}
#es_footBnr div a {
	display: block;
	width: 100%;
	height: 110px;
	background-color: #531C06;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
	font-size: 23px;
	line-height: 110px;
	text-decoration: none;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
@media screen and (max-width: 1060px) {
	#es_footBnr div {
		margin-bottom: 22px;
	}
	#es_footBnr div:last-child {
		margin-bottom: 0;
	}
	#es_footBnr div a {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
}


/* ============================== */
/* tl tc tr                       */
/* ------------------------------ */
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}


/* ============================== */
/* フリーページ common            */
/* ------------------------------ */
.wysiwyg-data {
}
section.free {
	overflow: hidden;
	padding: 20px 0 40px 0;
}
section.free h2.curry {
	font-size: 30px;
	font-weight: 600;
	background-image: url(https://image.raku-uru.jp/01/22726/34/bg%5Bh2%5D%5Btop%5D%5Bb%5D_1655877553886.png);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 3em 0 1.5em 0;
	padding-top: 0;
	padding-left: 42px;
	line-height: 1.5;
	color: #531C06;
}
section.free h2.curry:first-of-type {
	margin-top: 0;
}
section.free h3.curry {
	width: 100%;
	height: 42px;
	padding-right: 1em;
	padding-left: 1em;
	margin: 30px 0 20px 0;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	line-height: 42px;
	color: rgba(255,255,255,1);
	background-color: rgba(110,82,49,1);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wysiwyg-data p {
	line-height: 1.8;
}
section.free p,
section.free ul {
	font-size: 14px;
}
section.free ol.pmenu {
	width: 100%;
}
section.free ol.pmenu li {
	width: 24.5%;
}
section.free a.f_btnA {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #531C06;
	background-color: rgba(245,241,233,1);
	border: 2px solid #531C06;
	border-radius: 10px;
	transition: all 0.25s;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5em;
}
section.free a.f_btnA:hover {
	background-color: #531C06;
	color: rgba(245,241,233,1);
}
section.free a.f_btnA span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 2.5;
	margin-top: -2px;
}
section.free a.f_btnB {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 308px;
	height: 62px;
	box-sizing: border-box;
	background-color: rgba(83,28,6,1);
	border: 2px solid rgba(83,28,6,1);
	color: rgba(255,255,255,1);
	border-radius: 10px;
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	line-height: 56px;
	text-decoration: none;
	position: relative;
	transition: all 0.25s;
}
section.free a.f_btnB:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(83,28,6,1);
}
section.free a.f_btnB:before {
	content: '';
	width: 13px;
	height: 13px;
	border: 0px;
	border-top: solid 2px rgba(255,255,255,1);
	border-right: solid 2px rgba(255,255,255,1);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 8%;
	margin-top: -6px;
}
section.free a.f_btnB:hover:before {
	border-top: solid 2px rgba(83,28,6,1);
	border-right: solid 2px rgba(83,28,6,1);
}
section.free details.a {
	color: #531C06;
}
section.free details.a:first-of-type {
	margin-top: 2em;
}
section.free details.a:last-of-type {
	border-bottom: 1px solid #531C06;
	margin-bottom: 3em;
}
section.free details.a p {
	margin: 1em 0;
}
section.free details.a > p {
	margin: 1em;
}
section.free details.a summary {
	position: relative;
	list-style: none;
	outline: none;
	background-color: rgba(255,255,255,1);
	padding-right: 16px;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 600;
	border-collapse: collapse;
	border-top: 1px solid #531C06;
	cursor: pointer;
	transition: all 0.25s;
}
section.free summary {
	list-style: none;
}
section.free summary::-webkit-details-marker {
	display:none;
}
section.free details.a summary:hover {
	background-color: rgba(245,241,233,1);
}
section.free details.a summary:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #531C06;
	border-right: solid 2px #531C06;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -10px;
	transition: all 0.25s;
}
section.free details.a[open] summary:before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -5px;
}
section.free details.a[open] summary {
	background-color: rgba(245,241,233,1);
	border-bottom: 1px solid #531C06;
}
section.free details.a summary span {
	background-color: rgba(255,255,10,1);
	font-family: niveau-grotesk,sans-serif;
	padding: 5px;
	margin-right: 0.75em;
}
section.free details.a div.txt h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 1em;
	color: #531C06;
}
section.free details.a div.flst {
	margin-top: 2em;
	margin-bottom: 2em;
}
section.free details.a div.flst div.img {
	width: 60%;
}
section.free details.a div.flst div.txt {
	width: 40%;
}
section.free details.a div.flst div.txt p:first-of-type {
	margin-top: 0;
}
section.free details.a div.flst div.txt ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
section.free details.a div.flst div.txt ol li {
	text-indent: -27px;
	padding-left: 24px;
}
section.free details.a div.flst div.txt ol li p {
	margin-top: 0;
	margin-bottom: 1.5em;
}
section.free details.a div.flst div.txt ol li p:before {
	counter-increment: item;
	content: counter(item);
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -1px;
	text-align: center;
	line-height: 24px;
	font-family: niveau-grotesk,sans-serif;
	background-color: rgba(181,68,52,1);
	color: rgba(255,255,255,1);
	border-radius: 50%;
	margin-right: 3px;
}
section.free details.a div.flst div.txt ol li ul li {
	list-style-type: disc;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 1em;
}
section.free details.a h4 {
	font-weight: 600;
	margin-bottom: 0.5em;
	padding: 0 1.5em;
}
section.free .mainInfo {
	font-size: 14px;
	margin-top: 36px;
}
section.free .mainInfo p {
	line-height: 1.75em;
	margin-bottom: 2em;
}
section.free ul.kome li {
	list-style-type: none;
	text-indent: -1em;
	font-size: 14px;
}
section.free ul.kome li:before {
	display: inline;
	content: "※";
}

/* =============================== */
/* フリーページ 「ご利用ガイド」   */
/* ------------------------------- */
section.free.guide {
}
section.free.guide #guide_nav p {
	width: 30%;
	font-size: 12px;
	line-height: 2em;
	padding-bottom: 3em;
}
section.free.guide #guide_nav:after {
	content: '';
	display: block;
	width: 30%;
	height: 1px;
}
section.free.guide #guide_nav p a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 73px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #531C06;
	background-color: rgba(245,241,233,1);
	border: 2px solid #531C06;
	border-radius: 10px;
	transition: all 0.25s;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5em;
}
section.free.guide #guide_nav p a:hover {
	color: rgba(255,255,255,1);
	background-color: #531C06;
}
section.free.guide #guide_nav p a:before {
	content: '';
	width: 13px;
	height: 13px;
	border: 0px;
	border-top: solid 2px #531C06;
	border-right: solid 2px #531C06;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 8%;
	transition: all 0.25s;
	z-index: 1;
}
section.free.guide #guide_nav p a:hover:before {
	border-top: solid 2px rgba(255,255,255,1);
	border-right: solid 2px rgba(255,255,255,1);
}
section.free.guide #guide_nav p a span {
	display: block;
	width: 75%;
	margin-top: -2px;
	margin-right: auto;
	margin-left: auto;
}

/* =============================== */
/* フリーページ 「はじめての方へ」 */
/* ------------------------------- */
details.a ol.edge {
	counter-reset: item;
	padding: 0 1.5em;
	margin-bottom: 1.75em;
	margin-left: 1.5em;
}
section.free.beginner details.a summary p.w75p {
	width: 75%;
}
section.free.beginner .atent {
	font-size: 0.85em;
}
section.free.beginner details h4 {
	padding-top: 2em;
}
section.free.beginner details a {
	text-decoration: underline;
}

/* ============================== */
/* フリーページ 「よくある質問」  */
/* ------------------------------ */
section.free.faq h3.curry {
	margin-bottom: 0;
}
section.free.faq details.a:first-of-type {
	margin-top: 0;
}
section.free.faq summary {
	padding-left: 50px;
	background-image: url(https://image.raku-uru.jp/01/22726/40/bg%5BfaqLst%5D%5Bq%5D%5Bicon%5D_1655877555312.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	line-height: normal;
}
section.free.faq summary p {
	margin: 0;
	padding: 1em 2.5em;
}
section.free.faq .ans {
	padding:1em;
}
section.free.faq .ans p {
	margin:0 0 1em 0;
	padding: 0 0;
	font-size: 14px;
}
section.free.faq .ans p:last-of-type {
	margin:0;
}
section.free.faq div.ans {
	padding: 1.2em 10px 1em 50px;
	background-image: url(https://image.raku-uru.jp/01/22726/41/bg%5BfaqLst%5D%5Ba%5D%5Bicon%5D_1655877555492.png);
	background-position: top 1em left 10px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #531C06;
}
section.free.faq div.ans ul {
	margin-left: 1em;
	margin-bottom: 1em;
}
section.free.faq div.ans ul.normal li {
	list-style-type: none;
	text-indent: -1em;
	font-size: 14px;
}
section.free.faq div.ans ul.normal li:before {
	display: inline;
	content: "●";
}

/* ===================================== */
/* フリーページ 「おいしい召し上がり方」 */
/* ------------------------------------- */
section.free.delicious h4.curry {
	color: rgba(98,44,3,1);
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 0.25em;
}
section.free.delicious div.flow {
	width: 100%;
	margin-bottom: 35px;
}
section.free.delicious div.flow div.img {
	width: 256px;
}
section.free.delicious div.flow div.img img {
	display: block;
	width: 100%;
}
section.free.delicious div.flow div.img p {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.5em;
}
section.free.delicious div.flow div.arrow {
	width: 15px;
	margin-top: 110px;
}
section.free.delicious h5.curry {
	color: rgba(98,44,3,1);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 1em;
}
section.free.delicious ul.atent {
	margin-left: 1em;
	margin-bottom: 3em;
}
section.free.delicious ul.atent li {
	list-style-type: none;
	text-indent: -1em;
	font-size: 14px;
}
section.free.delicious ul.atent li:before {
	display: inline;
	content: "※";
}
section.free.delicious ul.atent.type2 {
	margin-left: 1em;
	margin-bottom: 1em;
}

/* =================================== */
/* フリーページ 「お支払方法について」 */
/* ----------------------------------- */
section.free.payment h4.curry {
	font-size: 16px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 22px;
}
section.free.payment h5.curry {
	font-size: 14px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 18px;
}
section.free.payment .subInfo {
	font-size: 14px;
}
section.free.payment .subInfo1 {
	margin-top: 63px;
}
section.free.payment .mainInfo p,
section.free.payment .subInfo2 p {
	margin-bottom: 34px;
}
section.free.payment .subInfo2 {
	margin-top: 63px;
}
section.free.payment ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 46px;
}

/* ================================================== */
/* フリーページ 「のし・メッセージカード等について」  */
/* -------------------------------------------------- */
section.free.noshi {
}

/* ============================== */
/* フリーページ 「配達について」  */
/* ------------------------------ */
section.free.delivery {
}

/* ===================================== */
/* フリーページ 「送料・代引きについて」 */
/* ------------------------------------- */
section.free.postage {
}
section.free.postage #delivery_price {
	margin: 2em 0;
	width: 356px;
	font-size: 16px;
	font-weight: 600;
}
section.free.postage ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 46px;
}

/* ===================================== */
/* フリーページ 「領収書の発行について」 */
/* ------------------------------------- */
section.free.receipt {
}

/* =============================================== */
/* フリーページ 「軽減税率対象商品の表示について」 */
/* ----------------------------------------------- */
section.free.tax {
}

/* =============================================== */
/* フリーページ 「ココイチ歴史（ココイチを知る）」 */
/* ----------------------------------------------- */
.min_w100 {
	max-width: 100%!important;
}
section.history {
	background-image: url(https://image.raku-uru.jp/01/22726/32/bg%5Bhistory%5D_1655877553048.jpg);
	background-position: center top 120px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}
section.history div.section {
	width: 1000px;
	padding-top: 200px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255,255,255,1);
}
section.history div.section article {
	padding-bottom: 100px;
}
section.history article h2 {
	margin: 0 -200%;
	padding: 0 200%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
section.history article h2 span {
	display: none;
}
section.history article h2.history {
	opacity: 0;
	background-image: url(https://image.raku-uru.jp/01/22726/54/history%5Bh2%5D%5B1%5D_1655877604353.png);
	height: 664px;
	margin-bottom: 126px;
}
section.history article h2.anzen {
	opacity: 0;
	background-image: url(https://image.raku-uru.jp/01/22726/56/history%5Bh2%5D%5B2%5D_1655877605281.png);
	height: 675px;
}
section.history article h3.ttl {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 0;
	height: 92px;
}
section.history article h3.ttl img {
	display: block;
	position: absolute;
	top: 92px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: auto;
}
section.history article h3.ttl div.line {
	display: block;
	position: absolute;
	width: 506px;
	height: 1px;
	background-color: rgba(255,223,0,1);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: auto;
}
section.history article p.cc {
	opacity: 0;
	margin: 117.5px auto;
	font-size: 20px;
	line-height: 2em;
}
section.history article div.photos {
	margin-top: 76.5px;
	margin-bottom: 76.5px;
}
section.history article div.photos > div div.pht {
	opacity: 0;
	width: 610px;
	height: 414px;
}
section.history article div.photos > div div.txt {
	opacity: 0;
	width: 390px;
	height: 414px;
	box-sizing: border-box;
	padding: 35px;
	line-height: 2em;
}
section.history article div.photos > div div.txt h4 {
	font-size: 25px;
	line-height: 2em;
}
section.history article p {
	font-size: 20px;
}
section.history a.f_btnB {
	background-color: rgba(255,255,255,0);
	border: 2px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
}

/* =========================== */
/* フリーページ 「お知らせ）」 */
/* --------------------------- */
section.topics h3.default {
	font-size: 20px;
	font-weight: 600;
	margin: 1em 0;
}
section.topics p {
	line-height: 2;
	margin: 0 0 1em 0;
}


/* inview Animation -------------------------- */
h2.history.isAnm,
h2.anzen.isAnm {
	animation:isAnmH2 0.75s ease-out 0.5s 1 normal forwards;
}
h3.ttl.isAnm {
	animation:isAnmH3 1s ease-out 0.5s 1 normal forwards;
}
h3.ttl.isAnm img {
	animation:isAnmH3Img 0.5s ease-out 1s 1 normal forwards;
}
p.cc.isAnm {
	animation:isAnmP 0.5s ease-out 0.5s 1 normal forwards;
}
.phtL.isAnm {
	margin-left: -100%;
	animation:isAnmL 0.75s ease-out 0s 1 normal forwards;
}
.phtR.isAnm {
	margin-right: -100%;
	animation:isAnmR 0.75s ease-out 0s 1 normal forwards;
}
.txt.isAnm {
	animation:isAnmTxt 1s ease-out 0.5s 1 normal forwards;
}
@keyframes isAnmH2 {
	0% {
		margin-top:200px;
		opacity:0;
	}
	100% {
		margin-top:0;
		opacity:1;
	}
}
@keyframes isAnmH3 {
	0% {
		width:0;
	}
	100% {
		width:100%;
	}
}
@keyframes isAnmH3Img {
	0% {
		top:92px;
	}
	100% {
		top:0;
	}
}
@keyframes isAnmP {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes isAnmL {
	0% {
		opacity:0;
	}
	100% {
		margin-left: 0;
		opacity:1;
	}
}
@keyframes isAnmR {
	0% {
		opacity:0;
	}
	100% {
		margin-right: 0;
		opacity:1;
	}
}
@keyframes isAnmTxt {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}



/* ============================== */
/* レスポンシブ                    */
/* ------------------------------ */
@media screen and (max-width: 1060px) {
	#es_footNav a.contactBtn {
		margin-top: 0;
	}
	#es_footNav {
		margin: 0;
		padding: 65px 0 30px 0;
	}
	#es_footNav a.contactBtn {
		display: inline-block;
		width: 70%;
		height: 70px;
		background-color: rgba(255,255,255,1);
		color: rgba(98,44,3,1);
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		font-weight: 600;
		line-height: 70px;
	}
	#es_footNav a.contactBtn div {
		margin: 0 5px;
	}
	#es_footCnt {
		display: none;
	}
	#es_footNav p.txt {
		font-size: 19px;
		font-weight: 600;
		margin-right: 0;
	}
	#es_footNav p.tel span.num img {
		margin-bottom: 15px;
	}
	#es_footNav div.telOrder {
		width: 100%;
	}
	#es_footNav div.atent {
		width: 100%;
	}
	#es_footNav p.tel span.num {
		font-size: 40px;
	}
	#es_footNav p.tel span.time {
		margin-left: 0;
		text-align: center;
		font-size: 14px;
	}
	#es_footNav div.atent {
		box-sizing: border-box;
		width: 70%;
		margin-top: 1em;
		margin-right: auto;
		margin-left: auto;
		padding: 1em;
		border: 1px solid rgba(255,255,255,1);
		font-size: 12px;
		line-height: 1.5;
	}
	#footer .snsBtns {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#es_footBnr,
	#es_footSrc {
		width: 95%;
		margin:0 auto 30px auto;
		padding: 0;
	}
	#es_footNav h4.sns {
		margin-top: 16px;
		text-align: left;
	}
	#es_coco a {
		font-size: 15px;
	}
	#es_subNav {
	}
	#es_subNav_list {
		overflow: hidden;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#es_subNav_list li {
		display: inline;
		list-style-type: none;
		margin: 0 0.5em;
		padding: 0;
		font-size: 10px;
	}
	#es_subNav_list a {
		text-decoration: none;
	}
	#es_subNav_list li {
		display: inline;
		list-style-type: none;
		margin: 0 0.5em;
		padding: 0;
		font-size: 10px;
	}

	.list-product li {
		height: auto;
		margin-bottom: 5%;
		width: calc(95% / 2);
		height: auto;
	}
	.list-product .item-info .item-name a {
		font-size: 14px;
	}
	.list-product .item-info .item-price {
		font-size: 14px;
	}

	a.f_btnB {
		width: 100%;
	}
	details.a summary {
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
	}
	ol.pmenu li {
		width: 49%;
	}

	section.free.guide #guide_nav p {
		width: 100%;
	}
	section.free.beginner ol.pmenu li,
	section.free.faq ol.pmenu li {
		width: 100%;
	}
	section.free.delicious div.flow div.img {
		width: 30%;
	}
	section.free.delicious div.flow div.img p {
		margin-bottom: 1em;
		font-size: 12px;
		line-height: 1.5em;
	}
	section.free.delicious div.flow div.arrow {
		margin-top: 45px;
		width: 2%;
	}

	section.history {
		background-image: none;
	}
	section.history:after {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-image: url(https://image.raku-uru.jp/01/22726/32/bg%5Bhistory%5D_1655877553048.jpg);
		background-position: center top 140px;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}
	section.history div.section {
		width: 90%;
		padding-top: 280px;
	}
	section.history article h2.history {
		background-size: contain;
		height: 256px;
		margin-bottom: 126px;
	}
	section.history article h2.anzen {
		background-size: contain;
		height: 180px;
	}
	section.history article p.cc {
		opacity: 0;
		margin: 40px auto;
		font-size: 14px;
		line-height: 2em;
	}
	section.history article div.photos > div div.txt h4 {
		font-size: 18px;
		line-height: 1.45em;
	}
	section.history article p {
		font-size: 14px;
	}
	section.history article div.photos > div div.pht {
		opacity: 0;
		width: 100%;
		height: auto;
	}
	section.history article div.photos > div div.pht img {
		width: 100%;
		margin: 5% 0;
	}
	section.history article div.photos > div div.txt {
		opacity: 0;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0;
		line-height: 1.5em;
	}
	section.history article div.photos > div {
		margin-bottom: 10%;
	}
	.phtL.isAnm {
		margin-left: 0;
	}
	.phtR.isAnm {
		margin-right: 0;
	}
	section.history article div.photos > div div.txt h4 {
		font-size: 18px;
		line-height: 1.45em;
		font-weight: normal;
	}
	section.history article h3.ttl {
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		width: 0;
		height: 64px;
	}
	section.history article h3.ttl img {
		display: block;
		position: absolute;
		height: 64px;
		top: 64px;
		left: 50%;
		/* transform: translateX(-50%); */
		-webkit-transform: translateX(-50%);
		margin: auto;
	}

	#page-top {
		width: 40px;
		height: 40px;
	}
	#page-top a {
		width: 40px;
		height: 40px;
		background-size: cover;
	}

/*
	#main-wrapper > div {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
*/

	.breadcrumbs {
		padding: 0.5em 0;
	}
	.breadcrumbs li {
		font-size: 10px;
	}

	section.free h2.curry {
		font-size: 20px;
	}

	.detailed-search-keyword,
	.detailed-search-category,
	.detailed-search-price {
		font-size: 11px;
	}

	section.free details.a div.flst div.img {
		width: 100%;
	}
	section.free details.a div.flst div.txt {
		width: 95%;
		margin-top: 1em;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 400px) {
	#es_subNav_list li {
		margin: 0 0.25em;
	}
}

/* =================================== */
/* PC header re-code ----------------- */
/* ----------------------------------- */
.h_left,
.h_center,
.h_right {
	height: 130px;
}
.site-name {
	width: 522px;
}
.site-name a {
	width: 100%;
}
.site-name a span.logo {
	width: 261px;
	height: 46px;
}
.site-name a span.official {
	width: 237px;
	height: 46px;
	border-radius: 46px;
	border: solid 2px #531C06;
	color: #531C06;
	font-size: 20px;
	font-weight: 600;
}
.hmenu ul#es_mainnav_list {
	list-style-type: none;
	font-size: 18px;
	font-weight: 600;
}
.hmenu ul#es_mainnav_list li,
.hmenu ul#es_subnav_list li {
	width: auto;
	height: auto;
	padding-left: 22px;
	padding-right: 22px;
}
.hmenu ul#es_mainnav_icon,
.hmenu ul#es_subnav_icon {
	height: 70px;
}
.hmenu ul#es_mainnav_icon li,
.hmenu ul#es_subnav_icon li {
	width: 70px;
	height: 70px;
}
.hmenu ul#es_mainnav_icon li#es_mainnav_list_login a,
.hmenu ul#es_mainnav_icon li#es_mainnav_list_logout a,
.hmenu ul#es_mainnav_icon li#es_mainnav_list_cart a {
	display: block;
	width: 100%;
	height: 70px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
	position: relative;
}
.hmenu ul#es_mainnav_icon li#es_mainnav_list_login a div,
.hmenu ul#es_mainnav_icon li#es_mainnav_list_logout a div,
.hmenu ul#es_mainnav_icon li#es_mainnav_list_cart a div {
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	line-height: 15px;
}
.hmenu ul#es_mainnav_icon li#es_mainnav_list_login a div img,
.hmenu ul#es_mainnav_icon li#es_mainnav_list_logout a div img,
.hmenu ul#es_mainnav_icon li#es_mainnav_list_cart a div img {
	width: auto;
	height: 35px;
}
.nav_swiper nav {
	width: 1000px;
	overflow: hidden;
	margin: 10px auto;
}
.nav_swiper nav ul li a {
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: #531C06;
}
.nav_swiper nav ul li a div.menuIcon {
	height: auto;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.nav_swiper nav ul li a div.menuIcon img {
	height: 48px;
}
.nav_swiper nav ul li a div.txt {
	width: 100%;
	height: 30px;
	line-height: 1.35;
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #531C06;
}
#container {
	padding-top: 130px;
}
/* ハンバーガーメニュー */
.ham_btn {
	display: none;
}
@media screen and (max-width: 1600px) {
	.h_left, .h_center, .h_right{
		height: 105px;
	}
	.site-name {
		width: 138px;
	}
	.site-name a span.logo {
		width: 138px;
    height: 38px;
	}
	.site-name a span.official{
		width: 138px;
		height: 27px;
		font-size: 12px;
		border: solid 1px #531C06;
	}
	#es_mainnav_list {
		display: none;
	}
	.hmenu ul#es_mainnav_list li,
	.hmenu ul#es_subnav_list li {
    padding-left: 11px;
    padding-right: 11px;
	}
	.hmenu ul#es_subnav_list li a#es_subnav_list_mypage_btn .ico,
	.hmenu ul#es_subnav_list li a#es_subnav_list_cart_btn .ico {
		width: 33px;
		height: 33px;
		background-size: cover;
	}
	#container {
		padding-top: 105px;
	}

	/* ハンバーガーメニュー */
	.ham_btn {
		display: block;
		padding-left: 11px;
		padding-right: 11px;
		cursor: pointer;
	}
	.ham_btn_inner {
		width: 33px;
		height: 33px;
		margin: 0 auto 10px auto;
		position: relative;
	}
	.ham_btn_inner .ham_btn_line {
		width: 100%;
		height: 2px;
		border-radius: 3px;
		background-color: #531C06;
		position: absolute;
	}
	.ham_btn_inner .ham_btn_line:nth-child(1) {
		top: 3px;
		transition: all 0.25s ease;
	}
	.ham_btn_inner .ham_btn_line:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: all 0.25s ease;
	}
	.ham_btn_inner .ham_btn_line:nth-child(3) {
		bottom: 3px;
		transition: all 0.25s ease;
	}
	.ham_btn.active .ham_btn_inner .ham_btn_line:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		-webkit-transform: translateY(-50%) rotate(-45deg);
	}
	.ham_btn.active .ham_btn_inner .ham_btn_line:nth-child(2) {
		opacity: 0;
	}
	.ham_btn.active .ham_btn_inner .ham_btn_line:nth-child(3) {
		bottom: 50%;
		transform: translateY(50%) rotate(45deg);
		-webkit-transform: translateY(50%) rotate(45deg);
	}
	.ham_btn_txt {
		font-size: 12px;
    font-weight: 600;
    width: 100%;
    text-align: center;
	}
}

@media screen and (max-width: 400px) {
	.header-in {
		padding-right: 12px;
		padding-left: 12px;
	}
	.h_left,
	.h_center,
	.h_right {
    height: 80px;
	}
	.site-name {
		width: calc(138px / 1.25);
		margin-top: -10px;
	}
	.site-name a span.logo {
		width: calc(138px / 1.25);
	}
	.site-name a span.official{
		width: calc(138px / 1.25);
		height: 14px;
		font-size: 8px;
	}
	.hmenu ul#es_mainnav_list li,
	.hmenu ul#es_subnav_list li {
    padding-left: 7px;
    padding-right: 7px;
	}
	.hmenu ul#es_subnav_list li a#es_subnav_list_mypage_btn .ico,
	.hmenu ul#es_subnav_list li a#es_subnav_list_cart_btn .ico {
		width: 20px;
		height: 20px;
	}
	.hmenu ul#es_subnav_list li a#es_subnav_list_mypage_btn .txt,
	.hmenu ul#es_subnav_list li a#es_subnav_list_cart_btn .txt {
		font-size: 10px;
	}
	#container {
		padding-top: 80px;
	}

	/* ハンバーガーメニュー */
	.ham_btn {
		padding-left: 7px;
		padding-right: 7px;
	}
	.ham_btn_inner {
		width: 20px;
		height: 20px;
	}
	.ham_btn_txt {
		font-size: 10px;
	}
}


/* =================================== */
#global-nav-pc {
	width: 100%;
	height: 0;
	position: fixed;
	padding-top: 130px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: #E0CDAE;
	overflow: hidden;
	transition: all 0.5s;
}
@media screen and (max-width: 1600px) {
	#global-nav-pc {
		display: none;
	}
}
#global-nav-pc.active {
	/* height: calc(844px - 130px);*/
	height: 100vh;
}
#global-nav-pc #global-nav-pc-in {
	width: 100%;
	height: 100%;
	position: relative;
}
#global-nav-pc ul {
	width: calc(230px * 3 + 140px);
}
#global-nav-pc ul li {
	width: 230px;
	text-align: center;
	padding: 30px 0;
}
#global-nav-pc ul li a {
	text-decoration: none;
}
#global-nav-pc ul li a .ico {
}
#global-nav-pc ul li a .txt {
	margin-top: 15px;
	font-size: 23px;
	font-weight: 600;
}


a {
	transition: all 0.3s;
}
a:hover {
	opacity: 0.8;
}

.icon-tw:before {
	content: url(https://image.raku-uru.jp/01/22726/641/x-icon_1737528053488.png) !important;
}


/* br */
.pc {
  display: block;
}
.pc_i {
  display: inline;
}
.pc_ib {
  display: inline-block;
}
.sp {
  display: none;
}
.sp_i {
  display: none;
}
.sp_ib {
  display: none;
}
@media only screen and (max-width: 850px) {
  .pc {
    display: none;
  }
  .pc_i {
    display: none;
  }
  .pc_ib {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline;
  }
  .sp_ib {
    display: inline-block;
  }
}

@charset "UTF-8";

/* ============================== */
/* JASIC code                     */
/* - index ---------------------- */
/* 00) common                     */
/* 01) mv swiper                  */
/* 02) #es_topNewitem             */
/* 03) #es_topPic                 */
/* 04) #es_topCat                 */
/* 05) #es_topRank                */
/* 06) #es_topGift                */
/* 07) #es_topNews                */
/* 08) #es_topCurry               */
/* 99) display:none;              */
/* ------------------------------ */

/* ============================== */
/* 00) common                     */
/* ------------------------------ */
h2.def {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 54px;
}
h2.def.colB {
	color: #531C06;
}
h2.def.colW {
	color: #FFFFFF;
}
h2.def div.en {
	font-family: 'Jost', serif;
	font-weight: 600;
	font-size: 60px;
	text-align: center;
}
h2.def.colB div.en {
	color: #d6bda1;
}
h2.def.colW div.en {
	color: #FFFFFF;
}
h2.def div.jp {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}
h2.def.colB div.jp {
	color: #531C06;
}
h2.def.colW div.jp {
	color: #531C06;
}

@media only screen and (max-width: 1080px) {
	h2.def {
		margin-bottom: 35px;
	}
	h2.def div.en {
		font-size: 36px;
		line-height: 1;
	}
	h2.def div.jp {
		font-size: 14px;
	}
}

/* ============================== */
/* 01) mv swiper                  */
/* ------------------------------ */
.mv {
	position: relative;
	background-color: #E0CDAE;
}
.mv a {
	display: block;
	position: relative;
}
.mv a:hover,
.mv img:hover {
	opacity: 1 !important;
}
.mv a img {
	width: 100%;
}
.mv a .dtl_btn,
.mv a .cnt_btn {
	position: absolute;
	margin: auto;
	right: 0;
	top: 34vw;
	left: 0;
	width: 256px;
	min-width: 256px;
	max-width: 384px;
	height: 54px;
	background-color: #FFFFFF;
	border-radius: 54px;
	text-decoration: none;
	box-sizing: border-box;
	padding-right: 28px;
	padding-left: 28px;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
	.mv a .dtl_btn,
	.mv a .cnt_btn {
		top: 34vw;
	}
}

@media screen and (max-width: 1300px) {
	.mv a .dtl_btn,
	.mv a .cnt_btn {
		transform: scale(0.75);
	}
}

@media screen and (max-width: 844px) {
	.mv a .dtl_btn,
	.mv a .cnt_btn {
		top: 94vw;
		transform: scale(1);
	}
}

.mv a .dtl_btn .txt,
.mv a .cnt_btn .txt {
	display: block;
	color: #531C06;
	font-weight: 600;
	font-size: 20px;
}
.mv a .dtl_btn .ico,
.mv a .cnt_btn .ico {
	display: block;
	width: 62px;
	height: 1px;
	background-color: #531C06;
	overflow: visible;
	position: relative;
}
.mv a .dtl_btn .ico .tama,
.mv a .cnt_btn .ico .tama {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #531C06;
	transition: all 0.3s;
}
.mv a:hover .dtl_btn .ico .tama,
.mv a:hover .cnt_btn .ico .tama {
	left: 100%;
}

/* swiper-pagination */
.mv .swiper-pagination-bullet {
	width: 43px !important;
	height: 43px !important;
	line-height: 41px !important;
	display: inline-block;
	border: 1px solid #FFFFFF !important;
	border-top-left-radius: 100% !important;
	border-top-right-radius: 100% !important;
	border-bottom-right-radius: 100% !important;
	border-bottom-left-radius: 0 !important;
	color: #FFFFFF !important;
	background-color: transparent !important;
	font-size: 16px !important;
	font-family: "Jost", serif !important;
  font-weight: 400 !important;
	opacity: 1 !important;
}
.mv .swiper-pagination-bullet-active {
	background-color: #FFFFFF !important;
	color: #531C06 !important;
}
.mv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0 !important;
	position: relative;
	overflow: visible;
	pointer-events: initial;
}
.mv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 42px;
	width: 60px;
	height: 1px;
	background-color: #FFFFFF;
}
.mv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type:before {
	display: none;
}
.mv .swiper-container-horizontal>.swiper-pagination-bullets,
.mv .swiper-pagination-custom,
.mv .swiper-pagination-fraction {
	bottom: unset !important;
	top: -5vw !important;
}
.mv .swiper-container-horizontal>.swiper-pagination-bullets {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 60px;
	pointer-events: none;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
	.mv .swiper-container-horizontal>.swiper-pagination-bullets,
	.mv .swiper-pagination-custom,
	.mv .swiper-pagination-fraction {
		bottom: 70px !important;
	}
}

@media screen and (max-width: 1300px) {
	.mv .swiper-container-horizontal>.swiper-pagination-bullets,
	.mv .swiper-pagination-custom,
	.mv .swiper-pagination-fraction {
		transform: scale(0.75);
	}
}

@media only screen and (max-width: 1180px) {
	.mv .swiper-container-horizontal>.swiper-pagination-bullets,
	.mv .swiper-pagination-custom,
	.mv .swiper-pagination-fraction {
		transform: scale(0.5);
	}
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 844px) {
	.mv .swiper-container-horizontal>.swiper-pagination-bullets,
	.mv .swiper-pagination-custom,
	.mv .swiper-pagination-fraction {
		top: -37vw !important;
		transform: scale(1);
	}
}

/* ============================== */
/* 02) #es_topNewitem             */
/* ------------------------------ */
#es_topNewitem {
	width: 100%;
	background-color: #E0CDAE;
	padding-top: 240px;
	padding-bottom: 240px;
}
#es_topNewitem .top_newitem {
	width: 1000px;
	margin: 0 auto;
	gap: 0 20px;
}
#es_topNewitem .top_newitem .item {
	width: calc(100% / 3 - 20px);
}
#es_topNewitem .top_newitem .item a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}
#es_topNewitem .top_newitem .item a:hover {
}
#es_topNewitem .top_newitem .item a .img_badge {
	position: relative;
}
#es_topNewitem .top_newitem .item a .img_badge .img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
	background-color: #FFFFFF;
}
#es_topNewitem .top_newitem .item a .img_badge .img img {
	width: auto;
	height: 100%;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#es_topNewitem .top_newitem .item a .txt_out {
	box-sizing: border-box;
	padding: 23px 38px;
}
#es_topNewitem .top_newitem .item a h3.item_name,
#es_topNewitem .top_newitem .item a p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #531c06;
	margin-bottom: 0.5em;
}
#es_topNewitem .top_newitem .item a h3.item_name {
	display: -webkit-box;
	width: 100%;
	height: calc(1.5em * 2);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 1080px) {
	#es_topNewitem .top_newitem {
		width: 100%;
		gap: 34px 0;
	}
	#es_topNewitem .top_newitem .item {
		width: 100%;
	}
	#es_topNewitem .top_newitem .item a {
		display: flex;
		flex-direction: row;
		width: 100%;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	#es_topNewitem .top_newitem .item a .img_badge {
		width: 20%;
	}
	#es_topNewitem .top_newitem .item a .img_badge .img {
		width: 100%;
	}
	#es_topNewitem .top_newitem .item a .txt {
		width: 45%;
		font-size: 16px;
	}
	#es_topNewitem .top_newitem .item a .txt_out {
		padding: 0 0 0 10px;
	}
	#es_topNewitem .top_newitem .item a h3.item_name,
	#es_topNewitem .top_newitem .item a p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#es_topNewitem .top_newitem .item a .img_badge {
		width: 45%;
	}
	#es_topNewitem {
		padding-top: 84px;
		padding-bottom: 84px;
	}
}

@media only screen and (max-width: 400px) {
	#es_topNewitem .top_newitem .item a h3.item_name,
	#es_topNewitem .top_newitem .item a p {
		font-size: 16px;
	}
}

/* ============================== */
/* 03) #es_topPic                 */
/* ------------------------------ */
#es_topPic {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 240px;
	padding-bottom: 0;
}
#es_topPic #es_topPicCnt {
	width: 1000px;
	margin: 0 auto;
}
#es_topPic ul.top_nav {
	width: 100%;
	counter-reset: section;
	list-style-type: none;
}
#es_topPic ul.top_nav li {
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
}
#es_topPic ul.top_nav li:last-child {
	margin-bottom: 0;
}
#es_topPic ul.top_nav li.top_nav01 {
	background-image: url(https://image.raku-uru.jp/01/22726/676/bg_pic01_1740705595937.png);
}
#es_topPic ul.top_nav li.top_nav02 {
	background-image: url(https://image.raku-uru.jp/01/22726/674/bg_pic02_1740705594775.png);
}
#es_topPic ul.top_nav li.top_nav03 {
	background-image: url(https://image.raku-uru.jp/01/22726/673/bg_pic03_1740705594164.png);
}
#es_topPic ul.top_nav li.top_nav04 {
	background-image: url(https://image.raku-uru.jp/01/22726/675/bg_pic04_1740705595385.png);
}
#es_topPic ul.top_nav li a {
	display: block;
	width: 100%;
	height: 260px;
	position: relative;
}
#es_topPic ul.top_nav li a div.txt {
	width: 466px;
	height: 140px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #E0CDAE;
	box-sizing: border-box;
	padding-left: 110px;
	color: #531c06;
	overflow: visible;
}
#es_topPic ul.top_nav li a div.txt div.txt_out {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in {
	width: 100%;
	height: 100%;
}
#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt {
}
#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt h3 {
	font-weight: 600;
	font-size: 23px;
	line-height: 1.3;
}
#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt p {
	font-weight: 400;
	font-size: 16px;
}
#es_topPic ul.top_nav li div.txt div.txt_out::before {
  counter-increment: section;
  content: counters(section, ".", decimal-leading-zero);
  display: flex;
	justify-content: center;
	align-items: center;

	position: absolute;
	top: -20px;
	left: -175px;

	width: 128px;
	height: 128px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	background-color: #531c06;

	font-family: 'Jost', serif;
	font-weight: 300;
	font-size: 60px;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 1080px) {
	#es_topPic #es_topPicCnt {
		width: 100%;
	}
	#es_topPic ul.top_nav {
		padding: 0 24px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 945px) {
	#es_topPic ul.top_nav li {
    background-size: contain;
		background-repeat: no-repeat;
		aspect-ratio: 327 / 205;
		margin-right: auto;
		margin-left: auto;
	}
	#es_topPic ul.top_nav li a {
    height: 100%;
		width: 100%;
	}
	#es_topPic ul.top_nav li a div.txt {
		width: 100%;
		height: 50%;
		bottom: 2px;
		right: 0;
		padding: 0 23px;
	}
	#es_topPic ul.top_nav li div.txt div.txt_out::before {
		top: -40px;
    left: 0;
    width: 60px;
    height: 60px;
    font-size: 27px;
	}
	#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt h3 {
		font-size: 18px;
	}
	#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt p {
		font-size: 14px;
	}

	#es_topPic ul.top_nav li.top_nav01 {
		background-image: url(https://image.raku-uru.jp/01/22726/679/bg_pic01_sp_1740705835903.png);
	}
	#es_topPic ul.top_nav li.top_nav02 {
		background-image: url(https://image.raku-uru.jp/01/22726/680/bg_pic02_sp_1740705836459.png);
	}
	#es_topPic ul.top_nav li.top_nav03 {
		background-image: url(https://image.raku-uru.jp/01/22726/677/bg_pic03_sp_1740705834915.png);
	}
	#es_topPic ul.top_nav li.top_nav04 {
		background-image: url(https://image.raku-uru.jp/01/22726/678/bg_pic04_sp_1740705835445.png);
	}

	#es_topPic {
		padding-top: 84px;
	}
}

@media only screen and (max-width: 400px) {
	#es_topPic ul.top_nav {
		padding: 0 12px;
	}
	#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt h3 {
		font-size: 16px;
	}
	#es_topPic ul.top_nav li a div.txt div.txt_out div.txt_in div.txt_cnt p {
		font-size: 12px;
	}
}

/* ============================== */
/* 04) #es_topCat                 */
/* ------------------------------ */
#es_topCat {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 240px;
	padding-bottom: 0;
}
#es_topCat #es_topCatCnt {
	width: 100%;
}
#es_topCat ul.top_cat {
	width: 100%;
}
#es_topCat ul.top_cat li {
	width: calc(100% / 3);
	/* height: 508px; */
	aspect-ratio: 4 / 3.35;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#es_topCat ul.top_cat li.top_cat01 {
	background-image: url(https://image.raku-uru.jp/01/22726/698/bg_cat01_1741339219789.png);
}
#es_topCat ul.top_cat li.top_cat02 {
	background-image: url(https://image.raku-uru.jp/01/22726/701/bg_cat02_1741339223136.png);
}
#es_topCat ul.top_cat li.top_cat03 {
	background-image: url(https://image.raku-uru.jp/01/22726/700/bg_cat03_1741339221940.png);
}
#es_topCat ul.top_cat li.top_cat04 {
	background-image: url(https://image.raku-uru.jp/01/22726/696/bg_cat04_1741339217790.png);
}
#es_topCat ul.top_cat li.top_cat05 {
	background-image: url(https://image.raku-uru.jp/01/22726/697/bg_cat05_1741339218713.png);
}
#es_topCat ul.top_cat li.top_cat06 {
	background-image: url(https://image.raku-uru.jp/01/22726/699/bg_cat06_1741339220728.png);
}
#es_topCat ul.top_cat li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#es_topCat ul.top_cat li a div.ttl {
	width: 100%;
	/* height: 280px; */
	position: absolute;
	padding-bottom: 45px;
	bottom: 0;
  left: 0;
	background: linear-gradient(rgba(28, 9, 0, 0) 0%, #1a0c00 100%);
}
@media screen and (max-width: 400px) {
	#es_topCat ul.top_cat li a div.ttl {
		padding-bottom: 20px;
	}
}





#es_topCat ul.top_cat li a div.ttl h3 {
	width: 100%;
	box-sizing: border-box;
	/* padding: 130px 52px 0 52px; */
	padding: 0 52px;
}
#es_topCat ul.top_cat li a div.ttl h3 div.en {
	font-family: 'Jost', serif;
	font-weight: 600;
	font-size: 46px;
	color: #efeadb;
        white-space: nowrap;
	opacity: 0.5;
}
#es_topCat ul.top_cat li a div.ttl h3 div.jp {
	font-weight: 600;
	font-size: 23px;
	line-height: 30px;
	color: #FFFFFF;
}

@media only screen and (max-width: 1460px) {
	#es_topCat ul.top_cat li a div.ttl h3 div.en {
		font-size: 36px;
	}
	#es_topCat ul.top_cat li a div.ttl h3 div.jp {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1220px) {
	#es_topCat ul.top_cat li a div.ttl h3 div.en {
		font-size: 26px;
	}
	#es_topCat ul.top_cat li a div.ttl h3 div.jp {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1080px) {
	#es_topCat ul.top_cat li {
		width: 100%;
		aspect-ratio: 375 / 315;
	}
	#es_topCat ul.top_cat li a div.ttl h3 {
    box-sizing: border-box;
    padding: 130px 24px 0 24px;
	}
	#es_topCat ul.top_cat li a div.ttl h3 div.en {
		font-size: 38px;
	}
	#es_topCat ul.top_cat li a div.ttl h3 div.jp {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	#es_topCat {
		padding-top: 84px;
	}
}

@media only screen and (max-width: 400px) {
	#es_topCat ul.top_cat li a div.ttl h3 {
		box-sizing: border-box;
		padding: 130px 12px 0 12px;
	}
	#es_topCat ul.top_cat li a div.ttl h3 div.en {
    font-size: 34px;
		line-height: 1;
	}
	#es_topCat ul.top_cat li a div.ttl h3 div.jp {
    font-size: 14px;
	}
}

/* ============================== */
/* 05) #es_topRank                */
/* ------------------------------ */
#es_topRank {
	width: 100%;
	background-color: #E0CDAE;
	padding-top: 240px;
}
#es_topRank .top_rank {
	width: 1000px;
	margin: 0 auto;
	gap: 0 20px;
}
#es_topRank .top_rank .item {
	width: calc(100% / 3 - 20px);
}
#es_topRank .top_rank .item .ico_rank {
	width: 80px;
	height: 60px;
	margin: 0 auto 20px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#es_topRank .top_rank .item.rank1 .ico_rank {
	background-image: url(https://image.raku-uru.jp/01/22726/627/ico_rank1_1737103807689.png);
}
#es_topRank .top_rank .item.rank2 .ico_rank {
	background-image: url(https://image.raku-uru.jp/01/22726/626/ico_rank2_1737103807493.png);
}
#es_topRank .top_rank .item.rank3 .ico_rank {
	background-image: url(https://image.raku-uru.jp/01/22726/625/ico_rank3_1737103807293.png);
}
#es_topRank .top_rank .item a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}
#es_topRank .top_rank .item a:hover {
}
#es_topRank .top_rank .item a .img {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #FFFFFF;
	position: relative;
}
#es_topRank .top_rank .item a .img img {
	width: auto;
	height: 100%;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
}
#es_topRank .top_rank .item a .txt_out {
	box-sizing: border-box;
	padding: 23px 38px;
}
#es_topRank .top_rank .item a h3.item_name,
#es_topRank .top_rank .item a p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #531c06;
	margin-bottom: 0.5em;
}
#es_topRank .top_rank .item a h3.item_name {
	display: -webkit-box;
	width: 100%;
	height: calc(1.5em * 2);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 1080px) {
	#es_topRank .top_rank {
		width: 100%;
		gap: 34px 0;
	}
	#es_topRank .top_rank .item {
		width: 100%;
	}
	#es_topRank .top_rank .item a {
		display: flex;
		flex-direction: row;
		width: 100%;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	#es_topRank .top_rank .item a .img {
		width: 20%;
	}
	#es_topRank .top_rank .item a .txt {
		width: 45%;
		font-size: 16px;
	}
	#es_topRank .top_rank .item a .txt_out {
		padding: 0 0 0 10px;
	}
	#es_topRank .top_rank .item a h3.item_name,
	#es_topRank .top_rank .item a p {
		font-size: 16px;
	}
	#es_topRank .top_rank .item .ico_rank {
    width: 20%;
    margin: 0 19% 5px 19%;
	}
}

@media only screen and (max-width: 767px) {
	#es_topRank .top_rank .item a .img {
		width: 45%;
	}
	#es_topRank .top_rank .item .ico_rank {
    width: 45%;
    margin: 0 24px 5px 24px;
	}
	#es_topRank {
		padding-top: 84px;
	}
}

/* ============================== */
/* 06) #es_topGift                */
/* ------------------------------ */
#es_topGift {
	width: 100%;
	background-color: #E0CDAE;
	padding-top: 240px;
	padding-bottom: 240px;
}
#es_topGift #es_topGiftCnt {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #531C06;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #531C06;
	text-align: center;
	padding: 36px 0 54px 0;
}
#es_topGift #es_topGiftCnt h3 {
	font-weight: 600;
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 17px;
}
#es_topGift #es_topGiftCnt p.txt {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 35px;
}
#es_topGift #es_topGiftCnt p.btn a {
	margin: 0 auto;
	width: 256px;
	height: 54px;
	background-color: #531C06;
	border-radius: 54px;
	text-decoration: none;
	box-sizing: border-box;
	padding-right: 28px;
	padding-left: 28px;
}
#es_topGift #es_topGiftCnt p.btn a:hover {
	opacity: 1;
}
#es_topGift #es_topGiftCnt p.btn a .txt {
	display: block;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 20px;
}
#es_topGift #es_topGiftCnt p.btn a .ico {
	display: block;
	width: 62px;
	height: 1px;
	background-color: #FFFFFF;
	overflow: visible;
	position: relative;
}
#es_topGift #es_topGiftCnt p.btn a .ico .tama {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #FFFFFF;
	transition: all 0.3s;
}
#es_topGift #es_topGiftCnt p.btn a:hover .ico .tama {
	left: 100%;
}

@media only screen and (max-width: 1080px) {
	#es_topGift {
		padding-right: 24px;
		padding-left: 24px;
	}
	#es_topGift #es_topGiftCnt {
		width: 100%;
		padding: 80px 24px;
	}	
}

@media only screen and (max-width: 767px) {
	#es_topGift {
		padding-top: 84px;
		padding-bottom: 84px;
	}
}

@media only screen and (max-width: 400px) {
	#es_topGift {
    padding-right: 12px;
    padding-left: 12px;
	}
	#es_topGift #es_topGiftCnt {
		padding: 40px 20px;
	}
	#es_topGift #es_topGiftCnt h3 {
		font-size: 18px;
	}
	#es_topGift #es_topGiftCnt p.txt {
		font-size: 16px;
	}
}

/* ============================== */
/* 07) #es_topNews                */
/* ------------------------------ */
#es_topNews {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 240px;
	padding-bottom: 240px;
}
#es__top_information {
	overflow: hidden;
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
}
#es__top_information ul.list-info {
	border-top: 1px solid #531C06;
	margin-top: 3em;
}
#es__top_information ul.list-info li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #531C06;
}
#es__top_information ul.list-info li a {
	font-size: 16px;
	padding: 1em 0;
}
#es__top_information ul.list-info li a div.date {
	width: 10%;
}
#es__top_information ul.list-info li a div.txt {
	width: 90%;
}
#es__top_information .article-block {/* #es_topFree1&2 */
	margin-bottom: 3em;
	padding: 2em;
	border: 1px solid #531C06;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	font-size: 16px;
}

@media only screen and (max-width: 1080px) {
	#es_topNews {
		width: 100%;
		padding-right: 24px;
		padding-left: 24px;
	}
	#es__top_information ul.list-info {
		height: 348px;
		border-bottom: 1px solid #531C06;
		overflow-y: auto;
	}
	#es__top_information ul.list-info li a div.date {
		width: 100%;
		margin-bottom: 0.5em;
	}
	#es__top_information ul.list-info li a div.txt {
		width: 100%;
	}
	#es__top_information ul.list-info li:last-child {
		border-bottom: none;
	}
}

@media only screen and (max-width: 767px) {
	#es_topNews {
		padding-top: 84px;
		padding-bottom: 84px;
	}
}

@media only screen and (max-width: 400px) {
	#es_topNews {
		padding-right: 12px;
		padding-left: 12px;
	}
}

/* ============================== */
/* 08) #es_topCurry               */
/* ------------------------------ */
/*
#es_topCurry {
	width: 100%;
	padding-top: 510px;
	background-image: url(https://image.raku-uru.jp/01/22726/648/bg_curry_1738282037537.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
*/

#es_topCurry {
	width: 100vw;
	height: 100vh;
	/* padding-top: 510px; */
	background-image: url(https://image.raku-uru.jp/01/22726/702/bg_curry_1741339559610.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}



@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 767px) {
	#es_topCurry {
		padding-top: 190px;
		background-attachment: inherit;
	}
}

.icon-new::before {
	content: "NEW" !important;
	background: #531C06 !important;
	color: #FFFFFF !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	z-index: 1 !important;
	width: 85px !important;
	height: 85px !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	font-family: 'Jost', serif !important;
	border-bottom-right-radius: 0 !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	transform-origin: top left;
}

@media only screen and (max-width: 1080px) {
	.icon-new::before {
		transform: scale(0.75) !important;
	}
}
@media only screen and (max-width: 920px) {
	.icon-new::before {
		transform: scale(0.5) !important;
	}
}
@media only screen and (max-width: 767px) {
	.icon-new::before {
		transform: scale(0.6) !important;
	}
}


/* ============================== */
/* 99) display:none;              */
/* ------------------------------ */

#es_topSearch,
#es_topRecommend {
	display: none;
}
.sample {
	display: none;
}

