@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese", Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.8;
	min-width: 1040px;
	color: #000;
	text-align: left;
}
#container{
	background: #7ED7F6;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	body{
		min-width:auto;
	}
	#container{
		width:100%;
		margin-bottom: 20px;
		padding-bottom: 30px;
	}
}
#container a{
	text-decoration: none;
}
.ro{
	transition: all 0.25s ease-out;
}
.ro:hover{
	transition: all 0.25s ease-out;
	opacity: .7;
	cursor: pointer;
}
.innerWrap{
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.pcCont{
	display: block;
}
.spCont{
	display: none;
}
@media only screen and (max-width: 767px) {
	.pcCont{
		display: none;
	}
	.spCont{
		display: block;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.jgt_price {
  display: none;
}
.block .price {
  color: #c00;
  font-weight: bold;
}
.block .price span {
  font-size: 1.7rem;
  vertical-align: baseline;
}
.block .price .jgt_price::after {
  content: '円～';
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.block .price span {
		font-size: 1.4rem;
		vertical-align: baseline;
	}
	.block .price .jgt_price::after {
		content: '円～';
		font-size: 1.2rem;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs{
	position: relative;
	text-align: center;
	height: 920px;
}
#main_vs h1{
	position: absolute;
	left: 50%;
	margin-left: -700px;
}
#main_vs h1 img{
	width: 1400px;
	height: auto;
}
#main_vs .btn{
	position: absolute;
	left: 50%;
	bottom: 90px;
	margin-left: -128px;
}
@media only screen and (max-width: 767px) {
	#main_vs{
		width: 100%;
		height: auto;
	}
	#main_vs h1{
		position: relative;
		left: 0;
		margin-left: 0;
	}
	#main_vs h1 img{
		width: 100%;
		height: auto;
	}
	#main_vs .btn{
		width:54%;
		margin: 0 auto;
		bottom: 7%;
		margin-left: -27%;
	}
	#main_vs .btn img{
		width:100%;
		height: auto;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■area_btn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.area_btn{
	background: #F47FAF;
	padding: 44px 10px;
}
.area_btn ul{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.area_btn li{
	width: 10.2%;
}
.area_btn li .wrap{
	display: block;
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 12px 10px 28px;
	position: relative;
	background: rgb(4,146,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(4,146,255,1) 0%, rgba(101,188,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(4,146,255,1) 0%,rgba(101,188,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(4,146,255,1) 0%,rgba(101,188,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0492ff', endColorstr='#65bcff',GradientType=0 ); /* IE6-9 */
}
.area_btn li .wrap:after{
	content: "";
	display: block;
	width: 20px;
	height: 11px;
	background: url(../img/ico_arrow02.png) no-repeat;
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin-left: -10px;
}
.area_btn li a:hover{
	background: #0492FF;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.area_btn{
		padding: 20px 18px 15px;
	}
	.area_btn ul{
		max-width: auto;
		flex-wrap: wrap;
	}
	.area_btn li{
		width: 32%;
		margin-bottom: 10px;
	}
	.area_btn li .wrap{
		text-align: center;
		font-size: 1.7rem;
		padding: 8px 10px 19px;
	}
	.area_btn li .wrap:after{
		width: 15px;
		height: 8px;
		background-size: 12px auto;
		margin-left: -6px;
		bottom:7px;
	}	
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tokuten_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tokuten_area{
	margin-bottom: 73px;
}
.tokuten_area .ttl{
	margin-left: -14px;
}
.tokuten_area .ttl img{
	width: 1011px;
	height: auto;
}
.tokuten_area ul{
	overflow: hidden;
	margin: 0;
}
.tokuten_area li{
	text-align: center;
	margin: 0 0 10px 0;
}
.tokuten_area li img{
	
}
.tokuten_area li:nth-of-type(3n){
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.tokuten_area{
		margin-bottom: 40px;
	}
	.tokuten_area .ttl{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.tokuten_area .ttl img{
		width: 100%;
	}
	.tokuten_area ul{
	}
	.tokuten_area li{
		margin: 0 0 8px 0;
	}
	.tokuten_area li img{
		vertical-align: bottom;
	}
	.tokuten_area li:first-child img,
	.tokuten_area li:nth-of-type(3) img{
		width:100%;
		height: auto;
	}
	.tokuten_area li:nth-of-type(2) img{
		width: 30px;
		height: auto;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_cont
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_cont{
	padding-top: 65px;
	position: relative;
	z-index: 0;
}
#main_cont:before,
#main_cont:after{
	content: "";
	display: block;
	width: 266px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../img/bg_l.png) no-repeat;
	z-index: -1;
	margin-left: -700px;
}
#main_cont:after{
	background: url(../img/bg_r.png) no-repeat;
	margin-left: 434px;
}
#main_cont .area_main_ttl{
	text-align: center;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
}
#main_cont .area_main_ttl span{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding: 6px 15px;
	margin-bottom: 60px;
}
#main_cont .area_ttl{
	text-align: center;
	margin: 100px 0 45px;
}
#main_cont .area_ttl:nth-of-type(1){
	margin-top: 0;
}
#main_cont .area_ttl span{
	width: calc(1em + 30px);
	padding: 0 15px;
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.16;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
	#main_cont{
		padding-top: 40px;
	}
	#main_cont:before,
	#main_cont:after{
		width: 108px;
		height: 88px;
		background-size: 180px auto;
		background-position: right 0;
		top: 0;
		left: 0;
		margin: 0;
	}
	#main_cont:after{
		background: url(../img/bg_r.png) no-repeat;
		background-size: 180px auto;
		left:auto;
		right:0;
	}
	#main_cont .area_main_ttl{
		text-align: center;
		color: #fff;
		font-size: 2.6rem;
		font-weight: bold;
		line-height: 1.3;
	}
	#main_cont .area_main_ttl span{
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		display: inline-block;
		padding: 6px 15px;
		margin-bottom: 24px;
	}
	#main_cont .area_ttl{
		text-align: center;
		margin: 100px 0 45px;
	}
	#main_cont .area_ttl:nth-of-type(1){
		margin-top: 0;
	}
	#main_cont .area_ttl span{
		width: calc(1em + 30px);
		padding: 0 15px;
		display: inline-block;
		font-size: 3rem;
		font-weight: bold;
		color: #fff;
		line-height: 1.16;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

#main_cont .block{
	background: #fff;
	position: relative;
	padding: 20px 0 36px;
	margin-bottom: 80px;
}
#main_cont .block:after{
	content: "";
	display: block;
	width: 485px;
	height: 188px;
	background: url(../img/cassette_img.png) no-repeat left bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	z-index:2;
	left: -44px;
	bottom: -40px;
	opacity: 0.7;
}
#main_cont .block .name{
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #fff;
	font-weight: bold;
	font-size: 3.3rem;
	line-height: 1.48;
	text-align: center;
	padding: 24px 15px 17px;
	margin-bottom: 20px;
	background: rgb(255,182,35); /* Old browsers */
	background: -moz-linear-gradient(-60deg,  rgba(255,182,35,1) 0%, rgba(254,141,179,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-60deg,  rgba(255,182,35,1) 0%,rgba(254,141,179,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(150deg,  rgba(255,182,35,1) 0%,rgba(254,141,179,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb623', endColorstr='#fe8db3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#main_cont .block .name .catch{
	display: block;
	font-size: 1.9rem;
	margin-bottom: 5px;
}
#main_cont .block .inner{
	display: flex;
	padding-left: 20px;
}
#main_cont .block .img{
	width: 416px;
	position: relative;
	z-index: 1;
}
#main_cont .block .img img{
	width: 100%;
	height: auto;
}
#main_cont .block .txt_area{
	padding: 0 25px 0 20px;
	width: calc(100% - 416px);
	padding-left: 28px;
	position: relative;
	z-index: 3;
}
#main_cont .block .red{
	color: #FB3D64;
}
#main_cont .block .pickup{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #0492FF;
}
#main_cont .block .txt_list{
	margin-bottom: 15px;
}
#main_cont .block .pickup .txt_list li{
	font-size: 1.5rem;
}
#main_cont .block .pickup.txt_list li span{
	color: #000;
	font-weight: normal;
	font-size: 1.4rem;
}
#main_cont .block .txt_list.pl1{
	padding-left: 1em;
}
#main_cont .block .txt_list li{
	text-indent: -1em;
	padding-left: 1em;
}
#main_cont .block ol.txt_list > li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#main_cont .block .bold{
	font-weight: bold;
}
#main_cont .block .tokuten{
	margin-left: -6px;
	margin-right: -6px;
}
#main_cont .block .btn{
	margin-top: 10px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -18px;
}
#main_cont .block .btn:after{
	content: "";
	display: block;
	width: 150px;
}
#main_cont .block .btn li{
	width: 150px;
	margin-bottom: 7px;
}
#main_cont .block .btn a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.2;
	background: url(../img/ico_arrow01.png) no-repeat 11px center #EF659D;
	border-radius: 5px;
	padding: 15px 10px 15px 33px;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
#main_cont .block .sub_ttl{
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	background: #FFB523;
	padding: 5px 10px;
	margin: 24px 0 14px;
}
#main_cont .block .sub_ttl + .btn{
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	#main_cont .block{
		padding: 15px 0 10px;
		margin-bottom: 50px;
	}
	#main_cont .block:after{
		width: 345px;
		height: 132px;
		background-size: 100% auto;
		left: -36px;
		bottom: -40px;
	}
	#main_cont .block .name{
		font-size: 2.1rem;
		line-height: 1.48;
		padding: 16px 20px 14px;
		margin-bottom: 0px;
	}
	#main_cont .block .name .catch{
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	#main_cont .block .inner{
		display: block;
		padding: 15px 20px;
	}
	#main_cont .block .img{
		width: 100%;
	}
	#main_cont .block .img img{
		width: 100%;
		height: auto;
	}
	#main_cont .block .txt_area{
		margin-top: 14px;
		padding: 0;
		width: 100%;
	}
	#main_cont .block .pickup{
		font-size: 1.6rem;
	}
	#main_cont .block .txt_list{
		margin-bottom: 10px;
	}
	#main_cont .block .pickup .txt_list li{
		font-size: 1.4rem;
	}
	#main_cont .block .pickup.txt_list li span{
		font-size: 1.3rem;
	}
	#main_cont .block .tokuten img{
		width: 100%;
		height: auto;
	}
	
	#main_cont .block .btn{
		margin-top: 14px;
		padding-right: 0;
		margin-bottom: 0;
	}
	#main_cont .block .btn:after{
		width: 32%;
	}
	#main_cont .block .btn li{
		width: 32%;
		margin-bottom: 6px;
	}
	#main_cont .block .btn a{
		font-size: 1.5rem;
		padding: 13px 5px 13px 20px;
		background-size: 10px auto;
		background-position: 7px center;
		border-radius: 3px;
	}
	#main_cont .block .sub_ttl{
		font-size: 1.8rem;
		padding: 5px 10px;
		margin: 24px 0 14px;
	}
	#main_cont .block .sub_ttl + .btn{
		margin-top: 0;
	}

}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■small line3
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#small{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#small::after{
	content: '';
	display: block;
	width:32%;
}
#small .block{
	width:32%;
	margin-bottom: 68px;
}
#small .block:after{
	width: 385px;
	height: 148px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	left: -44px;
	bottom: -40px;
}
#small .block .name{
	font-size: 2.2rem;
	padding: 10px 25px;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#small .block .catch{
	line-height: 1.7;
	min-height: 76.5px;
}
#small .block .tokuten{
	margin-top: 14px;
}

#small .block .inner{
	display: block;
	padding:0 20px;
}
#small .block .name .catch{
	font-size: 1.5rem;
}
#small .block .inner .img{
	width: 100%;
	margin-bottom: 12px;
}
#small .block .inner .copy{
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
}
#small .block .inner .img img{
	width: 100%;
}
#small .block .btn{
	margin-top: 15px;
	padding: 0;
}
#small .block .btn::after{
	content: '';
	display: block;
	width:32%;
}
#small .block .btn a{
	font-size: 1.5rem;
	padding: 13px 5px 13px 20px;
	background-size: 10px auto;
	background-position: 7px center;
	border-radius: 3px;
}
#small .block .btn li{
	width: 32%;
	padding: 0;
	margin-bottom: 5px;
}
#small .block .txt_area{
	width: 100%;
	margin: 0;
	padding: 0;
}
#small .block .price span {
	font-size: 1.4rem;
	vertical-align: baseline;
}
#small .block .price .jgt_price::after {
	content: '円～';
	font-size: 1.2rem;
}
#small .block .tokuten img{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	#small{
	}
	#small::after{
		width:100%;
	}
	#small .block{
		width:100%;
		margin-bottom: 50px;
	}
	#small .block:after{
		width: 385px;
		height: 148px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		left: -44px;
		bottom: -40px;
	}
	#small .block .name{
		font-size: 1.8rem;
		padding: 10px 25px;
		min-height: auto;
		margin-bottom: 15px;
	}
	#small .block .catch{
		line-height: 1.7;
		min-height: auto;
	}
	#small .block .inner{
		display: block;
		padding:0 20px 20px;
	}
	#small .block .name .catch{
		font-size: 1.5rem;
	}
	#small .block .inner .img{
		width: 80%;
		margin: 0 auto 12px;
	}
	#small .block .tokuten{
		margin-top: 12px;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■popup
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#popup_overlay,#popup{
	opacity: 0;
}
#popup_overlay{
	background: #F47FAF;
	opacity:0.59;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	z-index:5000;
}
#popup{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -450px;
	display: -webkit-box; /*Android4.3*/
	display: flex;
	padding: 0;
	-webkit-box-align: center; /*Android4.3*/
	align-items: center;
	align-content:center;
	justify-content: center;
	z-index:5001;
}
#popup.open{
	opacity: 1;
}

#popup .inner{
	background: #fff;
	position: relative;
	width: 900px;
	border-radius: 10px;
	padding: 34px 57px 57px;
	font-size: 1.8rem;
	line-height: 1.77;
}
#popup .main_ttl{
	margin: 0 0 30px -19px;
	line-height: 1;
}
#popup .img{
	line-height: 1;
	margin: 0 0 32px -24px;
}
#popup .ttl{
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	padding: 7px;
	background: rgb(255,182,35); /* Old browsers */
	background: -moz-linear-gradient(-60deg,  rgba(255,182,35,1) 0%, rgba(254,141,179,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-60deg,  rgba(255,182,35,1) 0%,rgba(254,141,179,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(150deg,  rgba(255,182,35,1) 0%,rgba(254,141,179,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb623', endColorstr='#fe8db3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#popup .sub_ttl{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 4px;
}
#popup .red{
	color: #E50000;
}
#popup .info_area{
	background: #FFFAEB;
	padding: 20px 15px 25px;
	margin: 30px 0;
}
#popup .info_area dl{
	overflow: hidden;
}
#popup .info_area dt,
#popup .info_area dd{
	margin-bottom: 23px;
}
#popup .info_area dt:last-of-type,
#popup .info_area dd:last-of-type{
	margin-bottom: 0;
}
#popup .info_area dt{
	float: left;
	clear: left;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 147px;
	background: #F47FAF;
	padding: 3px;
	float: left;
	border-radius: 21px;
}
#popup .info_area dd{
	padding: 5px 0 0 165px;
}
#popup ul.kome li{
	text-indent: -1em;
	padding-left: 1em;
}
#popup .inner .close{
	position: absolute;
	right: -27px;
	top: -31px;
	display: block;
}
#popup .inner .close:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	cursor:pointer;
}
#popup .inner .close span{
	display: block;
	width: 67px;
	height: 67px;
	background-color: #000;
	position: relative;
}
#popup .inner .close span:before,
#popup .inner .close span:after{
	border-top: 2px solid #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	display: block;
	z-index:5002;
	content:"";
	left: 14px;
	top: 32px;
}
#popup .inner .close span:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#popup .inner .close span:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	#popup img{
		width: 100%;
		height: auto;
	}
	#popup_overlay{
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	#popup{
		position: absolute;
		margin-left: 0;
		padding: 15px;
		top: 100px;
		left: 0;
	}
	#popup .inner{
		width: 100%;
		border-radius: 10px;
		padding: 24px;
		font-size: 1.5rem;
		line-height: 1.65;
	}
	#popup .main_ttl{
		margin: 0 0 10px 0;
	}
	#popup .img{
		margin: 0 0 20px 0;
	}
	#popup .ttl{
		font-size: 2rem;
		margin-bottom: 15px;
		padding: 7px;
	}
	#popup .sub_ttl{
		font-size: 1.7rem;
		margin-bottom: 4px;
	}
	#popup .red{
	}
	#popup .info_area{
		padding: 15px 15px 20px;
		margin: 20px 0;
	}
	#popup .info_area dl{
	}
	#popup .info_area dt{
		width: 147px;
		background: #F47FAF;
		padding: 3px;
		float: none;
		border-radius: 21px;
		margin-bottom: 5px;
	}
	#popup .info_area dd{
		padding: 5px 0 0 0;
		margin-bottom: 12px;
	}
	#popup .inner .close{
		right: 0;
		top: -20px;
	}
	#popup .inner .close span{
		display: block;
		width: 50px;
		height: 50px;
	}
	#popup .inner .close span:before,
	#popup .inner .close span:after{
		border-top: 2px solid #fff;
		width: 30px;
		height: 1px;
		position: absolute;
		content:"";
		left: 10px;
		top: 24px;
	}
	#popup .inner .kome{
		font-size: 1.4rem;
	}
	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■fix_bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fix_bnr{
	display: none;
}
.fix_bnr p{
	position: fixed;
	top: 80px;
	left: 40px;
	z-index: 50;
}
.fix_bnr p.right{
	left: auto;
	right: 40px;
}

@media only screen and (max-width: 767px) {
	.fix_bnr p.spCont{
		top: auto;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.fix_bnr p.spCont img{
		width: 100%;
		height: auto;
	}
	.copyright{
		/*padding-bottom: 200px !important;*/
	}
}


/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}
footer .copyright a{
	color: inherit !important;
	text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
footer dd a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	footer ul {
		text-align: center;
		display: block;
		position: static;
	}

	footer li {
		margin: 0;
		padding: 0 15px;
	}

	footer .copyright {
		padding: 15px 20px;
	}

	footer div {
		display: block;
		padding: 20px;
		margin-top: 20px;
	}

	footer dl {
		margin: 0;
		flex-wrap: wrap;
	}

	footer dt {
		width: 100%;
		margin: 0 0 12px 0;
	}
}
