@charset "utf-8";
/* ==========================================================================
   header
   ========================================================================== */
header{
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 3.5%;
}
@media (min-width: 440px){
header{
	height: 80px;
}
}

header img{
	width: auto;
	height: 42px;
}
@media (min-width: 440px){
header img{
	height: 50px;
}
}

.contents{
	width: 100%;
	margin: 0 auto;
}

.contents section{
	width: 100%;
	margin: 0 auto;
}

.contents img{
	width: 100%;
	height: auto;
}

.wrap{
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 440px){
.wrap{
	max-width: calc(1000px + 5% + 5%);
	padding: 0 5%;
	margin: 0 auto;
}
}


/* ==========================================================================
   entry
   ========================================================================== */
section.entry-a{
	margin-top: 0px!important;
}
@media (min-width: 440px){
section.entry-a{
	margin-top: 0px!important;
}
}
@media (min-width: 960px){
section.entry-a{
	margin-top: -20px!important;
}
}

section.entry-b {
	margin-top: -40px!important;
}
@media (min-width: 960px){
section.entry-b {
	margin-top: -150px!important;
}
}

section.entry-c {
	margin-top: -40px!important;
}
@media (min-width: 960px){
section.entry-c {
	margin-top: -70px!important;
}
}

.btn-entry{
	width: 100%;
	margin: -37.0vw 0 16.5vw 0;
}
@media (min-width: 440px){
.btn-entry{
	margin: 6px 0 60px 0;
}
}

.btn-entry a{
	width: 84vw;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
@media (min-width: 440px){
.btn-entry a{
	width: 500px!important;
	height: 90px!important;
	margin: 0 auto;
	transition: all 0.2s ease;
}
}

.btn-entry a::after,
.block-41 .btn-entry2 a::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
		mix-blend-mode: hard-light;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0) 0%);

    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.btn-entry a img{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 440px){
.btn-entry a img{
	width: 500px!important;
	height: 90px!important;
}
}

@media (min-width: 960px){
.btn-entry a:hover{
	opacity: 0.8;
}
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}


/* ==========================================================================
   section
   ========================================================================== */
section{
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

.block-01{
	background-image: url(../img/sp/block-01-bg.jpg);
}
@media (min-width: 440px){
.block-01{
	background-image: url(../img/pc/block-01-bg.jpg);
}
}

.block-02{
	background-image: url(../img/sp/bg-dot-2.webp);
	background-color: #E6E6E6;
	background-size: 10px;
	background-repeat: repeat;
}

.block-03{
	background: rgb(255,118,2);
	background: linear-gradient(120deg, rgba(255,118,2,1) 0%, rgba(255,166,17,1) 33%, rgba(252,183,1,1) 67%, rgba(255,150,1,1) 100%);
}
@media (min-width: 440px){
.block-03{
	padding: 8px 0;
}
}

.block-03 .wrap{
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 440px){
.block-03 .wrap{
	max-width: calc(1200px + 5% + 5%);
	padding: 0 5%;
	margin: 0 auto;
}
}

.block-05 .wrap{
	max-width: calc(1000px);
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (min-width: 440px){
.block-05 .wrap img{
	width: 800px;
	height: auto;
}
}

.block-08{
	background-color: #F1F1F1;
}

.block-38{
	background: rgb(255,118,2);
	background: linear-gradient(120deg, rgba(255,118,2,1) 0%, rgba(255,166,17,1) 33%, rgba(252,183,1,1) 67%, rgba(255,150,1,1) 100%);
}
@media (min-width: 440px){
.block-38{
	padding: 0 0;
}
}

.block-09{
	background-image: url(../img/sp/block-09-bg.jpg);
}
@media (min-width: 440px){
.block-09{
	background-image: url(../img/pc/block-09-bg.jpg);
}
}

.block-39{
	overflow: hidden;
}
@media (min-width: 440px){
.block-39{
	background-image: url(../img/pc/block-39-bg.webp);
	padding: 20px 0;
}
}

.block-41{
	background-color: #FFDAB2;
}
@media (min-width: 440px){
.block-41{
	padding: 0 0 50px 0;
}
}

.step-wrap{
	position: relative;
}

.block-41 .btn-entry2{
	width: 100%;
	position: absolute;
	bottom: 12.9vw;
	left: 0;
}
@media (min-width: 440px){
.block-41 .btn-entry2{
	width: 350px!important;
	height: auto!important;
	position: absolute;
	bottom: 48px;
	right: 40px;
	left: auto;
}
}

.block-41 .btn-entry2 a{
	width: 83vw;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
@media (min-width: 440px){
.block-41 .btn-entry2 a{
	width: 350px!important;
	height: auto!important;
	margin: 0 auto;
	transition: all 0.2s ease;
}
}

.block-41 .btn-entry2 a img{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 440px){
.block-41 .btn-entry2 a img{
	width: 350px!important;
	height: auto!important;
}
}

@media (min-width: 960px){
.block-41 .btn-entry2 a:hover{
	opacity: 0.8;
}
}

.block-44{
	background-image: url(../img/sp/bg-dot.webp);
	background-color: #FFF6ED;
	background-size: 10px;
	background-repeat: repeat;
}

.block-50,
.block-53{
	background-color: #F2F2F2;
}

.block-56,
.block-57{
	padding: 0;
}
@media (min-width: 440px){
.block-56,
.block-57{
	padding: 60px 0 0 0;
}
}

.line{
	background-color: #03C754;
}
@media (min-width: 440px){
.line{
	padding: 10px 0;
}
}

.line .wrap{
	position: relative;
}

.btn-line{
	width: 100%;
	margin: -24.0vw 0 0 0;
	padding: 0 0 10.5vw 0;
}
@media (min-width: 440px){
.btn-line{
	width: 360px;
	height: 66px;
	position: absolute;
	bottom: 42px;
	right: 15.7%;
	margin: 0;
	padding: 0;
}
}

.btn-line a{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 440px){
.btn-line a{
	width: 360px;
	height: 66px;
	transition: all 0.2s ease;
}
}

.btn-line a img{
	width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 440px){
.btn-line a:hover{
	filter: brightness(110%);
}
}


.movie{
	width: 100%;
	box-sizing: border-box!important;
	padding: 26px 4vw 040px 4vw!important;
	margin: 0 auto!important;
}
@media (min-width: 440px){
.movie{
	width: 700px!important;
	padding: 40px 0 70px 0!important;
}
}
@media (min-width: 960px){
.movie{
	width: 900px!important;
	padding: 40px 0 90px 0!important;
}
}

.movie video{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
}


/* ==========================================================================
   faq
   ========================================================================== */
#faq{
	padding: 0 0 40px;
}
@media (min-width: 440px){
#faq{
	padding: 0 0 60px;
}
}

#faq .wrap{
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}
@media (min-width: 440px){
#faq .wrap{
	max-width: calc(1000px + 5% + 5%);
	padding: 0 5%;
	margin: 0 auto;
}
}

#faq .faq-list{
	margin: 0;
}
@media (min-width: 440px){
#faq .faq-list{
	margin: 40px 0 0 0;
}
}

#faq .faq-list .accordion .accordion_header{
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	display: flex;
	flex-shrink: 0;
	flex-direction: row;
  align-items: center;
	justify-content: flex-start;
  background-color: #FFBB71;
	border-radius: 5px;
	padding: 12px 32px 12px 12px;
	margin: 10px 0 0 0;
}
@media (min-width: 440px){
#faq .faq-list .accordion .accordion_header{
	padding: 16px 40px 16px 22px;
	margin: 14px 0 0 0;
}
}

#faq .faq-list .accordion .accordion_header .faq-q{
	width: 38px;
	height: 38px;
	margin: 3px 8px 0 0;
}
@media (min-width: 440px){
#faq .faq-list .accordion .accordion_header .faq-q{
	width: 44px;
	height: 44px;
	margin: 3px 14px 0 0;
}
}

#faq .faq-list .accordion .accordion_header .faq-q img{
	width: 100%;
	height: auto;
	display: block;
}

#faq .faq-list .accordion .accordion_header .faq-title{
	color: #222;
	width: 80%;
  font-size: 1.5rem;
	line-height: 1.6;
}
@media (min-width: 440px){
#faq .faq-list .accordion .accordion_header .faq-title{
	font-size: 1.7rem;
}
}

#faq .faq-list .accordion .accordion_header .i_box{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media (min-width: 440px){
#faq .faq-list .accordion .accordion_header .i_box{
	right: 26px;
}
}

#faq .faq-list .accordion .accordion_header .i_box .one_i{
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

#faq .faq-list .accordion .accordion_header.open .i_box{
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
}

#faq .faq-list .accordion .accordion_header .i_box .one_i:before,
#faq .faq-list .accordion .accordion_header .i_box .one_i:after{
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 0px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

#faq .faq-list .accordion .accordion_header .i_box .one_i:before{
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

#faq .faq-list .accordion .accordion_header.open .i_box .one_i:before{
  content: none;
}

#faq .faq-list .accordion .accordion_header.open .i_box .one_i:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#faq .faq-list .accordion .accordion_inner{
	color: #222;
  display: none;
	font-size: 1.4rem;
	line-height: 1.7;
  padding: 14px 14px;
  box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 440px){
#faq .faq-list .accordion .accordion_inner{
  font-size: 1.5rem;
	padding: 20px 56px 20px 80px;
}
}

#faq .faq-list .accordion .accordion_inner .box_one{
	width: 100%;
  display: flex;
	flex-direction: row;
	justify-content: flex-start;
}


/* ==========================================================================
   footer
   ========================================================================== */
footer{
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
@media (min-width: 440px){
footer{
	padding: 26px 0;
}
}

.copyright{
	text-align: center;
	font-size: 1.2rem;
}


/* ==========================================================================
   btn_contact fixed
   ========================================================================== */
.btn_contact{
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #F25789;
}
@media (min-width: 960px){
.btn_contact{
	width: 320px;
	height: auto;
	bottom: 0;
	right: 0;
	left: auto;
}
}

.btn_contact li a{
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
}
@media (min-width: 960px){
.btn_contact li a{
	width: 320px;
	height: auto;
}
}

.btn_contact a img{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 960px){
.btn_contact a img{
	width: 100%;
	transition: all 0.3s ease;
}
}

@media (min-width: 960px){
.btn_contact a:hover img{
	filter: brightness(110%);
}
}


/* ==========================================================================
   btn_campaign fixed
   ========================================================================== */
.btn_campaign{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0 2% 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.6);
	background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}
@media (min-width: 960px){
.btn_campaign{
	width: 360px;
	bottom: 20px;
	right: 20px;
	left: auto;
	padding: 0;
	background: rgba(255,255,255,0);
}
}

.btn_campaign a{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 960px){
.btn_campaign a{
	width: 100%;
}
}

.btn_campaign a img{
	width: 100%;
	height: auto;
	display: block;
}
@media (min-width: 960px){
.btn_campaign a img{
	width: 100%;
	transition: all 0.3s ease;
}
}

@media (min-width: 960px){
.btn_campaign a:hover img{
	filter: brightness(110%);
}
}
