@charset "utf-8";


html {
	font: normal normal normal 62.5%/1 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	}

.Android,.iPhone{
	font-family: "Sawarabi Mincho", serif;
	font-weight:100;
}
body {
	margin: 0 !important;
	padding: 0 !important;
	box-sizing:border-box;
	font-size:1.4rem;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #1b1b1b;
	color: rgba(27, 27, 27, 1);
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease,color 0.4s ease;
    -moz-transition: opacity 0.4s ease,color 0.4s ease;
    -o-transition: opacity 0.4s ease,color 0.4s ease;
    transition: opacity 0.4s ease,color 0.4s ease;
}

a:hover {
	color:#9d100a;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition:  opacity 0.4s ease;
	        transition:  opacity 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
}


.pc_off{
	display:none;
	}
.sp_off{
	display:block;
	}


img.preload{
	display:none;
}
h1,h2{font-weight:normal;}
/* ==========================================================================
	header
========================================================================== */


#header {
	width: 100% !important;
	height: 105px;
	margin:0 auto !important;
	padding:0 !important;
	position:absolute;
	box-sizing:border-box;
	zoom:1;
	z-index:9998;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	}
#header_inr{
	width: 100% !important;
	height: 105px;
	margin:0 auto !important;
	padding:0 !important;
	position:absolute;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	zoom:1;
	z-index:9998;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;


	}
#header h1{
	display:block;
	position:absolute;
	top:27px;
	left:40px;
	width:310px;
	height:54px;
	zoom:1;
	z-index:9997;

	}
.logo_red{
	display:none;
	}
.fixed .logo_nomal{
	display:none;
	}
.fixed .logo_red{
	display:inline;
	}

#pc_menu{
	width:768px;
	position:absolute;
	height:105px;
	top:0;
	right:149px;
	box-sizing:border-box;
	z-index:9999;
	}



#pc_menu ul{
	display:none;
	width:768px;
	height:105px;
	position:absolute;
	box-sizing:border-box;
				z-index:9999;

	}
.fixed #pc_menu ul{
	display:block;

}
#pc_menu ul li{
	/*
	height:54px;
	*/
	height:105px;

	border-left:1px solid #aaaaaa;
	float:left;
	box-sizing:border-box;
	text-align:center;
    background-size: 210% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(157, 16, 10, 1) 50%);
    transition: background-position .4s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .4s ease;
  overflow: hidden;
	}
#pc_menu ul li a{
	height:105px;
	display:block;
	line-height:105px;
	box-sizing:border-box;
	color:#9d100a;
	text-align:center;
	font-size:13px;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	}



#pc_menu ul li:hover{
	color:#fff !important;
    background-position: -95% 100%;
		filter: alpha(opacity=100);

	-moz-opacity:1;
	opacity:1;
}
#pc_menu ul li a:hover{
	color:#fff !important;
	}

#pc_menu ul .menu1,
#pc_menu ul .menu2{
	width:23.4%;
	}


#pc_menu ul .menu3{
	width:29%;
	}

#pc_menu ul .menu4{
	width:24.1%;
	}

#pc_menu ul .menu4 ul{
  width: 24.1%;height: 0;
}
#pc_menu ul .menu4:last-child ul{
}
#pc_menu ul .menu4 ul li{
  overflow: hidden;
  width:100%;
  height: 0;
  background-color: rgba(255,255,255,0.8);
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#pc_menu ul .menu4 ul li a{
  color:#9d100a;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;  text-align: center;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
#pc_menu ul .menu4:hover ul li{
  width:100%;
  height: 105px;
}


.login_btn{
	display:block;
	z-index:9999;
	position:absolute;
	right:220px;
	top:36px;
	width:160px;
	height:35px;
	padding-top:12px;
	box-sizing:border-box;
	background:#180e0f;
	color:#fff;
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:12.5px;
	letter-spacing:0.1rem;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	}

	.login_btn2{
		display:block;
		z-index:9999;
		position:absolute;
		/* right:820px; */
		top:36px;
		width:160px;
		height:35px;
		padding-top:12px;
		box-sizing:border-box;
		background:#180e0f;
		color:#fff;
		text-align:center;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		font-size:12.5px;
		letter-spacing:0.1rem;
		background-size: 200% 100%;
		background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
		}

		.login_btn3{
			display:block;
			z-index:9999;
			position:absolute;
			/* right:320px; */
			top:36px;
			width:160px;
			height:35px;
			padding-top:12px;
			box-sizing:border-box;
			background:#180e0f;
			color:#fff;
			text-align:center;
			border-radius: 20px;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			font-size:12.5px;
			letter-spacing:0.1rem;
			background-size: 200% 100%;
			background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
			transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
			}


.shop_btn{
	display:block;
	z-index:9999;
	position:absolute;
	right:40px;
	top:36px;
	width:160px;
	height:35px;
	padding-top:12px;
	box-sizing:border-box;
	background:#972a28;
	color:#fff;
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:12.5px;
	letter-spacing:0.1rem;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	}
.login_btn:hover{
	color:#180e0f;
	}

	.login_btn2:hover{
		color:#180e0f;
		}

		.login_btn3:hover{
			color:#180e0f;
			}


.shop_btn:hover{
	color:#972a28;
	}
.shine{
  overflow: hidden;
	}

.shine:hover{
    color:rgba(157, 16, 10, 1);
    background-position: -100% 100%;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}



.fixed .login_btn{
	z-index:9999;
	position:absolute;
	right:0;
	top:0;
	width:150px;
	height:52px;
	padding-top:20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color:#333333;
}
.fixed .login_btn2{
	z-index:9999;
	position:absolute;
	right:0;
	top:0;
	width:150px;
	height:52px;
	padding-top:20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color:#333333;
}
.fixed .login_btn3{
	z-index:9999;
	position:absolute;
	right:0;
	top:0;
	width:150px;
	height:52px;
	padding-top:20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color:#333333;
}

.fixed .shop_btn{
	z-index:9999;
	position:absolute;
	right:0;
	top:52px;
	width:150px;
	height:52px;
	padding-top:20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color:#883d3b;
	}
.fixed .shine:hover{
    color:rgba(157, 16, 10, 1);
    background-position: -100% 100%;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.login_name{
    z-index: 9999;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:40px;
	padding-top:10px;
	color:#fff;
	text-align:right;
	//text-shadow: 1px 1px 0px #fff;
	}
.login_name a{
    font-weight:bold;
	color:#fff;
	text-decoration:underline;
	}
.fixed .login_name{
	display:none;
	}
.point{
	font-size:16px;
	font-weight:bold;
	position:absolute;
	right:400px;
	top:34px;
	width:160px;
	height:35px;
	padding-top:10px;
	color:#fff;
	text-align:right;
	text-shadow: 1px 1px 1px #000;
	}
.fixed .point{
	display:none;
	}
/*text_area*/
.text_area{
	width:100%;
	}
.text_area h1{
	font-size:24px;
	line-height:34px;
	color:#9d100a;
	}
.text_area h2{
	font-size:16px;
	color:#9d100a;
	font-weight:400;
	margin-top:13px;
	}

.text_area p{
	font-size:14px;
	line-height:32px;
	letter-spacing:0.08em;
	margin:25px 0 37px;
	color:#333;
}

#sp-menu {
display:none;
}
#navigation{
	opacity:0;}


#header_inr.fixed{
	position:fixed;
	border-bottom:1px solid #aaa;
	background: rgba(255, 255, 255, 0.8) !important;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}

@media screen and ( max-width: 1300px ) {
#pc_menu{
	width:59%;
	right:13%;
}

#pc_menu ul{
	width:100%;
	}
.fixed .login_btn{
	 width:13%;
}
.fixed .login_btn2{
	width:13%;
}
.fixed .login_btn3{
	width:13%;
}

.fixed .shop_btn{
	 width:13%;
	}

	}

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

#header h1{
	left:20px;
	}


#header_inr.fixed h1{
width:25%;
	}
	}
@media screen and ( max-width: 1200px ) {


#online_btn{
	position:absolute;
	right:20px;
	top:0;
	}
#online_btn{
	position:absolute;
	right:20px;
	top:0;
	}


	}

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




#online_btn{
	z-index:100 !important;
	top:25px;
	width:34px;
	height:34px;
	padding-top:9px;
	box-sizing:border-box;
	background:#a20664;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#online_btn img{
	width:17px;
	margin:0 0 0 9.5px;
	}
#online_btn p,
#online_btn p img{
	display:none;}


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


#pc_menu,.login_btn,.shop_btn{
	display:none;}
	#pc_menu,.login_btn2,.shop_btn{
		display:none;}
		#pc_menu,.login_btn2,.shop_btn{
			display:none;}

.login_name{
    	display:none;
	}

.point{
    	display:none;
	}

#header {
	height: 59px;
	padding: 0;
	box-sizing:border-box;
	position: fixed;
	}

#header_inr{
	height:59px;
	}
#header_inr.fixed{
	border-bottom:1px solid #aaa;

	}


#header h1,#header_inr.fixed h1{
	left:15px;
	top:12px;
	width:175px;
	margin:0 auto;
	}


.Android #header h1,
.iPhone #header h1{
	top:13px;

	}
	#pc_menu{
		display:none;
	}






#navigation {
	width: 253px;
	height:100%;
	display: block;
	position: fixed;
	background: rgba(255, 255, 255, 1);
	background:#f7f7f7;
	top:59px;
	right:0;
	opacity:0;
	z-index: -1;
	overflow:auto;
	-webkit-transform: translate3d(200%, 0, 0);
	-ms-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 9999 !important;
}

#navigation.show {
	z-index: 9999 !important;
	position: fixed;
	right:0;
	opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#sp-menu {
	margin-top:0;
	width: 100%;
	height: -webkit-calc(100% - 59px) ;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	display:block;
}
#sp-menu::-webkit-scrollbar{width:6px;}/*バーの太さ*/
#sp-menu::-webkit-scrollbar-track{background:#cdcdcd;}/*バーの背景色*/
#sp-menu::-webkit-scrollbar-thumb{background:#161616;}/*バーの色*/
#navigation li {
	padding: 0;
	display:block;
}
#navigation .menu_stit{
	background:#9d100a;
	height:56px;
	text-align:center;
	color:#fff;
	font-weight:400;
	line-height:56px;
	font-size:17px;
	}
#navigation .menu_btm{
	background:#9d100a;
	height:147px;
	text-align:center;
	padding-top:40px;
	box-sizing:border-box;
	}
#navigation .menu_btm img{
	width:150px;
}
#navigation li a {
	display: block;
	line-height: 40px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #9d100a;
	background:#fff;
	font-size:12px;
	color:#9d100a;
	padding-left:20px;
	box-sizing:border-box;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
	position:relative;
}

#navigation li a:before{
	content:"";
	position:absolute;
	width:7px;
	height:11px;
	right:15px;
	top:14px;
	margin:auto;
	background:url(../image/menu_ar.png);
	background-size:cover;
	}
#navigation .b_bg a {
	background:#161616;
	color:#fff;
	border-bottom:1px solid #fff;
}


#navigation .login a {
	width:50%;
	float:left;
	line-height:50px;
	color:#fff;
	background:#9d100a;
	padding:0;
	text-align:center;
	border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;

	}
#navigation .login a:before{
	display:none;
	}
#navigation .login a:first-child{
	background:#000;
	}
#navigation .login a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	background:#9d100a;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;

	}
#navigation .login a:first-child:hover{
	background:#000;
	}


#navigation li.first a {
	border-top: 1px solid rgba(255, 255, 255, .2);
	z-index:9999;
}

#navigation li a:hover {
	opacity: 1;
	background:#ffe7e6;
	z-index:9999;
}

#menu {
	width: 62px;
	height: 58px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 300;
	cursor: pointer;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.8);
}

#menu span,
#menu:before,
#menu:after {
	content: "";
	width: 48%;
	height: 2px;
	display: block;
	background-color: #9d100a;
	position: absolute;
	right:17px;
	top: 18px;
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	z-index: 9999;

}

#menu:before {
	margin-top: 0px;
	z-index: 9999;
}

#menu span {
	margin-top: 10px;
	z-index: 9999;
}


#menu:after {
	margin-top: 19px;
	z-index: 9999;
}

#menu:hover:before {
	-webkit-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

#menu:hover:after {
	-webkit-transform: translate3d(0, 2px, 0);
			transform: translate3d(0, 2px, 0);
}

#menu.show {
	position:fixed;
	z-index:9999;
}


#menu.show span {
	z-index: 9999;
	opacity: 0;
}

#menu.show:before {
	-webkit-transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
			transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
			background-color: #9d100a;
	z-index: 9999;
}

#menu.show:after {
	-webkit-transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
			transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
			background-color: #9d100a;
	z-index: 9999;
}

}



/* ==========================================================================
	bt_about
========================================================================== */
#bt_about{
	width:100%;
	border-top:1px solid #cdcdcd;
	}

#bt_about ul{
	width:100%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

#bt_about ul li{
	padding:78px 10px 196px;
	box-sizing:border-box;
	width:33%;
	position:relative;
	border-right:1px solid #cdcdcd;
	}
#bt_about ul li h2{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#9d100a;
	}
#bt_about ul li p{
	font-size:13px;
	line-height:26px;
	color:#333;
	display:block;
	width:100%;
	max-width:390px;
	}

#bt_about ul li .link_btn{
	margin:0 auto;
	position:absolute;
	bottom:100px;
	left:0;
	right:0;
	width:100%;
	max-width:330px;
	}


#bt_about ul .pay{
	text-align:center;
	}
#bt_about ul .pay p{
	margin:35px auto 35px;
	position:relative;
	text-align:center;
	}
#bt_about ul .pay img{
	max-width:390px;
	}
#bt_about ul .pay .sp_off{
	display:inline;
	}
	/*
#bt_about ul .pay p:after{
	content:url(./static/image/card.jpg);
	width:100%;
	position:absolute;
	left:0;
	bottom:-35px;
	position:relative;
	}*/

#bt_about ul .ship .ship_free{
	width:100%;
	max-width:347px;
	height:40px;
	border:1px solid #9d100a;
	box-sizing:border-box;
	margin:38px auto 25px;
	}

#bt_about ul .ship .ship_free h3{
	float:left;
	width:59%;
	text-align:center;
	color:#9a100a;
	height:40px;
	padding-top:12px;
	box-sizing:border-box;
	}
#bt_about ul .ship .ship_free h4{
	float:right;
	width:100%;
	text-align:center;
	background:#9a100a;
	color:#fff;
	text-align:center;
	height:38px;
	padding-top:12px;
	box-sizing:border-box;
	}
#bt_about ul .ship p{
	margin:0 auto;
	max-width:347px;
	}


#bt_about ul .cont{
	border-right:0;
	}
#bt_about ul .cont p{
	margin:35px auto 0;
	text-align:center;
	}

#bt_about ul .cont span{
	color:#9d100a;
	}

#bt_about ul .cl{
	display:none;
	}
@media screen and ( max-width: 1080px ) {


#bt_about ul li{
	width:50%;
	float:left;
	border-right:0;
	padding:70px 10px 160px;
	}
#bt_about ul{
	-js-display: block;
	display:-webkit-block;
	display: -webkit-block;
	display:-moz-block;
	display:-ms-block;
	display: block;
	}

#bt_about ul li .link_btn{
	bottom:60px;
	left:0;
	right:0;
	width:100%;
	max-width:330px;
	}
#bt_about ul .ship{
	border-left:1px solid #cdcdcd;

	}
#bt_about ul .ship .link_btn{
	bottom:64px;
	}


#bt_about ul .cont{
	width:100%;
	float:none;
	border-right:0;
	padding:50px 10px 140px;
	border-top:1px solid #cdcdcd;
	border-bottom:0;
	}
#bt_about ul .cont .link_btn{
	bottom:50px;
	}
#bt_about ul .cont .b1{
	display:none;
	}
#bt_about ul .cl{
	display:inline;
	}
	}

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

#bt_about ul .ship .link_btn{
	bottom:43px;
	}
#bt_about ul .ship{
	border-left:0;
	}
#bt_about ul .pay{
	border-right:1px solid #cdcdcd;
	}
	}


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

#bt_about ul li{
	width:100%;
	float:auto;
	padding:54px 15px 54px;
	border-bottom:1px solid #cdcdcd;
	}

#bt_about ul li h2{
	font-size:16px;
}
#bt_about ul li p{
	font-size:12px;
	line-height:22px;
	max-width:720px;
	text-align:left;
	width:100%;
	}
#bt_about ul li .link_btn{
	position:relative;
	bottom:auto;
	width:100%;
	}
#bt_about ul .ship .link_btn,
#bt_about ul .cont .link_btn{
	bottom:auto;
	}
#bt_about ul .pay{
	border-right:0;

	}


#bt_about ul .pay p{
	margin:35px auto 30px;
	text-align:left;
	}
#bt_about ul .pay .b1{
	display:none;
	}
#bt_about ul .pay .link_btn{
	margin-top:40px;
	}

#bt_about ul .pay .pc_off{
	display:inline;
	}



#bt_about ul .ship{
	background:#fbfbfb;
	}
#bt_about ul .ship .ship_free{
	width:100%;
	max-width:720px;
	height:24px;
	border:1px solid #9d100a;
	box-sizing:border-box;
	margin:37px auto 11px;
	}

#bt_about ul .ship .ship_free h3{
	height:22px;
	padding-top:4px;
	background:#fff;
	font-size:12px;
	}
#bt_about ul .ship .ship_free h4{
	height:22px;
	padding-top:4px;
	font-size:12px;
	}
.Android #bt_about ul .ship .ship_free h3,
.iPhone #bt_about ul .ship .ship_free h3,
.Android #bt_about ul .ship .ship_free h4,
.iPhone #bt_about ul .ship .ship_free h4{
	padding-top:5px;
}
#bt_about ul .ship p{
	margin:0 auto;
	max-width:720px;
	}
#bt_about ul .ship .link_btn{
	margin-top:35px;
	}


#bt_about ul .cont{
	border-top:0;
	padding:54px 15px 54px;
	}
#bt_about ul .cont p{
	margin:30px auto 30px;
	text-align:center;
	font-size:12px;
	line-height:22px;
	}
#bt_about ul .cont .b1{
	display:inline;
	}
		}


/* ==========================================================================
	ft_menu
========================================================================== */
#ft_menu{
	width:100%;
	padding:160px 15px 86px;
	box-sizing:border-box;
	background:url(../image/ft_menu_bg.jpg) center center no-repeat;
	background-size:cover;
	border-top:1px solid #cdcdcd;
	}
#ft_menu h1{
	text-align:center;
	font-size:30px;
	color:#9d100a;
	font-weight:400;
	position:relative;
	letter-spacing:0.1em;
	}
#ft_menu h1:before{
	content:"";
	display:block;
	position:absolute;
	top:-94px;
	left:0;
	right:0;
	margin:auto;
	width:25px;
	height:54px;
	background:url(../image/ft_icon.png) center center no-repeat;
	background-size:cover;
	}
#ft_menu h1:after{
	content:"";
	display:block;
	position:relative;
	width:70px;
	height:1px;
	background:#8c0600;
	margin:57px auto 55px;
	}

#ft_menu ul{
	width:870px;
	margin:0 auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}


#ft_menu ul li a{
	display:block;
	font-size:13px;
	letter-spacing:0.1em;
	margin-bottom:18px;
	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
	}
#ft_menu ul li a:first-child{
	font-size:16px;
	margin-bottom:34px;
	}

#ft_menu ul li a:hover{
	filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;

	}




@media screen and ( max-width: 900px ) {
#ft_menu ul{
	width:100%;
}
	}

@media screen and ( max-width: 720px ) {
#ft_menu{
	width:100%;
	padding:100px 15px 18px;
	background-position:bottom center;
	}

#ft_menu h1{
	font-size:16px;
	margin-bottom:50px;
	}
#ft_menu h1:before{
	top:-52px;
	width:15px;
	height:32px;
}
#ft_menu h1:after{
	display:none;
}
#ft_menu ul{
	display:block;
	width:100%;
	}
#ft_menu ul li{
	width:100%;
	border-bottom:1px solid #333;
	padding:15px 0 17px;
	text-align:center;
}

.Android #ft_menu ul li,
.iPhone #ft_menu ul li{
	padding:17px 0 16px;
	}

#ft_menu ul li:first-child{
	border-top:1px solid #333;

	}
#ft_menu ul li a{
	display:block;
	font-size:11px;
	margin:14px 0 0;
	}
#ft_menu ul li a:first-child{
	font-size:13px;
	margin:0;
	font-weight:bold;
	}

.sp_link{
	width:100%;
	margin-top:38px;
	}

.sp_link a{
	display:block;
	width:50%;
	float:left;
	padding:4px 0;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	border-left:1px solid #686868;
	margin-bottom:16px;
	box-sizing:border-box;
	}
.Android .sp_link a,
.iPhone .sp_link a{
	padding:6px 0 3px
	}


.sp_link .r_border{
	border-right:1px solid #686868;

	}

}
/* ==========================================================================
	footer
========================================================================== */
#footer{
	background:#8c0600;
	padding:39px 15px 37px;
	}
#footer ul{
	width:700px;
	margin:0 auto 30px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;

	}
#footer ul li{
	padding:1px 0 1px 22px; /*20240524数値変更*/
	border-left:1px solid #fff;
	}
#footer ul li:first-child{
	border-left:0;
	}
#footer ul li a{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.05em;
	}
#footer p{
	font-size:10px;
	text-align:center;
	color:#fff;
	letter-spacing:0.1em;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

	}

@media screen and ( max-width: 720px ) {
#footer{
	padding:20px 15px;
	}

.Android #footer,
.iPhone #footer{
	padding:20px 15px 19px;
	}
}


/* ==========================================================================
	style
========================================================================== */
.en {
	font-family: "Cormorant Garamond", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
	font-weight:300;
}
.mincho{font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}

.Android .mincho,.iPhone .mincho{
	font-family: "Sawarabi Mincho", serif;
	letter-spacing:-0.08em;
	}
@media screen and ( max-width: 600px ) {

	.en {
		letter-spacing: .1rem;
	}

}





.link_btn{
	display:block;
	position:relative;
	width:330px;
	height:50px;
	padding:16px 0 0 5px;
	text-align:center;
	color:#161616;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	box-sizing:border-box;
	font-size:14px;
	letter-spacing:0.1rem;
    border:1px solid #161616;
	background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(146, 35, 34, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

	}
.link_btn:before{
	content:"";
	display:block;
	width:18px;
	height:6px;
	position:absolute;
	top:18px;
	right:30px;
	background:url(../image/link_ar.png) no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
	}


.link_btn:hover{
	color:#fff;
	border-color:#922322;
    background-position: -100% 100%;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

	}


.link_btn:hover:before{
	right:25px;
	background:url(../image/link_ar_af.png) no-repeat;
	background-size:cover;
}


@media screen and ( max-width: 720px ) {
.link_btn{
	display:block;
	position:relative;
	width:80%;
	height:40px;
	padding:12px 0 0 5px;
	text-align:center;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-sizing:border-box;
	font-size:11px;
	letter-spacing:0.1rem;
    border:1px solid #161616;

	}
.Android .link_btn,
.iPhone .link_btn{
	padding-top:13px;
	}
.link_btn:before{
	width:15px;
	height:5px;
	top:15px;
	right:17px;
}


.link_btn:hover:before{
	right:12px;
	}


	}


.link_btn_o{
	display:block;
	position:relative;
	width:330px;
	height:50px;
	margin: 35px auto 0;
	padding:6px 0 0 0;
	text-align:center;
	color:#fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	box-sizing:border-box;
	font-size:14px;
	letter-spacing:0.1rem;
    border:1px solid #fff;
	background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, rgba(146, 35, 34, 1) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .3s ease 0s, background-color .3s ease;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;

	}
.link_btn_o:before{
	content:"";
	display:block;
	width:18px;
	height:6px;
	position:absolute;
	top:18px;
	right:30px;
	background:url(../image/link_ar_af.png) no-repeat;
	background-size:cover;
	transition:all 0.3s ease;
	}


.link_btn_o:hover{
	color:#fff;
	border-color:#922322;
    background-position: -100% 100%;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

	}


.link_btn_o:hover:before{
	right:25px;
	background:url(../image/link_ar_af.png) no-repeat;
	background-size:cover;
}


@media screen and ( max-width: 720px ) {
.link_btn_o{
	display:block;
	position:relative;
	width:80%;
	height:40px;
	padding:6px 0 0 5px;
	text-align:center;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-sizing:border-box;
	font-size:11px;
	letter-spacing:0.1rem;
    border:1px solid #fff;

	}

.link_btn_o:before{
	width:15px;
	height:5px;
	top:15px;
	right:17px;
}


.link_btn_o:hover:before{
	right:12px;
	}


	}

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

	.pc_off{
		display:block;
		}
	.sp_off{
		display:none !important;
		}
	}

.cl{
	clear:both;
	}

	/* clearfix
----------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
/* WinIE7 only */
*:first-child + html .clearfix {
  height: 1%;
}
/* WinIE6 and below */
/* hide /*/
* html .clearfix {
  height: 1%;
}


p.error{
    color: #9d100a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: -10px;
}
p.error2{
    color: #9d100a;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: -12px;
    margin-bottom: 50px;
}
