@charset "UTF-8";
*{
	box-sizing:border-box;
	font-size:16px;
	word-break:break-all;
}
*:focus{
	outline:none;
}
@media screen and (min-width:640px) {
*{font-size:18px;}
}
@media screen and (max-width:375px) {
*{font-size:13px;}
}


/*PC・SP表示非表示*/
.pc{display:none;}
@media screen and (min-width:640px){
.pc{display:inline-block;}
.sp{display:none;}
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	background:transparent;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight:500;
	line-height:100%;
	list-style:none;
	margin:0;
	padding:0;
	outline:0;
	text-align:left;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
}


/*全体*/
html{
	/*font-size:62.5%;*/
}
body{
	background:#f5f5f5;
	color:#111;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight:500;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}


/*共通*/
a{
	color:#0064f5;
	font-size:15px;
    font-weight:bold;
	text-decoration:none;
}
@media screen and (min-width:640px) {
a{font-size:18px;}
}
@media screen and (max-width:375px) {
a{font-size:13px;}
}

img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
video{
	border:none;
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	filter:drop-shadow(0px 0px rgba(0,0,0,0));
	outline:none;
}


/*header.header*/
.header{
	background:#fff;
	margin:0 auto;
	width:100%;
	max-width:640px;
}

figure.coupon {
	margin: 0;
}
@media screen and (max-width: 750px) {
	h1.h1 {
		margin: 0;
	}
}


/*.article*/
.article{
	background:url("../img/article_bg.webp") repeat-y;
	background-size:100% auto;
	margin:0 auto;
	width:100%;
	max-width:640px;
}


/*div.cta*/
div.cta{
	background:#ffffff;
	padding:15px 15px;
	overflow:hidden;
}
@media screen and (min-width:640px) {
div.cta{
padding:20px 15px;
}
}


/*section#progress*/
section#progress{
	background:#5f5f5f;
}
div.progress_zone{
	overflow:hidden;
	padding:15px 15px 5px;
}

div[class^="progress_0"]{
	position:relative;
}
div[class^="progress_0"]:after{
	background:#5f5f5f;
	content:"";
	position:absolute;
	width:87%;
	height:100%;
	right:0;
	top:0;
}

div.progress_zone.see div.progress_01:after{
	animation:progress_01 0.5s ease-in 0s 1 normal forwards;
}
@keyframes progress_01{
0%{right:0;}
100%{right:-100%;}
}

div.progress_zone.see div.progress_02:after{
	animation:progress_02 0.5s ease-in 0.5s 1 normal forwards;
}
@keyframes progress_02{
0%{right:0;}
100%{right:-100%;}
}

div.progress_zone.see div.progress_03:after{
	animation:progress_03 0.5s ease-in 1s 1 normal forwards;
}
@keyframes progress_03{
0%{right:0;}
100%{right:-100%;}
}


/*footer.footer*/
.footer{
	background:linear-gradient(90deg, #1e3264, #1e284b);
	margin:0 auto;
	padding:20px 0 50px;
	width:100%;
	max-width:640px;
}
figure.footer_logo{
	margin:0 auto;
	width:30%;
	height:auto;
}
div.footer_link{
	margin-top:20px;
	display:flex;
    justify-content:center;
}
div.footer_link p{
    display:inline-block;
    margin:0;
	padding:0 10px;
}
div.footer_link p a{
	color:#fff;
	font-size:13px;
    font-weight:normal;
	line-height:1;
	text-decoration:none;
}
@media screen and (min-width:640px) {
div.footer_link p a{
font-size:15px;
}
}
@media screen and (max-width:375px) {
div.footer_link p a{
font-size:12px;
}
}



