@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;
}


/*全体*/
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;
}

/************************************
 * Utility
************************************/
.u-fs-1 {
	font-size: 1rem !important;
}

.u-fs-2 {
	font-size: 2rem !important;
}

.u-color-red {
	color: #E65C7C !important;
}

.u-mr-1 {
	margin-right: 1rem !important;
}

.u-mb-1 {
	margin-bottom: 1rem !important;
}

.u-mb-2 {
	margin-bottom: 2rem !important;
}

.u-mb-3 {
	margin-bottom: 3rem !important;
}

.u-mb-4 {
	margin-bottom: 4rem !important;
}

.u-mb-5 {
	margin-bottom: 5rem !important;
}

.u-pg-1 {
	padding: 1rem !important;
}

.u-pg-2 {
	padding: 2rem !important;
}

.u-al-r {
	text-align: right;
}

/*header.header*/
.header {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	display: flex;
	justify-content: space-between;
}

.header h1 {
	width: 26%;
	height: auto;
	display: flex;
}


.header h1 img {
	width: 100%;
	padding: 0.5rem;

}

.header .cta_box {
	display: flex;
	justify-content: space-between;
	width: 33%;
	height: auto;
	max-width: 210px;
	padding: 0 0.5rem;
	box-sizing: border-box;
	align-items: center;
}


figure.coupon {
	margin: 0;
}



/*.article*/

.coupon_box {
	background: url(../img/ver5/campaign_bg.png)red;
	background-size: 100% auto;
}

.article {
	background: url("../img/ver5/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;
	/* margin-bottom: 220px; */
}

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;
	}

	.footer {
		padding-bottom: 280px;
	}
}

@media screen and (max-width:640px) {
	.footer {
		padding-bottom: 40vw;
	}
}

@media screen and (max-width:375px) {
	div.footer_link p a {
		font-size: 12px;
	}
}


/*div.choice*/
.choice1 {
	display: flex;
	background: #fff;
}

.choice1__item {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.choice1__item:hover {
	opacity: .85;
}

.choice__img {
	margin-top: -2px;
}


.worry__item.is-hidden {
	display: none;
}


/* f_btn
-------------------------------------- */
.f_btn {
	position: fixed;
	bottom: 0;
	width: 640px;
	max-width: 100%;
	display: none;
	transition: .3s;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(20px);
	z-index: 99;
	padding: 0 30px 5px 30px;
}

.active {
	display: flex;
	align-items: center;
	transition: .3s;
}

.f_btn .auraBtn {
	width: 80%;
}

.topbtn {
	margin: 10px;
	z-index: 999;
}

@media screen and (max-width: 640px) {
	.f_btn {
		width: 100%;
	}

	.f_btn .auraBtn {
		width: 80%;
	}

	.slideArea {
		margin-top: -68vw;
	}

	.Label {
		font-size: 4.8vw;
		text-align: center;
		margin: 0 10px;
	}

	.topbtn {
		margin: 10px 10px 10px 0;
	}

	.topbtn img {
		width: 15vw;
		height: 15vw;
	}
}

.ba_attentinobox {
	color: #333;
	text-align: right;
	padding: 1rem 0;
	line-height: 1.5;
	font-size: 0.8rem;
}

/* slick customization
-------------------------------------- */
.slider_box {
	position: relative;
}

.arrow_box {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -8%;

}

.arrow_box .slide-arrow {
	display: block;
	width: 8%;
	max-width: 40px;
	cursor: pointer;
}

.arrow_box .prev-arrow {
	position: absolute;
	left: -2rem;
}

.arrow_box .next-arrow {
	position: absolute;
	right: -2rem;
}

.slick-dots li button:before {
	font-size: 2rem;
}

.slick-dots li.slick-active button:before {
	color: #2aa350;
}