@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-color: #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;
}

h1{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 30px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}


input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.w900{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@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: 
		#fff;
	}
	.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;
	}
}

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


/****************************************************************************************************************************
		フッター
****************************************************************************************************************************/
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;
	}
}
/****************************************************************************************************************************
		ページナビ
****************************************************************************************************************************/
/****************************************************************************************************************************
		コンテンツ
****************************************************************************************************************************/
article{
	padding-top: 70px;
}

@media screen and (max-width: 500px){
	article{
		padding-top: 58px;
	}
}


/****************************************************************************************************************************

****************************************************************************************************************************/

/*ここまで*/
.Clom2Body{
	padding-top: 0px;
  }
  
  .loopWrap{
	margin-top: 20px;
  }
  
  .loopWrap .loopWrap_in{
  }
  
  @media screen and (max-width: 640px){
	.loopWrap{
	  margin-top: 0px;
	}
  }
  
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		固定ページ量産用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*******************************************************************************************
  メインカラム
*******************************************************************************************/
.Clom2Body{
	padding-top: 0px;
  }
  
  .loopWrap{
	margin-top: 20px;
  }
  
  .loopWrap .loopWrap_in{
  }
  
  @media screen and (max-width: 640px){
	.loopWrap{
	  margin-top: 0px;
	}
  }
  
  /*******************************************************************************************
	ループ部分
  *******************************************************************************************/
  .loopWrap .loopWrap_in .loopsBox_w{
  }
  
  .loopWrap .loopWrap_in .loopsBox_w .loopsBox{
	padding-top: 20px;
  }
  
  .loopsBox h2{
	line-height: 1.5em;
	color: #333;
  }
  
  .loopsBox h3{
	line-height: 1.5em;
	color: #333;
  }
  
  .loopsBox .red{
	color: #ff0000;
  }
  
  .loopsBox strong{
	color: #333;
  }
  
  @media screen and (max-width: 640px){
  
  }
  
  /*----------------------------------------------------------------
	見出し(タイトルなど)
  ----------------------------------------------------------------*/
  .loopsBox .h2Area{
  }
  
  .loopsBox .h2Area h2{
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	word-break: break-all;
  }
  
  .loopsBox .h2Area h2 span{
	display: inline-block;
	text-align: left;
  }
  
  /* 左寄せ */
  .loopsBox .h2Area.left h2{
	text-align: left;
  }
  .loopsBox .h2Area.left h2 span{
	text-align: left;
  }
  
  /* 中央寄せ */
  .loopsBox .h2Area.center h2{
	text-align: center;
  }
  .loopsBox .h2Area.center h2 span{
	text-align: center;
  }
  
  /* 右寄せ */
  .loopsBox .h2Area.right h2{
	text-align: right;
  }
  .loopsBox .h2Area.right h2 span{
	text-align: right;
  }
  
  @media screen and (max-width: 640px){
	.loopsBox .h2Area h2{
	  font-size: 25px;
	}
  }
  
  /*----------------------------------------------------------------
	小見出し(キャッチなど)
  ----------------------------------------------------------------*/
  .loopsBox .h3Area{
  }
  
  .loopsBox .h3Area h3{
	display: block;
	text-align: center;
	font-size: 50px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	word-break: break-all;
	margin-bottom: 54px;
        font-size: 2.0vw;
  }
  
  .loopsBox .h3Area h3 span{
	display: inline-block;
	text-align: left;
  }
  
  /* 左寄せ */
  .loopsBox .h3Area.left h3{
	text-align: left;
  }
  .loopsBox .h3Area.left h3 span{
	text-align: left;
         font-size: 2.0vw;
  }
  
  /* 中央寄せ */
  .loopsBox .h3Area.center h3{
	text-align: center;
  }
  .loopsBox .h3Area.center h3 span{
	text-align: center;
  }
  
  /* 右寄せ */
  .loopsBox .h3Area.right h3{
	text-align: right;
  }
  .loopsBox .h3Area.right h3 span{
	text-align: right;
  }
  
  @media screen and (max-width: 640px){
	.loopsBox .h3Area h3{
	  font-size: 20px;
	}
  }
  
  /*----------------------------------------------------------------
	説明文(自由入力エリア)
  ----------------------------------------------------------------*/
  .loopsBox .textArea{
	display: block;
	text-align: center;
  }
  
  .loopsBox .textArea .textArea_in{
	display: inline-block;
	text-align: left;
	color: #333;
	line-height: 1.7em;
	word-break: break-all;
  }
  
  .loopsBox .textArea .textArea_in a{
	display: inline;
	word-break: break-all;
	color: #61d4d3;
	text-decoration: underline;
  }
  
  .loopsBox .textArea .textArea_in span.red{
	color: #ff0000;
  }
  
  /* 左寄せ */
  .loopsBox .textArea.left{
	text-align: left;
  }
  .loopsBox .textArea.left .textArea_in{
	text-align: left;
  }
  
  /* 中央寄せ */
  .loopsBox .textArea.center{
	text-align: center;
  }
  .loopsBox .textArea.center .textArea_in{
	text-align: center;
  }
  
  /* 右寄せ */
  .loopsBox .textArea.right{
	text-align: right;
  }
  .loopsBox .textArea.right .textArea_in{
	text-align: right;
  }
  
  .loopsBox .textArea .textArea_in iframe{
	max-width: 100%!important;
  }
  
  @media screen and (min-width: 920px){
	.loopsBox .textArea .textArea_in 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;
	}
  }
  
  
  /*----------------------------------------------------------------
	2カラム説明文(自由入力エリア)
  ----------------------------------------------------------------*/
  .loopsBox .textArea_clum2{
	display: block;
	text-align: center;
  }
  
  .loopsBox .textArea_clum2 .text_clum2{
	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;
  }
  
  .loopsBox .textArea_clum2 .text_clum2 .textArea_in_w{
	width: 49%;
	display: block;
	text-align: center;
	color: #333;
	line-height: 1.7em;
	word-break: break-all;
  }
  
  .loopsBox .textArea_clum2 .text_clum2 .textArea_in_w .textArea_in{
	display: inline-block;
	text-align: left;
  }
  
  .loopsBox .textArea_clum2 .textArea_in a{
	display: inline;
	word-break: break-all;
	color: #61d4d3;
	text-decoration: underline;
  }
  
  .loopsBox .textArea_clum2 .textArea_in span.red{
	color: #ff0000;
  }
  
  /* 左寄せ */
  .loopsBox .textArea_clum2.left .text_clum2 .textArea_in_w{
	text-align: left;
  }
  .loopsBox .textArea_clum2.left .text_clum2 .textArea_in_w .textArea_in{
	text-align: left;
  }
  
  /* 中央寄せ */
  .loopsBox .textArea_clum2.center .text_clum2 .textArea_in_w{
	text-align: center;
  }
  .loopsBox .textArea_clum2.center .text_clum2 .textArea_in_w .textArea_in{
	text-align: center;
  }
  
  /* 右寄せ */
  .loopsBox .textArea_clum2.right .text_clum2 .textArea_in_w{
	text-align: right;
  }
  .loopsBox .textArea_clum2.right .text_clum2 .textArea_in_w .textArea_in{
	text-align: right;
  }
  
  .loopsBox .textArea_clum2 .textArea_in iframe{
	max-width: 100%!important;
  }
  
  @media screen and (min-width: 920px){
	.loopsBox .textArea_clum2 .textArea_in 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: 800px){
	.loopsBox .textArea_clum2 .text_clum2{
	  display: block;
	}
	.loopsBox .textArea_clum2 .text_clum2 .textArea_in_w{
	  width: 100%;
	}
	.loopsBox .textArea_clum2 .text_clum2 .textArea_in_w:nth-child(2){
	  margin-top: 15px;
	}
  }
  
  
  
  /*----------------------------------------------------------------
	画像1枚
  ----------------------------------------------------------------*/
  .loopsBox .imgArea{
	display: block;
	width: 100%;
  }
  
  .loopsBox .imgArea img{
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1em;
  }
  
  .loopsBox .imgArea a{
	display: block;
	width: 100%;
	color: #666;
  }
  
  .loopsBox .imgArea .imgtext{
	padding-top: 10px;
  }
  
  
  /* 左寄せ */
  .loopsBox .imgArea.left .imgtext{
	text-align: left;
  }
  
  /* 中央寄せ */
  .loopsBox .imgArea.center .imgtext{
	text-align: center;
  }
  
  /* 右寄せ */
  .loopsBox .imgArea.right .imgtext{
	text-align: right;
  }
  
  @media screen and (min-width: 920px){
	.loopsBox .imgArea 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;
	}
  }
  
  /*----------------------------------------------------------------
	画像2枚
  ----------------------------------------------------------------*/
  .loopsBox.img_flat2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .loopsBox.img_flat2 .imgArea{
	width: 49%;
	margin-right: 2%;
  }
  
  .loopsBox.img_flat2 .imgArea:nth-child(2){
	margin-right: 0;
  }
  
  @media screen and (max-width: 500px){
	.loopsBox.img_flat2.one_lay{
	  display: block;
	}
	.loopsBox.img_flat2.one_lay .imgArea{
	  width: 100%;
	  margin-right: 0px;
	  margin-top: 20px;
	}
  }
  
  /*----------------------------------------------------------------
	画像4枚
  ----------------------------------------------------------------*/
  .loopsBox.img_flat4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .loopsBox.img_flat4 .imgArea{
	width: 23.5%;
	margin-right: 2%;
  }
  
  .loopsBox.img_flat4 .imgArea:nth-child(4){
	margin-right: 0;
  }
  
  @media screen and (max-width: 750px){
	.loopsBox.img_flat4{
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	}
	.loopsBox.img_flat4 .imgArea{
	  width: 49%;
	  margin-right: 2%;
	  margin-top: 20px;
	}
	.loopsBox.img_flat4 .imgArea:nth-child(4){
	  margin-right: 0;
	}
	.loopsBox.img_flat4 .imgArea:nth-child(2){
	  margin-right: 0;
	}
  }
  @media screen and (max-width: 500px){
	.loopsBox.img_flat4.one_lay .imgArea{
	  width: 100%;
	  margin-right: 0;
	}
	.loopsBox.img_flat4.one_lay .imgArea:nth-child(2){
	  margin-right: 0;
	}
  }
  
  /*----------------------------------------------------------------
	リストループ2列@type1
  ----------------------------------------------------------------*/
  .loopsBox .list_type_w2{
	border-top: solid 1px #ddd;
  }
  
  .loopsBox .list_type_w2 li{
	border-bottom: solid 1px #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .loopsBox .list_type_w2 li .title{
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	background-color: #f7f7f7;
	color: #333;
	font-weight: bold;
	padding: 10px 8px;
  }
  
  .loopsBox .list_type_w2 li .text{
	border-right: solid 1px #ddd;
	padding: 10px 8px;
	flex: 1;
	color: #333;
  }
  
  .loopsBox .list_type_w2 li .text a{
	display: inline;
	word-break: break-all;
	color: #61d4d3;
	text-decoration: underline;
  }
  
  .loopsBox .list_type_w2 li .text span.red{
	color: #ff0000;
  }
  
  .loopsBox .list_type_w2 li .text img{
	display: inline-block;
	width: auto;
	max-width: 100%;
  }
  
  @media screen and (min-width: 920px){
	.loopsBox .list_type_w2 li .text 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: 640px){
	.loopsBox .list_type_w2 li{
	  display: block;
	}
	.loopsBox .list_type_w2 li .title{
	  width: 100%!important;
	}
	.loopsBox .list_type_w2 li .text{
	  width: 100%!important;
	  border-left: solid 1px #ddd;
	}
  
  }
  
  /*----------------------------------------------------------------
	リストループ2列type2
  ----------------------------------------------------------------*/
  .loopsBox .list_type2_w2{
  }
  
  .loopsBox .list_type2_w2 li{
	border-bottom: dashed 1px #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  
  .loopsBox .list_type2_w2 li:nth-child(1){
	border-top: dashed 1px #ddd;
  }
  
  .loopsBox .list_type2_w2 li .title{
	color: #333;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
  }
  
  .loopsBox .list_type2_w2 li .text{
	color: #333;
  }
  
  .loopsBox .list_type2_w2 li .text a{
	display: inline;
	word-break: break-all;
	color: #61d4d3;
	text-decoration: underline;
  }
  
  .loopsBox .list_type2_w2 li .text span.red{
	color: #ff0000;
  }
  
  .loopsBox .list_type2_w2 li .text img{
	display: inline-block;
	width: auto;
	max-width: 100%;
  }
  
  @media screen and (min-width: 920px){
	.loopsBox .list_type2_w2 li .text 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;
	}
  }
  
  /*----------------------------------------------------------------
	商品一覧リスト
  ----------------------------------------------------------------*/
  .itemlist{
  }
  
  .itemlist li{
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
  }
  
  .itemlist li a{
	  display: block;
	  font-size: 14px;
	  line-height: 1.5em;
	  color: #666;
	  letter-spacing: 0.1em;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  word-break: break-all;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
  }
  
  .itemlist li .imgArea{
	  position: relative;
  }
  
  .itemlist li .imgArea img{
	  display: block;
	  line-height: 1em;
  }
  
  .itemlist li .imgArea .item_data_flagArea{
	  display: inline-block;
	  position: absolute;
	  top:auto;
	  left: 0;
	  right:auto;
	  bottom:0;
	  margin: auto;
	  z-index: 5;
  }
  
  .itemlist li .imgArea .item_data_flagArea p{
	  display: inline-block;
	  background-color: #ff0000;
	  color: #fff;
	  font-size: 12px;
	  font-weight: bold;
	  padding: 2px 5px;
  }
  
  .itemlist li .titleArea{
	  margin-top: 5px;
	  color: #fff;
  }
  
  .itemlist li .titleArea .pay{
	  display: block;
	  text-align: left;
	  color: #fff;
  }
  
  
  @media screen and (min-width: 920px){
	.itemlist 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;
	}
  }
  
  
  /*---------------------------------------------------
  itemlist  flat2
  ---------------------------------------------------*/
  .itemlist.flat2{
  }
  
  .itemlist.flat2 ul{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .itemlist.flat2 li{
	  width: 49%;
	  margin-top: 20px;
	  margin-right: 2%;
  }
  
  .itemlist.flat2 li:nth-child(2n+2){
	  margin-right: 0;
  }
  
  
  
  /*---------------------------------------------------
  itemlist  flat4
  ---------------------------------------------------*/
  .itemlist.flat4{
  }
  
  .itemlist.flat4 ul{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .itemlist.flat4 li{
	  width: 23.5%;
	  margin-top: 20px;
	  margin-right: 2%;
  }
  
  .itemlist.flat4 li:nth-child(4n+4){
	  margin-right: 0;
  }
  
  
  /*---------------------------------------------------
  itemlist  flat5
  ---------------------------------------------------*/
  .itemlist.flat5{
  }
  
  .itemlist.flat5 ul{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .itemlist.flat5 li{
	  width: 18%;
	  margin-top: 20px;
	  margin-right: 2.5%;
  }
  
  .itemlist.flat5 li:nth-child(5n+5){
	  margin-right: 0;
  }
  
  @media screen and (max-width: 850px){
	.itemlist.flat5 li{
		width: 23.5%;
		margin-top: 20px;
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(5n+5){
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(4n+4){
		margin-right: 0;
	}
  }
  @media screen and (max-width: 680px){
	.itemlist.flat5 li{
		width: 32%;
		margin-top: 20px;
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(5n+5){
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(4n+4){
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(3n+3){
		margin-right: 0;
	}
  }
  @media screen and (max-width: 520px){
	.itemlist.flat5 li{
		width: 49%;
		margin-top: 20px;
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(5n+5){
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(4n+4){
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(3n+3){
		margin-right: 2%;
	}
	.itemlist.flat5 li:nth-child(2n+2){
		margin-right: 0;
	}
  }
  
  /*---------------------------------------------------
  itemlist  flat6
  ---------------------------------------------------*/
  .itemlist.flat6{
  }
  
  .itemlist.flat6 ul{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .itemlist.flat6 li{
	  width: 15%;
	  margin-top: 20px;
	  margin-right: 2%;
  }
  
  .itemlist.flat6 li:nth-child(6n+6){
	  margin-right: 0;
  }
  
  
  
  /*----------------------------------------------------------------
	リンクボタン
  ----------------------------------------------------------------*/
  .loopsBox .linkBtnArea{
	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;
  }
  
  .loopsBox .linkBtnArea 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;
	min-width: 300px;
	max-width: 100%;
	padding: 10px 30px;
	font-size: 16px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .loopsBox .linkBtnArea.type1 a{
  }
  
  .loopsBox .linkBtnArea.type2 a{
  }
  
  .loopsBox .linkBtnArea.type3 a{
  }
  
  .loopsBox .linkBtnArea.type4 a{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  }
  
  .loopsBox .linkBtnArea a span{
	display: inline-block;
	text-align: left;
  }
  
  @media screen and (min-width: 920px){
	.loopsBox .linkBtnArea 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: 500px){
	.loopsBox .linkBtnArea{
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.loopsBox .linkBtnArea a{
	  width: 100%;
	  min-width: inherit;
	  padding: 10px 15px;
	}
  }
  
  
  /*----------------------------------------------------------------
	区切り線
  ----------------------------------------------------------------*/
  .loopsBox .addBorderBlocks{
	width: 100%;
	height: 1px;
  }
  
  
  
  
  /*----------------------------------------------------------------
	空間スペース
  ----------------------------------------------------------------*/
  .loopsBox .otherSpaceBlocks{
	width: 100%;
  }
  
  .loopsBox .otherSpaceBlocks.type1{
	height: 50px;
  }
  .loopsBox .otherSpaceBlocks.type2{
	height: 30px;
  }
  .loopsBox .otherSpaceBlocks.type3{
	height: 30px;
  }
  .loopsBox .otherSpaceBlocks.type4{
	height: 15px;
  }
  .loopsBox .otherSpaceBlocks.type5{
	height: 15px;
  }
  .loopsBox .otherSpaceBlocks.type6{
	height: 10px;
  }
  
  
  @media screen and (max-width: 640px){
	.loopsBox .otherSpaceBlocks.type1{
	  height: 30px;
	}
	.loopsBox .otherSpaceBlocks.type3{
	  height: 15px;
	}
	.loopsBox .otherSpaceBlocks.type5{
	  height: 10px;
	}
  }
  
  
  
  
  
  
  
  /*------------------------------------------------------------------------
  囲みがある場合修正
  ------------------------------------------------------------------------*/
  .loopWrap .loopWrap_in.bg_type{
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
  }
  
  .loopWrap .loopWrap_in.bg_type .loopsBox_w:nth-child(1){
	padding-top: 0px;
  }
  
  .loopWrap .loopWrap_in.bg_type .loopsBox_w:nth-child(1) .loopsBox{
	padding-top: 0px;
  }
  
  /* 灰色 */
  .loopWrap .loopWrap_in.bg_type.bg_type1{
	background-color: #fbfbfb;
  }
  
  /* 黄色 */
  .loopWrap .loopWrap_in.bg_type.bg_type2{
	background-color: #fff93c;
  }
  
  @media screen and (max-width: 640px){
	.loopWrap .loopWrap_in.bg_type{
	  padding-top: 30px;
	  padding-left: 15px;
	  padding-right: 15px;
	  padding-bottom: 30px;
	}
  }
  
  
  /*******************************************************************************************
	右カラム
  *******************************************************************************************/
  .Clom2Body .rightCloms{
	width: 300px;
	  padding-right: 70px;
	margin-top: 20px;
  }
  
  .Clom2Body .rightCloms img{
	display: block;
	width: 100%;
	line-height: 1em;
  }
  
  .Clom2Body .rightCloms .pageCatLists{
	padding-top: 20px;
  }
  
  .Clom2Body .rightCloms .pageCatLists li{
  }
  
  .Clom2Body .rightCloms .pageCatLists li a{
	  color: #333;
	  font-size: 18px;
	  font-weight: bold;
	  display: block;
	  border-bottom: dashed 1px #ddd;
	  padding: 10px 0px;
  }
  
  .Clom2Body .rightCloms .pageCatLists .children{
  
  }
  
  .Clom2Body .rightCloms .pageCatLists .children li a{
	position: relative;
	  padding-left: 20px;
	  color: #666;
	  font-weight: normal;
	font-size: 14px;
  }
  
  .Clom2Body .rightCloms .pageCatLists .children li a:before{
	  content: '';
	  width: 10px;
	  height: 2px;
	  position: absolute;
	  top:0;
	  left: 0;
	  right:auto;
	  bottom:0;
	  margin: auto;
	  background-color: #ccc;
  }
  
  /* 子の子は非表示 */
  .Clom2Body .rightCloms .pageCatLists .children li .children{
	display: none;
  }
  
  
  
  
  
  
  /* ループ */
  .Clom2Body .rightCloms .rightBoxLoops{
	padding-top: 15px;
  }
  
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in{
  }
  
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box{
	margin-top: 5px;
  }
  
  
  
  
  /* 自由入力の場合 */
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box h3{
	color: #333;
	font-size: 18px;
	font-weight: bold;
  }
  
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box strong{
	color: #333;
	font-weight: bold;
  }
  
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box iframe{
	display: block;
	width: 100%;
  }
  
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box a{
	text-decoration: underline;
	color: #2dc6d6;
  }
  
  
  /* バナーの場合 */
  .Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box.bana a{
	display: block;
	line-height: 1em;
  }
  
  
  @media screen and (min-width: 920px){
	.Clom2Body .rightCloms .pageCatLists 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;
	}
	.Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box 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;
	}
	.Clom2Body .rightCloms .rightBoxLoops .rightBoxLoops_in .box.bana 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;
	}


}

 /*******************************************************************************************
メイン★
  *******************************************************************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}
h2{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 2.65vw;
	line-height: 1.9em;
	color: #fff;
	font-weight: 400;
	margin-bottom: 6.67vw;
}
.new_item_ul li{
	margin-bottom: 2.61vw;
}
.flex_ul{
	display: flex;
	height: 45.16vw;
	margin: auto 7.98vw;
}
.flex_ul li:first-of-type::before{
	content: "";
	border-right: 3px solid #AFAFAF;
	height: 37.08vw;
	display: block;
}
.eye_catch{
	margin-top: 70px;
	margin-bottom: 42px;
}
.sec_01{
	margin-bottom: 12.5vw;
} 
.sec_01 p {
    font-size: 1.25vw;
    color: #FFFFFF;
    width: 72.92vw;
    line-height: 2.5;
    margin: auto;
}
.sec_02{
	margin-bottom: 16.98vw;
}
.yellow_block{
	position: relative;
	width: 50%;
}
.yellow_bg{
	width: 31.25vw;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.text_area{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	width: 29.69vw;
	text-align: center;
}
.text_area p{
	color: #FF0000;
	font-size: 1.51vw;
	font-weight: 700;
	margin-bottom: 2.92vw;
}
.text_area dl{
	margin-bottom: 6.25vw;
}
.text_area dt{
	font-size: 1.72vw;
}
.text_area dd{
	font-size: 1.51vw;
}
.btn_detail{
	width: 9.38vw;
	height: 3.33vw;
	background-color: #000;
	border: 2px solid #fff;
	font-size: 1.51vw;
	font-weight: 400;
	line-height: 1.8;
	box-sizing: border-box;
	margin: auto;
}
.fa-angle-right{
	margin-left: 4vw;
}
.btn_detail a{
	color: #fff;
	width: 8.38vw;
	height: 3.33vw;
	display: inline-block;
}
.white_block{
	position: relative;
	width: 50%;
}
.white_bg{
	width: 41.67vw;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ab_image{
	width: 26.04vw;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 110;
}
.sec_03{
	margin: 0 80px 130px;
	padding: 15px 31px 100px;
	background-color: #1f1f1f;
	position: relative;
}
/*youtube*/
.wrap {
	position: relative;
	height: 49vw;

}

.video-bg {
position: relative;
height: 100%;
background: #000;
overflow: hidden;
}

.video-bg::after {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .3);
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.video-bg iframe {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80vw;
height: 100vw;
}
/*ENDyoutube*/
/*LINE UP　目次*/
.title_numb_area{
	display: flex;
	justify-content: space-around;
	margin-bottom: 3.65vw;
}
.title_numb{
	background-color: #1F1F1F;
	border: 1px solid #707070;
	
	box-sizing: border-box;
	color: #fff;
}
.title_numb:first-of-type{
	width: 45.83vw;
	padding: 1.04vw 12.45vw 1.04vw 1.67vw;
}
.title_numb:last-of-type{
	width: 22.92vw;
	padding: 1.04vw 10.05vw 1.04vw 1.67vw;
}
.title_numb h3{
	font-size: 1.56vw;
	font-weight: 500;
	margin-bottom: 1.82vw;
	color: #fff;
}
.title_numb a{
	color: #fff;
}
.title_numb ul{
	display: flex;
	justify-content: space-between;	
}
.title_numb p{
	border-bottom: 1px solid #707070;
	line-height: 2;
	font-size: 1.25vw;
}
.rtn{
	position: absolute;
	bottom: 1.3vw;
	right: 1.04vw;
	color: #AFAFAF;
	font-size: 0.94vw;
	border: 1px solid #afafaf;
	padding: 0.26vw;
	box-sizing: border-box;
}
.rtn:hover{
	transition: ease-in-out 0.3S;
	color: #fff;
	border: 1px solid #fff;
}

/*ENDLINE UP　目次*/




@media screen and (max-width: 1030px){
	.wrap{
		height: 44vw;
	}
}

@media screen and (max-width: 900px){
	.wrap{
		height: 50vw;
	}
}
@media screen and (max-width: 810px){
	.loopsBox .h3Area h3{
		font-size: 25px;
	}
	.sec_03{
		margin: 0 10px 20px;/*px*/	
		padding: 5px 10px 150px;/*px*/	
		background-color: #1f1f1f;
	}
	.video-bg iframe {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100vw;
		height: 100vw;
	  }
	  .video-bg::after {
		  content: none;
		background-image:none;

	  }


}
@media screen and (max-width: 500px){/*スマホ*/
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.eye_catch img{
		height: 177.87vw;
	}
	.sec_01 p{
		font-size: 5.87vw;
		width: 86.67vw;
	}
	.eye_catch {
		margin-top: 58px;/*px*/
	}
	.wrap{
		height: 60vw;
		margin: auto;
	}
	h2{
		font-size: 13.33vw;
		letter-spacing: 0;
		margin-top: 135px;
	}
	.flex_ul{
		display: block;
		height: auto;
	}
	.yellow_block::after {
		border-right: none;
		height: auto;
}
	.yellow_block{
		position: static;
		width: 100%;
		margin-bottom: 3px;
	}
	.white_block{
		position: static;
		width: 100%;
	}
	.yellow_bg img{
		display: none;
	}
	.white_bg{
		display: none;
	}
	.text_area{
		position: static;
		transform: none;
		width: 80vw;
		margin: auto;
	}
	.new_item_ul li{
		width: auto;
	}
	.ab_image{
		position: static;
		transform: none;
		width: 84vw;
		margin: auto;
		margin-bottom: 36px;
	}
	.flex_ul{
		flex-direction: column;
		display: flex;
		margin-bottom: 5vw;
		padding-bottom: 0;
	}
	.flex_ul li:first-of-type::before{
		content: "";
		border-right: none;
		display: none;
	}
	.new_item_ul>li::after{
		content: "";
		border-bottom: 3px solid #F4E729;
		width: 68.27vw;
		margin: auto;
		display: block;
		margin-bottom: 57px;
	}
	.new_item_ul>li:last-of-type::after{
		content: "";
		border-bottom: none;
	}
	.order_sp1{
		order: 1;
	}
	.order_sp2{
		order: 2;
	}
	.text_area p{
		font-size: 4.8vw;
		margin-bottom: 21px;
	}
	.text_area dl{
		margin-bottom: 53px;
	}
	.text_area dt{
		font-size: 5.87vw;
	}
	.text_area dd{
		font-size: 5.33vw;
	}
	.new_item_ul li{
		margin-bottom: 0;
	}
	.btn_detail{
		width: 38.13vw;
		height: 12.8vw;
		font-size: 4.53vw;
		font-weight: 400;
		line-height: 2.5;
		padding-left: 0.43vw;
		margin-bottom: 52px;
	}
	.btn_detail a{
		width: 38.13vw;
		height: 48px;
	}

	.sec_03{
		margin: 0 10px 20px;/*px*/	
		padding: 0 10px 80px;/*px*/	
		background-color: #1f1f1f;
	}
	* {
		margin: 0;
		padding: 0;
	  }
	  
	  .main-movie {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	  }
	  
	  iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
	  }
	  
	  .main-title-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	  }
	  
	  .buttons {
		display: flex;
		justify-content: center;
		margin: 10px auto 0;
		padding: 0;
		list-style: none;
	  }
	  
	  .buttons > * {
		width: 240px;
		padding: 0 10px;
		box-sizing: border-box;
	  }
	  
	  .buttons a {
		display: block;
		padding: 5px;
		background-color: #fff;
		border-radius: 6px;
		text-decoration: none;
		text-align: center;
	  }
	  .video-bg iframe {
		width: 100vw;
		height: 100vw;
	}
	/*LINE UP　目次*/
	.title_numb_area{
		display: block;
		margin-bottom: 8.27vw;
	}
	.title_numb{
		background-color: #1F1F1F;
		border: 1px solid #707070;
		box-sizing: border-box;
		color: #fff;
	}
	.title_numb:first-of-type{
		width: 96vw;
		padding: 5.33vw 23vw 5.33vw 8.53vw;
		margin: 0 auto 2.67vw;
	}
	.title_numb:last-of-type{
		width: 96vw;
		padding: 5.33vw 23vw 5.33vw 8.53vw;
		margin: auto;
	}
	.title_numb h3{
		font-size: 6.4vw;
		font-weight: 500;
		margin-bottom: 2.67vw;
		color: #fff;
	}
	.title_numb a{
		color: #fff;
	}
	.title_numb ul{
		display: block;
	}
	.title_numb p{
		border-bottom: 1px solid #707070;
		line-height: 2;
		font-size: 3.73vw;
	}
	.rtn{
		position: absolute;
		bottom: 6.67vw;
		right: 5.33vw;
		color: #AFAFAF;
		font-size: 3.73vw;
		border: 1px solid #afafaf;
		padding: 0.8vw;
		box-sizing: border-box;
	}
	.rtn:hover{
		transition: none;
		color: #fff;
		border: none;
	}

/*ENDLINE UP　目次*/
}

@media screen and (max-width: 414px){/*スマホ*/
	.wrap {
		height: 60vw;
	}
}

