@charset "utf-8";
/* --------------------------------------------------
	reset
-------------------------------------------------- */
*,
::before,
::after { box-sizing: border-box;}

html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
body { margin: 0;}
main { display: block;}
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0;}
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0;}
ul, ol { margin: 0; padding: 0; list-style: none;}
dd { margin-left: 0;}
hr { box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px; margin: 0; clear: both; color: inherit;}
pre { font-family: monospace, monospace; font-size: inherit;}
address { font-style: inherit;}
a { background-color: transparent; text-decoration: none; color: inherit;}
abbr[title] { text-decoration: underline dotted;}
code, kbd, samp { font-family: monospace, monospace; font-size: inherit;}
small { font-size: 80%;}
sub,
sup { line-height: 0; position: relative; vertical-align: baseline;}

svg, img, embed, object, iframe { vertical-align: bottom;}

/* Forms */
/* ============================================ */
button, input, optgroup, select, textarea { -webkit-appearance: none; appearance: none; background: transparent; padding: 0; margin: 0; border-radius: 0;
 color: inherit; font: inherit; text-align: inherit; text-transform: inherit; vertical-align: middle;
}
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer;}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled { cursor: default;}
:-moz-focusring { outline: auto;}
select:disabled { opacity: inherit;}
option { padding: 0;}
fieldset { margin: 0; padding: 0; min-width: 0;}
legend { padding: 0;}

progress { vertical-align: baseline;}
textarea { overflow: auto;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto;}
[type="search"] { outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit;}
[type="number"] { -moz-appearance: textfield;}
label[for] { cursor: pointer;}
details { display: block;}
summary { display: list-item;}
[contenteditable]:focus { outline: auto;}

table { border-color: inherit; border-collapse: collapse;}
td,
th { vertical-align: top; padding: 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{ position: absolute; border: none; z-index: 100; text-indent: -9999em; outline: none;}

/** Dots */
.slick-dots { position: relative; bottom: 0px; display: block; width: 100%; padding: 0; margin: 0; font-size: 0px; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 40px; height: 12px; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 12px; height: 12px; margin: 0 auto; cursor: pointer;
 color: transparent; border: 0; outline: none; background: #c1c1c1; border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li.slick-active button { background: #d38d78;}



/* Magnific Popup CSS */
.mfp-bg { position: fixed; top: 0; left: 0; z-index: 1042; width: 100%; height: 100%; overflow: hidden; background: rgba(226,190,220,0.58); }
.mfp-wrap { position: fixed; top: 0; left: 0; z-index: 1043; width: 100%; height: 100%; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; left: 8px; right: 8px; z-index: 1044; width: auto; text-align: center; margin-top: -0.8em; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }

button.mfp-close,
button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }

button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; top: 50%; opacity: 0.65; margin: 0; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0;
margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before{ margin-left: 25px; border-right: 27px solid #3F3F3F; }

.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before{ border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; display: block; width: auto; height: auto; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444;
	position: absolute; left: 0; top: 40px; bottom: 40px; right: 0; z-index: -1;
}
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/** Remove all paddings around the image on small screen */
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}


@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 6px; padding-right: 6px; }
}




/*		font-style
-------------------------------------------------- */
body {
	width: 100%;
	color: #716050;
	font-family: "Noto Sans JP","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: "Noto Serif JP","游明朝", "Yu Mincho", "YuMincho", serif;}
.eng { font-family: "Lexend Giga", sans-serif;}
::selection{ background: #feffaf; color: #000;}
::-moz-selection{ background: #feffaf; color: #000;}


a { color:#002159; text-decoration: none;}
a:link   { color:#002159;}
a:visited{ color:#002159;}
a:hover  { color:#002159; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px;}
a:active { color:#002159;}

em{ font-style: normal;}


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


#wrapper { background: #f7f0eb;}

@keyframes shiny {
   0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0;}
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5;}
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1;}
 100% { -webkit-transform: scale(20) rotate(45deg); opacity: 0;}
}


.menu-btn { position: fixed; right: 0; top: 0; width: 100%; z-index: 102; opacity: 1; transition: 0.3s linear;}
.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: 55px; 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: 5px; background: #d38d78; border-radius: 10px; opacity: 1; transition: 0.4s linear;}
.menu-trig div span:nth-of-type(1) { top: 0px; transform: translate(-50%,0px);}
.menu-trig div span:nth-of-type(2) { top: 16px; transform: translate(-50%,0px);}
.menu-trig.active div span:nth-of-type(1) { width: 72%; height: 2px; transform: translate(-50%,8px) rotate(30deg); background: #fff;}
.menu-trig.active div span:nth-of-type(2) { width: 72%; height: 2px; transform: translate(-50%,-8px) rotate(-30deg); background: #fff;}
.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: 80px; height: 50px;}
	.menu-trig { top: 18px; right: 20px; width: 40px; height: 12px;}
	.menu-trig div span { width: 100%; height: 2px;}
	.menu-trig div span:nth-of-type(2) { top: 10px;}
	.menu-trig.active div span:nth-of-type(1) { transform: translate(-50%,5px) rotate(30deg);}
	.menu-trig.active div span:nth-of-type(2) { transform: translate(-50%,-5px) rotate(-30deg);}

	.menu-cart { top: 55px; right: 18px; width: 30px; padding-left: 3px;}
}



#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(255,255,255,0.58);
 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: 480px; height: 100%; padding: 30px 0; background: #d5927e; transition: 0.4s linear 0.2s;}
#hd .menu .logo { width: 100%; padding: 0px 60px 40px;}
#hd .menu .logo a { display: block; width: 80%; max-width: 130px;}
#hd .menu .logo a img { width: 100%;}
#hd .menu .scroll { width: 100%; height: 100%; padding-bottom: 30px; overflow-y: scroll; }
#hd .menu ul.nav { width: 100%; margin: 0 auto 50px; padding: 10px 60px; font-size: 0; line-height: 1;}
#hd .menu ul.nav li { position: relative; padding: 10px 0px; font-size: 22px; }
#hd .menu ul.nav li:last-child { padding: 30px 0 0;}
#hd .menu ul.nav li a { position: relative; display: block; padding: 10px; padding-left: 30px; color: #fff; letter-spacing: 0.1rem;text-decoration: none;}
#hd .menu ul.nav li a:before { content: ''; display: block; width: 10px; height: 100%; background: #fbede4;
 position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}
#hd .menu ul.nav li a:hover {}
#hd .menu ul.nav li ul.sns { border-top: solid 1px #fff; border-bottom: solid 1px #fff; padding: 15px 0;}
#hd .menu ul.nav li ul.sns li { padding: 15px 0; font-size: 18px;}
#hd .menu ul.nav li ul.sns li a { display: block; padding-left: 0;}
#hd .menu ul.nav li ul.sns li a:before { content: none;}
#hd .menu ul.nav li ul.sns li a svg,
#hd .menu ul.nav li ul.sns li a img { display: inline-block; width: 35px; margin-right: 20px; vertical-align: middle;}
#hd .menu ul.nav li ul.sns li a svg { fill: #fff;}
#hd .menu ul.nav li ul.sns li a span { display: inline-block; vertical-align: middle;}

#hd .menu ul.aside { width: 100%; margin: 0 auto; padding: 30px 60px; font-size: 0;}
#hd .menu ul.aside li { position: relative; padding: 12px; font-size: 12px;}
#hd .menu ul.aside li:before { content: ''; display: block; width: 5px; height: 2px; background: #fff;
 position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}
#hd .menu ul.aside li a { color: #fff; 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 { }
	#hd .menu .logo { padding: 0px 30px 30px;}
	#hd .menu .scroll { padding-top: 20px;}
	#hd .menu ul.nav { margin: 0 auto 40px; padding: 0 40px;}
	#hd .menu ul.nav li { padding: 12px 0;}
	#hd .menu ul.nav li a { padding: 6px; padding-left: 25px;}
	#hd .menu ul.nav li a:before { width: 8px;}
	#hd .menu ul.nav li ul.sns li { padding: 8px 0;}
	#hd .menu ul.nav li ul.sns li a svg,
	#hd .menu ul.nav li ul.sns li a img { width: 30px;}
	#hd .menu ul.aside { padding: 20px 40px;}
	#hd .menu ul.aside li { padding: 10px;}
}



#ft { background: #f7f0eb;}
#ft .inner-ft { width: 100%; max-width: 1280px; margin: 0 auto; padding: 90px 0px 40px;}
#ft .ft-ctn {}
#ft h3 { margin-bottom: 50px; text-align: center;}
#ft h3 a { display: block; width: 45%; max-width: 200px; margin: 0 auto;}
#ft h3 svg { width: 100%; fill: #d38d78;}
#ft ul { font-size: 0; text-align: center;}
#ft ul.sns { margin-bottom: 72px;}
#ft ul.sns li { display: inline-block; padding: 0 30px;}
#ft ul.sns li a { display: block; width: 42px; margin: 0 auto;}
#ft ul.sns li a img { width: 100%;}
#ft ul.sns li a:hover { opacity: 0.8;}

#ft .ft-nav { margin-bottom: 120px;}
#ft .ft-nav ul li { display: inline-block; padding: 0 18px; font-size: 18px; font-weight: 500;}
#ft .ft-nav ul li:first-child { padding-left: 0px;}
#ft .ft-nav ul li:last-child { padding-right: 0px;}
#ft .ft-nav ul li a { color: #d38d78; text-decoration: none;}

#ft .copyright {}
#ft .copyright p { color: #c1bfbf; font-size: 12px; text-align: center;}
@media (max-width: 1001px) {
}
@media (max-width: 801px) {
}
@media (max-width: 641px) {
	#ft .ft-nav ul li { font-size: 14px;}
}
@media (max-width: 481px) {
	#ft .inner-ft { padding: 72px 0px 30px;}
	#ft ul.sns { margin-bottom: 40px;}
	#ft ul.sns li { padding: 0 24px;}
	#ft ul.sns li a { width: 36px;}
	#ft .ft-nav { margin-bottom: 40px;}
	#ft .ft-nav ul li { padding: 0 10px; font-size: 12px;}
	#ft .copyright p { font-size: 10px;}
}

.wrap { position: relative; z-index: 2; width: 100%; /* max-width: 1280px; */ margin: 0 auto; background: #fff;}
.note ul li { color: #666; font-size: 10px;}
@media (max-width: 481px) {
	.note ul li { font-size: 9px;}
}
