@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  reset
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form,figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}

input,select,button,textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family:inherit;font-size:inherit;font-weight:inherit;
}
select::-ms-expand{
	 display: none;
}
textarea{
	resize: vertical;
}
button,input[type="submit"],select{
	cursor:pointer;
}

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

@media screen and (max-width: 768px) {
	
	.ipad body,
	.android body,
	.iphone body {
		-webkit-text-size-adjust: 100%;
	}
	.android h2,
	.android h3,
	.android ul,
	.android dl dt,
	.android dl dd,
	.android p{
		max-height: 999999px;
	}
	
}


/* ----------------------------------------------------------------------------------------------------
*  基本
* --------------------------------------------------------------------------------------------------*/

body{
	position: relative;
	min-width: 935px;
	word-wrap: break-word;
	line-height: 1.5;
	color:#383838;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}	
a{
	color: #000;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/
.txt_red{
	color: #E40012;
}
.txt_red02{
	color: #E00000;
}
.txt_bold{
	font-weight: bold;
}
.txt_bold_red{
	font-weight: bold;
	font-size: 20px;
	color: red;
}
.flex{
	display: flex;
}
.wrap{
	position: relative;
	width:935px;
	margin: 0 auto;
}
	
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

#privacy{
    text-decoration: underline;
    color: #808080;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

/* ------------------------------
   float
------------------------------ */
.aligncenter{
    display:block;
    margin:0 auto;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}

/* ------------------------------
   ttl
------------------------------ */
.ttl_bggray{
	background: #ECECEC;
	padding: 8px 14px 4px;
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: bold;
}
.ttl_linegray{
	margin: 40px 0 15px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}

@media screen and (min-width:769px) {

	.pc{
		display:block!important;
	}
	.sp{
		display:none!important;
	}
	
	a,
	a:before,
	a:after,
	input[type="submit"],
	button{
		transition: all .5s ease;
	}
	a:hover,
	input[type="submit"]:hover,
	button:hover{
		opacity: 0.7;
	}
	a,
	a * {
		outline: 1px solid transparent;
	}

}

@media screen and (max-width: 768px) {
	
	body{
		margin-top: 50px;
		min-width: auto;
		min-width: inherit;
	}
	body.fixed{
		position: fixed;
		width: 100%;
	}
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}

	.wrap{
		width:92%;
	}
	
	/* ------------------------------
	   ttl
	------------------------------ */
	.ttl_bggray{
		padding: 10px 14px 7px;
		margin-bottom: 5%;
		font-size: 1.6rem;
	}
	.ttl_linegray{
		margin: 7% 0 4%;
		font-size: 1.4rem;
	}

}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
header > .wrap{
	height: 90px;
}
header .logo_header {
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
header .txt_header{
	position: absolute;
	top:32px;
	left:197px;
	height: 35px;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -1px;
}
header .txt_tel{
	position: absolute;
	top:50%;
	right:97px;
	transform: translateY(-50%);
}
header .ico_pay{
	position: absolute;
	top:50%;
	right:7px;
	transform: translateY(-50%);
}
header .toggle {
	display: none;
}

header .nav_header{
	height: 51px;
	background: #1a1a1a;
	border-top: 1px solid #8d8d8d;
}
header .menu_header > li{
	position: relative;
	height: 50px;
	width: calc(100% / 6);
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 50px;
	cursor:pointer;
}
header .menu_header > li > a{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 50px;
}

@media screen and (min-width: 769px) {

	header .menu_header > li{
		transition:all .5s ease;
	}
	header .menu_header > li > a:hover{
		opacity: 1;
	}
	header .menu_header > li:hover{
		background: #333;
	}
	header .submenu_header{
		position: absolute;
		top:50px;
		left:0;
		transition:all .5s ease;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		width: 220px;
		padding: 15px 0;
		background: #333;
	}
	header .menu_header > li:hover .submenu_header{
		visibility: visible;
		opacity: 1;
	}
	header .submenu_header li{
		height: 35px;
	}
	header .submenu_header li a{
		display: block;
		height:100%;
		padding: 0 25px;
		line-height: 35px;
		color: #fff;
		font-size: 1.3rem;
	}

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

	header{
		position: fixed;
		top:0;
		left:0;
		z-index: 9999;
		width: 100%;
	}
	header > .wrap{
		width: 100%;
		height: 50px;
		background: #ECECEC;
	}
	header .logo_header {
		left:4%;
		width: 92px;
	}
	header .ico_pay{
		right:auto;
		left:calc(4% + 100px);
		width: 47px;
	}
	header .ico_tel{
		position: absolute;
		top:0;
		right:85px;
		width: 45px;
		height: 50px;
	}
	header .ico_tel a:before{
		content: "";
		position: absolute;
		top:7px;
		left:50%;
		transform: translateX(-50%);
		width: 21px;
		height: 20px;
		background: url("../img/common/ico_tel_sp.png") 0 0 no-repeat;
		background-size: 21px auto;
	}
	header .ico_cart{
		position: absolute;
		top:0;
		right:calc(2% + 40px);
		width: 45px;
		height: 50px;
	}
	header .ico_cart a:before{
		content: "";
		position: absolute;
		top:9px;
		left:8px;
		width: 23px;
		height: 20px;
		background: url("../img/common/ico_cart_sp.png") 0 0 no-repeat;
		background-size: 23px auto;
	}
	header .ico_tel a,
	header .ico_cart a{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		height: 100%;
		padding-bottom: 5px;
		font-size: 0.8rem;
		text-align: center;
		font-weight: bold;
		color: #1A1A1A;
	}
	header .toggle {
		position: absolute;
		right:2%;
		top:0;
		width: 40px;
		height: 50px;
		display: block;
		overflow: hidden;
	}
	header .toggle > div{
		position: relative;
	}
	header .toggle span{
		position:absolute;
		left: 8px;
		width: 22px;
		height:2px;
		border-radius: 1px;
		background: #1A1A1A;
	}
	header .toggle span:nth-child(1){
		top: 12px;
	}
	header .toggle span:nth-child(2){
		top: 18px;
	}
	header .toggle span:nth-child(3){
		top: 24px;
	}
	header span{
		transition: all 0.5s ease-out;
	}
	header .toggle.action span:nth-child(1){
		top:18px;
		transform: rotate(45deg);
	}
	header .toggle.action span:nth-child(2){
		background-color:rgba(255,255,255,0);
	}
	header .toggle.action span:nth-child(3){
		top:18px;
		transform: rotate(-45deg);
	}
	header .toggle > p{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		height: 100%;
		padding-bottom: 6px;
		font-size: 0.8rem;
		text-align: center;
		font-weight: bold;
		color: #1A1A1A;
	}
	header .nav_header{
		position: fixed;
		top:50px;
		right:0;
		display: none;
		width: 100%;
		height: calc(100% - 50px);
		overflow-y: scroll!important;
		-webkit-overflow-scrolling: touch;
		border-top: none;
	}
	header .nav_header .menu_header{
		height: auto;
		flex-wrap: wrap;
		background: #ECECEC;
	}
	header .menu_header{
		width: 100%;
	}
	header .menu_header > li{
		height: auto;
		width: 100%;
		border-top: 1px solid #B2B2B2;
		color: #1A1A1A;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1;
		font-weight: bold;
	}
	header .menu_header > li > a{
		position: relative;
		height: 50px;
		padding: 0 4%;
		color: #1A1A1A;
		font-size: 1.2rem;
		text-align: left;
		line-height: 50px;
	}
	header .menu_header > li > a:after{
		content: "";
		position: absolute;
		top:50%;
		transform: translateY(-50%) rotate(45deg);
		right:5%;
		width: 6px;
		height: 6px;
		border-top: 1px solid #1A1A1A;
		border-right: 1px solid #1A1A1A;
	}
	header .submenu_header{
		display: flex;
		flex-wrap: wrap;
		padding: 2% 0;
		border-top: 1px solid #B2B2B2;
	}
	header .submenu_header li{
		height: 25px;
		line-height: 25px;;
	}
	header .submenu_header li a{
		display: block;
		height: 100%;
		padding: 0 5% 0 10%;
		color: #1A1A1A;
		font-size: 1.1rem;
	}
	header .submenu_header li:nth-of-type(odd){
		width: 48%;
	}
	header .submenu_header li:nth-of-type(even){
		width: 52%;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  area_contents
* --------------------------------------------------------------------------------------------------*/
.area_contents{
	flex-wrap: wrap;
	margin-top: 30px;
}

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

	.area_contents{
		margin-top:0;
	}
	
}

/* ------------------------------
    nav_side
------------------------------ */
.nav_side{
	width:200px;
	order: 1;
}
.nav_side .menu_side > li{
	margin-top: 10px;
}
.nav_side .menu_side > li > a{
	display: block;
	width: 200px;
	height: 40px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.nav_side .menu_side > li.pink > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#f9d5e4 0,#e95377 90%) ;
}
.nav_side .menu_side > li.pink2 > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#f9d6e5 0,#e84283 90%) ;
}
.nav_side .menu_side > li.lightgreen > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#e3efc9 0,#8ec31f 90%) ;
}
.nav_side .menu_side > li.lightgreen2 > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#e3efc9 0,#8ec31f 90%) ;
}
.nav_side .menu_side > li.lightgreen3 > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#bbe0d5 0,#25b7aa 90%) ;
}
.nav_side .menu_side > li.red > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#f39800 0,#e60012 90%) ;
}
.nav_side .menu_side > li.red1 > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#f39800 0,#e60012 90%) ;
}
.nav_side .menu_side > li.turquoise > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#bce1d6 0,#25b7aa 90%) ;
}
.nav_side .menu_side > li.lightblue > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#b6e1f8 0,#1eb9ee 90%) ;
}

.nav_side .menu_side > li.orange > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#f49e39 0,#ea5404 90%) ;
}
.nav_side .menu_side > li.green > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#60bfa9 0,#00815d 90%) ;
}
.nav_side .menu_side > li.green2 > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#8ec31f 0,#009944 90%) ;
}
.nav_side .menu_side > li.blue > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#0087d2 0,#12298c 90%) ;
}

.nav_side .menu_side > li.fukubukuro > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#eb6000 0,#e60012 90%) ;
}

.nav_side .menu_side > li.special > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#eb6000 0,#e60012 90%) ;
}

.nav_side .menu_side > li.webexclusive > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#53c5bf 0,#0ba29a 90%) ;
}

.nav_side .menu_side > li.senior > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#94693c 0,#6a3906 90%) ;
}

.nav_side .menu_side > li.timesale > a{
	background:rgba(0, 0, 0, 0) linear-gradient(#eb6000 0,#e60012 90%) ;
}

.nav_side .menu_side > li .sp_area .red1 > a{
	display:none !important;
}
.nav_side .submenu_side{
	margin-bottom: 30px;
}
.nav_side .submenu_side li{
	margin-top: 19px;
	line-height: 1;
}
.nav_side .submenu_side li a{
	position: relative;
	font-size: 1.4rem;
	text-decoration: underline;
	padding-left: 11px;
}
.nav_side .submenu_side li a:before{
	content: "";
	position: absolute;
	top:4px;
	left:0;
	width: 7px;
	height: 9px;
	background: url("../img/common/ico_arrow_right_03.png") 0 0 no-repeat;
	background-size: 7px auto;
}

.mac .nav_side .submenu_side li a:before{
	top:2px;
}

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

	.nav_side{
		width:100%;
		margin-top: 2%;
	}
	.nav_side .menu_side{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width:100%;
	}
	.nav_side .menu_side > li{
		width: 24%;
		height: 32px;
		margin-top: 4%;
	}
	.nav_side .menu_side > li > a{
		width: 100%;
		height: 43px;
		font-size: 1.2rem;
		line-height: 15px;
		padding-top: 11px;
	}
	
	.nav_side .menu_side .red1{
		width: 100%;
	}
	
	
	
}

/* ------------------------------
    area_main
------------------------------ */
.area_main{
	width:710px;
	margin: 0 0  0 25px;
	order: 2;
}

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

	.area_main{
		width:100%;
		margin: 5% 0 0;
	}
	
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer{
	margin-top: 100px;
	background: #333333;
}
footer .menu_footer{
	display: flex;
	justify-content: center;
	height: 76px;
}
footer .menu_footer a{
	display: block;
	height: 76px;
	padding: 0 35px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 76px;
}
footer .area_copy{
	width: 100%;
	height: 56px;
	background: #1A1A1A;
}
footer .area_copy p{
	height: 56px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 56px;
}

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

	footer{
		margin-top: 20%;
		background: #ECECEC;
	}
	footer .menu_footer{
		flex-wrap: wrap;
		width: 100%;
		height: 60px;
	}
	footer .menu_footer li{
		width: 50%;
		height: 30px;
	}
	footer .menu_footer li:nth-of-type(odd){
		border-right: 1px solid #B2B2B2;
	}
	footer .menu_footer li:nth-of-type(n+3){
		border-top: 1px solid #B2B2B2;
	}
	footer .menu_footer a{
		height: 30px;
		padding: 0;
		color: #1A1A1A;
		font-size: 1.2rem;
		line-height: 30px;
		text-align: center;
	}
	footer .area_copy{
		height: 28px;
	}
	footer .area_copy p{
		height: 28px;
		font-size: 0.9rem;
		line-height: 28px;
	}
	
}