@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	background-color: #dbd2c4;
	color: #242424;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	word-wrap: break-word;
	font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a:link,
a:visited,
a:hover,
a:active{
	overflow:hidden;
	outline:none;
}

a {
	color: #e33838;
	opacity: 1;
	transition-property: opacity,color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	color: #f02e2e;
	opacity: 0.6;
	text-decoration: none;
}




/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

.fax_number {
	pointer-events: none;
	color: #242424;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
		color: #242424;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p {
	margin-bottom: 1em;
}
p:last-of-type {
	margin-bottom: 0;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}





/* ================================================================================

	PCヘッダー

================================================================================ */
@media (min-width: 768px) {

	header {
		position: relative;
		background-color: #242424;
		max-width: none;
		width: 100%;
		min-height: 8vw;
		height: 100%;
	}



	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		top: 2.76vw;
		left: 2.76vw;
		z-index: 1;
	}
	.h_logo img {
		width: 14.0625vw;
		height: auto;
	}



	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
		position: absolute;
		top: 2.4vw;
		right: 8vw;
		z-index: 1;
	}
	.navi_pc ul {
		font-size: 0;
		text-align: right;
	}
	.navi_pc ul li {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 2vw 0 0;
	}
	.navi_pc ul li:last-of-type {
		margin: 0;
	}
	.navi_pc ul li a {
		display: block;
		color: #ffffff;
		letter-spacing: 0.05em;
		font-size: 1.1vw;
		font-weight: 400;
		line-height: 1.1;
	}
	.navi_pc ul li a span {
		display: block;
		font-size: 0.68em;
		margin: 0 0 0.75em 0;
	}



	/* welcartボタン
	----------------------------------------------- */
	.h_welcart {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 1;
		padding: 1.2vw;
		line-height: 1;
	}
	.page-home .h_welcart {
	/*
		background-color: rgba(0,0,0,0.5);
		*/
	}
	.h_welcart_hamburger {
		background-color: #151515;
	}
	.incart-btn {
		float: left;
	}
	.membership {
		float: left;
	}
	.search-box {
		float: right;
	}


	/* カートボタン */
	.incart-btn {
		padding: 0.1vw 0 0 0;
	}
	.incart-btn a {
		display: inline-block;
		font-size: 1.42vw;
		font-weight: 400;
		letter-spacing: 0.05em;
		margin: 0 0 0 0.5em;
		color: #dbd2c4;
		padding: 0.2em 0.6em 0.2em 0.62em;
		border: 1px solid #dbd2c4;
	}
	.incart-btn a span.total-quant {
		display: inline-block;
		vertical-align: top;
		background-color:#fff;
		color:#e33838;
		border-radius: 50%;
		padding: 0.1em 0.3em 0.15em;
		font-size: 1vw;
		letter-spacing: 0;
		line-height: 1;
		margin: 0.1em 0 0 0.3em;
	}


	/* 会員 */
	.membership {
		padding: 0.6vw 0 0 0;
	}
	.membership a{
		color:#c8b186;
	}
	.membership ul {
	}
	.membership ul li {
		float: left;
		font-size: 1.1vw;
		color: #dbd2c4;
		margin: 0 0 0 1vw;
	}


	/* 検索ボタン */
	.search-box dl {
	}
	.search-box dl dt {
		float: left;
		font-size: 1.42vw;
		font-weight: 300;
		letter-spacing: 0.05em;
		color: #dbd2c4;
		padding: 0.3em 0.5em;
	}
	.search-box dl dd {
		float: left;
	}
	.search-box form {
		display: block;
	}
	.search-box div.s-box {
		display: block;
		position: relative;
		width: 100%;
		float: right;
		text-align: center;
	}
	.search-box input[type="text"] {
		width: 16em;
		border: none;
		font-size: 1.42vw;
		background-color: #dbd2c4;
		padding: 0.2em;
		border-radius: 0.2em;
	}

	.search-box .searchsubmit {
		font-size: 1.1vw;
		font-family: FontAwesome;
		padding: 0.3em;
		-webkit-appearance: none;
		display: inline-block;
		color: #161616;
		vertical-align: top;
		border: none;
		border-radius: 0.2em;
		background: #e33838;
		margin: 0.25vw 0 0 0.3vw;
		cursor: pointer;
		transition-property: opacity,color;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	.search-box .searchsubmit:hover {
		opacity: 0.6;
	}

}





/* ================================================================================

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {

	header {
		position: relative;
		background-color: #262626;
		min-height: 11.5vw;
	}



	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		top: 3.4vw;
		left: 3vw;
		z-index: 1;
		line-height: 1;
	}
	.h_logo h1 a {
		display: block;
	}
	.h_logo img {
		width: 29vw;
		height: auto;
	}
	.page-home .h_logo img {
		width: 40vw;
		height: auto;
	}




	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
		display: none;
	}



	/* welcartボタン
	----------------------------------------------- */
	.h_welcart {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 1;
		padding: 0 2vw 5vw;
		line-height: 1;
	}
	.page-home .h_welcart {
		background-color: rgba(0,0,0,0.5);
		padding: 6vw 2vw;
	}
	.h_welcart_hamburger {
		display: none;
	}
	.h_inner {
		text-align: center;
	}
	.incart-btn {
		display: block;
	}
	.membership {
		display: block;
	}
	.search-box {
		display: block;
	}


	/* カートボタン */
	.incart-btn {
		padding: 0;
		margin: 0 0 5vw 0;
	}
	.incart-btn a {
		display: inline-block;
		font-size: 3.5vw;
		font-weight: 400;
		letter-spacing: 0.05em;
		margin: 0 0.5em 0 0;
		color: #dbd2c4;
		padding: 0.6em 0.6em 0.5em 0.62em;
		border: 1px solid #dbd2c4;
	}
	.incart-btn a span.total-quant {
		display: inline-block;
		vertical-align: top;
		background-color: #dbd2c4;
		color: #e33838;
		border-radius: 50%;
		padding: 0.05em 0.3em 0.15em;
		font-size: 3.3vw;
		letter-spacing: 0;
		line-height: 1;
		margin: 0 0 0 0.3em;
	}


	/* 会員 */
	.membership {
		padding: 0;
		margin: 0 0 5vw 0;
	}
	.membership ul {
	}
	.membership ul li {
		display: inline-block;
		font-size: 3.5vw;
		color: #dbd2c4;
		margin: 0 0 0 2vw;
	}


	/* 検索ボタン */
	.search-box dl {
		font-size: 0;
		text-align: center;
	}
	.search-box dl dt {
		display: inline-block;
		vertical-align: top;
		font-size: 4vw;
		font-weight: 300;
		letter-spacing: 0.05em;
		color: #dbd2c4;
		padding: 0.3em 0.5em;
	}
	.search-box dl dd {
		display: inline-block;
		vertical-align: top;
	}
	.search-box form {
		display: block;
	}
	.search-box div.s-box {
		display: block;
		position: relative;
		width: 100%;
		float: right;
		text-align: center;
	}
	.search-box input[type="text"] {
		width: 14em;
		border: none;
		font-size: 4vw;
		background-color: #dbd2c4;
		padding: 0.2em;
		border-radius: 0.2em;
	}

	.search-box .searchsubmit {
		font-size: 3.5vw;
		font-family: FontAwesome;
		padding: 0.3em;
		-webkit-appearance: none;
		display: inline-block;
		color: #161616;
		vertical-align: top;
		border: none;
		border-radius: 0.2em;
		background: #e33838;
		margin: 0.3vw 0 0 1.5vw;
		cursor: pointer;
		transition-property: opacity,color;
		transition-duration: 0.3s;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
	}
	.search-box .searchsubmit:hover {
		opacity: 0.6;
	}
}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		background-color: #242424;
		padding: 6.25vw 13vw;
		text-align: center;
		color: #ffffff;
	}


	/* ロゴ
	----------------------------------------------- */
	.f_header {
		position: relative;
		width: 100%;
		margin: 0 0 3.12vw 0;
	}
	.f_logo {
		float: left;
		padding: 0.9vw 0 0 0;
	}
	.f_logo img {
		width: 14.0625vw;
		height: auto;
	}

	.f_contact {
		float: right;
		border: 2px solid #cbcbcb;
		padding: 0.6vw 1.5vw;
		margin: 0 17.6vw 0 0;
	}
	.f_contact span {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.3vw;
		margin: 0 1vw 0 0;
	}
	.f_contact a {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.3vw;
		color: #cbcbcb;
		border: 2px solid #cbcbcb;
		padding: 0.1em 0.6em;
	}


	/* ナビ
	----------------------------------------------- */
	.f_navi_wrap {
		position: relative;
		width: 100%;
		font-size: 0;
		text-align: center;
		margin: 0 0 3.12vw 0;
	}
	.f_navi_wrap::before {
		position: absolute;
		content: "";
		display: block;
		background: #4d4d4d;
		width: 1px;
		height: 22.5vw;
		top: -0.5vw;
		left: 50%;
	}

	.f_navi_wrap_left {
		width: 27vw;
		display: inline-block;
		vertical-align: top;
		font-size: 0.99vw;
		margin: 0 1vw 0 0;
	}
	.f_navi_wrap_right {
		width: 27vw;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.f_navi_wrap_left_wrap {
	
	}
	.f_navi_wrap_right_wrap {
		margin: 0 0 1vw 0;
	}

	.f_navi_wrap_left_wrap_left {
		display: inline-block;
		vertical-align: top;
		font-size: 2.031vw;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.5;
		margin: 0 2vw 0 1vw;
	}
	.f_navi_wrap_left_wrap_right {
		display: inline-block;
		vertical-align: top;
		font-size: 0.99vw;
		text-align: left;
	}
	.f_navi_wrap_left_wrap_right ul li a {
		color: #ffffff;
		line-height: 2;
	}

	.f_navi_wrap_right_wrap_left {
		display: inline-block;
		vertical-align: top;
		font-size: 2.031vw;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.5;
		margin: 0 2vw 0 1vw;
	}
	.f_navi_wrap_right_wrap_right {
		display: inline-block;
		vertical-align: top;
		font-size: 0.99vw;
		text-align: left;
	}
	.f_navi_wrap_right_wrap_right ul li a {
		color: #ffffff;
		line-height: 2;
	}

	/* お支払方法 */
	.f_payment {
		padding: 0 0 0 1vw;
		font-size: 0.8333vw;
	}
	.f_payment span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0.3vw 0 0;
		font-size: 0.8333vw;
	}
	.f_payment img {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		height: 2.082vw;
		margin: 0 0 0 1vw;
	}



	/* SP用フッターリンク */
	.f_navi_sp {
		display: none;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 0.833vw;
		text-align: center;
		letter-spacing: 0.1em;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		background-color: #242424;
		padding: 16vw 6vw;
		text-align: center;
		color: #ffffff;
	}


	/* ロゴ
	----------------------------------------------- */
	.f_header {
		position: relative;
		width: 100%;
		margin: 0 0 6vw 0;
	}
	.f_logo {
		margin: 0 0 3vw 0;
	}
	.f_logo img {
		width: 48vw;
		height: auto;
	}

	.f_contact {
		display: block;
		width: 100%;
		border: 2px solid #cbcbcb;
		padding: 4vw 0;
		margin: 0 10.5vw 0 0;
	}
	.f_contact span {
		display: block;
		font-size: 3.5vw;
		margin: 0 1vw 0 0;
	}
	.f_contact a {
		display: block;
		width: 50%;
		font-size: 4vw;
		color: #cbcbcb;
		border: 2px solid #cbcbcb;
		padding: 0.1em 0.6em;
		margin: 3vw auto 0;
	}


	/* ナビ
	----------------------------------------------- */
	.f_navi_wrap {
		position: relative;
		width: 100%;
		font-size: 0;
		text-align: left;
		margin: 0 0 6vw 0;
	}

	.f_navi_wrap_left {
		width: 100%;
		display: block;
		vertical-align: top;
		font-size: 3.5vw;
		margin: 0 0 6vw 0;
	}
	.f_navi_wrap_right {
		width: 100%;
		display: block;
		vertical-align: top;
		font-size: 3.5vw;
		margin: 0 0 6vw 0;
	}
	.f_navi_wrap_left_wrap {
	
	}
	.f_navi_wrap_right_wrap {
		margin: 0 0 6vw 0;
	}

	.f_navi_wrap_left_wrap_left {
		display: inline-block;
		vertical-align: top;
		font-size: 6vw;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.5;
		margin: 0 3vw 0 0;
	}
	.f_navi_wrap_left_wrap_right {
		display: inline-block;
		vertical-align: top;
		font-size: 3.5vw;
		text-align: left;
	}
	.f_navi_wrap_left_wrap_right ul li a {
		color: #ffffff;
		line-height: 2.5;
	}

	.f_navi_wrap_right_wrap_left {
		display: inline-block;
		vertical-align: top;
		font-size: 6vw;
		font-family: 'Fjalla One', sans-serif;
		line-height: 1.5;
		margin: 0 3vw 0 0;
	}
	.f_navi_wrap_right_wrap_right {
		display: inline-block;
		vertical-align: top;
		font-size: 3.5vw;
		text-align: left;
	}
	.f_navi_wrap_right_wrap_right ul li a {
		color: #ffffff;
		line-height: 2.5;
	}

	/* お支払方法 */
	.f_payment {
		padding: 0 0 0 1vw;
		font-size: 3.5vw;
	}
	.f_payment span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 2vw 0 0;
		font-size: 3.5vw;
	}
	.f_payment img {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		height: 7vw;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
		padding: 2vw 0;
	}


	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
	}
	.f_copy p {
		text-align: center;
	}
}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 0;
		bottom: 0;
	}
	#page-top a {
		background: url(../img/pagetop.jpg) center top / contain no-repeat;
		width: 60px;
		height: 60px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 0;
		bottom: 0;
	}
	#page-top a {
		background: url(../img/pagetop.jpg) center top / contain no-repeat;
		width: 40px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		padding-top: 8px;
		margin: 0 -4px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.addtoany_shortcode {
		padding-top: 2vw;
		margin: 0 -4px;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}





/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}





/* ================================================================================

	登録商標マーク ®

================================================================================ */

.icon_r {
	display: inline-block !important;
	font-size: 0.5em !important;
	font-weight: 500 !important;
	margin: 0 0.3em !important;
	vertical-align: baseline !important;
}

/* reCAPTCHA表示隠し */
.grecaptcha-badge { visibility: hidden; }