/*================
リセット（共通）
=================*/

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

li img {
	font-size: 0;
	vertical-align: bottom;
}

a img {
	border: none;
	height: auto !important;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

* html .clearfix {
	zoom: 1;
}

* + html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a,
a:visited {
	color: inherit;
	text-decoration: none;
}


/*============
全体設定（共通）
==============*/

@font-face {
	font-family: あおぞら明朝 Medium;
	src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoMedium_web.woff2') format("woff2");
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'あおぞら明朝 Medium','Lora', serif ;
	color: #231b18;
}

/*
body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Lora', serif, 'あおぞら明朝 Medium';
	color: #231b18;
}
*/

a {
	text-decoration: none;
	color: #231b18;
}

a:hover {
	opacity: 0.7;
}

.attention-txt {
	font-size: 12px;
	color: #87807e;
	line-height: 150%;
	margin: auto;
    width: 80% !important;
	padding: 0 0 20px 0 !important;
}

img {
	width: 100%;
}

.item__detail .item__box a {
	text-decoration: underline;
	color: #b70916;
}

.fc-wrapper {
	padding-top: 60px;
	overflow: hidden;
}

/*タイトル*/

.common__ttl--section {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.0;
	letter-spacing: 0.1em;
}

.common__ttl--section--mini {
	font-size: 10px;
	display: block;
	margin: 5px 0 0 0;
}

.common__ttl--section--mini::after {
	content: "";
	display: block;
	width: 23px;
	height: 1px;
	margin: 20px auto 0 auto;
	background: #cbb697;
}

.common__ttl--double {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 2px 0 5px 0;
	border-top: 2px solid #231b18;
	border-bottom: 1px solid #231b18;
	font-weight: bold;
}

.common__ttl--double::before {
	content: "";
	display: block;
	height: 1px;
	background: #231b18;
	width: 100%;
	margin: 0 0 5px 0;
}

.common_ttl--underline {
	border-bottom: 1px solid #231b18;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 17px;
	text-align: center;
}

.common_ttl--underline--mini {
	display: block;
	font-size: 10px;
}

.item__detail__ttl--center {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 20px;
	width: 90%;
	margin: 0 auto 20px auto;
}

.item__detail__ttl--center span {
	width: 100%;
	white-space: nowrap;
	display: contents;
}

.item__detail__ttl--center::after {
	display: block;
	content: "";
	height: 1px;
	background: #000;
	width: 100%;
}

.item__detail__ttl--center::before {
	display: block;
	content: "";
	height: 1px;
	background: #000;
	width: 100%;
}

/*テキスト*/

.common__ttl__txt {
	text-align: center;
	margin: 0 auto 30px auto;
	font-size: 12px;
	width: 90%;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

/*ボタン*/

.common__btn--nomal {
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	padding: 15px 10px;
	font-size: 16px;
	color: #323333;
	display: block;
	width: 60%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

.debut__icon {
	box-sizing: border-box;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	width: 60%;
}

.common__btn--nomal a {
	color: #000;
}

.item__cart--btn01 {
	color: #b70916;
	display: block;
	border: 1px solid #b70916;
	padding: 10px 0;
	margin: 0 auto;
	background: url(https://morozoff.itembox.design/item/images/mimizuku/sp/common/common-cart-icon01.gif) no-repeat 5% 50%;
	color: #b70916;
}

.item__cart--btn01 {
	color: #b70916;
	display: block;
	border: 1px solid #b70916;
	padding: 10px 0;
	margin: 0 auto;
	background: url(https://morozoff.itembox.design/item/images/mimizuku/sp/common/common-cart-icon01.gif) no-repeat 5% 50%;
	color: #b70916;
}

.item__cart--btn01:visited {
	color: #b70916;
}

.mini-column__days {
	color: #a1a1a1;
	font-size: 11px;
}

/*============
ヘッダー（共通）
==============*/

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999999999999;
	overflow: visible !important;
}

.shop__logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.shop__logo span {
	width: 50%;
}

/*カテゴリリスト*/

.drawer-menu__list {
	padding: 0 0 20px 0;
	font-size: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #e3e1e1;
}

.drawer-menu__list li {
	width: 80%;
}


.drawer-menu__list li a {
	display: block;
	text-decoration: none;
	color: #231b18;
	width: 100%;
	box-sizing: border-box;
}



.drawer-menu__list li .contain {
	display: block;
	text-decoration: none;
	color: #231b18;
	padding: 1px 0 20px 0;
	width: 100%;
	box-sizing: border-box;
}

.drawer-menu__list li:last-child::after {
	display: none;
}

/*
.drawer-menu__list li::after {
	width: 30px;
	content: "";
	display: inline-block;
	height: 1px;
	background: #e3e1e1;
}
*/

.drawer-menu__list li a span {
	display: block;
	font-size: 12px;
}

.drawer-menu__list li .drop a span:first-child {
	font-size: 19px;
}

.drawer-menu__list li .contain span {
	display: block;
	font-size: 12px;
}

.drawer-menu__list li .drop > a {
	display: flex;
}

.drawer-menu__list li .drop > a::before {
	content: '';
	height: 1px;
	width: 10px;
	background: #b19b79;
	margin: 13px 10px 0 0;
	margin-left: 38px;
}

.drawer-menu__list li a:nth-of-type(1) {
	margin-top: 5px;
	margin-bottom: 25px;
} 

.drawer-menu__list li a:nth-of-type(2) {
	margin-top: 0;
	margin-bottom: 25px;
} 

.drawer-menu__list li a:nth-of-type(3) {
	margin-top: 0;
	margin-bottom: 30px;
} 

.drawer-menu__list li:last-child {
	margin-top: 22px;
}

.drawer-menu__list li .dropspan:nth-of-type(1) {
	font-size: 19px;
}

.drawer-menu__list li .drop span:nth-of-type(2) {
	display: block;
	font-size: 12px;
}

/*オンラインショップトップへ*/

.drawer-menu__btn--online {
	box-sizing: border-box;
	padding: 30px 0 30px 0;
	/*	background: url("https://morozoff.itembox.design/item/images/mimizuku/sp/common/header-icon-cart.png") no-repeat 8% 50%;*/
	background-size: 10%;
	line-height: 1.0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #231b18;
	margin-right: 10%;
}

.drawer-menu__btn--online > div:nth-of-type(1) {
	width: 10%;
	margin-right: 5px;
}

.drawer-menu__btn--online__big {
	font-size: 20px;
	letter-spacing: 3px;
	display: block;
}

.drawer-menu__btn--online span {
	display: block;
}

/*ログイン・インスタボタン*/

.drawer-menu__flex {
	display: flex;
	background: #f9f9f9;
}

.drawer-menu__flex a {
	color: #CAB699;
}

.drawer-menu__flex a:nth-child(1) {
	order: 1;
}

.drawer-menu__flex a:nth-child(2) {
	order: 3;
}

.drawer-menu__flex::after {
	content: "";
	width: 1px;
	background: #ededed;
	order: 2;
	margin: 20px 0;
}

.drawer-menu__btn--login,
.drawer-menu__btn--insta {
	display: block;
	text-align: center;
	width: 50%;
	padding: 15px 0;
	font-size: 12px;
	line-height: 1.5;
}

.drawer-menu__btn--login img,
.drawer-menu__btn--insta img {
	width: 15%;
	margin: 0 0 10px 0;
	display: inline-block;
}

.drawer-menu__btn--login span,
.drawer-menu__btn--insta span {
	display: block;
	font-size: 12px;
}

/*============
ドロワーメニュー
==============*/

.drawer {
	background: #000;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.drawer-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
}

.drawer-brand {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.75rem;
	display: block;
	padding-right: .75rem;
	padding-left: .75rem;
	text-decoration: none;
	color: #fff;
}

.drawer-menu {
	padding: 50px 0 0 0;
	margin: 0;
	list-style: none;
}

.drawer-menu-item {
	font-size: 1rem;
	display: block;
	padding: .75rem;
	text-decoration: none;
	color: #fff;
}

.drawer-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}

.drawer-open .drawer-overlay {
	display: block;
}

.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
	transition: top .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--top.drawer-open .drawer-nav {
	top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
	right: 0;
}

.drawer--right .drawer-nav {
	right: -100%;
	-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
	transition: right .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 0;
	z-index: 999999;
}

.drawer-hamburger {
	position: absolute;
	z-index: 4;
	top: 0;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	padding: 0;
	padding: 18px .75rem 30px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background-color: transparent;
}

.drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #fff;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' ';
	background-color: #fff;
}

.drawer-hamburger-icon:after {
	top: 10px;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0;
	background: #000;
}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
	background-color: #fff;
}

.drawer--navbarTopGutter {
	padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.drawer-navbar {
	z-index: 3;
	top: 0;
	width: 100%;
}

.drawer-navbar--fixed {
	position: fixed;
}

.drawer-navbar-header {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	padding: 0 .75rem;
	text-align: center;
}

.drawer-navbar .drawer-brand {
	line-height: 3.75rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
	background-color: transparent;
}

.drawer-navbar .drawer-nav {
	padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
	padding-bottom: 7.5rem;
}

.drawer-dropdown-menu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.drawer-dropdown-menu > li {
	width: 100%;
	list-style: none;
}

.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: .75rem;
	padding-left: 1.5rem;
	text-decoration: none;
	color: #fff;
}

.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	color: #555;
	background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
	display: block;
}

.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.drawer-container {
	margin-right: auto;
	margin-left: auto;
}

/*============
フッター（共通）
==============*/

.footer {
	position: relative;
	padding: 60px 0 0 0;
	background: #f9f9f9;
}

.footer__cts {
	padding: 0 5%;
	box-sizing: border-box;
}

.footer__btn--page-top {
	position: absolute;
	top: -40px;
	display: flex;
	justify-content: center;
	width: 90%;
	box-sizing: border-box;
}

.footer__btn--page-top a {
	width: 18%;
}

.footer__cts__ttl {
	width: 60%;
	margin: 0 auto 15px auto;
}

.footer__cts__ttl::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #b19b79;
	margin: 10px auto 0 auto;
}

.footer__cts__btn {
	display: block;
	border: 1px solid #b19b79;
	text-align: center;
	color: #b19b79;
	padding: 15px 0 12px 30px;
	background: #FFF;
	text-decoration: none;
	line-height: 100%;
	width: 100%;
	margin: 0 auto 40px auto;
	letter-spacing: 0.1em;
}

.footer__cts__btn:visited {
	color: #b19b79;
}

.footer__cts__btn--login {
	background: #fff url(https://morozoff.itembox.design/item/images/mimizuku/common/footer-icon-menber.gif) no-repeat 35px 50%;
}

.footer__cts__btn--insta {
	background: #fff url(https://morozoff.itembox.design/item/images/mimizuku/common/footer-icon-insta.gif) no-repeat 35px 50%;
}

.footer__hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 auto 25px auto;
	background: #e3e1e1;
	border: none;
}

.footer__cts__txt {
	margin: 0 0 15px 0;
	color: #000;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0.1em;
}

.footer__cts__txt--mg {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;
}

.footer__cts__txt--mini {
	font-size: 11px;
	color: #87807e;
	margin: 0 0 15px 0;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0.05em;
}

.footer__logo {
	text-align: center;
	padding: 5px 0;
	background: #fff;
}

.footer__logo img {
	width: 15%;
	display: inline-block;
}

.copyright {
	background: #000;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	font-size: 12px;
}

/*============
PRODUCT（共通）
==============*/

.product-cts {
	background: #f9f9f9;
	position: relative;
	top: 0;
	left: 0;
	padding: 35px 0;
}

.product__ttl--sub {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 20px 0;
}

.product__icon--stanp {
	width: 20%;
	position: absolute;
	top: -20px;
	left: 20px;
}

.product-cts .product-point-bg {
	width: 100%;
	margin: 0 auto;
	background: url(https://morozoff.itembox.design/item/images/mimizuku/sp/top/sp-mimizuku-top-img05.gif) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
}

.product-cts .product-point-bg .product-point-bg__txt {
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.8;
}

.product__attention {
	color: #231b18;
	text-align: center;
	text-decoration: underline;
	line-height: 1.8;
	font-size: 13px;
	margin: 20px 0;
}


/*============
商品詳細（共通）
==============*/

.item__detail {
	/*	padding: 25px 0 50px 0;*/
	padding: 0 !important;
	margin: 0 auto;
	background: #f9f9f9;
	display: block !important;
}

.item__detail .item__box {
	background: #FFF;
	text-align: center;
	margin: 0 auto;
	/*	padding-top: 30px;*/
}

.item__detail .item__box002 {
	padding-bottom: 30px;
}

.item__detail .item__box .img {
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

.item__detail .item__box .item__name {
	padding: 0 0 30px 0;
	font-size: 14px;
	color: #b70916;
}

.item__detail .item__box .item__price {
	margin: 0 0 15px 0;
	color: #b70916;
	font-size: 20px;
}

.item__detail p.attention-txt {
	display: block;
	width: 95%;
	margin: 10px auto 0 auto;
}

/*============
システム用CSS（共通）
==============*/

#page #main {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#page .bread_crumb {
	padding: 0 !important;
	height: 0 !important;
}

#page #main #maincolumn {
	width: 100% !important;
}

.main-slider-wrap .bx-wrapper li {
	width: 100% !important;
}

/*============
ミニコラム（共通）
==============*/

.mini-column-top-cts {
	padding: 50px 0 0 0;
	margin: 0 auto 90px auto;
	background: #FFF;
	width: 100%;
}

.mini-column-top__box {
	width: 90%;
	margin: 0 auto 30px auto;
}

.mini-column-top__box__img {
	margin: 0 0 10px 0;
	position: relative;
	top: 0;
	left: 0;
}

.mini-column-top__box__img .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 50px;
}

.mini-column__ttl--tag {
	color: #FFF;
	background: #cbb697;
	display: inline-block;
	padding: 2px 3px;
	text-align: left;
	font-size: 11px;
	margin: 0 0 10px 0;
	width: 210px;
	text-align: center;
}

.mini-column__ttl--tag--mgl {
	margin: 0 0 10px 0;
	text-align: center;
}

.mini-column__ttl--tag--auto {
	color: #FFF;
	background: #cbb697;
	display: inline-block;
	padding: 2px 3px;
	text-align: center;
	font-size: 11px;
	margin: 0 0 13px 0;
	width: 210px;
}

.mini-column__ttl--sub {
	font-size: 14px;
	margin: 0 0 3px 0;
}

/*============
レーヴ・ドゥ・ショコラ誕生秘話（共通）
==============*/

.item-detail-column {
	padding: 10% 5%;
}

.item-detail-column__item-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item-detail-column__item-box__img {
	position: relative;
	top: 0;
	left: 0;
	width: 38%;
	margin: 0 0 20px 0;
}

.item-detail-column__item-box .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 25%
}

.item-detail-column__deatail {
	width: 60%;
	margin: 0 0 20px 0;
}

.mini-column__ttl--tag--item-detail {
	font-size: 11px;
	margin: 0 0 5px 0;
}

.mini-column__ttl--sub--item-detail {
	font-size: 14px;
	margin: 0 0 5px 0;
}

/*============
管理画面
==============*/

#content {
	margin: 0;
	padding: 0;
}