@charset "UTF-8";

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

html, 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, figure, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-weight: 300;
    vertical-align: baseline;
    background: transparent;
}

html {
	font-size: 62.5%;
	height:100%;
	-webkit-text-size-adjust:100%; /*iPhone 文字サイズ調整*/
	overflow-x: hidden; /*横スクロール非表示*/
} 

body {
	width: 100%;
	height:100%;
	font:300 1.4rem/2 "游ゴシック","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #1c1c1c;
}


@media only screen and (min-width: 813px) {
	
	body {
		background: #f2f3f4;
		background-size: cover;
		background-attachment: fixed;
	}
	
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

address {
	font-style:normal;
}

/* 二乗等の上付き文字 */
sup {
    vertical-align: super;
    font-size: smaller;
}

main {
	display: block; /*IE11対応*/
}

/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/

a:link {
	color: #3D2F29;
	text-decoration: none;
}

a:visited {
	color: #3D2F29;
	text-decoration: none;
}

a:hover {
	color: #3A4B78;
	text-decoration: underline;
}

a:active {
	color: #3A4B78;
}

a:focus { 
	outline:none;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

.cf::after {
	content: "";
	display: table;
	clear: both;
}

br.pc {
	display: none;
}

@media only screen and (min-width: 481px) {
	
	br.sp {
		display: none;
	}
	
	br.pc {
		display: block;
	}

}

/* リスト */
ol, ul {
    list-style: none;
}

/* 画像 */
img {
	max-width: 100%;
	height: auto;
	display:block;/*画像の下の余白を消す*/
}

/* 太字・注意書き */
.bold {
	font-weight:bold;
}

.boldBorder {
	font-weight:bold;
	text-decoration:underline;
}

.red,.attention {
	color:#9F3340;
}

.redBold {
	font-weight:bold;
	color:#9F3340;
}

.redBorder {
	color:#9F3340;
	text-decoration:underline;
}

.redBoldBorder {
	font-weight:bold;
	color:#9F3340;
	text-decoration:underline;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/

.gothic {
	font-family: "游ゴシック","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mincho {	
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/

.fade-in {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*------------------------------------------------------------
	背景画像 Webp対応
------------------------------------------------------------*/

/* WebP未対応のブラウザ用のスタイル */
.no-webp .element {
  background-image: url("image.jpg");
}
/* WebP対応のブラウザ用のスタイル */
.webp .element {
  background-image: url("image.webp");
 }


/*------------------------------------------------------------
	テキストの寄せ
------------------------------------------------------------*/

.justify {text-align: justify;}
.center {text-align: center;}

/* float */
.floatL {float: left;}
.floatR {float: right;}

/* テーブル */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------------------------------
	フォームのデザイン
------------------------------------------------------------*/

/*iOS スタイル削除*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="number"],
textarea  {
	max-width: 100%;
	background: #f1f1f1;
	border-radius: 0;
	padding: 7px 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	appearance: none;
}

/*
input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
*/

/*項目のカラー（通常時）*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea {
  background: #f3f3f3;
  border: 1px solid #f3f3f3; /*フォーカス時と同じ太さに*/
}

/*項目のカラー（選択時）*/
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #edf4ff;
	border: 1px solid #4881d9;
}

/*プルダウンデザイン変更*/
.customSelect { 
	max-width: 100%;
	min-width: 200px;
	border: 1px solid #ddd;
	background: #fff url("../img/arrow_down.svg") 95% 14px no-repeat;
	background-size: 10px 10px;
	padding: 5px 40px 5px 10px;
}

.customSelectInner {
	width: 100%!important;
}

/*------------------------------------------------------------
	マージン
------------------------------------------------------------*/

.mb5 { margin-bottom:5px;}
.mb10 {	margin-bottom:10px;}
.mb15 {	margin-bottom:15px;}
.mb20 {	margin-bottom:20px;}
.mb25 {	margin-bottom:25px;}
.mb30 {	margin-bottom:30px;}
.mb35 {	margin-bottom:35px;}
.mb40 {	margin-bottom:40px;}
.mb45 {	margin-bottom:45px;}
.mb50 {	margin-bottom:50px;}
.mb55 {	margin-bottom:50px;}
.mb60 {	margin-bottom:60px;}
.mb70 {	margin-bottom:70px;}
.mb80 {	margin-bottom:80px;}
.mb90 {	margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb110 {margin-bottom:110px;}
.mb120 {margin-bottom:120px;}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#siteID {
	display: block;
    width: 38%;
    height: 8vw;
    position: absolute;
    top: 5.2vw;
    left: 6.5vw;
    z-index: 10;
    text-indent: -9999px;
}

@media only screen and (min-width: 813px) {
	
	#siteID {
		display: block;
	    width: 272px;
	    height: 54px;
	    top: 40px;
	    left: 48px;
	}

}


header {
	background: rgba(0,0,0,0.8);
	width:100%;
	height:60px;
	margin-bottom:20px;
	position:fixed; /*またはabsoluteで非固定*/
	top:0;
	z-index:100;
	transition: .3s;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

header.is-scrolled {
	background: rgba(0,0,0,0.6);
}

header.fixed {
	top: 0!important;
}


header div#inner-head {
	width:96%;
	margin:0 auto;
}



a.modal-btn {
	font-size: 3rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 20px;
}

.menu-btn {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
	position: absolute;
	top: 0;
	right: 20px;
    z-index: 100;
}

.menu-btn span {
    display: block;
    position: absolute;
    width: 70%;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.menu-btn span:nth-child(1) {
    top: 3px;
}
.menu-btn span:nth-child(2) {
    top: 11px;
}
.menu-btn span:nth-child(3) {
    top: 19px;
}

.menu-btn.active span {
	border-color: #fff;
    border-bottom: solid 1px #fff;
}

.menu-btn.active span:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 813px) {
	
	header {
		height: 120px;
	}
	
	header div#inner-head {
		max-width:1180px;
	}
	
	.menu-btn {
		display: none;
	}

}

/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

div#wrapper {
}

div.container {
	background: #fff;
	width:100%;
	max-width:720px;
	position: relative;
}

div.container img {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 713px) {
	
	div.container {
		margin: 0 auto;
	}
	
}

/*------------------------------------------------------------
	RESPONSIVE GRID（flex-box）
------------------------------------------------------------*/

.flex-box {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

/*テンプレ用 仮設定*/
.grid {
	margin-bottom:10px;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#f1f1f1;
	min-height:100px;
}

.fullwidth,
.one-half,
.one-third,
.one-third-left,
.one-third-right,
.two-third-left,
.two-third-right,
.two-fifth-left,
.two-fifth-right,
.three-fifth-left,
.three-fifth-right {
	width:100%;
}

.one-fourth,
.one-fifth {
	width:48%;
	margin-right:4%;
}

.one-sixth {
	width:32%;
	margin-right:2%;
}

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

	.one-fourth:nth-child(2n),
	.one-fifth:nth-child(2n),
	.one-sixth:nth-child(3n) {
		margin-right:0;
	}

}

@media only screen and (min-width: 813px) {
	
	.grid {
		margin-bottom:20px;
	}
	
	.one-half {
		width:48%;
		margin-right:4%;
	}
	
	.one-third,
	.one-third-left,
	.one-third-right {
		width:32%;
	}
	
	.one-fourth {
		width:23.5%;
		margin-right:2%;
	}
	
	.one-fifth {
		width:18.4%;
		margin-right:2%;
	}
	
	.one-sixth {
		width:15%;
	}
	
	.two-third-left,
	.two-third-right {
		width:66%;
	}
	
	.two-fifth-left,
	.two-fifth-right{
		width:38.8%;
	}
	
	.three-fifth-left,
	.three-fifth-right {
		width:59.2%;
	}
	
	.one-third,
	.one-third-left,
	.two-third-left,
	.two-fifth-left,
	.three-fifth-left {
		margin-right:2%;
	}
	
	.one-half:nth-child(2n),
	.one-third:nth-child(3n),
	.one-fourth:nth-child(4n),
	.one-fifth:nth-child(5n),
	.one-sixth:nth-child(6n) {
		margin-right:0;
	}

	
}
/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#side-left,
div#side-right {
	display:none;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#3BC9B4;
}

div#main-left,
div#main-right {
	width:100%;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#DBD2F0;
}

@media only screen and (min-width: 813px) {
	
	div#main-right {
		width:75%;
		float:right;
	}
	
	div#main-left {
		width:75%;
		float:left;
	}
	
	div#side-left {
		display:block;
		width:23.5%;
		float:left;
	}
	
	div#side-right {
		display:block;
		width:23.5%;
		float:right;
	}

}

/*------------------------------------------------------------
	インフォメーション
------------------------------------------------------------*/

.info-box {
	width: 90%;
	margin: 30px auto;
	padding: 15px;
	border: 1px solid #999;
}

.info-box ul li {
	text-align: justify;
	text-indent: -1em;
	padding-left: 1em;
}

.info-box ul li:not(:last-child) {
	margin-bottom: 10px;
}

@media only screen and (min-width: 713px) {
	
	.info-box {
		max-width: 630px;
		margin: 40px auto;
	}
	
}




.cart-box {
	position: relative;
	z-index: 1;
}

.cartjs_box {
	position: absolute;
	bottom: 3.5%;
	right: 8%;
	z-index: 10;
}

.cartjs_product_table {
	display: none;
}

.cartjs_cart_in input {
	border: none;
	background: none;
	width: 40vw;
	height: 12vw;
	max-height: 92px;
	max-width: 290px;
	text-indent: -9999px;
	cursor: pointer;
}


/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/
/*

#footer-menu {
  width: 100%;
  height: 0px;
  z-index: 300;
  overflow: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footer-menu.show {
	height: 83px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#footer-menu div {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 83px;
	padding: 15px 0 18px;
}

#footer-menu div img {
	width: 90%;
	margin: 0 5%;
}


@media only screen and (min-width: 713px) {
	
	#footer-menu.show {
		height: 153px;
	}
	
	#footer-menu {
		max-width: 720px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#footer-menu div {
		padding: 30px 0;
		height: 153px;
	}
	
	#footer-menu div img {
		width: 100%;
		max-width: 630px;
		margin: 0 auto;
	}
	
}
*/


/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#page-top a {
	display: block;
	background: #1B3369;
	width: 40px;
	height: 40px;
	font-size: 2rem;
	color: #fff;
	line-height: 40px;
	text-align: center;
	position: fixed;
	bottom: 90px;
	right: 5%;
	z-index: 10000;
    border-radius: 40px;
}

@media only screen and (min-width: 713px) {
	
	p#page-top a {
	    width: 70px;
	    height: 70px;
	    font-size: 3rem;
	    line-height: 70px;
	    bottom: 183px;
	    right: 50%;
	    transform: translateX(315px);
	}

}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button,
a.button::before,
a.button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a.button {
	display: block;
	background: #fff;
	width: 240px;
	max-width: 100%;
	line-height: 42px;
	text-align: center;
	text-decoration: none!important;
	color: #364F3E;
	position: relative;
	z-index: 2;
	border: 1px solid #364F3E;
	overflow: hidden;
}

a.button:hover {
  color: #fff!important;
  text-decoration: none;
}

a.button:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
}

a.button:hover:before {
	right: 17px;
}

a.button::after{
	display: block;
	content: '';
	background: #364F3E;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
}

a.button:hover::after {
  left: 0;
}


@media only screen and (min-width: 813px) {
	
	a.button {
		width: 280px;
		line-height: 56px;
	}

}

/*------------------------------------------------------------
	並び替え
------------------------------------------------------------*/

@media only screen and (max-width: 812px) {
	
	.order-01 {
		order: 1;
	}
	
	.order-02 {
		order: 2;
	}
	
	.order-03 {
		order: 3;
	}
	
	.order-04 {
		order: 4;
	}
	
	.order-05 {
		order: 5;
	}
	
	.order-06 {
		order: 6;
	}
	
	.order-07 {
		order: 7;
	}
	
	.order-08 {
		order: 8;
	}
	
	.order-09 {
		order: 9;
	}
	
	.order-10 {
		order: 10;
	}
	
	.order-11 {
		order: 11;
	}
	
	.order-12 {
		order: 12;
	}
		
}


/*------------------------------------------------------------
	YouTube埋め込み
------------------------------------------------------------*/

.video-holder {
	padding: 0 10%;
}


/*------------------------------------------------------------
	カートに入れる ボタン
------------------------------------------------------------*/

.cart-box {
	position: relative;
	z-index: 1;
}

/*カートに入れる ボタン*/
.cartjs_box {
	position: absolute;
    bottom: 34.7%;
    right: 9.5%;
    z-index: 10;
}

/*------------------------------------------------------------
	カラーミー非表示
------------------------------------------------------------*/

.cartjs_product_table {
	display: none;
}

.cartjs_cart_in input {
	border: none;
	background: none;
	width: 80vw;
	height: 12vw;
	max-height: 106px;
	max-width: 584px;
	text-indent: -9999px;
	cursor: pointer;
}
