@charset "utf-8";

/* UTILITY */
/* -------------------------------------------------- */
.m0b { margin-bottom: 0px !important; }
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m80b { margin-bottom: 80px !important; }
.m120b { margin-bottom: 120px !important; }
.m320b { margin-bottom: 320px !important; }

.m0t { margin-top: 0px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m95t { margin-top: 95px !important; }
.m100t { margin-top: 100px !important; }

.m50l { margin-left: 50px !important; }

.p5b { padding-bottom: 5px !important; }
.p10b { padding-bottom: 10px !important; }
.p15b { padding-bottom: 15px !important; }
.p20b { padding-bottom: 20px !important; }
.p25b { padding-bottom: 25px !important; }
.p30b { padding-bottom: 30px !important; }
.p40b { padding-bottom: 40px !important; }
.p50b { padding-bottom: 50px !important; }
.p60b { padding-bottom: 60px !important; }
.p70b { padding-bottom: 70px !important; }
.p80b { padding-bottom: 80px !important; }

.p5t { padding-top: 5px !important; }
.p8t { padding-top: 8px !important; }
.p10t { padding-top: 10px !important; }
.p15t { padding-top: 15px !important; }
.p17t { padding-top: 17px !important; }
.p20t { padding-top: 20px !important; }
.p25t { padding-top: 25px !important; }
.p30t { padding-top: 30px !important; }
.p70t { padding-top: 70px !important; }

.size200{
	width:200px;
}

.size400{
	width:400px;
}

.cen { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.fLeft { float: left !important; }
.fRight { float: right !important; }

.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.disnon { display: none !important; }

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #3a97e6; }
a:hover  { text-decoration: none; color: #3a97e6; }
a:active { text-decoration: none; color: #3a97e6; }

a img{
  transition: all 0.7s ease;
}
a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* CLEARFIX */
/* -------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.pc{
	display:block;
}
.sp{
	display:none;
}
@media(max-width: 1024px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}

.ime-active{
	ime-mode:active;
}
.ime-disabled{
	ime-mode:disabled;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	position: relative;
	height: 100%;

	padding-top: constant(safe-area-inset-top);
	padding-bottom: constant(safe-area-inset-bottom);
	padding-left: constant(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);

	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);

}

body {
	background: #FFFFFF;
	color: #231815;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	height: 100%;
	position:relative;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	height: 100%;
	margin:0;
	padding:0;
}

/*共通部品*/
.bold{
	font-weight:bold;
}
/*上付*/
.up{
	vertical-align: super;
}
/*下付*/
.down{
	vertical-align: sub;
}

/* -------------------------------------------------- */

#header{
	width:100%;
	top:0;
	left:0;
	z-index:9999;
	background:#FFF;
}
#header .header_catch{
	float:right;
	padding:15px 10px 15px 0;
}
#header .header_links{
	margin:0;
}
#header .header_links ul{
}
#header .header_links ul li{
	float:left;
	font-size: 15px;
	font-size: 1.5rem;
}
#header .header_links ul li a{
}
#header .header_links ul li img{
	float:left;
	margin:0 3px 0 0;
}
#header .header_links ul li a{
	display:inline-block;
	margin:0 10px;
	color:#000;
	font-weight:bold;
	line-height:32px;
}
#header .header_links ul li a:hover{
	color:#B70617;
}
#header .header_action{
}


#header a .header_logo{
	position:absolute;
	left:20px;
	top:15px;
}
#header a .header_logo img{
	margin:5px 5px 0 5px;
	height:35px;
	width:auto;
}
#header a .header_logo p{
	font-size: 12px;
	font-size: 1.2rem;
	text-align:center;
	color:#231815;
}
#header .header_otodoke{
	float:right;
	background:#EFEFEF;
	padding:10px;
	display:block;
	margin:20px 10px 0 0;
}
#header .header_otodoke p{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:bold;
}
.header_otodoke_box{
	display:flex;
	font-size: 13px;
	font-size: 1.3rem;
}
.header_otodoke_day{
	background:#FFF;
	color:#B70617;
	margin:0 5px;
	padding:0 5px;
}

.header_search{
	float:right;
}
.header_search{
	margin:5px 10px 0 0;
	border:1px solid #CCCCCC;
	display:flex;
}
.header_search input[type="text"]{
	height:32px;
	width:240px;
	border:none;
	box-sizing: border-box;
}
.header_search_btn{
	background:#B70617;
	width:32px;
	height:32px;
}
.header_search input[type="image"]{
	width:30px;
	height:30px;
}

.header_icons{
	float:right;
}
.header_icons p{
	font-size: 12px;
	font-size: 1.2rem;
}
.header_icons .header_bookmark{
	float:left;
	text-align:center;
}
.header_icons .header_bookmark a{
	display:block;
	padding:10px 15px;
	color:#000;
}
.header_icons .header_history{
	float:left;
	text-align:center;
}
.header_icons .header_history a{
	display:block;
	padding:10px 15px;
	color:#000;
}
.header_cart{
	position:relative;
}

.header_cart span.cnt{
	position:absolute;
	left:17px;
	top:-3px;
	background:#C7B760;
	color:#000;
	border-radius:50%;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
}
.header_cart a{
}


#header .header_menu{
	background:#EFEFEF;
	z-index:999;
	position:relative;
}
#header .header_menu ul.header_menu_links{
	display:flex;
	justify-content:center;
	padding:5px 0;
}
#header .header_menu ul li{
	font-size: 14px;
	font-size: 1.4rem;
	margin:5px 40px 5px 0;
	position:relative;
	padding:0 0 0 18px;
}
#header .header_menu ul li:before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	left: 2px;
	top: 7px;
	transform: rotate(45deg);
}
#header .header_menu ul li a{
	color:#000;
	line-height:100%;
}

#header .header_menu ul li ul{
	display:none;
}


@media(max-width: 1200px) {
	.header_search input[type="text"]{
		width:200px;
	}
	.header_icons .header_bookmark a{
		padding:5px;
	}
	.header_icons .header_history a{
		padding:5px;
	}
	.header_icons .header_cart a{
		padding:5px;
	}
	.header_icons .header_cart span.cnt{
		position:absolute;
		right:10px;
		top:5px;
	}
	#header a .header_logo{
		width:270px;
		margin:0;
	}
	#header a .header_logo img{
		width:92%;
		height:auto;
	}
}
@media(max-width: 1024px) {
	#header{
		position:fixed;
		top:0;
		right:0;
		box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
		z-index:9998;
		background#FFF;
	}
	#header .header_catch{
		display:none;
	}
	#header .header_catch h1{
		display:none;
	}
	#header .header_links{
		display:none;
	}
	#header a .header_logo{
		float:none;
		width:100%;
		max-width:180px;
		padding:0;
		box-sizing: border-box;
		top:0;
	}
	#header .header_action{
		height:60px;
	}
	#header .header_action a.logo_link{
		display:block;
		width:50%;
		margin:0 auto;
		z-index:9;
	}

	#header a .header_logo img{
		width:100%;
		height:auto;
		margin:0;
	}
	#header a .header_logo p{
		font-size: 12px;
		font-size: 1.2rem;
		margin:0;
		text-align:left;
		line-height:100%;
	}
	.header_icons {
	}
	.header_icons img{
		width:30px;
		height:auto;
	}
	.header_icons p{
		font-size: 11px;
		font-size: 1.1rem;
	}
	.header_icons .header_bookmark a{
		padding:5px;
	}
	.header_icons .header_history a{
		padding:5px;
	}
	.header_icons .header_cart{
		position:absolute;
		top:0px;
		right:0;
		width:65px;
		height:60px;
		overflow:hidden;
	}
	.header_icons .header_cart a{
		padding:3px;
		height:60px;
	}
	.header_icons .header_cart span.cnt{
		position:absolute;
		right:5px;
		top:5px;
	}
	#header .header_menu{
		display:none;
	}

	.header_search_box{
		width:90%;
		margin:20px auto 10px auto;
	}
	.header_search{
		float:none;
		margin:0;
	}
	.header_search input[type="text"]{
		width:100%;
	}
	#header .header_otodoke{
		position:fixed;
		top:0;
		right:0;
		z-index:9998;
		margin:0;
		width:100%;
		box-sizing: border-box;
		padding:8px 10px 0 70px;
		height:60px;
	}
	#header .header_otodoke p{
		margin:0 0 3px 0;
		text-align:left;
	}

	.header_navi_history{
		position:fixed;
		top:0;
		right:0;
		z-index:9998;
		text-align:center;
	}
	.header_navi_history a{
		display:block;
		padding:5px;
		color:#000;
		font-size: 10px;
		font-size: 1.0rem;
	}

	.nav-bunner{
		position:fixed;
		bottom:0;
		left:0;
		z-index:9997;
		margin:0;
		padding:0;
		width:100%;
		box-sizing: border-box;
		color:#FFF;
	}
	.nav-bunner a{
		display:block;
		margin:0;
		padding:0;
		width:100%;
		color:#FFF;
		text-align:left;
		line-height:0;
		letter-spacing: 2px;
	}
	.nav-bunner a img{
		height:auto;
		width:100%;
		margin:0;
	}

	.nav-container .sp_btn {
		position: fixed;
		top: 0px;
		right: 0px;
		text-align:center;
		padding:0 10px 2px 10px;
		background:#2D2D2D;
		height:59px;
		z-index:9998;
		box-sizing: border-box;
	}
	.nav-container .sp_btn p{
		margin:5px 0 0 0;
		font-size: 10px;
		font-size: 1.0rem;
		color:#FFF;
	}
	.nav-container .checkbox {
	  display: block;
	  height: 32px;
	  width: 32px;
	  z-index: 9999;
	  opacity: 0;
	  cursor: pointer;
		position:fixed;
		left:10px;
		top:10px;
	}

	.nav-container .hamburger-lines {
		margin:15px auto 0px auto;
	  display: block;
	  height: 18px;
	  width: 24px;
	  z-index: 2;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
	.nav-container .hamburger-lines {
	}

	.nav-container .hamburger-lines .line {
	  display: block;
	  height: 2px;
	  width: 100%;
	  border-radius: 10px;
	  background: #FFF;
		margin:0;
	}

	.nav-container .hamburger-lines .line1 {
	  transform-origin: 0% 0%;
	  transition: transform 0.4s ease-in-out;
	}

	.nav-container .hamburger-lines .line2 {
	  transition: transform 0.2s ease-in-out;
	}

	.nav-container .hamburger-lines .line3 {
	  transform-origin: 0% 100%;
	  transition: transform 0.4s ease-in-out;
	}

	.nav-container input[type="checkbox"]:checked ~ .sp_menu {
	  transform: translateX(0);
	}
	.nav-container input[type="checkbox"]:checked ~ .sp_btn{
		background: #FFF;
	}
	.nav-container input[type="checkbox"]:checked ~ .sp_btn p{
		color:#000;
	}

	.nav-container input[type="checkbox"]:checked ~ .sp_btn .hamburger-lines .line {
		margin:0 0 0 4px;
		background: #000;
	}

	.nav-container input[type="checkbox"]:checked ~ .sp_btn .hamburger-lines .line1 {
	  transform: rotate(45deg);
	}

	.nav-container input[type="checkbox"]:checked ~ .sp_btn .hamburger-lines .line2 {
	  transform: scaleY(0);
	}

	.nav-container input[type="checkbox"]:checked ~ .sp_btn .hamburger-lines .line3 {
	  transform: rotate(-45deg);
	}


	.sp_menu{
		position:fixed;
		top:0;
		right:0;
		background:#FFF;
		z-index:9997;
		height: 100vh;
		width: 100%;
		transform: translate(100%);
		display: flex;
		flex-direction: column;
		transition: transform 0.5s ease-in-out;
		text-align: center;
		box-sizing: border-box;
	}

	.sp_menu_inner{
		width:100%;
		overflow:scroll;
		padding:60px 0 0 0;
		z-index:9997;
	}

	.sp_menu_linkbtn{
		width:90%;
		margin:0px auto 10px auto;
	}
	.sp_menu_linkbtn a{
		display:block;
		background:#B70617;
		color:#FFF;
		padding:5px;
		border-radius:30px;
		font-size:13px;
	}

	/*---------------*/
	.header_menu_list{
		display:block;
		text-align:left;
		padding:0 15px 15px 15px;
	}
	.header_menu_list li{
		border-bottom:1px solid #000;
		padding:10px 0;
	}
	.header_sub_menu{
		display:block;
		position:relative;
		box-shadow:none;
		top:0;
	}
	.header_sub_menu ul{
		width:100%;
		margin:0px auto;
		box-sizing: border-box;
	}
	.header_sub_menu ul li{
		width:50%;
		box-sizing: border-box;
		border-bottom:none;
		padding:0;
		font-size:12px;
		font-size:1.2rem;
	}

	.header_navi_area{
		background:#EBE8E9;
		padding:10px;
	}
	.header_navi_area .header_navi{
		border-bottom:1px solid #000;
		margin:10px 0;
		padding:0 10px 10px 10px;
	}
	.header_navi_area .header_navi p{
		text-align:left;
		position:relative;
		cursor: pointer;
		padding:0 0 5px 25px;
	}
	.header_navi_area .header_navi p:before{
		content: '';
		width: 7px;
		height: 7px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		transform: rotate(135deg);
		position:absolute;
		top:4px;
		left:5px;
		z-index:9;
	}
	.header_navi_area .header_navi p.over::before{
		transform: rotate(-45deg);
		top:7px;
	}
	.header_navi_area .header_navi ul{
		display:none;
		margin:0 0 0 10px
	}
	.header_navi_area .header_navi ul li{
		text-align:left;
		padding:0 15px;
	}
	.header_navi_area .header_navi ul li a{
		color:#000;
	}
	.sp_menu_inner .footer_sns{
		margin:30px 0 20px 0;
	}
}
@media(max-width: 374px) {
	.header_icons .header_bookmark a{
		padding:5px 2px;
	}
	.header_icons .header_history a{
		padding:5px 2px;
	}
	.header_icons .header_cart{
		width:60px;
	}
}

/*------------------------------------*/

#footer{
	background:#2D2D2D;
	color:#FFF;
}

.footer_box{
	display:flex;
}
.footer_main{
	width:30%;
	padding:40px 0;
}
.footer_main .footer_contact{
	display:flex;
}
.footer_main .footer_contact a{
	display:block;
	border:1px solid #211B09;
	text-align:center;
	width:80%;
	margin:30px auto;
	color:#211B09;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	line-height:30px;
}
.footer_main .footer_contact a span{
	padding:0 0 0 35px;
	background:url(../img/icon_contact.svg) no-repeat 0 -5px;
}
.footer_main .footer_contact a img{
	position:absolute;
	left:0;
}
.footer_main .footer_contact a:hover{
	background:#211B09;
	color:#FFF;
}
.footer_main .footer_contact a:hover span{
	padding:0 0 0 35px;
	background:url(../img/icon_contact_w.svg) no-repeat 0 -5px;
}
.footer_sns{
	display:flex;
	justify-content:center;
}
.footer_sns p{
	margin:0 20px 0 0;
	line-height:40px;
}
.footer_sns img{
	width:40px;
	margin:0 20px 0 0;
}
.footer_sns img.twitter{
	margin:8px 0 0 0;
	width:22px;
}

.footer_navi{
	width:23.3%;
	padding:10px 30px;
	margin:30px 0;
	box-sizing: border-box;
	border-left:1px solid #555555;
}
.footer_navi p{
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 0 15px 0;
	color:#FFF;
}
.footer_navi ul li a{
	color:#FFF;
	font-size: 16px;
	font-size: 1.6rem;
}
.footer_navi ul li a:before{
	content:" - ";
}
.footer_navi ul li a:hover{
	text-decoration:underline;
}

.footer_links{
}
.footer_links ul{
	padding:0 0 30px 0;
}
.footer_links ul li{
	width:16%;
	float:left;
	margin:5px 0;
}
.footer_links ul li:nth-child(6n){
	width:19.6%;
}
.footer_links ul li:last-child:after{
	display:none;
}
.footer_links ul li a:before{
	content:"";
	display:inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
	margin:5px 5px 0 0;
}
.footer_links ul li a{
	color:#FFF;
	padding:0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:normal;
}

.footer .footer_copy{
	position:relative;
	font-size: 12px;
	font-size: 1.2rem;
	width:100%;
	padding:10px 0;
	background:#2D2D2D;
	color:#FFF;
	z-index:999;
}
.footer .footer_copy .copy{
	color:#FFF;
	text-align:center;
	padding:0 20px;
}
.footer .footer_copy .copy a{
	color:#FFF;
	transition:1.0s;
}
.footer .footer_copy .copy a:hover{
	color:#e74a46;
}
@media(max-width: 1024px) {

	.footer_box{
		display:block;
	}
	.footer_main{
		width:100%;
		padding:40px 0 20px 0;
	}
	.footer_main .footer_contact{
		display:block;
	}

	.footer_navi:before,
	.footer_navi:after {
		content: " ";
		display: table;
	}

	.footer_navi:after {
		clear: both;
	}

	.footer_navi{
		*zoom: 1;
		width:100%;
		padding:20px;
		box-sizing: border-box;
		border-left:none;
		border-top:1px solid #211B09;
	}

	.footer_navi p{
		float:left;
		width:45%;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.footer_navi ul{
		float:right;
		width:55%;
	}
	.footer .footer_copy .copy{
		float:none;
		text-align:center;
		padding:10px 0 5px 0;
	}

	.footer .footer_copy .footer_links{
		display:none;
	}
}
@media(max-width: 768px) {
	.footer_navi{
		padding:10px 25px;
		margin:0;
	}
	.footer_links{
		border-top:1px solid #211B09;
	}
	.footer_links ul{
		margin-top:20px;
	}
	.footer_links ul li:nth-child(6n),
	.footer_links ul li{
		width:50%;
	}
	.footer_links ul li a{
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.page_top{
	display:none;
	position:fixed;
	bottom:0;
	right:20px;
}
.zendesk2{
	bottom:70px;
/*
	bottom:225px;
*/
	right:10px;
}

.footer_logo{
	text-align:center;
}
.footer_logo ul{
	text-align:left;
	width:200px;
	margin:20px auto;
}
.footer_logo ul li{
	margin:5px 0;
}
.footer_logo ul li a{
	color:#FFF;
	font-weight:normal;
	font-size: 16px;
	font-size: 1.6rem;
}
.footer_logo ul li a:before{
	content:" - ";
}
@media(max-width: 768px) {
	.footer_logo ul{
		width:50%;
		float:right;
		margin:0;
	}
	.footer_logo_img{
		width:50%;
		float:left;
	}
	.footer_logo_img img{
		width:90%;
		height:auto;
	}
	.footer_logo p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.footer_logo:before,
	.footer_logo:after {
		content: " ";
		display: table;
	}
	.footer_logo:after {
		clear: both;
	}

	.footer_logo{
		*zoom: 1;
	}

	.footer_main .footer_contact a{
		width:80%;
		margin:20px auto;
		border-radius:40px;
		-webkit-border-radius:40px;
		-moz-border-radius:40px;
		line-height:40px;
	}
}
#footer_navi .logo img{
	margin:0 0 10px 0;
}
#footer_navi .logo span{
	font-size:82%;
	line-height:160%;
}
@media(max-width: 768px) {
	.page_top{
		position:absolute;
		right:0;
		top:-40px;
	}
	.page_top img{
		width:40px;
	}
	#footer_navi{
		margin:80px 0 0 0;
		padding:10px 0;
	}
	#footer_navi .logo{
		margin:0 0 10px 0;
	}
	#footer_navi .logo img{
		margin:10px 0;
	}
	#footer_navi .logo span{
		line-height:140%;
	}

	.footer_menu{
		border-top:1px solid #4d618a;
	}
	.footer_menu li{
		width:50%;
		margin:0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
		padding:15px 2%;
		border-bottom:1px solid #4d618a;
	}
	.footer_menu1 li:nth-child(odd){
		border-left:1px solid #4d618a;
	}
	.footer_menu2 li:nth-child(even){
		border-left:1px solid #4d618a;
	}
	.footer_menu li span{
		display:none;
	}
	.footer_btn{
		margin:20px auto 0px auto;
	}
	.footer_btn ul{
		position: relative;
		left:0;
		float:none;
	}
	.footer_btn li{
		position: relative;
		left:0;
		float: left;
		width:25%;
		text-align:center;
		margin:0;
	}
	.footer_btn li i{
		height:30px;
		line-height:30px;
		font-size:18px;
	}
	.footer_btn li.mypage_on i{
		color:#e74a46;
	}
	.footer_btn li span{
		font-size:9px;
	}

	#footer .copy{
		padding: 10px 0;
	}
	.telcom img{
		width:94%;
		height:auto;
	}

}

/*------------------------------------*/

#contents{
	margin:0;
	padding:0;
	overflow:hidden;
	position: relative;
	width:100%;
	background:#e6e6e6;
}
#sideber{
	background:#212121;
	width:12%;
	float:left;
}

#sideber li{
	background:#212121;
	min-height:60px;
	line-height:60px;
	color:#FFF;
	font-weight:bold;
}
#sideber li a{
	color:#FFF;
}
#sideber li p.cate1{
	font-size:88%;
	background:url(../img/side_icon.jpg) no-repeat right 10px center;
	border-bottom:2px solid #131313;
	padding:0 10px;
	cursor: pointer;
	transition:1.0s;
}
#sideber li p.cate1:hover{
	background:url(../img/side_icon2.jpg) no-repeat right 10px center;
	color:#3a97e6;
}
#sideber li ul{
	border-bottom:2px solid #131313;
	display:none;
}
#sideber li ul li{
/*
	background:#131313;
*/
	background:#555555;
	color:#818181;
	border-top:2px solid #212121;
	padding:0 10px 0 15px;
	font-weight:normal;
	min-height:44px;
	line-height:44px;
}
#sideber li ul li:first-child{
	border-top:none;
}
#sideber li ul li a{
	transition:1.0s;
	font-size:78%;
}
#sideber li ul li a:hover{
	color:#3a97e6;
}
#sideber li span{
	padding:0 10px 0 0;
}
#sideber li ul li.active{
	background:#e6e6e6;
}
#sideber li ul li.active a{
	color:#000000;
	font-weight:bold;
	font-size:82%;
}
#sideber li ul li.active a:hover{
	color:#000000;
}

#main{
	width:100%;
	margin:10px 0 75px 0;
}
.cartinner #main{
	margin:10px 0 75px 0;
}


.inner{
	width:1200px;
	margin:0px auto;
	position:relative;
}
.inner_s{
	width:900px;
	margin:0px auto;
	position:relative;
}

@media(max-width: 1199px) {
	.inner{
		width:96%;
		margin:0px auto;
	}
}
@media(max-width: 768px) {
	#main{
		width:100%;
		margin:70px 0 10px 0;
		position:relative;
	}
	.cartinner #main{
		margin:70px 0 75px 0;
	}
	.inner{
		width:100%;
	}
	.inner_s{
		width:100%;
	}
}

/* -------------------------------------------------- */
/*パンクズ*/
.navilist{
	*zoom: 1;
	font-size:86%;
/*
	margin:0 0 30px 0;
	background:#e4e4e4;
*/
	margin:0 0 20px 0;
}
.navilist ul{
	padding:0;
}
.navilist li{
	float:left;
	margin:0 5px 0 0;
	height:30px;
	line-height:30px;
}
.navilist li a{
	color:#333333;
	margin:0 5px 0 0;
}
.navilist li a:hover{
}
.navilist li a:after{
	content:">";
	margin:0 0 0 10px;
}
.navilist li a:hover:after{
	text-decoration:none;
}
@media(max-width: 768px) {
	.navilist{
		padding:0 5px;
		margin:0;
		width:100%;
		overflow:auto;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.navilist ul{
		display:flex;
	}
	.navilist li:last-child{
		padding:0 5px 0 0;
	}
}

.sample_navi{
	position:fixed;
	right:-380px;
	bottom:110px;
	height:170px;
	width:360px;
	z-index:9990;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
}
.sample_navi img{
	border:2px solid #FFF;
}
.zendesk{
	bottom:190px;
/*
	bottom:340px !important;
*/
}

a .sample_navi{
	transition:1.0s;
}

a:hover .sample_navi{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.sample_navi_small{
	position:fixed;
	right:-250px;
	bottom:110px;
	height:55px;
	width:250px;
	z-index:9990;
	border:2px solid #FFF;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.2);
}

a .sample_navi_small{
	transition:1.0s;
}

a:hover .sample_navi_small{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.sample_navi2{
	font-size:92%;
	text-align:center;
	margin:0 0 5px 0;
	z-index:9990;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	padding:10px;
	background:#f0f0f0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #cacaca;
}
.realtime{
	background:#f0f0f0;
}
.realtime span{
	color:#e74a46;
	font-weight:bold;
}
@media(max-width: 768px) {
	.sample_navi,
	.sample_navi_small{
		position:fixed;
		right:0;
		bottom:0;
		width:100%;
		height:auto;
		background:none;
		border:none;
		box-shadow:none;
	}
	.sample_navi img,
	.sample_navi_small img{
		width:100%;
	}
	.zendesk{
		bottom:0px !important;
	}

	.sample_navi2{
		padding:5px 0;
		margin:0;
		border:none;
	}

	a .realtime{
		color:#000;
	}
	.realtime{
		text-align:center;
		padding:5px 0;
		background:#f0f0f0;
	}

}



/* ---------------------------- */
/*     固定ページ  タイトル     */
/* ---------------------------- */
h1.pagetitle{
	border-left:8px solid #C7B760;
	padding:5px 0 5px 20px;
	background:#211B09;
	color:#FFF;
	font-weight: bold;
	font-size: 22px;
}

h2.h2_title{
	margin: 20px 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid 3px #000;
	color: #000;
}

h3.h3_title{
	background-size: 1.3% auto;
	margin: 60px 0 0 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: #3c3c3c;
}

.page_p{
	line-height:180%;
	margin:30px 10px;
}

@media(max-width: 768px) {
	h1.pagetitle{
		margin: 10px 0;
		padding: 5px 15px;
		min-height:auto;
		font-size: 18px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
	}

	h2.h2_title{
		font-size: 100%;
		padding: 0 0 5px 5px;
	}

	h3.h3_title{
		background-size: 20px auto;
		font-size: 100%;
		margin: 60px 2% 0 2%;
	}
	.page_p{
		margin:10px;
		font-size: 14px;
	}
}

/*--------------------*/
.title_cen{
	text-align:center;
	color:#000;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 0 30px 0;
	line-height:160%;
	font-weight:normal;
	letter-spacing:2px;
}
.title_cen span{
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 32px;
	font-size: 3.2rem;
}

@media(max-width: 768px) {
	.title_cen{
		font-size: 22px;
		font-size: 2.2rem;
		margin:0 0 20px 0;
	}
	.title_cen span{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight:normal;
	}
}

.title_bar:before,
.title_bar:after {
	content: " ";
	display: table;
}
.title_bar:after {
	clear: both;
}

.title_bar{
	*zoom: 1;
	padding:10px;
	background:#A0A0A0;
	color:#FFF;
}
.title_bar img{
	float:left;
	margin:10px 5px 0 0;
}
.title_bar h2{
	float:left;
	display:block;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size: 18px;
	font-size: 1.8rem;
}
.title_bar span{
	float:left;
	display:block;
	font-size: 32px;
	font-size: 3.2rem;
	font-family: "Yu Mincho", "YuMincho", serif;
	height:60px;
	line-height:60px;
	margin:0 20px 0 0;
}

@media(max-width: 768px) {
	.title_bar:before{
		margin:0 10px 0 0;
	}
	.title_bar span{
		float:none;
		font-size: 16px;
		font-size: 1.6rem;
		height:auto;
		line-height:100%;
		padding:10px 0 0 0;
	}
	.title_bar h2{
		display:block;
		float:none;
		margin:0;
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/* ---------------- */
/*     テーブル     */
/* ---------------- */

.table_common{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 40px auto 70px;
	width: 80%;
	line-height: 30px;
	font-size: 97%;
}

.table_common th{
	background: #f2f2f2;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 20px 10px;
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
}

.table_common td{
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


@media(max-width: 768px) {
	.table_common{
		font-size: 90%;
		width: 90%;
	}
	.table_common tbody{
		width: 100%;
		margin:0;
		padding:0;
	}
	.table_common td{
		padding: 5px;
		display: block;
	}
	.table_common th{
		padding: 5px;
		display: block;
		width: auto;
	}
}

/*---------------------------*/
.pager_num{
	text-align:center;
	margin:10px 0 0 0;
}
.pager{
	position: relative;
	overflow: hidden;
	margin:30px auto 0 auto;
}
.pager ul{
	position: relative;
	left: 50%;
	float: left;
}
.pager ul li{
	position: relative;
	left: -50%;
	float: left;
	margin:0 2px;
	text-align:center;
	height:30px;
	line-height:30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.pager ul li.num{
	width:30px;
}
.pager ul li.next a,
.pager ul li.prev a,
.pager ul li.num a{
	display:block;
	color:#aaaaaa;
	background:#DDDDDD;
	transition:0.5s;
}
.pager ul li.next a{
	padding:0 30px 0 10px;
}
.pager ul li.next a:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	transition:0.7s;
}

.pager ul li.prev a{
	padding:0 10px 0 30px;
}
.pager ul li.prev a:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -4px;
	transition:0.7s;
}

.pager ul li.num_active{
	background:#001c58;
	color:#FFF;
	width:30px;
}

.pager ul li.next a:hover,
.pager ul li.prev a:hover,
.pager ul li.num a:hover{
	background:#001c58;
}

/*最近チェックした商品*/
#history_box{
	position:relative;
	padding:30px 0 50px 0;
	z-index:998;
	background:#FFF;
}
.history_title{
	color:#263e71;
	font-weight:bold;
	font-size:107%;
	padding:5px;
	border-bottom:2px solid #263e71;
	margin:0 0 20px 0;
	line-height:28px;
}
.history_title i{
	font-size:28px;
	margin:0 5px 0 0;
}
.history_list {
	max-height:320px;
}
a .history_itembox{
	width:255px;
	position:relative;
	padding:15px;
	border:1px solid #cacaca;
	float:left;
	margin:0px auto;
}
a .history_itembox .item_list_noimage_s{
	width: 100%;
    height: 166px;
    line-height: 166px;
    border: 1px solid #EEEEEE;
    text-align: center;
    color: #DDDDDD;
    font-size: 120%;
    margin: 0 0 10px 0;
}
a .history_itembox .img img{
	width:100%;
	height:auto;
}
a .history_itembox .icon0{
	display:none;
}
a .history_itembox .icon1{
	position:absolute;
	top:8px;
	left:8px;
	background:#e74a46;
	color:#FFF;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:72%;
	text-align:center;

	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
}
a .history_itembox .icon2{
	position:absolute;
	top:8px;
	left:8px;
	background:#4a5e89;
	color:#FFF;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:40%;

	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
}
a .history_itembox .title{
	margin:10px 0 0 0;
	color:#000;
	line-height:140%;
}
a .history_itembox .wash_icon{
	font-size:92%;
	background:#263e71;
	color:#ffF;
	text-align:center;
	padding:5px 0;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	margin:5px 0;
}
@media(max-width: 1200px) {
	a .history_itembox{
		width:90%;
		padding:10px;
		margin:0px auto;
	}
}
@media(max-width: 768px) {
	#history_box{
		padding:0;
	}
	.history_list {
		max-height:280px;
	}
	a .history_itembox{
		width:auto;
		padding:2%;
		margin:0 10px;
	}
	a .history_itembox .item_list_noimage_s{
		height:105px;
		line-height:105px;
	}
	a .history_itembox .wash_icon{
		font-size:11px;
	}
}

.footer_link_btn{
	width:800px;
	margin:20px auto;
}
.footer_link_btn a{
	display:block;
	background:#001c58;
	color:#FFF;
	padding:10px 0;
	transition:1.0s;
	text-align:center;
	letter-spacing:5px;
	line-height:130%;
	font-size:120%;
	font-weight:bold;
}
.footer_link_btn a span{
	font-size:88%;
	font-weight:normal;
}
@media(max-width: 767px) {
	.footer_link_btn{
		width:90%;
		margin:40px auto 20px auto;
	}
	.footer_link_btn a{
		padding:15px 0;
		letter-spacing:1px;
	}
}


.onetime_campagin{
	border:2px solid #e74a46;
	padding:20px 30px;
	margin:0 0 20px 0;
}
.onetime_campagin h2{
	text-align:center;
	color:#e74a46;
	font-size:20px;
	margin:0 0 10px 0;
	line-height:150%;
}
.onetime_campagin span.bold{
	font-weight:bold;
	text-decoration:none;
}
.onetime_campagin .caption{
	text-align:center;
	color:#000;
	font-weight:bold;
}
.onetime_campagin .box{
	background:#EFEFEF;
	padding:10px;
	font-size:14px;
}
@media(max-width: 768px) {
	.onetime_campagin{
		padding:15px;
		margin:0;
	}
}

.more_btn{
	width:400px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0px auto 50px auto;
}
.more_btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFF;
	border:1px solid #2D2D2D;
	color:#000;
    text-align:center;
    box-shadow:5px 5px 0px 0px #2D2D2D;
	padding:10px 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.more_btn a:hover{
    background:#FFF;
    color:#000;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}

@media(max-width: 768px) {
	.more_btn{
		margin:20px auto 40px auto;
		width:90%;
		height:40px;
		line-height:40px;
	}
	.more_btn a{
		line-height:1.2;
		font-size: 16px;
		font-size: 1.6rem;
		display: grid;
		place-items: center;
	}
}

/*--------------------------------------*/
.new_list{
	margin:0 0 20px 0;
}
.new_list ul{
	padding:1%;
	margin:0 0 0 -1%;
}
.new_list ul li{
	width:24%;
	float:left;
	margin:0 0 20px 1%;
}
@media(max-width: 768px) {
	.new_list ul{
		padding:4%;
		margin:0;
	}
	.new_list ul li{
		width:100%;
		margin:0;
	}
}
.item_box{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position:relative;
	padding:0 0 10px 0;
	background:#FFF;
	border-radius: 10px;
	overflow:hidden;
	height:420px;
}
a .item_box{
	color:#231815;
}
.item_box img{
	width:100%;
	height:auto;
	margin:0 0 5px 0;
}
.item_box h3{
	font-size: 18px;
	font-size: 1.8rem;
	margin:5px 15px 0 15px;
}
.item_box p{
	margin:10px 15px 0 15px;
	font-size: 13px;
	font-size: 1.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item_box p.icon{
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
.item_box p.icon img{
	width:76px;
	height:auto;
}

.item_box .price_box{
	margin:10px 15px 0 15px;
	line-height:130%;
}
.item_box .price_box span{
	color:#B70617;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
}
.item_box .off_box:before{
	content:"今だけ";
}
.item_box .off_box{
	position:absolute;
	left:10px;
	top:180px;
	background:#B70617;
	text-align:center;
	color:#FFF;
	padding:5px 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	line-height:100%;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:bold;
}
.item_box .off_box br{
	display:none;
}
.item_box .item_box_link{
	display:none;
	background:#000;
	color:#FFF;
	width:80%;
	margin:20px auto 10px auto;
	text-align:center;
	padding:5px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
@media(max-width: 768px) {
	.item_box{
		margin:0 0 20px 0;
		height:auto;
	}
	.item_box img{
		margin:0;
	}
	.item_box h3{
		font-size: 15px;
		font-size: 1.5rem;
		margin:0 0 5px 0;
		padding:0 10px;
	}
	.item_box p{
		font-size: 13px;
		font-size: 1.3rem;
		margin:0 10px;
	}
	.item_box p.icon img{
		width:50px;
		height:auto;
	}
	.item_box .item_box_link{
		margin:10px auto 5px auto;
	}
}

