@charset "utf-8";
/* CSS Document */
*{
 box-sizing:border-box;
 }
html{
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
	scroll-padding-top: 54px;
    }
body{
    line-hight: 1.5;
    font-family: -apple-sysytem, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" ,"游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" , Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MSPGothic" , sans-serif;
	color: #3a3a3a;
    }
img{
   max-width: 100%;
   height:auto;
   vertical-align: bottom;
   }
.inner{
	min-height: 100vh;
	position: relative;
}
/*リンク*/
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
/*header_PC*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
	border-bottom: solid 1px #efefef;
}
.header-inner {
    max-width: 1200px;
    padding: 15px 49px 18px;
    margin: 0 auto;
  }
.header-logo {
    display: inline-block;
    width: 100px;
}
/*main_PC*/
main{
	margin: 104px auto 115px;
	max-width: 900px;
	padding: 0 20px;
}
h1{
	font-size: 3.6rem;
	font-weight: 900;
	color: #163e85;
	text-align: center;
}
h2{ 
	margin-top: 50px;
	font-size: 3.0rem;
	font-weight: 900;
	color: #3a3a3a;
	text-align: center;
}
.lead-tx{
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
	margin-top: 30px;
}
.buy-tx{
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}
.line-tx{
	font-weight: bold;
	background: linear-gradient(transparent 15%, #8FE3DA 15%);
	
}
.im{
	max-width: 740px;
	margin: 35px auto;
}
.ic{
	max-width: 170px;
	margin: 35px auto;
}
.btn{
	background: #cc0033;
    color: #ffffff;
	max-width: 500px;
    padding: 20px;
    font-size: 2.0rem;
	font-weight: bold;
    cursor: pointer;
	text-align: center;
	border-radius: 9999px;
	border: solid 3px #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	
}
.small-tx{
	font-size: 1.4rem;
	margin-top: 10px;
	text-align: center;
}
.notice-tx{
	font-size: 2.0rem;
	text-align: center;
	margin-top: 40px;
	position: relative;
}
.notice-tx::before{
	content: url("../img/index_ic01_pc.png");
    position: absolute;
    top: 0;
	left: 45px;
    background-position: center;
    background-repeat: no-repeat;
}
/*footer_PC*/
.footer{
	background-color: #000000;
	margin-top: auto;
	/*position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
	width: 100%;
	
}
.footer-inner{
	padding: 49px 0 40px;
}
.footer-logo{
	width: 141px;
	margin: 0 auto;
}

/*768px以上の場合に適用(pc)*/
@media screen and (min-width: 768px),print{
.view-sp {
    display: none;
  }
}

/*以降sp*/
/*767px以下の場合に適用(sp)*/
@media screen and (max-width: 767px) {
	.view-pc{
		display: none;
	}
	/*header_SP*/
	.header-inner{
		padding: 3.865vw 5.3333vw;
	}
	.header-logo{
		width: 19.2vw;
	}
	/*main_SP*/
	main{
		margin: 12.5333vw auto 0;
	}
	h1{
		font-size: 6.4vw;
		margin-top: 21.33vw;
	}
	h2{ 
	margin-top: 8vw;
	font-size: 5vw;
	}
	.im{
		width: 89.33vw;
		margin: 6.67vw auto 8vw;
	}
	.ic{
		width: 38.4vw;
		margin: 6.67vw auto 8vw;
	}
	.lead-tx{
	font-size: 4vw;
	line-height: 1.5;
	margin-top: 5.33vw;
	text-align: left;
	}
	.buy-tx{
	font-size: 4vw;
	line-height: 1.5;
	margin-bottom: 5.33vw;
	text-align: center;
	}
	.btn{
	width: 89.33vw;
    padding: 3.67vw;
    font-size: 5.07vw;
	border: solid 0.6vw #ffffff;
	box-shadow: 0px 0px 1.33vw 0px rgba(0, 0, 0, 0.4);
	
	}
	.small-tx{
	font-size: 3.2vw;
	margin-top: 2vw;
	text-align: left;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
	}
	.notice-tx{
	font-size: 4vw;
	text-align: left;
	margin: 6.67vw 0 0 7.47vw;
	width: 81.87vw;
	line-height: 1.5;
	}
	.notice-tx::before{
		content: url("../img/index_ic01_sp.png");
		top: 0;
		left: -6.67vw;
	}
	.buy-contents{
		margin-bottom: 10vw;
	}
	/*footer_SP*/
	.footer-inner{
		padding: 10.13vw 0 8.27vw;/*38px 0 31px*/
	}
	.footer-logo>img{
		width: 37.3333vw;
		
	}
}