/*======================
リセット
=======================*/

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;
}

.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;
}

/*================
共通
=================*/

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

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

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

.fc-wrapper {
	padding: 35px 0 0 0;
}

.fc-wrapper--section {
	padding: 105px 0 0 0;
}

.inner1060 {
	width: 1060px;
	margin: 0 auto;
}

.inner960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
}

.inner860 {
	width: 860px;
	margin: 0 auto;
}

a:hover {
	opacity: 0.7;
}

a img:hover {
	opacity: 0.5;
}

.attention-txt {
	font-size: 14px;
	color: #87807e;
	line-height: 150%;
}

.fixed {
	position: fixed;
	top: 35px;
	left: 0;
}

/*背景色*/

.bg--gray {
	background: #f9f9f9;
}

/*余白*/

.pdt100 {
	padding-top: 100px;
}

.mgT20 {
	margin-top: 20px;
}

.mgb0 {
	margin-bottom: 0 !important;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}


.mgb35 {
	margin-bottom: 35px !important;
}

.mgb40 {
	margin-bottom: 40px !important;
}

.mgb50 {
	margin-bottom: 50px !important;
}

.mgb60 {
	margin-bottom: 60px !important;
}

.mgb65 {
	margin-bottom: 65px !important;
}

.mgb110 {
	margin-bottom: 110px;
}

/*タイトル*/

.column__ttl {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 33px;
	letter-spacing: 3px;
	line-height: 1.0;
}

.column__ttl--product {
	margin: 0 0 70px 0;
}

.column__ttl--mini {
	font-size: 15px;
	display: block;
	margin: 10px 0 0 0;
	letter-spacing: 0;
}

.column__ttl--mini::after {
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	margin: 40px auto 0 auto;
	background: #cbb697;
}

.column__ttl__txt {
	text-align: center;
	margin: 0 0 60px 0;
	font-size: 15px;
	line-height: 200%;
}

.recommend-column__ttl {
	font-size: 28px;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #231b18;
	text-align: center;
	letter-spacing: 3px;
}

.recommend-column__ttl--mini {
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	letter-spacing: normal;
}

.column__ttl--big {
	margin: 0 0 60px 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	font-size: 30px;
	text-align: center;
	padding: 0 0 20px 0;
}

.column__ttl--big::before {
	content: "";
	display: block;
	height: 1px;
	background: #000;
	margin: 2px 0 20px 0;
}

.column__ttl--line {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.column__ttl--line::before {
	content: "";
	height: 1px;
	display: inline-block;
	width: 95px;
	background: #000;
	margin: 0 30px 0 0;
}

.column__ttl--line::after {
	content: "";
	height: 1px;
	display: inline-block;
	width: 95px;
	background: #000;
	margin: 0 0 0 30px;
}

/*ボタン*/

.boton__v01 {
	box-sizing: border-box;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	color: #323333;
	display: block;
	width: 358px;
	margin: 0 auto;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.boton__v01:hover {
	opacity: 0.5;
}


.item__detail .item__box a.item__cart--btn01 {
	display: block;
	border: 1px solid #b70916;
	color: #b70916;
	text-decoration: none;
	text-align: center;
	background: url("https://morozoff.itembox.design/item/images/mimizuku/common/common-cart-icon01.gif") no-repeat 35px 50%;
	padding: 17px 0;
	font-size: 17px;
	width: 418px;
}

.item__cart--btn01:hover {
	color: #b70916;
	opacity: 0.5;
}

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

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

/*zoomアクション*/

.mini-column-top-flex .mini-column-top__box a:hover img {
	opacity: 0.5;
}

.column-news--flex a:hover img {
	opacity: 0.5;
}

.mini-column-flex a:hover img {
	opacity: 0.5;
}

/*============
グローバルナビゲーションここから
==============*/

.global-nav {
	height: 70px;
	background: #f9f9f9;
	z-index: 9999;
	width: 100%;
}

.global-nav>div {
	position: relative;
	top: 0;
	left: 0;
}

.global-nav ul:nth-of-type(1) {
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #efefef;
}

.global-nav ul a {
	box-sizing: border-box;
	text-decoration: none;
	color: #231b18;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	height: 100%;
	display: block;
}

/* .global-nav ul .padding-5{
	box-sizing: border-box;
	text-decoration: none;
	color: #231b18;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	height: 100%;
	display: block;
} */

.global-nav__list--shop .global-nav__inner {
	flex-direction: row;
}

.global-nav__list--shop {
	background: #ededed !important;
}

.global-nav__list--shop__icon {
	margin: 0 8px 0 5px;
}

.global-nav__inner {
	box-sizing: border-box;
	background: url(https://morozoff.itembox.design/item/images/mimizuku/common/header-nav-line.jpg) no-repeat 100% 10px;
	background-size: 1px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: 3px;
	padding-top: 6px;
}

.global-nav ul a:hover {
	opacity: 0.5;
}

.global-nav__list {
	font-size: 18px;
	width: 211px;
	height: 70px;
}

.global-nav .cts-show ul {
	width: 100%;
	height: 86px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
	width: 1060px;
}

.global-nav .cts-show ul .global-nav__list {
	font-size: 18px;
	width: 330px;
	height: 70px;
}

.global-nav .cts-show ul .global-nav__list .add2 {
	display: flex;
	align-items: flex-start;
	text-align: left;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0.075em;
}

.global-nav .cts-show ul .global-nav__list .add2::before {
	margin: 9px 10px 0 0;
	content: "";
	width: 10px;
	height: 1px;
	background: #b19b79;
}

.global-nav .cts-show ul .global-nav__list .add2 .add2-name {
	display: contents;
	font-size: 11px;
	font-family: 'あおぞら明朝 Medium', 'Lora', serif;
	letter-spacing: 0.05em;
}

.global-nav .cts-show ul .global-nav__list .add2-sub{
	display: contents;
	font-size: 14px;
}

.global-nav .cts-show ul .global-nav__list .add2 .add2-name_ {
	display: contents;
	font-size: 10px;
	font-family: 'あおぞら明朝 Medium', 'Lora', serif;
	letter-spacing: 0.05em;
}


@media all and (-ms-high-contrast: none){
	.global-nav .cts-show ul .global-nav__list .add2 .add2-name {
		display:ruby;
	}
}

.global-nav .cts-show ul .global-nav__list .global-nav__inner {
	background: none;
}

.global-nav__list--mini {
	font-size: 12px;
	display: block;
	letter-spacing: 0;
}

.btn-show {
	position: relative;
	top: 0;
}

.background_change{
	background-color:#F4F0EC ;
	height: 86px!important;
}

/*
.cts-show {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
}
*/

.global-nav-fixed.cts-show {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	height: 86px;
	z-index: 999999999;
	background: #f9f9f9;
}


/*============
グローバルナビゲーションここまで
==============*/

/*ヘッダー*/

.headerBar {
	height: 35px;
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
}



.headerBar .inner_pc {
	height: 40px!important;
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
}

.headerBar .inner_pc .inner02 {
	width: 950px;
	margin: 0 auto;
	height: 25px;
	position: relative;
}

.headerBar .inner_pc .inner02 .logoImg {
	position: absolute;
	left: 0;
	top: 9px!important;
	width: 191px!important;
}

.menuAll {
	position: absolute;
	right: 0;
	top: 10px;
	color: #FFFFFF;
	font-size: 11px;
}

.menuAll a {
	color: #000000!important;
}

.menuAll .nav03 {
	background: url(../img/common/home_coming_nv-3.png) no-repeat left;
	padding-left: 21px;
	float: left;
}

.menuAll .nav04 {
	background: url(../img/common/home_coming_nv-4.png) no-repeat left;
	padding-left: 21px;
	float: left;
}

.menuAll .nav05 {
	background: url(../img/common/home_coming_nv-5.png) no-repeat left;
	padding-left: 21px;
	float: left;
}

.menuAll .nav06 {
	background: url(../img/common/home_coming_nv-6.png) no-repeat left;
	padding-left: 21px;
	float: left;
}

.menuAll .nav07 {
	background: url(../img/common/home_coming_nv-7.png) no-repeat left;
	padding-left: 21px;
	float: left;
}

.menuAll .nav08 {
	float: left;
	margin-left: 10px;
	width: 17px;
	height: 17px;
}

.snsArea {
	background: #fcffff none repeat scroll 0 0;
	border: 4px solid #f5e873;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	width: 90px;
}

.snsArea::after,
.arrow_box::before {
	border: medium solid transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.snsArea::after {
	border-color: rgba(252, 255, 255, 0) rgba(252, 255, 255, 0) #fcffff;
	border-width: 2px;
	left: 50%;
	margin-left: -2px;
}

.snsArea::before {
	border-color: rgba(245, 232, 115, 0) rgba(245, 232, 115, 0) #f5e873;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}

body {
	font-size: 15px;
	line-height: 150%;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../lib/main_bg01.gif) repeat-y;
}

.attention {
	font-size: 12px;
	margin-top: 20px;
	display: block;
}

.price {
	font-size: 20px;
	padding-top: 20px;
	display: block;
}

.line {
	text-align: center;
	margin-bottom: 30px;
}

.button {
	margin-top: 20px;
}

/*フッター*/

.footer {
	position: relative;
	line-height: 2.0;
}

.footer .footer__block01 {
	background: #f9f9f9;
	padding: 40px 0;
}

.footer__btn--page-top {
	position: absolute;
	top: -50px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.footer__btn--page-top a:hover {
	opacity: 1 !important;
}

.footer__btn--page-top a img:hover {
	opacity: 1 !important;
}

.footer .footer__block01 .inner960 {
	display: flex;
	justify-content: space-around;
}

.footer .footer__block01__box {
	width: 370px;
	text-align: center;
}

.footer__block01__hr {
	display: block;
    width: 1px;
    background: #e3e1e1;
    border: none;
    height: 240px;
    margin: auto 0 0!important;
}

.footer .footer__block01__box .footer__block01__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%;
}

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

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

.footer .footer__block01__box .footer__block01__ttl {
	margin: 0 0 16px 0;
}

.footer .footer__block01__box .footer__block01__ttl::after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #b19b79;
	margin: 16px auto 0 auto;
}

.footer__txt-block {
	height: 140px;
}

.footer .footer__block01__txt {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 2.0;
	letter-spacing: 0.1em;
}

.footer .footer__block01__txt--mini {
	font-size: 11px;
	color: #87807e;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 0.1em;
}

.footer .footer__logo {
	text-align: center;
	padding: 10px 0;
}

.footer .copy {
	background: #000;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 5px 0;
	font-size: 12px;
	margin: 0 !important;
}
/*ここまで共通化しても良い*/
/*============
PRODUCT（共通）
==============*/

.product-cts {
	padding: 90px 0 110px 0;
	background: #f9f9f9;
}

.product-cts .product-point {
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin: 0 0 40px 0;
}

.product-cts .product__ttl--sub {
	margin: 0 0 30px 0;
	font-size: 26px;
	display: flex;
	justify-content: center;
}

.product__ttl--sub__inner {
	display: inline-block;
	background: url(https://morozoff.itembox.design/item/images/mimizuku/top/top-product-line-ttl.png) repeat-x 0 100%;
	padding: 0 0 15px 0;
}

.product-cts .product-point .product-point__ttl {
	text-align: center;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.product-cts .product-point .inner {
	border: 2px solid #e1e1e1;
	background: #FFF;
	padding: 35px;
	position: relative;
	top: 0;
	left: 0;
}

.product__icon--stanp {
	position: absolute;
	top: -115px;
	left: -115px;
	z-index: 999;
}

.product-cts .product-point-flex {
	display: flex;
}

.product-cts .product-point-flex__obj {
	width: 350px;
	margin: 0 40px 0 0;
}

.product-point-flex__txt {
	width: 490px;
	line-height: 200%;
}

.product-cts .product__attention {
	color: #b70916;
	text-align: center;
	text-decoration: underline;
	line-height: 200%;
	font-size: 18px;
	margin: 0 0 20px 0;
}

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

.item__detail {
	background: #FFF;
	display: flex;
	justify-content: space-around;
	padding: 35px 0 40px 0;
	margin: 0 0 20px 0;
}

.item__detail .item__box {
	width: 420px;
	text-align: center;
}

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

.item__detail .item__box .img {
	margin: 0 0 25px 0;
}

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

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

/*============
システム用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;
}


/*================
コラムニュース（個別ページ）
=================*/
.column_wrap .global-nav{
  position: fixed;
}