@charset 'UTF-8';

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

	共通css

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

@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* M+ 1p　font-family: "Mplus 1p"; */
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css); /* Rounded M+ 1c　font-family: "Rounded Mplus 1c"; */
@import url(//fonts.googleapis.com/earlyaccess/hannari.css); /* はんなり明朝　font-family: "Hannari"; */
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css); /* こころ明朝　font-family: "Kokoro"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css); /* さわらび明朝　font-family: "Sawarabi Mincho"; */
@import url(//fonts.googleapis.com/earlyaccess/sawarabigothic.css); /* さわらびゴシック　font-family: "Sawarabi Gothic"; */
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css); /* ニコモジ　font-family: "Nico Moji"; */
@import url(//fonts.googleapis.com/earlyaccess/nikukyu.css); /* ニクキュウ　font-family: "Nikukyu"; */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); /* Noto Sans Japanese　font-family: "Noto Sans Japanese"; */


@import url(//fonts.googleapis.com/css?family=Crimson+Text); /* Crimson Text　font-family: 'Crimson Text', serif; */




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

	サイトスタイル

================================================================================ */
* {
	-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:#ffffff;
	color: #000000;
	-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: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
}

#wrapper {
	position:relative;
	max-width:100vw;
	width:100%;
	margin:0 auto;
	min-height:100vh;
	display:block;
	overflow:hidden;
}

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

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}


/* リンク：透過アクション付 */
a{
	color:#000000;
	opacity:1;
	transition-property:color,opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
a:hover{
	color:#000000;
	opacity:0.6;
}

a img{
	opacity:1;
	transition-property:opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
a:hover img{
	opacity:0.6;
}



a:link,
a:visited,
a:hover,
a:active{
	overflow:hidden;
	outline:none;
}




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

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

}





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

	フロート回り込み解除 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:16px;
}
p:last-of-type{
	margin-bottom:0;
}

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


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

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.alignleft {
		float: left;
	}

	.alignright {
		float: right;
	}

	img.alignright {
		display: inline-block;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 16px;
		margin-left: 24px;
	}

	img.alignleft {
		display: inline-block;
		margin-top: 0px;
		margin-right: 24px;
		margin-bottom: 16px;
		margin-left: 0px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* youtube siteorigin */
	.youtube-player{
		width:100%;
		height:280px;
		margin-top:16px;
	}

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





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

	PC表示左右入れ替え

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


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.pc_lr {
		display: block !important;
		overflow: auto;
	}
	.pc_lr > div:nth-of-type(1) {
		float: right;
	}
	.pc_lr > div:nth-of-type(2) {
		float: left;
	}
}





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

	その他

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

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


}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body{
		font-size:14px;
	}
	img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	p {
		font-size: 14px;
	}
}





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

	PCヘッダー

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

	header{
		position:relative;
		max-width:1920px;
		width:100%;
		height:28.5vh;
	}
	.head_base{
		background-color:#1c1817;
		padding:0 0 0 0;
		margin: 0 0 0 0;
	}
	.head_logo{
		text-align: center;
		padding: 1vw 0 1vw 0;
		margin: 0 0 0 0;
	}
	.head_logo h1{
		line-height:inherit;
		font-size: 2.4vw;
	}
	.head_logo a{
		font-size: 2.4vw;
		color: #FFFFFF;
		font-family: 'EB Garamond', serif;
	}






	/* グローバルナビゲーション
	------------------------------------------- */
	#globalnav{
		width: 100%;
		padding: 1vw 0 0;
		position: fixed;
		z-index:999999999999;
	}
	.fixed{
		background-color:transparent!important;
		z-index: 10000;
		text-align: center;
		z-index:9999999999999999999999999;
		padding-bottom: 0.7vw!important;
	}
	.fixed .head_base{
		background-color:transparent!important;
	}

	.pc_navigation{
		text-align:center;
	}
	.pc_navigation ul{
		font-size:0;
		padding:0 0 0.5vw;
	}
	.pc_navigation li{
		display:inline-block;
		margin-right:1.5vw;
	}
	.pc_navigation li:last-of-type{
		margin-right:0;
	}
	.pc_navigation li a{
		color: #FFFFFF;
		font-size: 1.1vw;
		letter-spacing: 0.05em;
		font-family: 'EB Garamond', serif;
		font-weight: 300;
	}



	.online_navi{
		background-color:#3f3f3f;
		padding: 0.3vw 0 0 0;
	}
	.online_navi ul{
		margin:0 auto;
		padding: 0.2vw 0 0.5vw 0;
		text-align: center;
	}
	.online_navi li{
		display:inline-block;
		padding: 0 1vw 0 1vw;
	}
	.online_navi li a{
		font-size: 0.8vw;
		color:#FFFFFF;
	}
	





	.head_logo h1{
		margin: 2vw 0 0 0!important;
	}


	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display:none;
	}
	.pc_h1 {
		position:relative;
		max-width:1920px;
		width:100%;
		height:0;
		margin:0 auto;
		text-align:right;
		display:none;
	}
	.pc_h1 h1 {
		position:relative;
		font-size: 12px;
		color: ;
		padding:0 0 0 0;
		transform:translate(0px,0px);
		-webkit-transform:translate(0px,0px);
		-ms-transform:translate(0px,0px);
	}




	/* カートボタンなど 機能ボタン
	------------------------------------------ */
	.head_wrap_sp{
		display:none;
	}


	.head_wrap{
		position:relative;
		max-width:1920px;
		width:100%;
		height:0;
		margin:0 auto;
		z-index:9999;
	}

	.head_function{
		position:absolute;
		margin-top:1vw;
		right:10vw;
	}
	.head_function > ul{
		font-size:0;
	}
	.head_function > ul > li{
		display:inline-block;
		padding: 0 0.5vw;
		vertical-align:top;
	}
	.head_function > ul > li:nth-of-type(1){
		padding: 0 0.5vw 0 1vw;
	}
	.head_function > ul > li:last-of-type{
		padding: 0 0 0 0.5vw;
	}
	.head_function > ul > li + li:before{
		content: '|';
		font-size:0.6vw;
		font-weight:100;
		color:#ffffff;
		margin-right:1vw;
		line-height: 2.5;
	}

	.head_function > ul > li a{
		font-size:0.9vw;
		font-weight:300;
		color:#ffffff;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
	}



	.head_function > ul > li .header-cartbutton{
		display: inline-block;
		margin-top: -0.5vw;
	}
	.head_function > ul > li .header-cartbutton a{
		display:block;
		width:3vw;
		color:#000000;
		margin:0;
	}

	.head_function > ul > li .header-cartbutton i {
		background: #ffffff;
		border-radius:0;
		-webkit-border-radius:0;
		padding: 0.6vw;
		font-size: 1vw;
	}
	.head_function > ul > li .header-cartbutton span {
		position: absolute;
		width: 1.2vw;
		margin-top: -0.2vw;
		margin-left: -0.5vw;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background: #f5f5f5;
		font-size: 0.7vw;
		font-weight: bold;
	}


	/* 検索窓 */
	.search_form{
		width: 13.8vw;
		color: #ffffff;
		float: right;
		padding-right: 0.5vw;
	}
	.search_form h2{
		font-size:0.8vw;
		font-weight:300;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
	}

	#searchform input[type="submit"],
	.postfix.button{
		background: url(../img/search_icon.png) center 50% no-repeat;
		background-size:auto 0.8vw;
		background-color: #939393 !important;
		text-indent: -9999px;
	}
	.search_form > div > ul > li{
		overflow:hidden;
	}
	.search_form > div > ul > li > form > div{
		display:none;
	}


}





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

	SPヘッダー

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

	header{
		position:relative;
		
	}
	.head_base{
		background-color:#1c1817;
		padding:0 0 0 0;
		margin: 0 0 0 0;
		width:100vw;
	}

	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display:none;
	}
	.sp_h1 {
		background-color:#cccccc;
		padding:8px;
		display:none;
	}
	.sp_h1 h1 {
		font-size: 12px;
	}

	.head_logo{
		text-align: center;
		padding: 5.5vw 0 6.4vw 0;
		margin: 0 0 0 0;
		z-index:10000000:
	}
	.head_logo a{
		font-size: 7.2vw;
		color:#FFFFFF;
		font-family: 'EB Garamond', serif;
	}


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



	/* カートボタンなど 機能ボタン
	------------------------------------------ */
	.head_wrap{
		display:none;
	}


	.head_wrap_sp{
		position:relative;
		background-color:#555555;
		width:100%;
		padding:5vw 5vw;
		z-index:9999;
	}

	.head_function{
	}
	.head_function > ul{
		font-size:0;
		text-align: center;
		margin-bottom: 2vw;
	}
	.head_function > ul > li{
		display:inline-block;
		padding: 0 0.5vw;
		vertical-align:top;
	}
	.head_function > ul > li:last-of-type{
		padding: 0 0 0 0.5vw;
	}
	.head_function > ul > li + li:before{
		padding: 0 0.5vw;
		content: '|';
		font-size:3.5vw;
		font-weight:100;
		color:#ffffff;
		margin-right:1.5vw;
		line-height: 1.6;
	}

	.head_function > ul > li a{
		font-size:3.5vw;
		font-weight:100;
		color:#ffffff;
	}



	.head_function > ul > li .header-cartbutton{
		display: inline-block;
		margin-top: -1.5vw;
	}
	.head_function > ul > li .header-cartbutton a{
		display:block;
		width:10vw;
		color:#000000;
		margin:0;
	}

	.head_function > ul > li .header-cartbutton i {
		background: #ffffff;
		border-radius:0;
		-webkit-border-radius:0;
		padding: 3vw;
		font-size: 4vw;
	}
	.head_function > ul > li .header-cartbutton span {
		position: absolute;
		width: 5vw;
		margin-top: -1.6vw;
		margin-left: -1.5vw;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		background: #f5f5f5;
		font-size: 3vw;
		font-weight: bold;
	}


	/* 検索窓 */
	.search_form{
		width: 100%;
		color: #ffffff;
	}
	.search_form h2{
		font-size:4vw;
		font-weight:300;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
	}

	input#searchsubmit {
	}
	.search_form > div > ul > li{
		overflow:hidden;
	}
	.search_form > div > ul > li > form > div{
		display:none;
	}
	.search_form form{
		overflow: hidden;
		width: 100%;
	}

	#searchform input[type="text"],
	input[type="search"] {
		float: left;
		width: 75%;
		margin-bottom: 0;
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		height: 11vw;
		background-color: #ffffff;
		color: #000000;
		font-size: 4vw;
	}
	input[type="search"] {
		width: 100%;
	}
	#searchform input[type="submit"],
	.postfix.button{
		background: url(../img/search_icon.png) center 50% no-repeat;
		background-size:auto 5vw;
		background-color: #939393 !important;
		text-indent: -9999px;

		float: right;
		width: 25%;
		margin-bottom: 0;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		height: 11vw;
	}
	.online_navi{
		background-color:#3f3f3f;
		padding:0 0 0 0;
	}
	.online_navi ul{
		margin:0 auto;
		padding: 3.2vw 0 3vw 0;
		text-align: center;
	}
	.online_navi li{
		display:inline-block;
		padding: 0 1vw 0 1vw;
	}
	.online_navi li a{
		    font-size: 2.6vw;
		color:#FFFFFF;
	}



}
















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

	フッター

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position:relative;
		background-color:#939393;
		margin-top:5vw;
	}
	/* トップページ */
	.post-2 footer {
		margin-top:0;
	}


	.footer_base{
		width: 89%;
		padding: 5vw 0 5vw 0vw;
		margin: 0 0 0 0;
	}
	.footer_logo{
		padding: 0 1vw 0 3vw;
		margin: 0 0 0 0;
	}
	.footer_logo img{
		padding:0 0 0 0;
		margin: 0 0 0 0;
		width: 4vw;
	}
	
	.footer_base ul{
		color:#FFFFFF;
	}
	
	.footer_base li{
		padding: 0 0 0 2vw;
		display: inline-block;
		color: #FFFFFF;
		vertical-align: top;
		line-height: 1.3vw !important;
		color: #FFFFFF;
		font-size: 0.8vw;
	}
	.footer_base li a{
		color: #FFFFFF;
		font-size: 0.8vw;
		font-family: "Libre Baskerville","a-otf-ryumin-pr6n", sans-serif;
	}
	.footer_link_big{
		font-family: 'EB Garamond', serif;
		font-size: 1.3vw;
		padding:0 0 0.5vw 0;
	}
	.co{
		font-size: 0.6vw;
		padding:0 0 0vw 0;
	}
	li.copy_li{
		vertical-align:bottom;
	}
	
	/* SP用フッターリンク */
	.f_navi_sp{
		display:none;
	}


	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}


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


	/* コピーライト */
	.f_copy{
	}
	.f_copy p{
		font-size:11px;
		text-align:center;
	}
	.footer_ling_mini_2 a{
		font-size: 0.6vw !important;
	}
	.footer_ling_mini{
		line-height: 1.5vw;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position:relative;
		background-color:#939393;
	}
	.footer_base{
		width:100%;
		padding:7vw 16vw;
		margin:0 0 0 0;
	}
	.footer_logo{
		padding: 6vw 0;
		margin: 0 0 0 0;
	}
	.footer_logo img{
		padding: 0 0 0 0;
		margin: 0 auto;
		width: 10vw;
	}
	
	.footer_base ul{
		color:#FFFFFF;
		width:100%;
		font-size:0;
	}
	
	.footer_base ul li{
		padding: 0 0 0 0vw;
		display: inline-block;
		color: #FFFFFF;
		vertical-align: top;
		color: #FFFFFF;
		line-height: 7vw !important;
		color: #FFFFFF;
		font-size: 3.5vw;
		width:100%;
	}
	.footer_base ul li:nth-of-type(2),
	.footer_base ul li:nth-of-type(3){
		width:48%;
	}
	.footer_base ul li:nth-of-type(2) a,
	.footer_base ul li:nth-of-type(3) a{
		line-height: 7vw !important;
		color: #FFFFFF;
		font-size: 4.2vw;
		font-family: "Libre Baskerville",sans-serif;
	}



	.footer_base li a{
		line-height: 7vw !important;
		color: #FFFFFF;
	}
	.footer_link_big{
		font-family: 'EB Garamond', serif;
		font-size: 6vw;
		padding: 8vw 0 1.5vw 0;
	}

	.footer_base ul li.copy_li{
		vertical-align:bottom;
		padding: 0 0 11vw 0;
		text-align:center;
	}
	.co{
		font-size: 2.8vw;
		padding: 12vw 0 0vw 0;
	}
	
	
	/* SP用フッターリンク */
	.f_navi_sp{
		display:none;
	}



	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:20px 3% 24px;
	}
	.f_navi_sp ul li{
		float:left;
		width:48%;
		padding:6px 8px;
		border-bottom:1px solid #000000;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		margin-right:2%;
	}
	.f_navi_sp ul li:nth-of-type(2n){
		margin-left:2%;
	}
	.f_navi_sp ul li a{
		display:block;
		font-size:14px;
		text-decoration:none;
	}
	/* ボタンが奇数の場合
	.f_navi_sp ul li:nth-of-type(2n){
		margin-right:2%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		margin-left:2%;
	}
	.f_navi_sp ul li:first-child{
		float:none;
		width:100%;
		margin:0;
	}
	*/

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi_sp ul{
		margin:0 auto;
		overflow:auto;
		padding:0 0 14px;
		padding-top:20px;
	}
	.f_navi_sp ul li{
		float:left;
		width:50%;
	}
	.f_navi_sp ul li:nth-of-type(2n-1){
		width:50%;
		padding-right: 1px;
	}
	.f_navi_sp ul li a{
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 14px;
		font-weight:700;
		text-decoration: none;
		padding: 12px 0;
		margin-bottom: 1px;
		text-align:center;
	}
	.f_navi_sp ul li a:hover{
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi_sp ul li:first-child{
		width:100%;
	}
	.f_navi_sp ul li:nth-of-type(2n){
		width:50%;
		padding-right: 1px;
	}
	*/





	/* 【固定ページ】フッター：基本情報 */
	.f_kotei{
		position:relative;
		width:100%;
		margin:0 auto;
	}
	.f_kotei .panel-grid{
		display:block !important;
	}


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


	/* コピーライト */
	.f_copy{
		padding:8px 0;
	}
	.f_copy p{
		font-size:11px;
		text-align:center;
	}
	.footer_ling_mini_2 a{

	}
	.footer_ling_mini_2 a{
		font-size:2.5vw!important;
	}
}





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

	ページトップボタン

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

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
		background: url(../img/pagetop_on.png) center top no-repeat;
		background-size:contain;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9999;
		right: 8px;
	}
	#page-top a {
		background: url(../img/pagetop_off.png) center top no-repeat;
		background-size:contain;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
		opacity:1;
		background: url(../img/pagetop_on.png) center top no-repeat;
		background-size:contain;
	}
}





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

	パンくずリスト

================================================================================ */
	.breadcrumbs{
		background-color:transparent;
		display: none;
	}
	.breadcrumbs > li {
		font-size: 14px;
		display:inline-block;
	}
	.breadcrumbs > li + li:before {
		padding: 0 5px;
		content: '>';
		color:#888888;
	}
	.breadcrumbs > li > a {
	}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.breadcrumbs {
		position:relative;
		width:61vw;
		margin:0 auto;
		padding:16px 0 40px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.breadcrumbs {
		position:relative;
		width:100%;
		padding:4vw 16px 8vw;
	}
}





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

	ページネーション

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.wp-pagenavi{
		text-align:center;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.wp-pagenavi{
		float:none !important;
		font-size:12px !important;
		overflow: hidden;
	}
	.wp-pagenavi span,
	.wp-pagenavi a{
		display:block;
		float:left;
		margin-bottom:4px;
	}
}





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

	Wp Lightbox Bank プラグイン

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





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

	Addtoanyボタン

================================================================================ */
.addtoany_shortcode{
	padding-top:8px;
}
/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font{
	display:none;
}