@charset "utf-8";
/* --------------------------------------------------
	reset
-------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box;}

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,
form, 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-size: 100%;
	vertical-align: baseline;
}

img{ vertical-align: bottom;}
ul{ list-style: none;}
ul li{ list-style-type: none;}
figure { margin: 0;}


/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border: 0;}
button,
input,
select,
textarea { font-size: 100%; margin: 0; vertical-align: baseline;}
button,
input { line-height: normal;}
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0;}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top;}
input[type="search"]:focus { outline: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*	Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;

-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
  	  touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus { outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track { position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after { display: table; content: '';}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide { float: right;}
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block; outline: none;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto;}
.slick-arrow.slick-hidden { display: none;}

.slick-arrow{ width: 50px; height: 50px; position: absolute; bottom: 50px; background: transparent; border: none; z-index: 100; text-indent: -9999em; outline: none;}
.slick-prev { left: 5%;}
.slick-next { right: 5%;}
.slick-arrow:before{ position: absolute; content: ''; display: block; width: 30px; height: 30px; top: 50%; transform: translateY(-50%) rotate(45deg);}
.slick-prev:before { left: 30%; border-bottom: solid 2px #000; border-left: solid 2px #000;}
.slick-next:before { right: 30%; border-top: solid 2px #000; border-right: solid 2px #000;}


/** Dots */
.slick-dotted.slick-slider{ margin-bottom: 30px;}
.slick-dots { position: absolute; bottom: 0px; display: block; width: 100%; padding: 0; margin: 0; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer;
 color: transparent; border: 0; outline: none; background: transparent; 
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1;}
.slick-dots li button:before { content: ''; position: absolute; text-align: center;}
.slick-dots li.slick-active button:before { opacity: .75; color: black;}


/** Dots */
.slick-dotted.slick-slider{ margin-bottom: 30px;}
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; cursor: pointer;
 color: transparent; border: 0; outline: none; background: transparent; 
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1;}
.slick-dots li button:before { position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: ''; text-align: center;}
.slick-dots li.slick-active button:before { opacity: .75; color: black;}
@media (max-width: 481px) {
	.slick-arrow{ width: 45px; height: 45px; bottom: 30px;}
	.slick-arrow:before{ width: 24px; height: 24px; border-width: 1px;}
}



/*		font-style
-------------------------------------------------- */
body { width: 100%;
	color: #67524c;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.fixed { position: fixed;}
input, textarea {font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;}

.min {font-family: "游明朝", "Yu Mincho", "YuMincho", serif;}

::selection{ background: #feffaf; color: #000;}
::-moz-selection{ background: #feffaf; color: #000;}


a { color:#002159; text-decoration: underline;}
a:link   { color:#002159;}
a:visited{ color:#002159;}
a:hover  { color:#002159;}
a:active { color:#002159;}

em{ font-style: normal;}


/*		utility
-------------------------------------------------- */
.cf{ clear: both;}
.cf:after{ content: ''; display: block; clear: both;}



#loading { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: #fff; z-index: 101;}
#loading div { width: 70%; max-width: 500px; position: absolute; left: 50%; top: 30%; transform: translate(-50%,0);}
#loading div svg { stroke-dasharray: 500; stroke-dashoffset: 500; stroke-width: 0.6px; fill: rgba(255,255,255,0);
 animation: strokeAnime 2.5s linear 0.5s forwards;
}
@keyframes strokeAnime {
  0% { stroke-dashoffset: 500; fill: rgba(255,255,255,0); stroke: rgb(105, 36, 8,1);}
	60% { fill: rgba(255,255,255,0);}
	80% { stroke-dashoffset: 0;}
  100%{ fill: rgba(105, 36, 8,1); stroke: #fff;}
}




.menu-btn { position: fixed; right: 0; top: 0; width: 100%; z-index: 102; transition: 0.4s linear; opacity: 1;}
.menu-btn.show { opacity: 1;}
.menu-btn .inner { position: relative; width: 100%; max-width: 1280px; height: 100%; margin: 0 auto;}

.menu-trig { position: absolute; top: 30px; right: 30px; width: 50px; height: 21px; cursor: pointer;}
.menu-trig div { position: relative; width: 100%; height: 100%;}
.menu-trig div span { position: absolute; left: 50%; display: block; width: 100%; height: 2px; background: #42220f; opacity: 1; transition: 0.4s linear;}
.menu-trig div span:nth-of-type(1) { top: 4px; transform: translate(-50%,0px);}
.menu-trig div span:nth-of-type(2) { top: 15px; transform: translate(-50%,0px);}
.menu-trig.active { top: 30px; right: 30px;}
.menu-trig.active div span:nth-of-type(1) { width: 72%; transform: translate(-50%,6px) rotate(45deg); background: #621a14;}
.menu-trig.active div span:nth-of-type(2) { width: 72%; transform: translate(-50%,-5px) rotate(-45deg); background: #621a14;}
.menu-cart { position: absolute; top: 80px; right: 32px; width: 50px; padding-left: 8px;}
.menu-cart.hide { display: none;}
.menu-cart a { display: block; width: 100%; max-width: 30px; margin: 0 auto;}
.menu-cart a svg { width: 100%; fill: #42220f; vertical-align: bottom;}
@media (max-width: 481px) {
	.menu-btn { width: 70px;}
	.menu-btn { height: 90px;}
	.menu-trig { top: 20px; right: 18px; width: 28px;}
	.menu-trig.active { top: 15px; right: 15px;}
	.menu-cart { top: 55px; right: 18px; width: 30px; padding-left: 3px;}
}




.wrap { width: 100%; max-width: 1280px; margin: 0 auto; overflow: hidden;}


#hd { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; height: 100svh; z-index: -1;}
#hd:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; z-index: 10; background: rgba(0,0,0,0.8);
 transition: 0.2s linear;
}
#hd .inner-hd { position: relative; width: 100%; max-width: 1280px; height: 100%; margin: 0 auto; overflow: hidden;}
#hd .menu { position: absolute; right: -500px; top: 0; width: 100%; z-index: 100; max-width: 350px; height: 100%; padding: 40px 0 20px; background: #fdf6d2; transition: 0.4s linear 0.2s;}
#hd .menu .scroll { width: 100%; height: 100%; padding: 20px 0; overflow-y: scroll; }
#hd .menu ul.nav { width: 90%; max-width: 300px; margin: 0 auto 20px;}
#hd .menu ul.nav li { padding: 10px 0; font-size: 16px;}
#hd .menu ul.nav li a { color: #621a14; font-weight: 700; letter-spacing: 0.3rem; text-decoration: none;}
#hd .menu ul.nav li ul.sns { width: 100%;}
#hd .menu ul.nav li ul.sns li { display: inline-block; width: 80px; padding: 0; vertical-align: middle;}
#hd .menu ul.nav li ul.sns li a { display: block; width: 40px;}
#hd .menu ul.nav li ul.sns li a img { width: 100%;}
#hd .menu ul.nav li ul.sns li a svg { width: 100%; vertical-align: bottom;}

#hd .menu ul.brand { width: 90%; max-width: 300px; margin: 0 auto 20px; font-size: 0;}
#hd .menu ul.brand li { position: relative; border-bottom: solid 1px #5c322f; font-size: 14px;}
#hd .menu ul.brand li.top { padding: 0; border-bottom: none; font-size: 12px;}
#hd .menu ul.brand li.top:after { content: ''; display: block; width: 0px; height: 0px;
 border: solid 25px transparent; border-right: solid 15px #fdf6d2;
 position: absolute; right: 0; top: 50%; transform: translateY(-50%);
}
#hd .menu ul.brand li.top a { position: relative; display: block; padding: 12px; padding-left: 50px; background: #fcd767; color: #5c322f;letter-spacing: 0.05rem; text-decoration: none;}

#hd .menu ul.brand li.top a:before { content: ''; display: block; width: 18px; height: 100%;
 position: absolute; left: 12px; top: 50%; transform: translate(0,-50%);
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 42"><path d="M587.92,8214.28a12,12,0,0,0-2.78-2c-.13-.08-.27-.12-.4-.19a26.2,26.2,0,0,0,1.92-2.48,18,18,0,0,0,1.56-3.14,2.37,2.37,0,0,0,.13-1.38c-.1-.47-.35-.83-.79-.88a1.11,1.11,0,0,0-1.1.63,2.65,2.65,0,0,0-.3,1.18,14.33,14.33,0,0,1-.55,3.15,6.38,6.38,0,0,1-1.69,2.54,8.46,8.46,0,0,0-4.21-.61,5.83,5.83,0,0,0-3.39,1.61,1.2,1.2,0,0,0-.35,1.36.48.48,0,0,0,.57.26,1.48,1.48,0,0,0,.8-.46,4.52,4.52,0,0,1,2.49-1.64,6.4,6.4,0,0,1,3,.44c-.12.1-.23.2-.36.29a34.24,34.24,0,0,1-5.89,3.14c-1.86.81-3.87,1.6-6,2.37-.89-.63-2.44-1.82-3.69-2.81a22,22,0,0,0-4.2-2.85,10.28,10.28,0,0,0-5.22-1.13,6.34,6.34,0,0,0-4.92,2.61,6.12,6.12,0,0,0-1,5.86,6.68,6.68,0,0,0,3.9,3.81,10.7,10.7,0,0,0,5.9.26c2.44-.47,9.4-3.66,9.81-3.85a29.26,29.26,0,0,0,7.38,3.48,10.89,10.89,0,0,0,7.16-.43c2.17-.87,4.06-2.86,4.09-5.16A5.58,5.58,0,0,0,587.92,8214.28ZM565,8220.34a27.5,27.5,0,0,1-4.21,1.14,15.74,15.74,0,0,1-4-.17,4.69,4.69,0,0,1-2.76-2.2,3.92,3.92,0,0,1,.23-3.58,4.36,4.36,0,0,1,3.34-2.15,8.24,8.24,0,0,1,4.42.71,20.22,20.22,0,0,1,4,2.56c1,.8,2,1.57,3,2.32Zm21.22,0a9.12,9.12,0,0,1-4.93,1.41,18.74,18.74,0,0,1-8.64-2.06c1.61-.76,3.14-1.52,4.56-2.3,2.21-1.21,6.31-4.07,6.55-4.28,1.15.48,4.13,2.68,4.07,4.94A3.07,3.07,0,0,1,586.19,8220.32Zm-16.38-5.47a27.18,27.18,0,0,1-3.94-4.65,9.27,9.27,0,0,1-1.62-5.15,5.8,5.8,0,0,1,1.91-3.95,6.62,6.62,0,0,1,8.79,0,5.89,5.89,0,0,1,1.91,3.95,9.27,9.27,0,0,1-1.62,5.15,28.15,28.15,0,0,1-3.94,4.65,1.44,1.44,0,0,1-.75.35A1.42,1.42,0,0,1,569.81,8214.85Zm.74-.64c.27,0,1.86-2.15,2.8-3.77a11.49,11.49,0,0,0,1.46-4,3.81,3.81,0,0,0-1.06-3.23,4.63,4.63,0,0,0-6.39,0,3.78,3.78,0,0,0-1.06,3.23,11.49,11.49,0,0,0,1.46,4C568.7,8212.06,570.28,8214.21,570.55,8214.21ZM565.71,8232c0-.13.06-.29.1-.45h9.49c0,.16.07.32.1.45a3.75,3.75,0,0,1,0,1.14h-9.61A3.21,3.21,0,0,1,565.71,8232Zm8.24-3.64c.32.57.58,1.11.79,1.59h-8.37a15.32,15.32,0,0,1,.78-1.59Zm-3.4-4.51a11.66,11.66,0,0,1,2.42,2.91h-4.84A12.13,12.13,0,0,1,570.55,8223.87Zm0,12.89a5.54,5.54,0,0,1-3.55-1.38,3.67,3.67,0,0,1-.56-.63h8.22a3.6,3.6,0,0,1-.55.63A5.54,5.54,0,0,1,570.55,8236.76Zm-1.59,1.15.84,1.27a.88.88,0,0,0,1.5,0c.26-.4.65-1,.84-1.27a6.68,6.68,0,0,0,2.9-1.32,5.08,5.08,0,0,0,1.84-4,11.67,11.67,0,0,0-1.87-4.92,31.6,31.6,0,0,0-3.72-4.69,1.45,1.45,0,0,0-.74-.36,1.43,1.43,0,0,0-.73.36,30.94,30.94,0,0,0-3.72,4.69,11.53,11.53,0,0,0-1.87,4.92,5.1,5.1,0,0,0,1.83,4A6.73,6.73,0,0,0,569,8237.91Z" transform="translate(-551.15 -8199.43)" fill="%235c322f" /></svg>');
 background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; 
}

#hd .menu ul.brand li span.topLv { position: relative; display: block; width: 100%; padding: 10px 5px;letter-spacing: 0.05rem;
	cursor: pointer;
}
#hd .menu ul.brand li span.topLv:before,
#hd .menu ul.brand li span.topLv:after { content: ''; display: block; width: 10px; height: 2px; background: #5c322f;
 position: absolute; right: 10px; top: 50%;
}
#hd .menu ul.brand li span.topLv:before{ transform: translateY(-50%)}
#hd .menu ul.brand li span.topLv:after { transform: translateY(-50%) rotate(90deg);}
#hd .menu ul.brand li span.topLv.open:after { transform: translateY(-50%) rotate(0deg);}
#hd .menu ul.brand li ul { font-size: 0;}
#hd .menu ul.brand li ul li { border-bottom: none; font-size: 12px;}
#hd .menu ul.brand li ul li a { position: relative; padding: 5px 0px; padding-left: 32px; background: #fff; border: solid #5c322f; color: #5c322f; border-radius: 50px; text-decoration: none;}
#hd .menu ul.brand li ul li a:before,
#hd .menu ul.brand li ul li a:after { content: ''; display: block;}
#hd .menu ul.brand li ul li a:before{ width: 12px; height: 100%;
 position: absolute; left: 12px; top: 50%; transform: translate(0,-50%);
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 42"><path d="M587.92,8214.28a12,12,0,0,0-2.78-2c-.13-.08-.27-.12-.4-.19a26.2,26.2,0,0,0,1.92-2.48,18,18,0,0,0,1.56-3.14,2.37,2.37,0,0,0,.13-1.38c-.1-.47-.35-.83-.79-.88a1.11,1.11,0,0,0-1.1.63,2.65,2.65,0,0,0-.3,1.18,14.33,14.33,0,0,1-.55,3.15,6.38,6.38,0,0,1-1.69,2.54,8.46,8.46,0,0,0-4.21-.61,5.83,5.83,0,0,0-3.39,1.61,1.2,1.2,0,0,0-.35,1.36.48.48,0,0,0,.57.26,1.48,1.48,0,0,0,.8-.46,4.52,4.52,0,0,1,2.49-1.64,6.4,6.4,0,0,1,3,.44c-.12.1-.23.2-.36.29a34.24,34.24,0,0,1-5.89,3.14c-1.86.81-3.87,1.6-6,2.37-.89-.63-2.44-1.82-3.69-2.81a22,22,0,0,0-4.2-2.85,10.28,10.28,0,0,0-5.22-1.13,6.34,6.34,0,0,0-4.92,2.61,6.12,6.12,0,0,0-1,5.86,6.68,6.68,0,0,0,3.9,3.81,10.7,10.7,0,0,0,5.9.26c2.44-.47,9.4-3.66,9.81-3.85a29.26,29.26,0,0,0,7.38,3.48,10.89,10.89,0,0,0,7.16-.43c2.17-.87,4.06-2.86,4.09-5.16A5.58,5.58,0,0,0,587.92,8214.28ZM565,8220.34a27.5,27.5,0,0,1-4.21,1.14,15.74,15.74,0,0,1-4-.17,4.69,4.69,0,0,1-2.76-2.2,3.92,3.92,0,0,1,.23-3.58,4.36,4.36,0,0,1,3.34-2.15,8.24,8.24,0,0,1,4.42.71,20.22,20.22,0,0,1,4,2.56c1,.8,2,1.57,3,2.32Zm21.22,0a9.12,9.12,0,0,1-4.93,1.41,18.74,18.74,0,0,1-8.64-2.06c1.61-.76,3.14-1.52,4.56-2.3,2.21-1.21,6.31-4.07,6.55-4.28,1.15.48,4.13,2.68,4.07,4.94A3.07,3.07,0,0,1,586.19,8220.32Zm-16.38-5.47a27.18,27.18,0,0,1-3.94-4.65,9.27,9.27,0,0,1-1.62-5.15,5.8,5.8,0,0,1,1.91-3.95,6.62,6.62,0,0,1,8.79,0,5.89,5.89,0,0,1,1.91,3.95,9.27,9.27,0,0,1-1.62,5.15,28.15,28.15,0,0,1-3.94,4.65,1.44,1.44,0,0,1-.75.35A1.42,1.42,0,0,1,569.81,8214.85Zm.74-.64c.27,0,1.86-2.15,2.8-3.77a11.49,11.49,0,0,0,1.46-4,3.81,3.81,0,0,0-1.06-3.23,4.63,4.63,0,0,0-6.39,0,3.78,3.78,0,0,0-1.06,3.23,11.49,11.49,0,0,0,1.46,4C568.7,8212.06,570.28,8214.21,570.55,8214.21ZM565.71,8232c0-.13.06-.29.1-.45h9.49c0,.16.07.32.1.45a3.75,3.75,0,0,1,0,1.14h-9.61A3.21,3.21,0,0,1,565.71,8232Zm8.24-3.64c.32.57.58,1.11.79,1.59h-8.37a15.32,15.32,0,0,1,.78-1.59Zm-3.4-4.51a11.66,11.66,0,0,1,2.42,2.91h-4.84A12.13,12.13,0,0,1,570.55,8223.87Zm0,12.89a5.54,5.54,0,0,1-3.55-1.38,3.67,3.67,0,0,1-.56-.63h8.22a3.6,3.6,0,0,1-.55.63A5.54,5.54,0,0,1,570.55,8236.76Zm-1.59,1.15.84,1.27a.88.88,0,0,0,1.5,0c.26-.4.65-1,.84-1.27a6.68,6.68,0,0,0,2.9-1.32,5.08,5.08,0,0,0,1.84-4,11.67,11.67,0,0,0-1.87-4.92,31.6,31.6,0,0,0-3.72-4.69,1.45,1.45,0,0,0-.74-.36,1.43,1.43,0,0,0-.73.36,30.94,30.94,0,0,0-3.72,4.69,11.53,11.53,0,0,0-1.87,4.92,5.1,5.1,0,0,0,1.83,4A6.73,6.73,0,0,0,569,8237.91Z" transform="translate(-551.15 -8199.43)" fill="%235c322f" /></svg>');
 background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; 
}
#hd .menu ul.brand li ul li a:after { width: 5px; height: 5px;
 border-top: solid 2px #5c322f; border-right: solid 2px #5c322f;
 position: absolute; right: 10px; top: 50%; transform: translateY(-50%) rotate(45deg);
}
#hd .menu ul.brand li ul.col { display: none; padding-bottom: 10px;}
#hd .menu ul.brand li ul.col li a span em { font-size: 10px;}
#hd .menu ul.brand li ul.col li { display: inline-block; width: 50%; padding: 5px; border-bottom: none;}
#hd .menu ul.brand li ul.col li a { display: block; padding: 4px 0px; padding-left: 30px; }

#hd .menu ul.brand li ul.row { display: none; padding-bottom: 10px;}
#hd .menu ul.brand li ul.row li a span em { font-size: 10px;}
#hd .menu ul.brand li ul.row li { display: inline-block; padding: 5px; border-bottom: none;}
#hd .menu ul.brand li ul.row li a { display: block; padding: 4px 0px; padding-left: 30px; padding-right: 40px; }


#hd .menu ul.aside { width: 92%; margin: 0 auto; font-size: 0; text-align: center;}
#hd .menu ul.aside li { display: inline-block; width: 50%; padding: 6px; font-size: 10px;}
#hd .menu ul.aside li a { display: block; padding: 5px 0; border: solid 1px #53341c; border-radius: 50px; color: #53341c; text-decoration: none;}

#hd.open { z-index: 101;}
#hd.open:after { opacity: 1;}
#hd.open .menu { right: 0; z-index: 11;}

@media (max-width: 481px) {
	#hd .menu { padding-top: 30px; }
	#hd .menu ul.nav li { padding: 8px 0;}
}



#ft { background: #fff;}
#ft .inner-ft { padding: 40px 0px 30px;}
#ft h3 { margin-bottom: 30px; text-align: center;}
#ft h3 img { width: 40%; max-width: 160px;}
#ft ul { font-size: 0; text-align: center;}
#ft ul li { position: relative; display: inline-block; padding: 0 30px; font-size: 14px; vertical-align: middle;}
#ft ul li a { color: #000; text-decoration: none;}
#ft ul li a span { display: block; font-size: 12px;}
#ft .copyright { padding: 10px 0; background: #000;}
#ft .copyright p { color: #fff; font-size: 12px; text-align: center;}
@media (max-width: 1001px) {
	#ft ul li { padding: 0 18px;}
}
@media (max-width: 801px) {
	#ft .inner-ft { padding: 30px 0;}
	#ft ul li { padding: 0 12px; font-size: 12px;}
	#ft ul li a span { font-size: 10px;}
}
@media (max-width: 641px) {
	#ft .inner-ft { padding: 50px 0;}
	#ft h3 { margin-bottom: 20px;}
	#ft ul { width: 92%; margin: 0 auto;}
	#ft ul li { display: block; width: 100%; margin: 0; font-size: 13px; letter-spacing: 0.2rem;}
	#ft ul li a { display: block; margin: 0 auto; padding: 10px 0;}
	#ft ul li a span { display: inline-block; font-size: 11px; letter-spacing: 0.05rem;}
}
@media (max-width: 481px) {
	#ft .inner-ft { padding: 40px 0 30px;}
	#ft h3 { margin-bottom: 20px;}
	#ft ul li a { padding: 8px 0;}
	#ft .copyright p { font-size: 10px;}
}



.note { width: 100%;}
.note ul { width: 100%;}
.note ul li { color: #a9a9a9; font-size: 10px;}



#kv .inner-kv { position: relative; width: 100%; max-width: 1280px; margin: 0 auto;}
#kv .logo { position: absolute; left: 0; top: 0; width: 100%; z-index: 3; }
#kv .logo .inner { width: 92%; margin: 0 auto; padding-top: 180px;}
#kv .logo .inner div { width: 50%; text-align: center;}
#kv .logo .inner div img { width: 50%; max-width: 380px;}
#kv .news { position: absolute; left: 0; top: 60%; width: 100%; z-index: 2;}
#kv .news .inner { width: 92%; margin: 0 auto;}
#kv .news .inner div { width: 50%;}
#kv .news .inner div a { display: block; width: 92%; max-width: 360px; margin: 0 auto; background: #fff;
 color: #eb8105; text-decoration: none;
}
#kv .news .inner div a dl { display: table; width: 100%; padding: 20px 0; padding-left: 30px;
 background: url('./img/bg-news.jpg') no-repeat 50% 50% / 100% 100%;
}
#kv .news .inner div a dl dt,
#kv .news .inner div a dl dd { display: table-cell; vertical-align: middle;}
#kv .news .inner div a dl dt { width: 75px;}
#kv .news .inner div a dl dt img { width: 100%;}
#kv .news .inner div a dl dd { width: auto; padding-left: 10px; font-size: 11px;}
#kv .news .inner div a dl dd span { display: block; font-size: 12px; font-weight: 700;}
#kv .news .inner div a dl dd time { display: block; font-size: 10px;}
#kv .bg { position: relative; z-index: 1;}
#kv .bg .particles{	pointer-events:none !important; width:100%; position:absolute; left:0; bottom: 0; overflow:hidden; z-index:2;}
#kv .bg img { width: 100%;}
#kv .bg img.sp { display: none;}
@media (max-width: 1281px) {
	#kv .logo .inner { padding-top: 12vw;}
}
@media (max-width: 801px) {
	#kv .bg img.pc { display: none;}
	#kv .bg img.sp { display: block;}
	#kv .logo .inner { padding-top: 6vw;}
	#kv .logo .inner div { width: 100%;}
	#kv .news { top: auto; bottom: 30px;}
	#kv .news .inner div { width: 100%;}
}
@media (max-width: 481px) {
	#kv .news .inner div a dl { padding: 16px 0; padding-left: 20px;}
}


#award .award-tit { position: relative; background: #ffb028; padding: 12px 0; cursor: pointer;}
#award .award-tit:after { content: ''; display: block; width: 12px; height: 12px;
 border-top: solid 3px #6a3906; border-right: solid 3px #6a3906;
 position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(135deg); margin-left: 300px;
}
#award .award-tit.open:after { transform: translate(-50%,-35%) rotate(-45deg);}
#award .award-tit h2 { color: #6a3906; font-size: 30px; letter-spacing: 0.2rem; text-align: center;}
#award .award-tit h2:before,
#award .award-tit h2:after { content: ''; display: inline-block; width: 38px; height: 30px;
 background: url('./img/icn-awrad.png') no-repeat 50% 50% / 100% auto; vertical-align: middle;
}
#award .award-tit h2 span { display: inline-block; margin: 0 20px; vertical-align: middle;}
@media (max-width: 801px) {
	#award .award-tit:after { left: auto; right: 30px; transform: translate(0%,-50%) rotate(135deg); margin-left: 0px;}
}
@media (max-width: 481px) {
	#award .award-tit { padding: 6px 0;}
	#award .award-tit:after { right: 20px; width: 10px; height: 10px;}
	#award .award-tit h2 { font-size: 20px;}
	#award .award-tit h2:before,
	#award .award-tit h2:after { width: 32px; height: 24px;}
}
#award .ctn { display: none;}
#award .ctn .inner { background: #fff;}


.award ul { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px;}
.award ul li { border-bottom: solid 1px #e1e1e1;}
.award ul li:last-child { border-bottom: none;}
.award ul li dl { position: relative; width: 100%; max-width: 800px; margin: 0 auto; padding: 25px 0; text-align: center;}
.award ul li dl:before { content: ''; display: block; width: 80px; position: absolute; left: 20px; top: 50%; transform: translateY(-50%);}
.award ul li dl.arward2023_1:before { height: 120px; background: url('/img/awards/badge-no1-202412.png') no-repeat 50% 50% / 100% auto;}
.award ul li dl.arward2023_2:before { height: 100px; background: url('/img/awards/badge-2023-1.png') no-repeat 50% 50% / 100% auto;}
.award ul li dl.arward2023_3:before { height: 100px; background: url('/img/awards/badge-2023u-1.png') no-repeat 50% 50% / 100% auto;}
.award ul li dl.arward2023_4:before { height: 100px; background: url('/img/awards/badge-2023u-3.png') no-repeat 50% 50% / 100% auto;}
.award ul li dl.arward2024_1:before { height: 100px; background: url('/img/awards/badge-2024t-1.png') no-repeat 50% 50% / 100% auto;}
.award ul li dl.arward2024_2:before { height: 120px; background: url('/img/awards/badge-2024kana-3.png') no-repeat 50% 50% / 100% auto;}
.award ul li dl dt { margin-bottom: 6px; font-size: 25px; font-weight: 700; line-height: 1.25;
 background: linear-gradient(#977720 10%, #d9bb53 50%, #a57904 90%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.award ul li dl dt br { display: none;}
.award ul li dl dd.txt { color: #6a3906; font-size: 17px; font-weight: 700; line-height: 1.4;}
.award ul li dl dd.txt sub { vertical-align: baseline; font-size: 10px;}
.award ul li dl dd.txt span { display: inline-block; padding-left: 8px;}
.award ul li dl dd.note { margin-top: 8px; color: #6b6b6b; font-size: 10px; line-height: 1.4;}
.award ul li dl dd.img { width: 100px; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.award ul li dl dd.img img { width: 100%;}
@media (max-width: 801px) {
	.award ul li dl dt { font-size: 3.0vw;}
}
@media (max-width: 641px) {
	.award ul li dl { padding: 30px 0 20px;}
	.award ul li dl:before { width: 60px; top: 6px; transform: translateY(0%);}
	.award ul li dl.arward2023_1:before { height: 100px;}
	.award ul li dl.arward2023_2:before { height: 80px;}
	.award ul li dl.arward2023_3:before { height: 80px;}
	.award ul li dl.arward2023_4:before { height: 80px;}
	.award ul li dl.arward2024_1:before { height: 80px;}
	.award ul li dl.arward2024_2:before { height: 80px;}
	.award ul li dl dd.txt span { display: block;}
	.award ul li dl dd.note { margin-top: 12px;}
	.award ul li dl dd.img { width: 80px; right: 10px; top: 20px; transform: translateY(0%);}
}
@media (max-width: 481px) {
	.award ul li dl { padding: 20px 0 15px;}
	.award ul li dl dt { font-size: 16px;}
	.award ul li dl dt br { display: block;}
	.award ul li dl:before { width: 40px; left: 0px;}
	.award ul li dl.arward2023_1:before { height: 80px;}
	.award ul li dl.arward2023_2:before { height: 60px;}
	.award ul li dl.arward2023_3:before { height: 60px;}
	.award ul li dl.arward2023_4:before { height: 60px;}
	.award ul li dl.arward2024_1:before { height: 60px;}
	.award ul li dl.arward2024_2:before { height: 50px;}
	.award ul li dl dd.txt { font-size: 14px;}
	.award ul li dl dd.img { width: 60px; right: 0px; top: 20px;}
	.award ul li dl dd.note br { display: none; }
}



.ttl { position: absolute; width: 100%; z-index: 2;}
.ttl:before { content: ''; position: relative; display: block; width: 100%; height: 228px; background: url('./img/bg-ttl.png') no-repeat 50% 0;}
.ttl h2 { position: absolute; left: 0; top: 16%; width: 100%; text-align: center;}
.ttl h2 img { width: 80%; max-width: 400px;}
@media (max-width: 801px) {
	.ttl:before { height: 0px; padding-top: 42%; background: url('./img/bg-ttl@sp.png') no-repeat 50% 100% / 100% auto;}
	.ttl h2 { top: 10%;}
}

#concept { position: relative; border-top: solid 1px #fff; background: url('./img/bg-1.jpg') no-repeat 50% 0;}
#concept .ptn { position: absolute; left: 0; top: 0; width: 100%; z-index: 2;}
#concept .ptn:before { content: ''; display: block; width: 100%; height: 228px; background: url('./img/bg-ttl.png') no-repeat 50% 0; z-index: 1}
#concept .ptn .kira { position: absolute; z-index: 3; animation: bright 1.2s linear infinite;}
#concept .ptn .kira.kira-1 { right: 74%; top: 100px; width: 72px; height: 72px; background: url('./img/kira-1.png') no-repeat 50% 50% / 100% auto;}
#concept .ptn .kira.kira-2 { right: 68%; top: 80px; width: 52px; height: 52px; background: url('./img/kira-2.png') no-repeat 50% 50% / 100% auto; animation-delay: 0.3s;}
#concept .ptn .kira.kira-3 { left: 72%; top: 20px; width: 52px; height: 52px; background: url('./img/kira-3.png') no-repeat 50% 50% / 100% auto; animation-delay: 0.6s;}
#concept .inner-sct { padding: 220px 0 40px;}
#concept .ctn { width: 92%; max-width: 680px; margin: 0 auto;}
#concept .ctn h2 { margin-bottom: 20px; text-align: center;}
#concept .ctn h2 img { width: 100%; }
#concept .ctn h2 img.sp { display: none;}
#concept .ctn ul { display: flex; justify-content: space-between; font-size: 0px;}
#concept .ctn ul li { width: 48.5%;}
#concept .ctn ul li img { width: 100%;}
@keyframes bright {
 0% { opacity: 1;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}
@media (max-width: 801px) {
	#concept .ptn:before { height: 0px; padding-top: 42%; background: url('./img/bg-ttl@sp.png') no-repeat 50% 100% / 100% auto;}
	#concept .ptn .kira.kira-1 { right: auto; left: 5%; top: 18vw;}
	#concept .ptn .kira.kira-2 { right: 10%; top: 30vw;}
	#concept .ptn .kira.kira-3 { left: auto; right: 4%; top: 16vw;}
	#concept .inner-sct { padding: 38vw 0 40px;}
}
@media (max-width: 641px) {
	#concept .inner-sct { padding: 36vw 0 40px;}
	#concept .ptn .kira.kira-1 { width: 52px; height: 52px; top: 12vw;}
	#concept .ptn .kira.kira-2 { width: 48px; height: 48px; right: 8%; top: 24vw;}
	#concept .ptn .kira.kira-3 { width: 45px; height: 45px; right: 2%; top: 12vw;}
	#concept .ctn h2 img.pc { display: none;}
	#concept .ctn h2 img.sp { display: block;}
}
@media (max-width: 481px) {
}



#point { position: relative; background: url('./img/bg-1.jpg') no-repeat 50% 0;}
#point .ttl:before { height: 262px; background: url('./img/bg-ttl-point.png') no-repeat 50% 0;}
#point .ttl h2 { top: 12%;}
#point .inner-sct { padding: 250px 0 20px; background: url('./img/bg-point.png') no-repeat 50% 50%;}
#point .bloc { padding: 15px 0;}
#point .bloc:first-child { padding-top: 0px;}
#point .ctn { width: 100%; max-width: 760px; margin: 0 auto;}
#point .ctn p { margin-bottom: 12px; text-align: center;}
#point .ctn p img { width: 100%;}
#point .ctn p img.sp { display: none;}
#point .ctn .kome ul { width: 78%; margin: 0 auto;}
#point .ctn .kome ul li { color: #a9a9a9; font-size: 10px; }
#point .note ul { max-width: 320px; margin: 0 0 0 auto;}
@media (max-width: 801px) {
	#point .ttl:before { height: 0px; padding-top: 47%; background: url('./img/bg-ttl-point@sp.png') no-repeat 50% 0 / 100% auto;}
	#point .inner-sct { padding: 45vw 0 20px;}
	#point .ttl h2 { top: 12%;}
}
@media (max-width: 641px) {
	#point { background: url('./img/bg-1@sp.jpg') no-repeat 50% 0 / 100% auto;}
	#point .inner-sct { padding: 45vw 0 12px;}
	#point .ctn p img.pc { display: none;}
	#point .ctn p img.sp { display: block;}
	#point .ctn .kome ul { width: 84%;}
	#point .note ul { max-width: 190px;}
}
@media (max-width: 481px) {
	#point .ttl h2 { top: 8%;}
}

#product { position: relative; background: linear-gradient(#fff,#fad9d8);}
#product .inner-sct { position: relative;}
#product .bloc { position: relative;}
#product .bloc#deep { background: linear-gradient(#fff,#ffedb6);}
#product .bloc#melty { background: linear-gradient(#fff,#fad9d8);}
#product .bloc#melty:before { content: ''; display: block; width: 100%; height: 228px;
 position: absolute; left: 0; top: -80px;
 background: url('./img/separate.png') no-repeat 50% 50%;
}
#product .bloc .inner { margin: 0 auto;}
#product .bloc#deep .inner { padding: 200px 0 100px; background: url('./img/bg-2.png') no-repeat 50% 96%;}
#product .bloc#melty .inner{ padding: 120px 0 0px; background: url('./img/bg-2.png') no-repeat 50% 100%;}

#product .ctn-flex{ display: flex; flex-direction: row-reverse; align-items: center; width: 92%; max-width: 820px; margin: 0 auto;}
#product .pht-ctn { width: 55%;}
#product .txt-ctn { width: 45%;}
#product .pht-ctn h3 { display: none; margin-bottom: 20px; text-align: center;}
#product .pht-ctn h3 img { width: 92%;}
#product .pht-ctn .item { position: relative; width: 100%; margin: 0 auto;}
#product .pht-ctn .item img { width: 100%;}
#product .pht-ctn .item .aroma { position: absolute; width: 130px; left: 0; bottom: 8%;}

#product .txt-ctn h3 { margin-bottom: 20px; text-align: center;}
#product .txt-ctn h3 img { width: 100%; max-width: 380px;}
#product .txt-ctn p { font-weight: 700; text-align: center;}
#product .bloc#deep p { color: #ff9015;}
#product .bloc#melty p{ color: #fb81a3;}
#product .txt-ctn p.name { margin-bottom: 15px; font-size: 15px;}
#product .txt-ctn p.name span { display: block;}
#product .txt-ctn p.price { margin-bottom: 15px; font-size: 12px;}
#product .txt-ctn .cart { width: 90%; max-width: 250px; margin: 0 auto;}
#product .txt-ctn .cart form { position: relative; width: 100%;}
#product .txt-ctn .cart form:after { content: ''; display: block; width: 8px; height: 8px;
 border-top: solid 2px #fff; border-right: solid 2px #fff;
 position: absolute; right: 8%; top: 50%; transform: translateY(-50%) rotate(45deg); z-index: 2;
}

#product .txt-ctn .cart form input[type="submit"]{ position: relative; width: 100%; padding: 8px 0; border-radius: 50px; border: none; z-index: 1;
 color: #fff; font-size: 12px; font-weight: 700; text-indent: 20px; text-align: center;
}
#product .txt-ctn .cart form svg { width: 22px; position: absolute; left: 50%; top: 50%; transform: translate(-60px, -50%); fill: #fff; z-index: 2;}
#product .txt-ctn .cart form input[type="submit"].btn-deep { background: #ff9015;}
#product .txt-ctn .cart form input[type="submit"].btn-melty { background: #fb81a3;}

#product .txt-ctn .cart span { position: relative; display: block; width: 100%; padding: 12px 0; background: #a0a0a0; border-radius: 50px; border: none; z-index: 1;
 color: #fff; font-size: 12px; font-weight: 700; text-indent: 20px; text-align: center;
}
#product .txt-ctn .cart span:after { content: ''; display: block; width: 8px; height: 8px;
 border-top: solid 2px #fff; border-right: solid 2px #fff;
 position: absolute; right: 8%; top: 50%; transform: translateY(-50%) rotate(45deg); z-index: 2;
}
#product .txt-ctn .cart span svg { width: 22px; position: absolute; left: 50%; top: 50%; transform: translate(-72px, -50%); fill: #fff; z-index: 2;}


#product .note { padding: 20px 0;}
#product .note ul { width: 320px; margin: 0 0 0 auto;}
@media (max-width: 801px) {
	#product .bloc#melty:before { height: 0px; padding-top: 42%; top: -12vw;
	 background: url('./img/separate@sp.png') no-repeat 50% 50% / 100% auto;}
	#product .bloc#deep .inner { padding: 32vw 0 18vw; background: url('./img/bg-2@sp.png') no-repeat 50% 96% / 100% auto;}
	#product .bloc#melty .inner{ padding: 20vw 0 0px; background: url('./img/bg-2@sp.png') no-repeat 50% 100% / 100% auto;}
	#product .ctn-flex{ display: block;}
	#product .pht-ctn { width: 100%; margin-bottom: 20px;}
	#product .txt-ctn { width: 100%;}
	#product .pht-ctn h3 { display: block;}
	
	#product .txt-ctn h3 { display: none;}
	#product .txt-ctn p.name { font-size: 3.2vw;}
	#product .txt-ctn p.name span { display: inline;}
	#product .note ul { width: 190px;}
}
@media (max-width: 481px) {
	#product .bloc#deep .inner { padding: 32vw 0 12vw;}
	#product .pht-ctn { margin-bottom: 12px;}
	#product .pht-ctn .item .aroma { width: 100px;}

	#product .txt-ctn p.name { margin-bottom: 8px; font-size: 14px;}
	#product .txt-ctn .cart { max-width: 280px;}
	#product .note { padding: 20px 0 12px;}
}


#compare { position: relative; background: url('./img/bg-1.jpg') no-repeat 50% 0;}
#compare .inner-sct { padding: 250px 0 40px;}
#compare .ctn { width: 92%; max-width: 860px; margin: 0 auto;}
#compare .ctn figure { text-align: center;}
#compare .ctn figure img { width: 100%;}
#compare .ctn ul { display: none; width: 100%; max-width: 720px; margin: 0 auto;}
#compare .ctn ul li { padding: 10px 0;}
#compare .ctn ul li img { width: 100%;}
@media (max-width: 641px) {
	#compare { background: url('./img/bg-1@sp.jpg') no-repeat 50% 0 / 100% auto;}
	#compare .inner-sct { padding: 42vw 0 40px;}
	#compare .ctn figure { display: none;}
	#compare .ctn ul { display: block;}
}


#howto { position: relative; background: url('./img/bg-1.jpg') no-repeat 50% 0;}
#howto .inner-sct { padding: 250px 0 80px;}
#howto .ctn { width: 92%; max-width: 450px; margin: 0 auto; text-align: center;}
#howto .ctn:before { content: ''; display: inline-block; width: 40px; height: 100px; vertical-align: middle;
 background: url('./img/icn-howto.png') no-repeat 50% 50% / 100% auto;
}
#howto .ctn .txt { display: inline-block; padding-left: 20px; vertical-align: middle;}
#howto .ctn .txt p { color: #f67a1a; font-size: 17px; font-weight: 700; line-height: 2.0; text-align: left;}
#howto .ctn .txt p span { display: block;}
@media (max-width: 641px) {
	#howto { background: url('./img/bg-1@sp.jpg') no-repeat 50% 50% / 100% auto;}
	#howto .inner-sct { padding: 42vw 0 80px;}
}
@media (max-width: 481px) {
	#howto .inner-sct { padding: 42vw 0 40px;}
	#howto .ctn:before { width: 25px;}
	#howto .ctn .txt { padding-left: 12px;}
	#howto .ctn .txt p { font-size: 13px;}
}


#campaign { position: relative; background: url('./img/bg-1.jpg') no-repeat 50% 0;}
#campaign .inner-sct { padding: 250px 0 50px;}
#campaign .ctn { width: 92%; max-width: 600px; margin: 0 auto;}
#campaign .ctn p { margin-bottom: 20px;}
#campaign .ctn p img{ width: 100%;}
#campaign .ctn .btn { width: 88%; max-width: 500px; margin: 0 auto;}
#campaign .ctn .btn a { position: relative; display: block; width: 100%; padding: 15px 0; border-radius: 50px; background: #fff;
 color: #f77e23; font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: 0.1rem; text-align: center; text-decoration: none;
}
#campaign .ctn .btn a:after { content: ''; display: block; width: 10px; height: 10px;
 border-top: solid 2px #f77e23; border-right: solid 2px #f77e23;
 position: absolute; right: 30px; top: 50%; transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 801px) {
	#campaign .ttl:before { height: 0px; padding-top: 48%;}
}
@media (max-width: 641px) {
	#campaign { background: url('./img/bg-1@sp.jpg') no-repeat 50% 0% / 100% auto;}
	#campaign .inner-sct { padding: 48vw 0 60px;}
	#campaign .ctn .btn a { font-size: 18px;}
}
@media (max-width: 481px) {
	#campaign .inner-sct { padding: 42vw 0 50px;}
	#campaign .ctn p { margin-bottom: 12px;}
	#campaign .ctn .btn a { padding: 10px 0; font-size: 16px;}
	#campaign .ctn .btn a:after { right: 20px;}
}


#shop { position: relative; background: url('./img/bg-1.jpg') no-repeat 50% 10%; transition: 0.4s linear; opacity: 0;}
#shop .inner-sct { width: 100%; max-width: 1280px; margin: 0 auto; padding: 250px 0 120px;}
#shop h3 { margin-bottom: 12px; color: #f77e23; font-size: 25px; font-weight: 700; text-align: center;}
#shop p { margin-bottom: 40px; color: #a9a9a9; font-size: 10px; text-align: center;}

#shop ul.shoplist { width: 92%; max-width: 880px; margin: 0 auto 80px; font-size: 0;}
#shop ul.shoplist li { display: inline-block; width: 33.33334%; padding: 15px; vertical-align: top; font-size: 16px;}
#shop ul.shoplist li.up0930 { display: none;}
#shop ul.shoplist li a { position: relative; display: block; width: 100%; padding: 3px; background: #fff; border-radius: 8px;
 color: #f77e23; font-weight: 700; text-align: left; text-decoration: none;
}
#shop ul.shoplist li a:after { content: ''; display: block; width: 6px; height: 6px;
 border-top: solid 2px #f77e23; border-right: solid 2px #f77e23;
 position: absolute; right: 16px; top: 50%; transform: translateY(-50%) rotate(45deg);
}
#shop ul.shoplist li a span { position: relative; display: block; width: 100%; padding: 18px; padding-left: 50px;
 background: #fff; border: solid 1px #f77e23; border-radius: 8px;
 color: #f77e23; font-weight: 700; text-align: left; text-decoration: none;
}
#shop ul.shoplist li a span:before { content: ''; display: block; width: 24px; height: 100%;
 position: absolute; left: 12px; top: 50%; transform: translate(0,-50%);
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 42"><path d="M587.92,8214.28a12,12,0,0,0-2.78-2c-.13-.08-.27-.12-.4-.19a26.2,26.2,0,0,0,1.92-2.48,18,18,0,0,0,1.56-3.14,2.37,2.37,0,0,0,.13-1.38c-.1-.47-.35-.83-.79-.88a1.11,1.11,0,0,0-1.1.63,2.65,2.65,0,0,0-.3,1.18,14.33,14.33,0,0,1-.55,3.15,6.38,6.38,0,0,1-1.69,2.54,8.46,8.46,0,0,0-4.21-.61,5.83,5.83,0,0,0-3.39,1.61,1.2,1.2,0,0,0-.35,1.36.48.48,0,0,0,.57.26,1.48,1.48,0,0,0,.8-.46,4.52,4.52,0,0,1,2.49-1.64,6.4,6.4,0,0,1,3,.44c-.12.1-.23.2-.36.29a34.24,34.24,0,0,1-5.89,3.14c-1.86.81-3.87,1.6-6,2.37-.89-.63-2.44-1.82-3.69-2.81a22,22,0,0,0-4.2-2.85,10.28,10.28,0,0,0-5.22-1.13,6.34,6.34,0,0,0-4.92,2.61,6.12,6.12,0,0,0-1,5.86,6.68,6.68,0,0,0,3.9,3.81,10.7,10.7,0,0,0,5.9.26c2.44-.47,9.4-3.66,9.81-3.85a29.26,29.26,0,0,0,7.38,3.48,10.89,10.89,0,0,0,7.16-.43c2.17-.87,4.06-2.86,4.09-5.16A5.58,5.58,0,0,0,587.92,8214.28ZM565,8220.34a27.5,27.5,0,0,1-4.21,1.14,15.74,15.74,0,0,1-4-.17,4.69,4.69,0,0,1-2.76-2.2,3.92,3.92,0,0,1,.23-3.58,4.36,4.36,0,0,1,3.34-2.15,8.24,8.24,0,0,1,4.42.71,20.22,20.22,0,0,1,4,2.56c1,.8,2,1.57,3,2.32Zm21.22,0a9.12,9.12,0,0,1-4.93,1.41,18.74,18.74,0,0,1-8.64-2.06c1.61-.76,3.14-1.52,4.56-2.3,2.21-1.21,6.31-4.07,6.55-4.28,1.15.48,4.13,2.68,4.07,4.94A3.07,3.07,0,0,1,586.19,8220.32Zm-16.38-5.47a27.18,27.18,0,0,1-3.94-4.65,9.27,9.27,0,0,1-1.62-5.15,5.8,5.8,0,0,1,1.91-3.95,6.62,6.62,0,0,1,8.79,0,5.89,5.89,0,0,1,1.91,3.95,9.27,9.27,0,0,1-1.62,5.15,28.15,28.15,0,0,1-3.94,4.65,1.44,1.44,0,0,1-.75.35A1.42,1.42,0,0,1,569.81,8214.85Zm.74-.64c.27,0,1.86-2.15,2.8-3.77a11.49,11.49,0,0,0,1.46-4,3.81,3.81,0,0,0-1.06-3.23,4.63,4.63,0,0,0-6.39,0,3.78,3.78,0,0,0-1.06,3.23,11.49,11.49,0,0,0,1.46,4C568.7,8212.06,570.28,8214.21,570.55,8214.21ZM565.71,8232c0-.13.06-.29.1-.45h9.49c0,.16.07.32.1.45a3.75,3.75,0,0,1,0,1.14h-9.61A3.21,3.21,0,0,1,565.71,8232Zm8.24-3.64c.32.57.58,1.11.79,1.59h-8.37a15.32,15.32,0,0,1,.78-1.59Zm-3.4-4.51a11.66,11.66,0,0,1,2.42,2.91h-4.84A12.13,12.13,0,0,1,570.55,8223.87Zm0,12.89a5.54,5.54,0,0,1-3.55-1.38,3.67,3.67,0,0,1-.56-.63h8.22a3.6,3.6,0,0,1-.55.63A5.54,5.54,0,0,1,570.55,8236.76Zm-1.59,1.15.84,1.27a.88.88,0,0,0,1.5,0c.26-.4.65-1,.84-1.27a6.68,6.68,0,0,0,2.9-1.32,5.08,5.08,0,0,0,1.84-4,11.67,11.67,0,0,0-1.87-4.92,31.6,31.6,0,0,0-3.72-4.69,1.45,1.45,0,0,0-.74-.36,1.43,1.43,0,0,0-.73.36,30.94,30.94,0,0,0-3.72,4.69,11.53,11.53,0,0,0-1.87,4.92,5.1,5.1,0,0,0,1.83,4A6.73,6.73,0,0,0,569,8237.91Z" transform="translate(-551.15 -8199.43)" fill="%23f77e23" /></svg>');
 background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; 
}
#shop ul.shoplist li a:hover { opacity: 0.85;}
#shop.show,
#shop p.show,
#shop ul.show { opacity: 1;}

#shop .check { width: 92%; max-width: 1180px; margin: 0 auto; transition: 0.4s linear; opacity: 0;}
#shop h4 { margin-bottom: 50px; color: #f77e23; font-size: 22px; text-align: center;}
#shop .check ul { font-size: 0; text-align: center;}
#shop .check ul li { display: inline-block; width: 16%;}
#shop .check ul li.none { display: none;}
#shop .check ul li a { display: block; width: 94%; max-width: 164px; margin: 0 auto; color: #fff; text-decoration: none;}
#shop .check ul li dl dt { width: 80px; margin: 0 auto 15px;}
#shop .check ul li dl dt img { width: 100%;}
#shop .check ul li dl dd { font-size: 16px; font-weight: 700; line-height: 1.2;}
#shop .check ul li dl dd { position: relative;}
#shop .check ul li dl dd:before,
#shop .check ul li dl dd:after { content: ''; display: block; width: 0; height: 0; position: absolute; top: 50%; transform: translate(0,-50%);
 border: solid 24px transparent;
}
/*
#shop .check ul li dl dd:before{ left: 0; border-right: 0; border-left: solid 13px #fef4c6;}
#shop .check ul li dl dd:after { right: 0; border-left: 0; border-right: solid 13px #fef4c6;}
*/

#shop .check ul li:nth-child(1) dl dd:before{ left: 0; border-right: 0; border-left: solid 13px #fef4c6;}
#shop .check ul li:nth-child(1) dl dd:after { right: 0; border-left: 0; border-right: solid 13px #fef4c6;}
#shop .check ul li:nth-child(2) dl dd:before{ left: 0; border-right: 0; border-left: solid 13px #fef4c6;}
#shop .check ul li:nth-child(2) dl dd:after { right: 0; border-left: 0; border-right: solid 13px #fef4c6;}
#shop .check ul li:nth-child(3) dl dd:before{ left: 0; border-right: 0; border-left: solid 13px #fef4c6;}
#shop .check ul li:nth-child(3) dl dd:after { right: 0; border-left: 0; border-right: solid 13px #fce7e8;}
#shop .check ul li:nth-child(4) dl dd:before{ left: 0; border-right: 0; border-left: solid 13px #fce7e8;}
#shop .check ul li:nth-child(4) dl dd:after { right: 0; border-left: 0; border-right: solid 13px #fad9d8;}
#shop .check ul li:nth-child(5) dl dd:before{ left: 0; border-right: 0; border-left: solid 13px #fad9d8;}
#shop .check ul li:nth-child(5) dl dd:after { right: 0; border-left: 0; border-right: solid 13px #fad9d8;}

#shop .check ul li dl dd span { display: block; padding: 12px 6px;}
#shop .check ul li dl dd br { display: none;}
#shop .check ul li:nth-child(1) dl dd span { background: #e5864b;}
#shop .check ul li:nth-child(2) dl dd span { background: #e78c8f;}
#shop .check ul li:nth-child(3) dl dd span { background: #ffcf26;}
#shop .check ul li:nth-child(4) dl dd span { background: #e06b51;}
#shop .check ul li:nth-child(5) dl dd span { background: #bd9cdb;}
#shop .check ul li dl dd span:after { content: ''; display: block; width: 9px; height: 9px; border-top: solid 2px #fff; border-right: solid 2px #fff;
 position: absolute; right: 24px; top: 50%; transform: translate(0,-50%) rotate(45deg);
}
#shop .check ul li a:hover { opacity: 0.8;}
#shop .check.show{ opacity: 1;}
@media (max-width: 1001px) {
}
@media (max-width: 801px) {
	#shop .inner-sct { padding: 42vw 0 50px;}

	#shop .ttl { margin-bottom: -10vw;}
	#shop .ttl .fuwa:before{ right: 5%; top: 120px;}
	#shop .ttl .fuwa:after { left: 8%; top: 320px;}

	#shop ul.shoplist li { width: 50%; padding: 10px; font-size: 18px;}
	#shop ul.shoplist li a { }
	#shop ul.shoplist li a span{ padding: 15px; padding-left: 60px;}
	#shop ul.shoplist li a:before { width: 30px; left: 15px;}

	#shop h4 { margin-bottom: 20px;}
	#shop .check ul li { width: 33%; padding: 12px 0;}
	#shop .check ul li dl dd { font-size: 15px;}
	#shop .check ul li dl dd:before,
	#shop .check ul li dl dd:after { border: solid 20px transparent;}
/*
	#shop .check ul li dl dd:before{ border-right: 0; border-left: solid 10px #fef4c6;}
	#shop .check ul li dl dd:after { border-left: 0; border-right: solid 10px #fef4c6;}
*/
	#shop .check ul li:nth-child(1) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(1) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(2) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(2) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(3) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(3) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(4) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(4) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(5) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(5) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fad9d8;}

	#shop .check ul li dl dd span { padding: 6px;}
	#shop .check ul li dl dd br { display: block;}
	#shop .check ul li dl dd span:after { right: 20px;}
}
@media (max-width: 641px) {
	#shop h3 { margin-bottom: 20px; font-size: 30px;}
	#shop h3 span { display: block;}
	#shop p { margin-bottom: 30px; font-size: 18px;}
	#shop ul.shoplist { margin: 0 auto 60px;}
	#shop ul.shoplist li { padding: 6px; font-size: 15px;}

	#shop h4 { margin-bottom: 10px; font-size: 20px;}
	#shop .check ul li { width: 50%; padding: 10px;}
	#shop .check ul li.none { display: inline-block;}

	#shop .check ul li dl dd { font-size: 14px;}
	#shop .check ul li:nth-child(2) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(2) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(3) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(3) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(4) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(4) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fad9d8;}
	#shop .check ul li:nth-child(5) dl dd:before{ left: 0; border-right: 0; border-left: solid 10px #fef4c6;}
	#shop .check ul li:nth-child(5) dl dd:after { right: 0; border-left: 0; border-right: solid 10px #fef4c6;}
}
@media (max-width: 481px) {
	#shop .inner-sct { padding: 38vw 0 40px;}

	#shop h3 { margin-bottom: 10px; font-size: 20px;}
	#shop p { margin-bottom: 20px; font-size: 13px;}
	#shop ul.shoplist { margin: 0 auto 40px;}
	#shop ul.shoplist li { padding: 5px; font-size: 12px;}
	#shop ul.shoplist li a { padding: 2px; border-radius: 6px;}
	#shop ul.shoplist li a span { padding: 6px 0; padding-left: 30px; border-radius: 4px;}
	#shop ul.shoplist li a span:before { width: 18px; left: 6px;}
	#shop h4 { margin-bottom: 20px; font-size: 18px;}
	#shop .check ul li dl dt { width: 50px;}
	#shop .check ul li dl dd span { font-size: 12px;}
	#shop .check ul li dl dd span:after { width: 6px; height: 6px; right: 18px;}
}


