@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	word-break: break-all;
}
html,body{
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.03em;
	background: #fff;
	color: #000;
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.blinking{
	-webkit-animation:blink 1.5s infinite;
    -moz-animation:blink 1.5s infinite;
    animation:blink 1.5s infinite;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a img {
	color: #000;
  text-decoration: none;
}
img{
	display:block;
	width: 100%;
	height: auto;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
@media screen and (min-width: 750px) {
.pc{
	display: block;
}
.sp{
	display: none;
}
}
.contents{
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.relative{
	position: relative;
	z-index: 1;
}
/************************************
******fv
************************************/
.fv_bt{
	position: absolute;
	z-index: 1;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 661px;
	width: 88.133333%;
}
.fv_bt a{
	position: relative;
	display: block;
	background: url("../img/bt.webp")no-repeat center center;
	background-size: cover;
	padding: 25.567322239% 0 0;
	transition: .2s;
	border-radius: 3vw;
	overflow: hidden;
	box-shadow: 0 1vw 0 0 #006548,0 2vw 3vw 0 rgba(0,0,0,0.2);
}
.fv_bt a._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
.fv_bt a:hover{
	background: url("../img/bt_over.webp")no-repeat center center;
	background-size: cover;
}
.bt_text{
	position: absolute;
	z-index: 1;
	top: -18%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 518px;
	width: 78.366111951%;
}
.c01_10_bt{
	max-width: 641px!important;
	width: 85.466666%!important;
	bottom: 10%!important;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (min-width: 750px) {
.fv_bt a{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 0 0 #006548,0 12px 30px 0 rgba(0,0,0,0.2);
}
}
/************************************
******フッター
************************************/
.footer_wrap{
	width: 100%;
	text-align: center;
	padding: 6% 0 33%;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 0;
	color: #fff;
	background: #3a5a82;
	}
.footer_wrap a{
	font-size: 10px;
	color: #fff;
	font-weight: 600;}
.footer_wrap a:hover{
	text-decoration: underline;}
span.copyright{
	color: #fff!important;
	margin: 0 0 0 0;}
@media only screen and (min-width: 769px) {
.footer_wrap{
	padding:32px 0 180px;
	}
}
/*********** footer_btn ***********/
.btm_bnr {
	max-width: 480px;
	width: 88.133333%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 0;
	position: fixed;
	bottom: -200px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btm_bnr a{
	position: relative;
	display: block;
	background: url("../img/bt.webp")no-repeat center center;
	background-size: cover;
	padding: 25.567322239% 0 0;
	transition: .2s;
	border-radius: 3vw;
	overflow: hidden;
	box-shadow: 0 1vw 0 0 #006548,0 2vw 3vw 0 rgba(0,0,0,0.2);
}
.is-in .btm_bnr {
	bottom: 12px;
}
@media screen and (min-width: 750px) {
.btm_bnr a{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 6px 0 0 #006548,0 12px 30px 0 rgba(0,0,0,0.2);
}
}