@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;900&family=Noto+Serif+JP:wght@400;500;900&family=Sawarabi+Mincho&family=Shippori+Mincho+B1:wght@400;600;800&display=swap');

html{
  font-size: 62.5%;
  line-height: normal;
}
body{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  max-width: 100vw;
  font-family: 'Hina Mincho','Noto Sans JP',"Noto Serif JP","Sawarabi Mincho",sans-serif, "serif";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:#ffffff;
  font-weight: 400;
}
.position_r{
    position: relative;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/*--ここから--*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		ベース用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		共通
****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight:300;
	font-weight: normal;
	color: #666;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	background: #000;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	width: 100%;
}

p{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	color: #dd3264;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

a:hover{
	color: #ee0046;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}
.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.w900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
h1{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 30px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}

h2{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 30px;
	line-height: 1.9em;
	color: #333;
}

input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}
@media screen and (max-width: 1220px){
	.w1200{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pc{
		display: none;
	}
}
@media screen and (max-width: 920px){
	.w900{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 640px){
	h1{
		letter-spacing: 0.1em;
		font-size: 25px;
		line-height: 1.5em;
		color: #333;
	}
	h2{
		letter-spacing: 0.1em;
		font-size: 25px;
		line-height: 1.5em;
		color:
		#333;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}


/****************************************************************************************************************************
		ヘッダー
****************************************************************************************************************************/
header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
}

header .in_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .logoArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .logoArea a{
	display: block;
	height: 70px;
	padding: 15px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .logoArea img{
	display: block;
	width: auto;
	height: 45px;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

header .in_head .infohead{
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headtop{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .in_head .infohead .headtop ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .in_head .infohead .headtop li{
	position: relative;
}

header .in_head .infohead .headtop li:before{
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	top:0;
	left: 0;
	right:auto;
	bottom:0;
	margin: auto;
	background-color: #ccc;
}

header .in_head .infohead .headtop li:nth-child(1):before{
	display: none;
}

header .in_head .infohead .headtop li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #333;
	background-color: #f5f5f5;
	padding: 0 20px;
	height: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headtop .head_icon{
	margin-left: 8px;
}

header .in_head .infohead .headtop .head_icon a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	letter-spacing: 0;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headtop .head_tw_icon a{
	background-color: #00acee;
	color: #fff;
	font-size: 17px;
}

header .in_head .infohead .headtop .head_mail_icon a{
	background-color: #ff426e;
	color: #fff;
}

header .in_head .infohead .headbottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headbottom nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headbottom nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

header .in_head .infohead .headbottom nav li{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0;
	padding: 0 15px;
	position: relative;
	cursor:pointer;
}

header .in_head .infohead .headbottom nav li span{
	display: block;
	position: relative;
	padding-right: 20px;
}

header .in_head .infohead .headbottom nav li span:before{
	font-family: fontawesome;
	content: '\f0d7';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top:0;
	left: auto;
	right:0px;
	bottom:0;
	margin: auto;
	color: #999;
}

header .in_head .infohead .headbottom nav li ul.child{
	display: none;
	position: absolute;
	top:70px;
	left: 0;
	background-color: #fff;
	border: solid 1px #aaa;
	min-width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .in_head .infohead .headbottom nav li ul.child li{
	display: block;
	text-align: left;
	padding: 0 0px;
	cursor: default;
}

header .in_head .infohead .headbottom nav li ul.child li.ft{
	border-top: solid 1px #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

header .in_head .infohead .headbottom nav li ul.child li.ft:nth-child(1){
	border-top:none;
	margin-top: 0px;
	padding-top: 0px;
}

header .in_head .infohead .headbottom nav li ul.child li a{
	display: block;
	color: #666;
	padding: 2px 10px;
}


/* on */
header .in_head .infohead .headbottom nav li.on{
	background-color: #e7e7e7;
}
header .in_head .infohead .headbottom nav li.on ul.child{
	display: block;
}

/*----------------------------------------------
検索窓
----------------------------------------------*/
header .in_head .infohead .headbottom .headSearchArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 190px;
	margin-left: 10px;
}

header .in_head .infohead .headbottom .headSearchArea .search-box{
}

header .in_head .infohead .headbottom .headSearchArea .search-box form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

header .in_head .infohead .headbottom .headSearchArea .search-box #search-input{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	display: block;
	width: 100%;
	height: 30px;
	border: solid 1px #ccc;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 0px 35px 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	background-color: inherit;
	color: #666;
}

header .in_head .infohead .headbottom .headSearchArea .search-box #search-input::placeholder{
	color: #aaa;
	font-weight: normal;
	letter-spacing: 0.1em;
}

header .in_head .infohead .headbottom .headSearchArea .search-box button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #666;
	background-color: inherit;
	border: none;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	bottom:0;
	margin: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5px;
	line-height: 1em;
	cursor:pointer;
}

/*----------------------------------------------
trigger
----------------------------------------------*/
header .in_head .infohead .headbottom .trigger{
	display: none;
	width: 45px;
	height: 100%;
	margin-left: 15px;
}

header .in_head .infohead .headbottom .trigger p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	position: relative;
	cursor:pointer;
	background-repeat: repeat;
	background-color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headbottom .trigger span{
	display: block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headbottom .trigger span:before{
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	top:13px;
	left: 0;
	right:0;
	bottom:auto;
	margin: auto;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .in_head .infohead .headbottom .trigger span:after{
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	position: absolute;
	top:auto;
	left: 0;
	right:0;
	bottom:13px;
	margin: auto;
	background-color: #fff;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* とりあえず */
header .in_head .infohead .searchBox{
	display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 230px;
	height: 30px;
	font-size: 13px;
	color: #888;
	border: solid 1px #ddd;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin-left: 10px;
	line-height: 1.7em;
}

header .in_head .infohead .searchBox:before{
	font-family: fontawesome;
	content: '\f002';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffec04;
	width: 30px;
	height: 30px;
	position: absolute;
	top:0;
	left: auto;
	right:-1px;
	bottom:0;
	margin: auto;
	border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	cursor:pointer;
	font-size: 16px;
	color: #555;
}

.headline{
	display: block;
	text-align: center;
	/*background-position: center center;
	background-repeat: repeat-x;*/
}

.headline .headline_in{
	display: block;
	font-size: 18px;
	letter-spacing: 0.2em;
}

.headline .headline_in a{
	display: block;
	background-color: #ffec04;
	padding: 10px 0;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.headline .headline_in a:after{
	content: '';
	display: block;
	width: 0;
	height: 5px;
	position: absolute;
	top:auto;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background-color: #ffd504;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.headline .headline_in p{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
}

.headline .headline_in span{
	display: inline-block;
	font-weight: bold;
	font-size: 25px;
	padding: 0px 10px;
	color: #ff4209;
}

header iframe{
	display: block;
	width: 100%;
	height: auto;
}


@media screen and (min-width: 920px){
	header .in_head .logoArea a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	header .in_head .infohead .headbottom nav li:hover span{
		color: #333;
	}
	header .in_head .infohead .headbottom nav li:hover span:before{
		color: #333;
	}
	header .in_head .infohead .headbottom nav li ul.child li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1220px){
	header .in_head .infohead .headbottom nav{
		display: none;
	}
	header .in_head .infohead .headbottom .trigger{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (max-width: 920px){
	header .in_head{
		padding-left: 0px;
	}
}
@media screen and (max-width: 640px){
	header .in_head .infohead .headbottom .headSearchArea{
		display: none;
	}
}
@media screen and (max-width: 500px){
	header .in_head .logoArea{
		width: 250px;
	}
	header .in_head .logoArea a{
		width: 100%;
		height: auto;
		padding: 8px 0;
	}
	header .in_head .logoArea img{
		width: 100%;
		height: auto;
	}
	header .in_head .infohead .headbottom .trigger{
		width: 40px;
		margin-left: 0px;
	}
	header .in_head .infohead .headbottom .trigger p{
		width: 40px;
		height: 41px;
	}
	header .in_head .infohead .headbottom .trigger span{
		width: 22px;
	}
	header .in_head .infohead .headbottom .trigger span:before{
		width: 22px;
		top:12px;
		left: 0;
		right:0;
		bottom:auto;
	}
	header .in_head .infohead .headbottom .trigger span:after{
		width: 22px;
		top:auto;
		left: 0;
		right:0;
		bottom:12px;
	}
}

/***************************
		サイドナビ
**************************/
.sideNavi{
	display: block;
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right:0;
	z-index: 10000;
	overflow: hidden;
	-moz-transform: translate(317px, 0);
	-webkit-transform: translate(317px, 0);
	-o-transform: translate(317px, 0);
	-ms-transform: translate(317px, 0);
	transform: translate(317px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi.on{
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
	width: 317px;
	height: 100%;
	overflow-y: scroll;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
	flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
	width: 60px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
	width: 31px;
	height: 31px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .menu{
	border-top: solid 1px #ddd;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li{
	display: block;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: dashed 1px #ddd;
	padding: 0 40px 0 15px;
	color: #333;
	position: relative;
	font-weight: bold;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
	opacity: 0.5;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover:after{
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a{
	background-color: #38bbd3;
	color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a:after{
	display: none;
}

.sideNavi_bg{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
}

@media screen and (max-width: 920px){
	.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
		right: 30px;
	}
	.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
		margin-right: 15px;
}
}
/*		サイドナビ　ここまで
**************************/

/*==================================================
スライダーのための　css
===================================*/

.eye_catch {
            margin-top: 120px;/*スライダー画像上の外幅*/
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:70vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
    border: 0.3px solid #3c3c3c;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
  margin: 0 -20px;
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}
/*スライダーのための　css ここまで
===================================*/

/*************************************
 ブランドロゴ画像リスト
*************************************/
.inner{
      width: auto;
      height: auto;
      padding: 0 15%;
}
.sec01{
      margin-top: 5%;
}
.grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 150px;
}
.grid1 img {
    border: 1px solid #707070;
}
.grid1 li a:hover {
  opacity: 0.5;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
@media screen and (max-width: 1200px){
  .inner{
    width: auto;
    height: auto;
    padding: 0 15%;
}
}
@media screen and (max-width: 900px){
  .grid1 {
      gap: 40px;
      margin-bottom: 70px;
}
      .inner{
        width: auto;
        height: auto;
        padding: 0 14%;
}
}
@media screen and (max-width: 800px){

      .inner{
        width: auto;
        height: auto;
        padding: 0 13%;
}
}
@media screen and (max-width: 600px){
  .grid1 {
      display: grid;
      gap: 20px;
      margin-bottom: 50px;
      margin-left: 0px;
}
.eye_catch {
    margin-top: 80px;
}
.inner{
  width: auto;
  height: auto;
  padding: 0 5%;
}
.slider img {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100vw;
}
}
/************************************
 その他のブランドリスト
*************************************/
.title_numb_area {
    display: flex;
    justify-content: space-around;
    margin-bottom: 4.65vw;
    margin-left: -1%;
}
.title_numb:first-of-type {
    width: 67.83vw;
    padding: 1.04vw 6.45vw 3.04vw 6.45vw;
}
.title_numb {
    background-color: #1F1F1F;
    border: 1px solid #707070;
    box-sizing: border-box;
    color: #fff;
}
.title_numb ul {
    display: flex;
    justify-content: space-between;
   flex-wrap: wrap;
}
.title_numb p {
    border-bottom: 1px solid #707070;
    line-height: 2;
    font-size: 1.45vw;
}
.title_numb a {
  text-align: center;
    color: #fff;
}
.title_numb h3 {
    text-align: center;
    font-size: 2.0vw;
    font-weight: 500;
    margin-bottom: 1.80vw;
    color: #fff;
}
.brands li a:hover{
  opacity: 0.5;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
@media screen and (max-width: 1000px){/*スマホ*/
  .title_numb_area {
      margin-left: -5%;
}
.title_numb h3 {
    font-size: 3.58vw;
}
.title_numb p {
    font-size: 2.50vw;
}
}
@media screen and (max-width: 900px){/*スマホ*/
  .title_numb_area {
      margin-left: -5%;
}
}
@media screen and (max-width: 500px){/*スマホ*/
  .title_numb_area {
    margin-bottom: 7.65vw;
    margin-left: 0%;
}
  .title_numb:first-of-type {
  width: 94.83vw;
  padding: 3.04vw 3.45vw 8.04vw 3.67vw;
}
.title_numb h3 {
    font-size: 5.58vw;
}
.title_numb p {
    font-size: 4.50vw;
    line-height: 2.5;
}
}
/**********************************
		オールアイテムボタン
************************************/
.warpper {
    max-width: 1200px;
    margin: 0 auto;
}
.b_area {
    margin-left: 11%;
    margin-right: 16%;
    margin-bottom: 15%;
    padding-left: 28%;
    padding-right: 24%;
}

.button {
    background: linear-gradient(118.44292862436328deg, rgba(249, 63, 72,1) 55.302083333333336%,rgba(250, 183, 121,1) 96.55208333333331%);
    border-radius: 0.5px;
    padding: 10px;
}
.s {
    color: #fff;
    font-weight: bolder;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
}
@media screen and (max-width:1000px){/*スマホ*/
.b_area {
  margin-left: 7%;
  margin-right: 17%;
}
}
@media screen and (max-width:900px){/*スマホ*/
.b_area {
    margin-left: 8%;
    margin-right: 16%;
}
}
@media screen and (max-width: 800px){
.b_area {
    margin-left: 5%;
    margin-right: 15%;
  }
  }
@media screen and (max-width:600px){/*スマホ*/
.warpper {
    padding: 0 4%;
}
.b_area {
    margin-left: 5%;
    margin-right: 0%;
}
}
@media screen and (max-width: 500px){
.b_area {
  margin-left: -2%;
      margin-right: 0%;
      margin-bottom: 25%;
}
}
/**********************************
		フッター
************************************/
footer{
	/*background-color: #f9f9f9;*/
	background: #333;
	padding-top: 50px;
	padding-bottom: 0px;
}

footer .in_foot{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_navArea{
}

footer .in_foot .foot_navArea .foot_navArea_in{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .in_foot .foot_navArea .navBox{
	width: 20%;
}


footer .in_foot .foot_navArea .navBox ul{

}

footer .in_foot .foot_navArea .navBox li{

}

footer .in_foot .foot_navArea .navBox li a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 3px 0px;
}

footer .copyright{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 1px #393939;
	margin-top: 50px;
}

footer .copyright .foot_logo{
	margin-bottom: 10px;
}

footer .copyright .foot_logo a{
	display: block;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	line-height: 1.7em;
	font-size: 13px;
}

footer .copyright .foot_logo a img{
	display: block;
	width: 100%;
	line-height: 1em;
}

footer .copyright .foot_text{
}

footer .copyright .foot_text a{
	color: #fff;
	line-height: 1.7em;
	font-size: 13px;
}

footer .copyright .copy{
	display: inline-block;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #fff;
}

#page-top{
  position: fixed;
	top:auto;
	left:auto;
	right: 20px;
  bottom: 20px;
	width: 45px;
	height: 45px;
	z-index: 1000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#page-top a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	background-color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#page-top a span{
	width: 12px;
	height: 12px;
	position: relative;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 8px;
}

#page-top a span:before{
	display: block;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#page-top a span:after{
	display: block;
	content: '';
	width: 12px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width: 920px){
	footer .in_foot .foot_logo a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	footer .in_foot .foot_navArea .navBox li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	#page-top a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	footer .copyright a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1200px){
	footer{
		padding-top: 0px;
	}
	footer .in_foot{
		display: none;
	}
	footer .copyright{
		border-top: none;
		margin-top: 0px;
	}
}
@media screen and (max-width: 640px){
	footer .copyright .foot_logo a{
		width: 350px;
	}
}
@media screen and (max-width: 500px){
	footer .copyright .foot_logo a{
		width: 250px;
	}
	#page-top{
		right: 10px;
	  bottom: 10px;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 400px){
	footer .copyright .foot_text a{
		font-size: 12px;
	}
	footer .copyright .copy{
		font-size: 10px;
}
}
