@charset "UTF-8";
/* CSS Document */
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
*/
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- #base ---------------------------------------------- -- */
html {
  background-color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family:'Noto Sans JP','メイリオ', 'Meiryo','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, sans-serif;
  font-weight:400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
html:lang(ja) {
    font-family: 'Noto Sans JP', sans-serif;
}
html:lang(zh-TW) {
    font-family: 'Noto Sans SC', sans-serif;
}
html:lang(en) {
    font-family: 'Noto Sans', sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden;
}
body *{
  box-sizing:border-box;  
}
/*
body.blur_on .sec{
  filter:blur(25px);
}
body.blur_on .fix_bg{
  filter:blur(25px);
}
*/
main {
  display: block;
}
section{
}
p,
main,
section,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
  margin:auto;
}
img{
  width:auto;
  max-width:100%;
}
button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
input,
textarea,
select{
	border-radius:0;
}
.anc {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: -65px;
}
.anc#movie {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0px;
}
.pc{
    display: block;
}
.sp {
    display: none;
}
*:focus {
	outline: none;
}
.underline{
	text-decoration:underline;
}



/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 800px) {
	.pc{
	    display: none;
	}
	.sp {
	    display: block;
	}
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- #loading ------------------------------------------- -- */
/* 00 ******************************************************* */
#loading_popup{
	position: fixed;
	top: 0;
	left:0;
	z-index: 4000;
	display:block;
	pointer-events:none;
	opacity: 1;
	transition: 0.5s;
	background-color: #000;
}
#loading_popup .loading_popup_wrap{
	position: relative;
	width:100vw;
	height:100vh;
	display:block;
}
/* 01 ******************************************************* */
#loading_popup .loading{
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#loading_popup .loading img{
	transform: scale(0.7);
}
/* 02 ******************************************************* */
#loading_popup.end_anime{
	opacity: 0;
	pointer-events:none;
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 800px) {
  
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- #header -------------------------------------------- -- */
/* 00 ******************************************************* */
main{
  padding-top: 70px;
  overflow: hidden;
}
#header{
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 1000;
}
#header *{
  color: #FFF;
  font-size: 14px;
}
#header .header_box{
  position: relative;
  background-color: #000;
  padding: 0 30px;
  height: 70px;
  overflow: hidden;
}
/* 01 ******************************************************* */
#header .header_spbtn{
  //float: left;
  float: right;
}
#header .header_logo{
  float: left;
}
#header .header_logo img{
	height: 70px;
	margin: 0px 35px 0 0;
}
/* 02 ******************************************************* */
#header .header_left{
  float: left;
}
#header .header_menu li{
  line-height: 70px;
  display: inline-block;
}
#header .header_menu li a{
  line-height: 70px;
  display: inline-block;
  padding-right: 20px;
}
#header .header_menu li.sp_only{
  display:none;
}
#header .header_menu li.lock{
  display:none;
}
#header .header_menu li.lock a span{
  color:#5b5a5a;
}
/* 03 ******************************************************* */
#header .header_right{
  float: right;
}
#header .header_lang{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#header .header_langbtn{
  line-height: 70px;
  cursor: pointer;
}
#header .header_langbtn span{
  line-height: 70px;
  display: inline-block;
  vertical-align: top;
}
#header .header_langbtn::before{
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 70px;
  width: 30px;
  background-image: url(../images/common_langicon1.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#header .header_langbtn::after{
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 70px;
  width: 30px;
  background-image: url(../images/common_langicon2.png);
  background-size: 100% auto;
  background-position: center left -4px;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin-left: 0px;
}
#header .header_langbtn.active::after{
  transform: rotateX(180deg);
}
#header .header_langbtn{
  text-align: center;
  width: 150px;
}
#header .header_langlist{
  display: none;
}
#header .header_langselect{
  display: none;
}
/* 04 ******************************************************* */
#header .header_buy{
  display: inline-block;
  width: 220px;
  vertical-align: top;
}
#header .header_buy a{
  width: 100%;
  display: inline-block;
  background-color: #e91101;
  line-height: 70px;
  font-size: 17.5px;
  text-align: center;
  margin-top: 0px;
}
#header .header_buy span{
  display: inline-block;
}
a.blank_link:after{
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 68px;
  width: 25px;
  margin-left:2px;
  background-image: url(../images/common_iconblank1.png);
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
}
a.youtube_link:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 68px;
  width: 26px;
  margin-left:5px;
  background-image: url(../images/common_iconyoutube1.png);
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#header .header_buy a:hover{
  filter: brightness(1.1);
}
/* 05 ******************************************************* */
#header_popup{
  position: fixed;
  z-index: 900;
  top:-200px;
  left:0;
  width: 100%;
  transition: 0.5s;
}
#header_popup.active{
  top:70px;
}
#header_popup .header_popup_wrap{
  position: relative;
  width: 100%;
}
.header_langlist{
  display: block;
  position: absolute;
  right: 250px;
  text-align: center;
  padding: 0 0 7.5px;
  background-color: #000000ee;
}
.header_langlist li span{
  display: inline-block;
  font-size: 14px;
  width: 150px;
  color: #FFF;
  line-height: 40px;
  opacity: 0.5;
  cursor: pointer;
}
.header_langlist li.selected span{
  opacity: 1;
  color: #e91101;
  pointer-events: none;
}
.header_langlist li span:hover{
  opacity: 1;
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
	main{
	}
	#header{
	  overflow-y: hidden;
	  height: 70px;
	}
	#header *{
	  font-size: 14px;
	}
	#header .header_box{
	  padding: 0;
	  height:auto;
	  max-height:70px;
	  overflow:hidden;
	  background-color:#000;
	  transition:0.3s;
	}
	/* 01 ******************************************************* */
	#header .header_spbtn{
	}
	#header .header_logo{
		transition:0.5s;
	}
	#header .header_logo img{
		height:50px;
		margin-top:10px;
	}
	#header .header_spbtn{
		display:none; // - change
		width: 35px;
		height:30px;
		margin: 25px 10px 15px 45px;
		cursor:pointer;
		position:relative;
	}
	#header .header_spbtn .spbtn1,
	#header .header_spbtn .spbtn2,
	#header .header_spbtn .spbtn3{
		display:block;
		border-radius:10px;
		width:28px;
		height:3px;
		background-color:#FFF;
		transition:0.3s;
		position:absolute;
	}
	#header .header_spbtn .spbtn1{
		top:0;
	}
	#header .header_spbtn .spbtn2{
		top:10px;
	}
	#header .header_spbtn .spbtn3{
		top:20px;
	}
	/* 01 ******************************************************* */
	#header .header_left{
	  width:100%;
	  float: right;
	  border-top: solid 1px #FFFFFF50;
		overflow:hidden;
	}
	#header .header_menu{
		min-height:100vh;
	}
	#header .header_menu li{
	  line-height:60px;
	  float:none;
	  display:block;
	  border-bottom: solid 1px #FFFFFF50;
	}
	#header .header_menu li a{
	  display:block;
	  width:100%;
	  line-height:60px;
	  padding:0 45px;
	  position:relative;
	}
	#header .header_menu li.sp_only{
		display:block;
	}
	#header .header_menu li.sp_only.red a{
		background-color:#f00;
	}
	#header .header_menu li.sp_only.red a:after{
	    content: "";
	    display: inline-block;
	    vertical-align: top;
	    height: 58px;
	    width: 25px;
	    margin-left: 2px;
	    background-image: url(../images/common_iconblank1.png);
	    background-size: 50% auto;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	#header .header_menu li.lock{
	}
	#header .header_menu li.banner{
		padding:30px 45px;
		border-bottom:none;
		display: none;
	}
	#header .header_menu li.banner a{
		display: inline-block;
		width:auto;
		margin:0 20px 0 0;
		padding:0;
	}
	#header .header_menu li.banner a img{
		height:50px;
		vertical-align:middle;
	}
	/* 02 ******************************************************* */
	#header .header_right{
	  margin-right: 45px;
	  transition:0.3s;
	}
	#header .header_lang{
	margin-right: -12px;
	}
	#header .header_langbtn{
	}
	#header .header_langbtn span{
	}
	#header .header_langbtn::before{
	}
	#header .header_langbtn::after{

	}
	#header .header_langbtn.active::after{
	}
	#header .header_langbtn{
	}
	/* 03 ******************************************************* */
	#header .header_buy{
	}
	#header .header_buy a{
	}
	#header .header_buy span{
	}
	a.blank_link:after{
	}
	a.youtube_link:after {
	}
	#header .header_buy a:hover{
	}
	/* 04 ******************************************************* */
	#header_popup{
	}
	#header_popup.active{
	}
	#header_popup .header_popup_wrap{
	}
	.header_langlist{
	    right: 265px;
	}
	.header_langlist li span{
	}
	.header_langlist li.selected span{
	}
	.header_langlist li span:hover{
	}
	/*open*/
	#header.active{
	  overflow-y: scroll;
	  height: 100%;
	}
	#header.active .header_box{
	  height:auto;
	  max-height:1000px;
	  overflow:hidden;
	  background-color:#000;
	}
	#header.active .header_left{
	  display:block;
	}
	#header.active .header_right{
	  opacity:0;
	}
	#header.active .header_logo {
		opacity:0;
	}
	#header.active .header_logo img{
		/* height: 120px; */
	}
	#header.active .header_spbtn{
	}
	#header.active .header_spbtn .spbtn1{
		top:10px;
		transform:rotate(45deg);
	}
	#header.active .header_spbtn .spbtn2{
		opacity:0;
	}
	#header.active .header_spbtn .spbtn3{
		top:10px;
		transform:rotate(-45deg);
	}
}
@media only screen and (max-width: 800px) {
	#header{
	}
	#header *{
	}
	#header .header_box{
	}
	/* 01 ******************************************************* */
	#header .header_logo{
		//display: none;
	}
	#header .header_logo img{
	}
	#header .header_spbtn{
	  //margin-left:9vw;
	  margin-right:11vw;
	  display:block;
	}
	#header .header_spbtn .spbtn1,
	#header .header_spbtn .spbtn2,
	#header .header_spbtn .spbtn3{
	}
	#header .header_spbtn .spbtn1{
	}
	#header .header_spbtn .spbtn2{
	}
	#header .header_spbtn .spbtn3{
	}
	/* 01 ******************************************************* */
	#header .header_left{
	  width:100%;
	  float: right;
	  border-top: solid 1px #FFFFFF50;
	}
	#header .header_menu{
		min-height:100vh;
	}
	#header .header_menu li{
	  line-height:60px;
	  float:none;
	  display:block;
	  border-bottom: solid 1px #FFFFFF50;
	}
	#header .header_menu li a{
	  display:block;
	  width:100%;
	  line-height: 1.2;
	  padding: 4vw 9vw;
	  position:relative;
	}
	#header .header_menu li span,
	#header .header_menu li a{
		font-size:4vw;
	}
	#header .header_menu li.sp_only{
		display:block;
	}
	#header .header_menu li.sp_only.red a{
	}
	#header .header_menu li.sp_only.red a:after {
	    height: 4.5vw;
	    width: 7vw;
	    margin-left: 1vw;
	}
	#header .header_menu li.lock{
	}
	#header .header_menu li.banner{
		font-size: 0;
		line-height:1;
		padding:20px 9vw;
		border-bottom:none;
		margin-left:-3vw;
		display: none;
	}
	#header .header_menu li.banner a{
		font-size: 0;
		line-height:1;
		display: inline-block;
		width:auto;
		margin: 0 0 3vw 3vw;
		padding:0;
		line-height: 1;
	}
	#header .header_menu li.banner a img{
		height:12vw;
		max-height:50px;
		vertical-align:bottom;
	}
	/* 02 ******************************************************* */
	#header .header_right{
	  margin-right: 9vw;
	  transition:0.3s;
	}
	#header .header_lang{
	}
	#header .header_langbtn{
	}
	#header .header_langbtn span{
	}
	#header .header_langbtn::before{
	}
	#header .header_langbtn::after{
	}
	#header .header_langbtn.active::after{
	}
	#header .header_langbtn{
	width: auto;
	margin-right: -10px;
	}
	/* 03 ******************************************************* */
	#header .header_buy{
		display:none;
	}
	#header .header_buy a{
	}
	#header .header_buy span{
	}
	a.blank_link:after{
	}
	a.youtube_link:after {
	}
	#header .header_buy a:hover{
	}
	/* 04 ******************************************************* */
	#header_popup{
	}
	#header_popup.active{
	}
	#header_popup .header_popup_wrap{
	}
	.header_langlist{
	    width:100%;
		right:auto;
		left:0;
		border-top:solid 1px #333;
		border-bottom:solid 1px #333;
		padding:10px 0;
	}
	.header_langlist li span{
		display:block;
		width:100%;
	}
	.header_langlist li.selected span{
	}
	.header_langlist li span:hover{
	}
	/*open*/
	#header.active .header_box{
	  height:auto;
	  max-height:1000px;
	  overflow:hidden;
	  background-color:#000;
	}
	#header.active .header_left{
	  display:block;
	}
	#header.active .header_right{
	  opacity:0;
	}
	#header.active .header_logo {
	}
	#header.active .header_logo img{
	}
	#header.active .header_spbtn{
	}
	#header.active .header_spbtn .spbtn1{
		top:10px;
		transform:rotate(45deg);
	}
	#header.active .header_spbtn .spbtn2{
		opacity:0;
	}
	#header.active .header_spbtn .spbtn3{
		top:10px;
		transform:rotate(-45deg);
	}



	
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- #footer -------------------------------------------- -- */
/* 00 ******************************************************* */
#footer{
  position: relative;
  z-index: 100;
  min-width: 1230px;
  background-color: #000;
  text-align: center;
  margin:0 auto;
  //padding:20px;
  padding:20px 200px;
}
#footer *{
  color: #FFF; 
  font-size: 14px;
  line-height: 1;
}
/* 01 ******************************************************* */
#footer .footer_backbtn{
  padding: 0;
}
#footer .footer_backbtn li a{
  background-color: #000;
  display: block;
  line-height: 70px;
  width: 100%;
  transition: 0.1s;
}
#footer .footer_backbtn li a:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common_iconlink1.svg);
  background-size: cover;
  position: relative;
  transform: rotate(-90deg);
  bottom: -3px;
  margin-right: 5px;
}
#footer .footer_backbtn li a:hover{
  /*
  filter:invert(100%);
  transition: 0.1s;
  */
}
/* 02 ******************************************************* */
#footer .footer_apppbtn{
  padding: 90px 0;
	max-width:1100px;
	margin:auto;
}
#footer .footer_apppbtn li{
  font-size: 0;
  vertical-align: top;
}
#footer .footer_apppbtn li.modal_apppbtn_ttl{
  display: block;
  padding: 0 0 20px;
  font-size: 35px;
  color:#000;
  font-weight:600;
  vertical-align: top;
}
#footer .footer_apppbtn li.modal_apppbtn_btn{
  height:60px;
  display: inline-block;
  margin:10px;
}
#footer .footer_apppbtn li.modal_apppbtn_btn img{
	height:100%;
}






/* 03 ******************************************************* */
#footer .footer_sns{
  padding: 90px 0 0;
}
#footer .footer_sns li{
  display: inline-block;
  padding: 0;
  font-size: 0;
}
#footer .footer_sns li img{
  height: 60px;
  margin: -15px 0;
}
/* 04 ******************************************************* */
#footer .footer_menu{
  font-size: 0;
  padding: 30px 0;
}
#footer .footer_menu li{
  display: inline-block;
}
#footer .footer_menu li.lock{
  pointer-events:none;
  opacity:0.4;
  display:none;
}
#footer .footer_menu li a{
  font-size: 14px;
  display: inline-block;
  margin: 15px;
}
/* 05 ******************************************************* */
#footer .footer_copyright{
  padding: 0;
}
#footer .footer_copyright span{
  font-size: 14px;
  opacity: 0.5;
}
#footer .footer_attention{
  padding: 0 0 90px;
}
#footer .footer_attention li{
  font-size: 12px;
  opacity: 0.5;
  line-height: 1.5;
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
	/* 00 ******************************************************* */
	#footer{
	  //width:100%;
	  min-width: 0;
	  width:1230px;
	  margin:0 auto;
	}
	#footer *{
	  font-size: 14px;
	}
	/* 01 ******************************************************* */
	#footer .footer_backbtn{
	}
	#footer .footer_backbtn li a{
	  background-color: #000;
	  display: block;
	  line-height: 70px;
	  width: 100%;
	  transition: 0.1s;
	}
	#footer .footer_backbtn li a:before{
	  content: "";
	  display: inline-block;
	  width: 16px;
	  height: 16px;
	  background-image: url(../images/common_iconlink1.svg);
	  background-size: cover;
	  position: relative;
	  transform: rotate(-90deg);
	  bottom: -3px;
	  margin-right: 5px;
	}
	#footer .footer_backbtn li a:hover{
	  /*
	  filter:invert(100%);
	  transition: 0.1s;
	  */
	}
	/* 02 ******************************************************* */
	#footer .footer_apppbtn{
	  padding: 90px 0;
	}
	#footer .footer_apppbtn li{
	  padding: 0 10px;
	}
	#footer .footer_apppbtn li img{
		height:55px;
	}
	/* 03 ******************************************************* */
	#footer .footer_sns{
	  padding: 90px 0 0;
	}
	#footer .footer_sns li{
	  display: inline-block;
	  padding: 0;
	  font-size: 0;
	}
	#footer .footer_sns li img{
	  height: 60px;
	  margin: -15px 0;
	}
	/* 04 ******************************************************* */
	#footer .footer_menu{
	  font-size: 0;
	  padding: 30px 0;
	  width:700px;
	  margin:auto;
	}
	#footer .footer_menu li{
	}
	#footer .footer_menu li.lock{
	}
	#footer .footer_menu li a{
	  font-size: 14px;
	  display: inline-block;
	  margin: 15px 15px 15px;
	}
	/* 05 ******************************************************* */
	#footer .footer_copyright{
	  padding: 0;
	}
	#footer .footer_copyright span{
	  font-size: 12px;
	  opacity: 0.5;
	}
	#footer .footer_attention{
	  padding: 0 0 90px;
	}
	#footer .footer_attention li{
	  font-size: 12px;
	  line-height: 1.5;
	} 
}
@media only screen and (max-width: 800px) {
	/* 00 ******************************************************* */
	#footer{
	  width:100%;
	  min-width: 0;
	  padding:20px;
	}
	#footer *{
	  font-size: 14px;
	}
	/* 01 ******************************************************* */
	#footer .footer_backbtn{
	}
	#footer .footer_backbtn li a{
	  font-size: 3.5vw;
	  display: block;
	  line-height: 18vw;
	}
	#footer .footer_backbtn li a:before{
	  width: 5vw;
	  height: 5vw;
	  background-position:center;
	  bottom: -1vw;
	  margin-right: 3vw;
	}
	#footer .footer_backbtn li a:hover{
	}
	/* 02 ******************************************************* */
	#footer .footer_apppbtn li.modal_apppbtn_ttl {
	    padding: 0 0 3vw;
	    font-size: 7vw;
	}
	#footer .footer_apppbtn{
	  padding: 12vw 0;
	}
	#footer .footer_apppbtn li.modal_apppbtn_btn{
	  max-height: 13vw;
	  display: inline-block;
	  margin:0vw;
	  padding:1vw;
	}
	#footer .footer_apppbtn li.modal_apppbtn_btn img{
		
	}
	/* 03 ******************************************************* */
	#footer .footer_sns{
	  padding: 12vw 0 0;
	}
	#footer .footer_sns li{
	  display: inline-block;
	  padding: 0;
	  font-size: 0;
	}
	#footer .footer_sns li img{
	  height: 60px;
	  max-height:15vw;
	  margin: -3vw 0 0;
	}
	/* 04 ******************************************************* */
	#footer .footer_menu{
		display:none
	}
	#footer .footer_menu li{
	}
	#footer .footer_menu li.lock{
	}
	#footer .footer_menu li a{
	}
	/* 05 ******************************************************* */
	#footer .footer_copyright{
	  padding: 0 0 0;
	}
	#footer .footer_copyright span{
	  font-size: 4vw;
	  opacity: 1;
	}
	#footer .footer_attention{
	  padding: 9vw 4.5vw 6vw;
		text-align:left;
	}
	#footer .footer_attention li{
	  font-size: 3vw;
	  line-height: 1.5;
	  text-align:left;
	  display:inline;
	}
	#footer .footer_logo {
	  max-width: 90%;
	  margin: 0vw auto 2vw;
	}
	/* 05 ******************************************************* */

	.footer_wrap{
	  display: flex;
	  flex-direction:column;
	}
	.footer_sns{
	    order: 1;
	}
	.footer_copyright{
	    order: 3;
	}
	.footer_logo{
	    order: 2;
	}
	.footer_attention{
	    order: 4;
	}
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- common BG ------------------------------------------ -- */
/* 00 ******************************************************* */
.blabg1-1{
  background-image: url(../images/common_blabg1-1.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
.blabg1-2{
  background-image: url(../images/common_blabg1-2.png);
  background-position: center top;
  background-repeat: repeat;
}
/* 01 ******************************************************* */
.witebg1-1{
  background-image: url(../images/common_witebg1-1.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
.witebg1-2{
  background-image: url(../images/common_witebg1-2.png);
  background-position: center top;
  background-repeat: repeat;
}
/* 02 ******************************************************* */
.witebg2{
  background-image: url(../images/common_witebg2.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* 03 ******************************************************* */

/* 04 ******************************************************* */

/* 05 ******************************************************* */
#modal_back{
  /*
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    z-index: 250;
    content:"";
    width:100vw;
    height:100vh;
    display:block;
    display: none;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.5s;
  */
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 800px) {
  
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .common_ttl ---------------------------------------- -- */
/* 00 ******************************************************* */
.box_1230{
  //width: 1230px;
  width: 1000px;
  //padding: 120px 30px;
  padding: 40px 20px;
  margin:auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.common_ttl.black *{
  color: #000;
}
.common_ttl.white *{
  color: #fff;
}
.common_ttl{
  width: 100%;
  display: block;
  margin-bottom: 60px;
  position:relative;
  z-index:6;
  text-align: left;
}
.common_ttl:after {
	content: "";
	display: block;
	clear: both;
}
.common_ttl:before {
　　　　content: "";
	display: block;
	clear: both;
}



/* 01 ******************************************************* */
.common_ttl .text{
  font-weight:600;
  font-size: 70px;
  line-height: 1;
  float: left;
}
.common_ttl .btn{
  font-size: 17.5px;
  vertical-align: middle;
  line-height: 70px;
  float: right;
}
.common_ttl .btn a{
  display: block;
  line-height: 70px;
  margin-top: 0px;
}
.common_ttl .btn a:hover{
  margin-right:-10px;
}
.common_ttl .btn.next a::after{
  content: "";
  background-image: url(../images/common_ttlbtn_next.png);
  background-size: 80px 20px;
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 10px;
  transition:0.3s;
}
.common_ttl.white .btn.next a::after{
  filter: invert(1);
}
.common_ttl .btn a:hover{
  margin-right:0px;
}
.common_ttl .btn.next a:hover::after{
  width: 65px;
}

.common_ttl .btn.back a::after{
  content: "";
  background-image: url(../images/common_ttlbtn_next.png);
  background-size: 80px 20px;
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 10px;
  transition:0.3s;
  transform: rotate(180deg);
}
.common_ttl.white .btn.back a::after{
  filter: invert(1);
}
.common_ttl .btn.back a:hover::after{
  width: 65px;
}





/* ============== media= ============= */
/* =================================== */


@media only screen and (max-width: 1320px) {
	/* 00 ******************************************************* */
	.box_1230{
	  width: 100%;
	  padding: 90px 60px;
	}
	.common_ttl.black *{
	}
	.common_ttl.white *{
	}
	.common_ttl{
	margin-bottom: 40px;
	}
	/* 01 ******************************************************* */
	.common_ttl .text{
		font-size:50px;
	}
	.common_ttl .btn{
	  /* display:none; */
	  line-height: 50px;
	}
	.common_ttl .btn a{
	line-height: 50px;
	}
	.common_ttl .btn a:hover{
	}
	.common_ttl .btn.next a::after{
	}
	.common_ttl.white .btn.next a::after{
	}
	.common_ttl .btn a:hover{
	}
	.common_ttl .btn.next a:hover::after{
	}
	.common_ttl .btn.back a::after{
	}
	.common_ttl.white .btn.back a::after{
	}
	.common_ttl .btn.back a:hover::after{
	}
}
@media only screen and (max-width: 800px) {
	/* 00 ******************************************************* */
	.box_1230{
	  width: 100%;
	  padding: 15vw 9vw;
	}
	.common_ttl.black *{
	}
	.common_ttl.white *{
	}
	.common_ttl{
		margin-bottom: 6vw;
	}
	/* 01 ******************************************************* */
	.common_ttl .text{
		font-size:10vw;
	}
	.common_ttl .btn{
	  display:none;
	}
	.common_ttl .btn a{
	}
	.common_ttl .btn a:hover{
	}
	.common_ttl .btn.next a::after{
	}
	.common_ttl.white .btn.next a::after{
	}
	.common_ttl .btn a:hover{
	}
	.common_ttl .btn.next a:hover::after{
	}
	.common_ttl .btn.back a::after{
	}
	.common_ttl.white .btn.back a::after{
	}
	.common_ttl .btn.back a:hover::after{
	}
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .common_tab ---------------------------------------- -- */
/* 00 ******************************************************* */
.common_tab{
  width: 100%;
  overflow: hidden;
  margin-bottom: 75px;
}
/* 01 ******************************************************* */
.common_tab ul{
  font-size: 0px;
  margin-left: -30px;
  overflow: hidden;
}
.common_tab label{
	display:none;
}
.common_tab li{
  color: #FFF;
  background-color: #848492;
  width: 370px;
  margin-left: 30px;
  float: left;
  text-align: center;
  cursor:pointer;
}
.common_tab li:nth-child(n+4){
  margin-top:15px;
}
.common_tab li span,
.common_tab li a{
  color: #FFF;
  font-size: 17.5px;
  line-height: 60px;
  display: block;
}
.common_tab li:hover{
  /*background-color: #000;*/
}
.common_tab li.active{
  background-color: #000;
  cursor:default;
}
.common_tab li.active a{
  cursor:default;
}

/* 02 ******************************************************* */
.common_textarea{
}
.common_textarea + .common_textarea{
	margin-top:60px;
}
.common_textarea .text_ttl{
  font-size: 28px;
  font-weight:600;
  line-height: 1.5;
  vertical-align: middle;
  margin-bottom: 20px;
  padding-left:28px;
  position:relative;
}
.common_textarea .text_ttl:before{
  content: "";
  display: inline-block;
  border: solid 1px #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  margin-right: 0;	
}
.common_textarea .text_ttl.black{
	color:#FFF;
}
.common_textarea .text_ttl.black:before{
  border: solid 1px #FFF;
}


.common_textarea .text{
  font-size: 14px;
  line-height: 1.8;
}
.common_textarea .text ul{
	
}
.common_textarea .text li{
  padding-left:15px;
  position:relative;
  line-height: 1.2;
  margin-bottom:10px;
}
.common_textarea .text li:before{
  content:"・";
  display:block;
  position:absolute;
  top:0;
  left:0;
}
.common_textarea .text a{
	text-decoration:underline;
}
.common_textarea .text + .text{
  margin-top: 30px;
}
.common_textarea .text_ttl + .text{
  margin-top: 15px;
}
.common_textarea .text + .text_ttl{
  margin-top: 45px;
}

.common_textarea .box{
  border: solid 1px #000;
  padding: 15px;
}
.common_textarea .center{
  text-align: center;
}
.common_textarea .large{
  font-size: 21px;
  line-height: 1.5;
}
/* 03 ******************************************************* */

.common_btnmore{
  text-align: center;
  margin-top: 45px;
}
.common_btnmore img{
  width: 80px;
  filter: invert(1);
  transition:0.3s;
  cursor:pointer;
}
.common_btnmore img:hover{
	transform:scale(1.05)
}

.common_btnmore.white img{
  filter: invert(0);
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
	/* 00 ******************************************************* */
	.common_tab{
	  width: 100%;
	  overflow: hidden;
	  margin-bottom: 40px;
	}
	/* 01 ******************************************************* */
	.common_tab ul{
	  margin-left: -5%;
	}
	.common_tab li{
	  width: 48.5%;
	  margin-left: 1.5%;
	  float: left;
	  text-align: center;
	  cursor:pointer;
	}
	.common_tab li:nth-child(n+4){
	  margin-top:0;
	}
	.common_tab li:nth-child(n+3){
	  margin-top: 10px;
	}
	
	.common_tab li a{
	  color: #FFF;
	  font-size: 15px;
	  line-height: 50px;
	  display: block;
	}
	.common_tab li:hover{
	}
	.common_tab li.active{
	}
	.common_tab li.active a{
	}
	
	/* 02 ******************************************************* */
	.common_textarea{
	}
	.common_textarea .text_ttl{
	  font-size: 21px;
	}
	.common_textarea .text_ttl:before{
	}
	.common_textarea .text{
	  font-size: 14px;
	  line-height: 1.8;
	}
	.common_textarea .text ul{
	}
	.common_textarea .text li{
	}
	.common_textarea .text li:before{
	}
	.common_textarea .text + .text{
	  margin-top: 15px;
	}
	.common_textarea .text_ttl + .text{
	  margin-top: 15px;
	}
	.common_textarea .text + .text_ttl{
	  margin-top: 30px;
	}
	.common_textarea .box{
	  border: solid 1px #000;
	  padding: 15px;
	}
	.common_textarea .center{
	  text-align: center;
	}
	.common_textarea .large{
	  font-size: 21px;
	  line-height: 1.5;
	}
	/* 03 ******************************************************* */
	.common_btnmore{
	  text-align: center;
	  margin-top: 45px;
	}
	.common_btnmore img{
	  width: 80px;
	  filter: invert(1);
	}
	.common_btnmore.white img{
	  filter: invert(0);
	}
}
@media only screen and (max-width: 800px) {
	/* 00 ******************************************************* */
	.common_tab{
	  width: 100%;
	  overflow: hidden;
	  margin-bottom: 0;
	}
	/* 01 ******************************************************* */
	.common_tab ul{
	  margin-left: 0;
		display:none;
	}
	.common_tab select{
		position: relative;
		width: 100%;
		height: auto;
		line-height: 1.2;
		font-size: 4vw;
		padding: 4vw 4vw;
		color:#FFF;
		background-color: #000;
		border: 1px solid #000;
		border-radius: 0px;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.common_tab label {
		display:block;
		position: relative;
		margin-bottom: 6vw;
	}
	.common_tab label::after {
		position: absolute;
		content: '';
		width: 1.8vw;
		height: 1.8vw;
		top: 50%;
		right: 4vw;
		margin-top: -1.8vw;
		border-bottom: 0.6vw solid #FFF;
		border-left: 0.6vw solid #FFF;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		pointer-events: none;
	}
	
	
	/* 02 ******************************************************* */
	.common_textarea{
	}
	.common_textarea + .common_textarea {
	    margin-top: 15vw;
	}
	.common_textarea .text_ttl{
		font-size: 6vw;
		line-height: 1.2;
		padding-left:6vw;
	}
	.common_textarea .text_ttl:before{
		width: 1.5vw;
	}
	.common_textarea .text{
	  font-size: 3.8vw;
	  line-height: 1.5;
	}
	.common_textarea .text ul{
		
	}
	.common_textarea .text li{
	  padding-left:3.8vw;
	  margin-bottom:3vw;
	}
	.common_textarea .text li:before{
	  content:"・";
	  display:block;
	  position:absolute;
	  top:0;
	  left:0;
	}
	.common_textarea .text + .text{
	  margin-top: 4;
	}
	.common_textarea .text_ttl + .text{
	  margin-top: 3vw;
	}
	.common_textarea .text + .text_ttl{
	  margin-top: 6vw;
	}
	.common_textarea .box{
	  border: solid 1px #000;
	  padding: 3vw;
	}
	.common_textarea .center{
	  text-align: center;
	}
	.common_textarea .large{
	  font-size: 21px;
	  line-height: 1.5;
	}
	/* 03 ******************************************************* */
	
	.common_btnmore{
	  text-align: center;
	  margin-top: 9vw;
	}
	.common_btnmore img{
	  width: 50px;
	  filter: invert(1);
	}
	.common_btnmore.white img{
	  filter: invert(0);
	}
}


	
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .modal_normal -------------------------------------- -- */
/* 00 ******************************************************* */
.modal_normal{
}
.modal_normal_wrap{
  text-align:center;
}
.modal_apppbtn{
  padding: 45px 10px;
  max-width: 800px;
  background-color: #000;
}
.modal_apppbtn li{
  font-size: 0;
  vertical-align: top;
}
.modal_apppbtn li.modal_apppbtn_ttl{
  display: block;
  padding: 0 0 10px;
  font-size: 28px;
  color:#FFF;
  vertical-align: top;
}
.modal_apppbtn li.modal_apppbtn_btn{
  height: 60px;
  display: inline-block;
  margin: 5px;
}
.modal_apppbtn li.modal_apppbtn_btn img{
	height:100%;
}

#inline-magazine{
	background:#000;
	text-align:center;
	color:#FFF;
	padding:45px;
}
#inline-magazine .text_ttl{
	font-size:28px;
	margin-bottom:15px;
}
#inline-magazine .text{
	font-size:14px;
	margin-bottom:30px;
}

#inline-magazine .form_wrapper dl,
#inline-magazine .form_wrapper dd,
#inline-magazine .form_wrapper dt {
	display:inline-block;
    text-align:center;
    padding: 0;
	font-size:0;
	vertical-align:top;
}
#inline-magazine .form_wrapper dd{
	width:400px;
}
#inline-magazine .form_wrapper dt{
	width:150px;
}
#inline-magazine .form_wrapper dt button{
	width:100%;
	padding:0;
	margin:0;
}
#inline-magazine .form_wrapper dt a {
    background-color: #ff5841;
	display:block;
	line-height:54px;
	color:#FFF;
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:500;
}
#inline-magazine .form_wrapper input[type="text"] {
	border: solid 2px #ff5841;
	box-sizing:border-box;
	width:100%;
	padding:5px 15px;
	margin:0;
	line-height:40px;
	font-size:16px;
}
#inline-atention{
	background:#000;
	color:#FFF;
	padding:45px;
	max-width:700px;
	text-align:left;
}
#inline-atention .text_sttl{
	font-size:21px;
	margin-bottom:10px;
}
#inline-atention .text_sttl:before{
	content:"○";
	display:inline-block;
	margin-right:5px;
}
#inline-atention .text{
	font-size:14px;
	margin-bottom:30px;
}
#inline-atention .text.indent{
	font-size:14px;
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}


/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
	/*
	.modal_normal{
	}
	.modal_normal_wrap{
	  text-align:center;
	}
	.modal_apppbtn{
	  padding: 45px 45px;
	  width: 100%;
	}
	.modal_apppbtn li{
	  display: block;
	  padding: 10px 0px;
	  font-size: 0;
	  vertical-align: top;
	}
	*/
  
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 800px) {
	.modal_normal{
	}
	.modal_normal_wrap{
	}
	.modal_apppbtn{
	  padding: 6vw 3vw;
	}
	.modal_apppbtn li.modal_apppbtn_ttl{
	  padding: 0 0 2vw;
	  font-size: 6vw;
	}
	.modal_apppbtn li.modal_apppbtn_btn{
	  
	  max-height: 11vw;
	  display: inline-block;
	  margin: 1vw;
	  padding:0;
	}
	.modal_apppbtn li.modal_apppbtn_btn img{
		height:100%;
	}

	#inline-magazine{
		padding:9vw 6vw;
	}
	#inline-magazine .text_ttl{
		font-size:6vw;
		margin-bottom:3;
	}
	#inline-magazine .text{
		font-size:3.2vw;
		line-height:1.5;
		margin-bottom:5vw;
		text-align:left;
	}
	#inline-magazine .text br{
		display:none;
	}
	#inline-magazine .form_wrapper dl,
	#inline-magazine .form_wrapper dd,
	#inline-magazine .form_wrapper dt {
		display:inline-block;
	    text-align:center;
	    padding: 0;
		font-size:0;
		vertical-align:top;
		width:100%;
	}
	#inline-magazine .form_wrapper dd{

	}
	#inline-magazine .form_wrapper dt{

	}
	#inline-magazine .form_wrapper dt button{
		width:100%;
		padding:0;
		margin:0;
	}
	#inline-magazine .form_wrapper dt a {
	    background-color: #ff5841;
		display:block;
		line-height:54px;
		color:#FFF;
		text-align:center;
		width:100%;
		padding:0;
		margin:0;
		font-size:16px;
		font-weight:500;
	}
	#inline-magazine .form_wrapper input[type="text"] {
		border: solid 2px #ff5841;
		box-sizing:border-box;
		width:100%;
		padding:5px 15px;
		margin:0;
		line-height:40px;
		font-size:16px;
	    text-align:center;
	}
	
	#inline-atention{
		padding: 6vw 5vw 5vw;
		max-width:100%;
		line-height:1.4;
	}
	#inline-atention .text_sttl{
		font-size:4vw;
		margin-bottom:2vw;
	}
	#inline-atention .text_sttl:before{
		content:"○";
		display:inline-block;
		margin-right:1vw;
	}
	#inline-atention .text{
		font-size:3.4vw;
		margin-bottom:4vw;
	}
	#inline-atention .text.indent{
		font-size:3.4vw;
		margin-bottom: 1vw;
		text-indent: -1em;
		padding-left: 1em;
	}

}


/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .news_list ----------------------------------------- -- */
/* 00 ******************************************************* */

/* 01 ******************************************************* */
.news_list{
  font-size: 0;
  text-align: left;
}
.news_list li{
  color: #e7edf3;
  overflow: hidden;
  background-color: #000;
  background-image: url(../images/news_libg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0px 9px 2px -3px #344c6a20;
}
.news_list li a{
  display: block;
  cursor: pointer;
  padding: 5px;
}
.news_list li.important{
  background-color: #e91101;
  background-image: unset;
}
.news_list li:hover{
  transform:scale(1.04);
  box-shadow: 0px 12px 8px -8px #344c6a20;
}
/* 02 ******************************************************* */
.news_list li .thumb{
  padding: 0;
  width: 365px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
.news_list li .thumb{
  overflow:hidden;
}
.news_list li .thumb img{
}
/* 03 ******************************************************* */
.news_list li .right{
  padding: 25px 0px 0;
  width: 740px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
.news_list li .date{
  font-weight:  lighter;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.news_list li .nttl{
  font-size: 21px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
.news_list li .contents{
  font-weight:  lighter;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: hidden;
  height: 42px;
}
.news_list li .btn{
  /* font-weight:  lighter; */
  font-size: 14px;
  line-height: 1;
  color: #e7edf3;
  background-color: #e91101;
  padding: 8px 20px;
  display: inline-block;
  transition:0.2s;
}
/*
.news_list li:hover .btn{
  color: #000;
  background-color: #e7edf3;
}
*/
.news_list li.important .btn{
  color: #e91101;
  background-color: #e7edf3;
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
	/* 01 ******************************************************* */
	.news_list{
	}
	.news_list li{
	  margin-bottom: 20px;
	}
	.news_list li a{
	  padding: 5px;
	}
	.news_list li.important{
	}
	.news_list li:hover{
	  transform:scale(1.02);
	}
	/* 02 ******************************************************* */
	.news_list li .thumb{
	  padding: 0;
	  width: 300px;
	  margin-right: 20px;
	  display: inline-block;
	  vertical-align: top;
	  position: relative;
	  z-index: 10;
	  overflow:hidden;
	}
	.news_list li .thumb img{
	}
	/* 03 ******************************************************* */
	.news_list li .right{
	  padding: 15px 0px 0;
	  width: calc( 100% - 340px );
	}
	.news_list li .date{
	  font-size: 12px;
	  line-height: 1;
	  margin-bottom: 10px;
	}
	.news_list li .nttl{
	  font-size: 18px;
	  line-height: 1;
	  margin-bottom: 15px;
	}
	.news_list li .contents{
	  font-size: 14px;
	  margin-bottom:10px;
	  line-height: 1.5;
	}
	.news_list li .btn{
	  /* font-weight:  lighter; */
	  font-size: 14px;
	  line-height: 1;
	  color: #e7edf3;
	  padding: 8px 30px;
	}
	.news_list li:hover .btn{
	  color: #e91101;
	  background-color: #e7edf3;
	}
	.news_list li.important .btn{
	  color: #e91101;
	  background-color: #e7edf3;
	}
}
@media only screen and (max-width: 800px) {
	/* 01 ******************************************************* */
	.news_list{
	}
	.news_list li{
	  margin-bottom: 3vw;
	}
	.news_list li a{
	  padding: 1vw;
	}
	.news_list li.important{
	}
	.news_list li:hover{
	}
	/* 02 ******************************************************* */
	.news_list li .thumb{
	  padding: 0;
	  width: 100%;
	  margin-right: 0;
	}
	.news_list li .thumb img{
	}
	/* 03 ******************************************************* */
	.news_list li .right{
	  padding: 5vw 5vw 4vw;
	  width: 100%;
	}
	.news_list li .date{
	  font-size: 3.2vw;
	  margin-bottom: 2vw;
	}
	.news_list li .nttl{
	  font-size: 4vw;
	  margin-bottom: 3vw;
	}
	.news_list li .contents{
	  font-size: 3.5vw;
	  margin-bottom: 0;
	  height: 10vw;
	}
	.news_list li .btn{
	  width:100%;
	  text-align:center;
	  font-size: 3.5vw;
	  padding: 2vw 6vw;
	  display: none;
	}
	.news_list li:hover .btn{
	  color: #e91101;
	  background-color: #e7edf3;
	}
	.news_list li.important .btn{
	  color: #e91101;
	  background-color: #e7edf3;
	}
}

/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .sliderbtn ----------------------------------------- -- */
/* 00 ******************************************************* */
main .swiper-button-next,
main .swiper-button-prev {
	z-index: 10;
	top:50%;
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	width: 50px;
	height:40px;
	margin-top:-20px;
}
main .swiper-button-next a,
main .swiper-button-prev a {
	width: 100%;
	height:100%;
	display: inline-block;
}
main .swiper-button-next {
	background-image:url(../images/common_slidenext1.png);
	right:calc( 50vw - 660px );
}
main .swiper-button-prev {
	background-image:url(../images/common_slideprev1.png);
	left:calc( 50vw - 660px );
}
main .swiper-button-next:after,
main .swiper-button-prev:after {
  display:none;
}
main .swiper-button-next.fix,
main .swiper-button-prev.fix {
	position: fixed;
}
main .swiper-button-next.fix {
	right:30px;
}
main .swiper-button-prev.fix {
	left:30px;
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
	main .swiper-button-next,
	main .swiper-button-prev {
		width: 20px;
		height:40px;
		margin-top:-20px;
	}
	main .swiper-button-next.fix,
	main .swiper-button-next {
		background-image:url(../images/common_slidenext1_sp.png);
		right:12px;
	}
	main .swiper-button-prev.fix,
	main .swiper-button-prev {
		background-image:url(../images/common_slideprev1_sp.png);
		left:12px;
	}
}
@media only screen and (max-width: 800px) {
	main .swiper-button-next,
	main .swiper-button-prev {
		margin-top:-2.5vw;
		max-width:20px;
		width: 8vw;
		height:8vw;
	}
	main .swiper-button-next.fix,
	main .swiper-button-next {
		right:1vw;
	}
	main .swiper-button-prev.fix,
	main .swiper-button-prev {
		background-image:url(../images/common_slideprev1_sp.png);
		left:1vw;
	}
}

/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .sliderbtn ----------------------------------------- -- */
/* 00 ******************************************************* */
.home_sp-morebtn{
  display:none;
}
@media only screen and (max-width: 800px) {
  .home_sp-morebtn{
    display:block;
	  text-align:center;
  }
  .home_sp-morebtn.white{
    filter: brightness(0) invert(1);
  }
  .home_sp-morebtn a{
    color:#000;
    border: solid 1.5px #000;
    line-height: 1.2;
    font-size: 4vw;
    font-weight: 500;
    padding: 4.5vw 3vw;
    width: 100%;
    margin-top:6vw;
    /* margin: 0; */
    display: block;
  }
  .home_sp-morebtn a::after {
      content: "";
      background-image: url(../images/common_ttlbtn_next.png);
      background-size: 16vw auto;
      background-position: center right;
      background-repeat: no-repeat;
      display: inline-block;
      width: 15vw;
      height: 4vw;
      line-height:4vw;
      vertical-align: middle;
      overflow: hidden;
      margin-left: 3vw;
      transition: 0.3s;
      margin:-1vw -3vw 0 3vw;
  }
  .home_sp-morebtn.back a::after {
      content: "";
      background-image: url(../images/common_ttlbtn_next.png);
      background-size: 16vw auto;
      background-position: center right;
      background-repeat: no-repeat;
      display: inline-block;
      width: 15vw;
      height: 4vw;
      line-height:4vw;
      vertical-align: middle;
      overflow: hidden;
      margin-left: 3vw;
      transition: 0.3s;
      margin:-1vw -3vw 0 3vw;
	  transform:rotate(180deg);
  }

	
}