@charset "utf-8";

/* ##### 共通css ##### */

html {
	font-size: 62.5%;
}

body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 767px) {
    
    body{ font-family: "Sawarabi Mincho", serif; }
    
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.inner-section,
.content {
	width: 1000px;
	margin: 0 auto;
}

a {
	color: #000;
}

a:hover {
	opacity: 0.8;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}

img {
	width: 100%;
}

.br {
	line-height: 0;
	font-size: 1.0rem;
}

.br::before {
	content: "\A";
	white-space: pre;
	display: block;
}

.infinity {
	margin-left: -999rem;
	margin-right: -999rem;
	padding-left: 999rem;
	padding-right: 999rem;
}

.border-header {
	margin: 3.0rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.border-header::before,
.border-header::after {
	border-top: 1px solid;
	content: "";
	display: inline;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
	margin-left: -999rem;
	margin-right: -999rem;
	padding-left: 999rem;
	padding-right: 999rem;
}

.border-header > ruby {
	background-color: #fff;
	z-index: 1;
	font-size: 3.0rem;
	letter-spacing: 0.5rem;
	padding: 0 3.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.border-header > ruby > rt {
	color: #b1b1b1;
	letter-spacing: 0.3rem;
}

.white-link {
	box-sizing: border-box;
	margin: 5.0rem auto;
	width: 30.0rem;
	height: 5.0rem;
	border: 1px solid #a90f2a;
	color: #a90f2a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.white-link > span {
	width: 100%;
}

.white-link > span::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../img/common/arrow-red.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 1.5rem;
}

.white-link:hover {
	background-color: #a90f2a;
	color: #fff;
	opacity: 1;
}

.white-link:hover > span::after {
	background-image: url(../img/common/arrow-white.png);
}

.red-link {
	box-sizing: border-box;
	margin: 5.0rem auto;
	width: 30.0rem;
	height: 5.0rem;
	border: 1px solid #a90f2a;
	background-color: #a90f2a;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.red-link > span {
	width: 100%;
}

.red-link > span::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(../img/common/arrow-white.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 1.5rem;
}

.red-link:hover {
	background-color: #fff;
	color: #a90f2a;
	opacity: 1;
}

.red-link:hover > span::after {
	background-image: url(../img/common/arrow-red.png);
}

.lower-cont {
	width: 1000px;
	margin: 7.0rem auto 0 auto;
}

.shopping-header > ruby {
	color: #3f3f3f;
	background-color: #fff;
	z-index: 1;
	font-size: 3.0rem;
	letter-spacing: 0.5rem;
	margin: 10.0rem 0 3.0rem 0;
	padding: 0 3.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.shopping-header > ruby > rt {
	color: #b1b1b1;
	letter-spacing: 0.3rem;
}

.shopping-top-cont > h3 {
	text-align: center;
	font-size: 2.8rem;
	color: #3f3f3f;
	text-align: center;
	margin: 1.0rem 0;
}

.shopping-top-cont > h4 {
	text-align: center;
	font-size: 2.5rem;
	color: #3f3f3f;
	margin: 3.0rem 0;
}

.shopping-top-cont > p {
	text-align: center;
	letter-spacing: 0.2rem;
	line-height: 2.0rem;
	margin-bottom: 3.0rem;
}

.row-smn {
    overflow: hidden;
}

.shopping-top-cont .row-smn img {
	width: -webkit-calc(100% / 2 - 3.5rem / 2);
	width: calc(100% / 2 - 3.5rem / 2);
	margin-right: 3.5rem;
	float: left;
}

.shopping-top-cont .row-smn img:nth-of-type(2) {
	margin-right: 0;
}

.item-cont {
	margin-top: 10.0rem;
	padding-top: 3.0rem;
	border-top: 1px solid #a5a5a5;
}



/* ==========================================
カート周辺レイアウト
========================================== */


.item-cont {
    border-top: 1px solid #ccc;
    padding: 50px 0;
    margin: 50px 0 0;
    overflow: hidden;
}

.item-cont > p {
    width: 49%;
    float: left;
}

.item-cont .item-desc {
    width: 49%;
    float: right;
}

.cartjs_product_explain {
    width: 100% !important;
}

/*商品説明*/
.product-desc {
    background: #efefef;
    padding: 16px;
    margin-bottom: 16px;
}

/*商品詳細*/
.product-table {
    border-collapse:collapse;
    width: 100%;
}
.product-table td,.product-table th{
    border:1px solid #ccc;
    padding:10px;
}
.product-table th{
    background:#EFEFEF;
}


/*商品名*/
.cartjs_cart_in {
    margin: 0 !important;
    text-align: left !important;
    width: auto !important;

    margin-bottom: 16px;
}
.cartjs_cart_in strong {
    font-size: 24px !important;
}

/*価格、入数*/

.cartjs_product_table {
    float: left !important;
    margin-right: 60px;
}


.cartjs_product_table:before {
content: "※送料込みの価格です。(北海道、沖縄は+500円(税別)必要)";
width:100%;
font-size:14px;
color:#F00;
font-weight:bold;
}

.cartjs_block:before {
content: "※送料込みの価格です。(北海道、沖縄は+500円(税別)必要)";
width:100%;
font-size:14px;
color:#F00;
font-weight:bold;
}

.cartjs_cart_in input {
    background-color: #a90f2a !important;
}


.cartjs_product_table table {
    margin: 0 !important;
    width: auto !important;
}

/*カート*/
.cartjs_cart_in {

}

@media screen and (max-width: 767px) {

    .item-cont > p,
    .item-cont .item-desc {
        width: 100%;
        float: none;
    }

    .cartjs_box {
        border: 0 !important;
    }

}

/* ##### 共通cssここまで ##### */



/* ##### ナビ ##### */
.drawer--right .drawer-nav {
	right: 0;
}
.drawer-hamburger {
	display: none;
}

.drawer-nav {
	position: static;
	width: 1000px;
	margin: 0 auto;
}

.drawer-menu > .lower-btn-1,
.drawer-menu > .lower-btn-2,
.drawer-menu > .lower-btn-3 {
	display: none;
}

.fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transition: 0.8s ease !important;
	transition: 0.8s ease !important;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.is-show {
	transform: translateY(0);
}

.fixed-nav > .drawer-menu {
	padding: 0;
	width: 100%;
	height: 7.0rem;
	background-color: #fff;
	border-bottom: 5px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fixed-nav > .drawer-menu > li > a {
	white-space: nowrap;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
	border-top: none;
	margin: 0.5rem;
	padding: 0 1.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.fixed-nav > .drawer-menu > li > a:hover {
	border-top: none;
	background-color: #dcdcdc;
}


.fixed-nav > .drawer-menu > li > a > span {
	display: none;
}

.fixed-nav > .drawer-menu > .lower-btn-1,
.fixed-nav > .drawer-menu > .lower-btn-2,
.fixed-nav > .drawer-menu > .lower-btn-3 {
	display: block;
}

.fixed-nav > .drawer-menu::after {
	display: none;
}

.fixed-nav > .drawer-menu > .lower-btn-1 {
	display: block;
	width: 70.0rem;
	height: auto;
	margin: 0 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.fixed-nav > .drawer-menu > .lower-btn-1 > a {
	padding: 0;
}

.fixed-nav > .drawer-menu > .lower-btn-1 > a:hover {
	background-color: inherit;
}

.fixed-nav > .drawer-menu > .lower-btn-2 {
	background-color: #f4f4f4;
	margin: 0.5rem;
	padding: 0.5rem;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fixed-nav > .drawer-menu > .lower-btn-2 > a {
	padding: 0;
	margin: 0;
}

.fixed-nav > .drawer-menu > .lower-btn-2 > a > span {
	display: block;
	color: #000;
	margin: 0;
	font-size: 1.2rem;
}

.fixed-nav > .drawer-menu > .lower-btn-2 > a > span::before {
	content: "◆";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.2rem;
}

.fixed-nav > .drawer-menu > .lower-btn-2 > a:hover {
	background-color: inherit;
}

.fixed-nav > .drawer-menu > .lower-btn-2 > a:hover > span::before {
	color: #696969;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}

.fixed-nav > .drawer-menu > .lower-btn-3 {
	width: 250.0rem;
}

.fixed-nav > .drawer-menu > .lower-btn-3 > a {
	width: 95.614%;
	width: -webkit-calc(100% - 1.0rem);
	width: calc(100% - 1.0rem);
	height: 84.375%;
	height: -webkit-calc(100% - 1.0rem);
	height: calc(100% - 1.0rem);
	margin: 0.5rem;
	padding: 0;
}

.fixed-nav > .drawer-menu > .lower-btn-3 > a > span {
	display: block;
    justify-content: center;
	background-color: #a90f2a;
	border: 1px solid #a90f2a;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.fixed-nav > .drawer-menu > .lower-btn-3 > a > span::before {
	content: "";
	display: block;
	width: 4.0rem;
	height: 4.0rem;
	background-image: url(../img/common/cart_01.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.fixed-nav > .drawer-menu > .lower-btn-3 > a:hover > span {
	background-color: #fff;
	color: #a90f2a;
	opacity: 1;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}

.fixed-nav > .drawer-menu > .lower-btn-3 > a:hover > span::before {
	background-image: url(../img/common/cart_04.png);
}

.sp-icon {
	display: none;
}
/* ##### ナビここまで ##### */



/* ##### ヘッダー ##### */
header {
	overflow: hidden;
}
/* ##### ヘッダーここまで ##### */



/* ##### フッター ##### */
footer {
	height: 65vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer > .inner-footer {
	width: 15%;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

footer > .inner-footer > a {
	display: block;
	width: 20.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

footer > .inner-footer > a > img {
	width: auto;
}

footer > .inner-footer > p {
	margin-top: 1.5rem;
}
/* ##### フッターここまで ##### */