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


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


/* slider */
.campaign {
	position: relative;
}

.campaign .slider-wrapper{
	position: absolute;
	width: 84%;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
}

.point04-wrap{
	position: relative;
}

.point04-wrap .slider-wrapper{
	position: absolute;
	width: 84%;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}

.slider-wrapper ul{
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
}
.slider-wrapper ul li p {
	display: block;
	margin: 0;
	font-family: serif;
}
.slider-wrapper ul li img{
	width: 100%;
}
.slider-title img{
	width: 80%;
	margin: 0 auto;
	display: block;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-prev, .slick-next{
  width: 30px !important;
  height: 50px !important;
}

.slick-next:before{
	background: url(../img/right.webp)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: -50%;
	left: 60%;
	opacity: 1;
}
@media screen and (max-width: 600px){
.slick-next:before{
	background: url(../img/right.webp)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: -50%;
	left: 2%;
	opacity: 1;
}
}
.slick-prev:before{
	background: url(../img/left.webp)!important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: -50%;
	left: -40%;
	opacity: 1;
}
@media screen and (max-width: 600px){
.slick-prev:before{
	background: url(../img/left.webp)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: -50%;
	left: 0;
	opacity: 1;
}
}
.slick-prev {
	left: -60px;
}
.slick-next {
	right: -60px;
}
.slick-prev, .slick-next {
	top: 50%;
	width: 70px;
	height: 70px;
	z-index: 10;
}

@media screen and (max-width: 600px){
	.slider-wrapper {
    margin-top: 0px;
}
.slick-prev, .slick-next {
    top: 35%;
    width: 40px;
    height: 40px;
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
}




/*.article*/
.article{
	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, #01775c, #01775c);
	margin:0 auto;
	padding:20px 0;
	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:640px) {
	.footer{
		padding-bottom: 25vw;
	}
}
@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;
}

/* btn
-------------------------------------- */
.btn{
	padding: 14px;
}

/* f_btn
-------------------------------------- */
.f_btn {
	position: fixed;
	bottom: 0;
	width: 640px;
	max-width: 100%;
	display: none;
	transition: .3s;
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(20px);
	z-index: 99;
}
.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;
}
}

.line_dtl{
	padding: 0 20px 10px 0;
}
.line_dtl_txt{
	text-align: right;
    font-size: 12px;
}

.ba{
	background-image: url('../img/ba_bg.webp');
	background-size: contain;
	padding: 40px 0 30px;
}


/*ボタンの設定*/

.bg{
  background: linear-gradient(90deg, rgb(253, 232, 239), rgb(228, 236, 253), rgb(212, 242, 252));
  padding: 10px;
  margin-top:-2px;
}
.auraBtn {
  height: 110px;
  position: relative;
  /*横幅*/
  width: 85%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 25px auto 10px;
  /*-webkit-transition: .2s;
  transition: .2s;*/
}


/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}


/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}


/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.auraBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ff8a00;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*ボタン自体の設定*/
.auraBtn a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 10px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ff8a00;
  position: relative;
  z-index: 1;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}


/*ボタン右側の矢印の設定*/
.auraBtn a p {
  height: auto;
  min-height: 70px; /* 最低高さは維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
}

.auraBtn a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}

@media screen and (max-width: 640px) {
.auraBtn {
    margin: 5.5vw auto 1.5vw;
  }
}

@media screen and (max-width: 400px) {
.auraBtn a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }
.auraBtn a p:after {
    right: 6vw;
  }
}
.auraBtn img {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: -20px;
}
.auraBtn span {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-weight: 800;
}
.button_top{
    margin-top:20px;
}
@media screen and (max-width: 400px) {
.auraBtn img {
    width: 35px;
    height: 35px;
}
.auraBtn span {
    font-size: 13px;
    line-height: 1.2;
}
}