@charset "UTF-8";
/*============
common
=============*/
.wrapper {
  position: relative;
}

/* #goTop */
#goTop {
  bottom: 0;
  position: fixed;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/btn_gotop_pc_off.png") no-repeat center;
  background-size: cover;
  z-index: 999;
}

.cau-wrap {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

.mt-1em {
  margin-top: 1em;
}

.fc-red {
  color: #e60021;
}

.hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* .txtlink */
.txtlink:link {
  color: #0082fc;
  text-decoration: none;
}
.txtlink:visited {
  color: #0082fc;
}
.txtlink:hover,
.txtlink:active {
  color: #0082fc;
  text-decoration: underline;
}

/* .exlink */
.exlink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../img/ico_browser.png") no-repeat;
  background-size: contain;
  margin: 0 3px;
}

/*
h1-h4
=============*/


/*
img
=============*/
.ttl-img,
.cts-img,
.btn-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.ttl-img img,
.cts-img img,
.btn-img img {
  margin: 0 auto;
}

/*
btn
=============*/
.btn-wrap {
  margin-top: 15px;
}

.btn-lead {
  margin-bottom: 5px;
  color: #110202;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

/* .fixBtn */
.fixBtn {
  position:fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 32px 32px 0 0;
  background-color:rgba(244,244,246,.9);
  box-shadow: 0px -2.5px 2.5px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  z-index: 999;
}
.fixBtn .btn-wrap {
  margin: 0;
  padding: 10px 0;
}
.fixBtn .btn-lead {
  font-size: 15px;
}
.fixBtn a.btn-img {
  max-width: calc(100vw - 5.3vw * 2);
  margin: 0 auto;
}
.fixBtn a.btn-img img {
  width: 100%;
} 


/* txt */
.lead-txt {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.main-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* sec-inner */
.sec-inner {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}

/*
.section-mv
=============*/
.section-mv {
  position: relative;
}
/* main-visual */
.section-mv .main-visual {
  background: linear-gradient(to right, #f2c533 20%, #fcf6ac 40%, #fcf6ac 60%, #f2c533 80%);
}
.section-mv .mv-inner {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 211px;
  margin: 0 auto;
}
.section-mv .mv-bg {
  position: relative;
  width: 94.6vw;
  margin: 0 auto;
  z-index: 15;
}
.section-mv .mv-bg li {
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-mv .mv-bg li:nth-of-type(1) {
  width: 100%;
  height: 211px;
  top: 0;
  left: 0;
  background-image: url("../img/mv_kamifubuki_sp.png");
  animation: expand 1s ease-out forwards;
}
.section-mv .mv-bg li:nth-of-type(2) {
  width: 28px;
  height: 33px;
  top: 18px;
  margin-left: -129px;
  opacity: 0;
  background-image: url("../img/mv_beginner.png");
  animation: zoomIn .5s ease-out forwards;
}
.section-mv .mv-bg li:nth-of-type(3) {
  width: 32px;
  height: 39px;
  top: 155px;
  margin-left: -60px;
  background-image: url("../img/mv_ryo.png");
  animation: bounce 2s linear infinite;
}
.section-mv .mv-bg li:nth-of-type(4) {
  width: 30px;
  height: 37px;
  top: 160px;
  margin-left: 35px;
  background-image: url("../img/mv_coin.png");
}
.section-mv .mv-bg li:nth-of-type(5) {
  width: 50px;
  height: 52.5px;
  top: 143px;
  margin-left: -23px;
  background-image: url("../img/mv_usagi.png");
}
.section-mv .mv-bg li:nth-of-type(6) {
  width: 214px;
  height: 30px;
  top: 18px;
  margin-left: -96px;
  background-image: url("../img/mv_leadtxt.png");
  animation: zoomIn .5s ease-out forwards;
}
.section-mv .mv-ttl {
  position: absolute;
  width: 100%;
  max-width: 335.5px;
  top: 60px;
  left: 50%;
  margin-left: -167.5px;
  z-index: 20;
  animation: expand .3s ease-in forwards;
}
.section-mv .mv-ttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 22.65275%;/* (Image height / Image width) x 100 */
  background: url("../img/mv_maintxt_sp.png") center no-repeat;
  background-size: contain;
}

/*
.section-signboard
=============*/
.section-signboard .signboard-bg {
  position: relative;
  z-index: 10;
  clip-path: inset(0);
  background-color: transparent;
}

.section-signboard .signboard-bg::before {
  content: '';
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url("../img/mv_bg_sp.png");
  background-size: cover;
  background-position: center -30px;
  background-repeat: no-repeat;
}
.signboard-img {
  width: 100%;
  margin: 0 auto;
  padding: 5.3vw;
}
.signboard-img span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 28.3582%;/* (Image height / Image width) x 100 */
  background: url("../img/img_megabig12_sp.png") center no-repeat;
  background-size: cover;
}

/*
.section-howto
=============*/
.section-howto .howto-bg {
  position: relative;
}
.section-howto .sec-inner {
  width: 100%;
  max-width: 750px;
  padding: 0 0 6px;
  background:url("../img/bg_howto.png") center no-repeat;
  background-size: cover;
}
.section-howto .howto-ttl {
  width: 56.5vw;
  padding: 4vw 0;
}
.section-howto .howto-ttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 28.30188%;/* (Image height / Image width) x 100 */
  background:url("../img/ttl_howto.png") center no-repeat;
  background-size: contain;
}
.section-howto .lead-txt {
  font-size: 14px;
}

/*
.section-easy
=============*/
.section-easy .easy-bg {
  position: relative;
  background-color: #fde0e0;
  padding: 4vw 2.6vw;

}
.section-easy .easy-bg::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bd_wave.png") top repeat-x;
  background-size: auto 6px;
}
.section-easy .easy-ttl {
  width: 42.5vw;
  margin-bottom: 2.6vw;
}
.section-easy .easy-ttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 28.52664%;/* (Image height / Image width) x 100 */
  background:url("../img/ttl_easy.png") center no-repeat;
  background-size: contain;
}
.section-easy .easy-subttl {
  width: 100%;
  margin: 0 auto 2.6vw;
}
.section-easy .easy-subttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 15.77464%;/* (Image height / Image width) x 100 */
}
.section-easy .easy-subttl:nth-of-type(1) span {
  background:url("../img/easy_subttl01_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .easy-subttl:nth-of-type(2) span {
  background:url("../img/easy_subttl02_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .img-list {
  width: 100%;
  margin: 0 auto 4vw;
}
.section-easy .img-list:last-of-type {
  margin-bottom: 0;
}
.section-easy .img-list li {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.section-easy .img-list li:nth-of-type(1) {
  padding-top: 28.16901%;/* (Image height / Image width) x 100 */
}
.section-easy .img-list li:nth-of-type(2) {
  margin-top: -7px;
  padding-top: 31.69014%;/* (Image height / Image width) x 100 */
}
.section-easy .img-list li:nth-of-type(3) {
  margin-top: -7px;
  padding-top: 31.69014%;/* (Image height / Image width) x 100 */
}
.section-easy .img-list.easy01 li:nth-of-type(1) {
  background: url("../img/easy_img0101_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .img-list.easy01 li:nth-of-type(2) {
  background: url("../img/easy_img0102_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .img-list.easy01 li:nth-of-type(3) {
  background: url("../img/easy_img0103_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .img-list.easy02 li:nth-of-type(1) {
  background: url("../img/easy_img0201_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .img-list.easy02 li:nth-of-type(2) {
  background: url("../img/easy_img0202_sp.png") center no-repeat;
  background-size: contain;
}
.section-easy .img-list.easy02 li:nth-of-type(3) {
  background: url("../img/easy_img0203_sp.png") center no-repeat;
  background-size: contain;
}

/*
.area-talk
=============*/
.area-talk .talk-bg {
  position: relative;
  background-color: #aacff2;
  padding: 5.3vw 0;   
}
.area-talk.talk02 .talk-bg {
  padding: 5.3vw 0 10vw;   
}
.area-talk .talk-inner {
  max-width: calc(100vw - 5.3vw * 2);
  margin: 0 auto;
}
.area-talk .talk-list li {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 16.1194%;/* (Image height / Image width) x 100 */
}
.area-talk .talk-list li:nth-of-type(n+2) {
  margin-top: 15px;
}
.area-talk.talk01 .talk-list li:nth-of-type(1) {
  background: url("../img/talk01_a01_sp.png") center no-repeat;
  background-size: contain;
}
.area-talk.talk02 .talk-list li:nth-of-type(1) {
  background: url("../img/talk02_b01_sp.png") center no-repeat;
  background-size: contain;
}
.area-talk.talk02 .talk-list li:nth-of-type(2) {
  background: url("../img/talk02_a01_sp.png") center no-repeat;
  background-size: contain;
}
.area-talk.talk03 .talk-list li:nth-of-type(1) {
  padding-top: 20.89552%;/* (Image height / Image width) x 100 */
  background: url("../img/talk03_b01_sp.png") center no-repeat;
  background-size: cover;
}
.area-talk.talk03 .talk-list li:nth-of-type(2) {
  background: url("../img/talk03_a01_sp.png") center no-repeat;
  background-size: contain;
}
.area-talk.talk04 .talk-list li:nth-of-type(1) {
  padding-top: 16.41791%;/* (Image height / Image width) x 100 */
  background: url("../img/talk04_b01_sp.png") center no-repeat;
  background-size: contain;
}
.area-talk.talk04 .talk-list li:nth-of-type(2) {
  background: url("../img/talk04_a01_sp.png") center no-repeat;
  background-size: contain;
}

/*
.section-reason
=============*/
.section-reason .reason-ttl-bg {
  position: relative;
  background: #3664d9 url("../img/bg_reason.png") repeat;
  background-size: 6px auto;
}
.section-reason .reason-ttl {
  width: 63.4vw;
  padding: 5.3vw 0;
}
.section-reason .reason-ttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25.42016%;/* (Image height / Image width) x 100 */
  background: url("../img/ttl_reason.png") center no-repeat;
  background-size: contain;
}  
.section-reason .reason-subttl-bg {
  position: relative;
  background-color: #1a44ae;
}
.section-reason .reason-badge {
  position: absolute;
  top: -22.5px;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-left: -22.5px;
}
.section-reason .reason01 .reason-badge {
  background: url("../img/reason_badge01.png") no-repeat;
  background-size: cover;
}
.section-reason .reason02 .reason-badge {
  background: url("../img/reason_badge02.png") no-repeat;
  background-size: cover;
}
.section-reason .reason03 .reason-badge {
  background: url("../img/reason_badge03.png") no-repeat;
  background-size: cover;
}
.section-reason .reason-subttl {
  padding: 37.5px 0 4vw;
}
.section-reason .reason-subttl span {
  display: block;
  width: 100%;
  height: 0;
} 
.section-reason .reason01 .reason-subttl {
  width: 57.2vw;
}
.section-reason .reason01 .reason-subttl span {
  padding-top: 24.70862%;/* (Image height / Image width) x 100 */
  background: url("../img/reason_subttl01.png") no-repeat;
  background-size: contain;
} 
.section-reason .reason02 .reason-subttl {
  width: 60vw;
}
.section-reason .reason02 .reason-subttl span {
  padding-top: 23.77777%;/* (Image height / Image width) x 100 */
  background: url("../img/reason_subttl02.png") no-repeat;
  background-size: contain;
}
.section-reason .reason03 .reason-subttl {
  width: 54.5vw;
}
.section-reason .reason03 .reason-subttl span {
  padding-top: 25.91687%;/* (Image height / Image width) x 100 */
  background: url("../img/reason_subttl03.png") no-repeat;
  background-size: contain;
}
.section-reason .reason-bg {
  padding: 0 2.6vw 4.8vw;
}
.section-reason .reason03 .reason-bg {
  padding-bottom: 0;
}
.section-reason .sec-inner {
  background-color: #fff;
  padding: 5.3vw 0;
}
.section-reason .reason-img01,
.section-reason .reason-img02,
.section-reason .reason-img03 {
  width: 100%;
  margin: 0 auto 4vw;
}
.section-reason .reason-img01 span,
.section-reason .reason-img02 span,
.section-reason .reason-img03 span {
  display: block;
  height: 0;
}
.section-reason .reason-img01 span {
  padding-top: 45.4929577%;/* (Image height / Image width) x 100 */
  background: url("../img/reason_img01_sp.png") center no-repeat;
  background-size: contain;
}
.section-reason .reason-img02 span {
  padding-top: 80.30769%;/* (Image height / Image width) x 100 */
  background: url("../img/reason_img02_sp.png") center no-repeat;
  background-size: contain;
}
.section-reason .reason-img03 span {
  padding-top: 65.77464%;/* (Image height / Image width) x 100 */
  background: url("../img/reason_img03_sp.png") center no-repeat;
  background-size: contain;
}
.section-reason .pr-bnr01 img {
  max-width: 710px;
}

/*
.section-big
=============*/
.section-big .big-ttl-bg {
  position: relative;
  background: #3664d9 url("../img/bg_big.png") repeat;
  background-size: 6px auto;
}
.section-big .big-ttl {
  width: 61.2vw;
  padding: 5.3vw 0;
}
.section-big .big-ttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 22.22222%;/* (Image height / Image width) x 100 */
  background: url("../img/ttl_big.png") center no-repeat;
  background-size: contain;
}
.section-big .big-bg {
  background-color: #fce9d7;
}
.section-big .sec-inner {
  padding: 5.3vw 0;
}
.section-big .lead-txt {
  margin: 0 2.6vw;
  font-size: 16px;
}
.section-big .big-subttl {
  padding: 8vw 0;
}
.section-big .big-subttl span {
  display: block;
  width: 100%;
  height: 0;
}
.section-big .big01 .big-subttl {
  width: 64.6vw;
}
.section-big .big01 .big-subttl span {
  padding-top: 30.10309%;/* (Image height / Image width) x 100 */
  background: url("../img/big_subttl01_sp.png") center no-repeat;
  background-size: contain;
}
.section-big .big02 .big-subttl {
  width: 73vw;
}
.section-big .big02 .big-subttl span {
  padding-top: 22.9927%;/* (Image height / Image width) x 100 */
  background: url("../img/big_subttl02_sp.png") center no-repeat;
  background-size: contain;
}
.section-big .big03 .big-subttl {
  width: 83.7vw;
  padding-top: 0;
}
.section-big .big03 .big-subttl span {
  padding-top: 21.75925%;/* (Image height / Image width) x 100 */
  background: url("../img/big_subttl03_sp.png") center no-repeat;
  background-size: contain;
}
.section-big .big-cts-bg {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4vw;
  background-color: #fff;
}
.section-big .big-cts-bg:first-of-type {
  padding-top: 4vw;
}
.section-big .big03 .btn-wrap {
  max-width: calc(100vw - 5.3vw * 2);
  margin-left: auto;
  margin-right: auto;
}
.big-cts-bg .main-txt {
  margin: 0 2.6vw 4vw;
}
.big-cts-bg .ttl-img + .main-txt {
  margin: 4vw 2.6vw 5.3vw;
}
.big-cts-bg .big-ctsttl {
  width: 100%;
  margin-bottom: 2.6vw;
}
.big-cts-bg .big-ctsttl span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.big01 .big-cts-bg .big-ctsttl span {
  padding-top: 13.6%;/* (Image height / Image width) x 100 */
  background: url("../img/big_ctsttl01_sp.png") center no-repeat;
  background-size: contain;
}
.big03 .big-cts-bg:nth-of-type(1) .big-ctsttl span {
  padding-top: 20.8%;/* (Image height / Image width) x 100 */
  background: url("../img/big_ctsttl02_sp.png") center no-repeat;
  background-size: contain;
}
.big03 .big-cts-bg:nth-of-type(2) .big-ctsttl span {
  padding-top: 20.8%;/* (Image height / Image width) x 100 */
  background: url("../img/big_ctsttl03_sp.png") center no-repeat;
  background-size: contain;
}
.big03 .big-cts-bg:nth-of-type(3) .big-ctsttl span {
  padding-top: 20.8%;/* (Image height / Image width) x 100 */
  background: url("../img/big_ctsttl04_sp.png") center no-repeat;
  background-size: contain;
}
.step-inner {
  width: 100%;
  margin: 0 auto;
}
.step-box-wrap {
  margin: 0 2.6vw;
}
.step-box {
  padding:2.6vw 2.6vw 8.4vw;
  background: #fba85e url("../img/big_stepcont_sp.png") center bottom no-repeat;
  background-size: contain;
}
.step-box-wrap:last-of-type .step-box {
  padding-bottom: 4.2vw;
  background-image: url("../img/big_stepend_sp.png");
}
.step-box-wrap:nth-of-type(1) .step-box .btn-wrap {
  margin-top: 0;
}
.step-box-wrap .ttl-img {
  width: 100%; 
}
.step-box-wrap .ttl-img span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.step01-ttl span {
  padding-top: 22.8169%;/* (Image height / Image width) x 100 */
  background: url("../img/big_step01ttl_sp.png") center no-repeat;
  background-size: cover;
}
.step02-ttl span {
  padding-top: 23.09859%;/* (Image height / Image width) x 100 */
  background: url("../img/big_step02ttl_sp.png") center no-repeat;
  background-size: cover;
}
.step03-ttl span {
  padding-top: 15.49295%;/* (Image height / Image width) x 100 */
  background: url("../img/big_step03ttl_sp.png") center no-repeat;
  background-size: cover;
}
.step-box .pr-bnr02 {
  margin-top: 4vw;
}
.step-box .pr-bnr02 img {
  max-width: 600px;
}
.step-box .cts-img {
  width: 100%;
}
.step-box .step02-img span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 72.53731%;/* (Image height / Image width) x 100 */
  background: url("../img/big_step02img_sp.png") center no-repeat;
  background-size: contain;
}
.step-box .step03-img {
  max-width: 64vw;
}
.step-box .step03-img span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 42.79069%;/* (Image height / Image width) x 100 */
  background: url("../img/big_step03img_sp.png") center no-repeat;
  background-size: contain;
}
.big-moviettl {
  margin-bottom: 2.6vw;
}
.big-moviettl span {
  display: block;
  width: 291.5px;
  height: 40px;
  margin: 0 auto;
  background: url("../img/big_moviettl.png") center no-repeat;
  background-size: cover;
}
.movie-img {
  max-width: calc(100vw - 5.3vw * 2);
  margin: 0 auto;
}
.movie-img img {
  max-width: 600px;
}
.big-ctsimg01 {
  max-width: 88.6vw;
  margin: 15px auto 0;
}
.big-ctsimg01 img {
  max-width: 574px;    
}
.big-ctsimg02 {
  max-width: calc(100vw - 5.3vw * 2);
  margin: 30px auto 0;
}
.big-ctsimg02 span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 33.13432%;/* (Image height / Image width) x 100 */
  background: url("../img/big_ctsimg02_sp.png") center no-repeat;
  background-size: contain;
}

/*
.section-faq
=============*/
.section-faq .faq-ttl-bg {
  position: relative;
  background: #3664d9 url("../img/bg_faq.png") repeat;
  background-size: 6px auto;
}
.section-faq .faq-ttl {
  width: 50.4vw;
  padding: 5.3vw 0;
}
.section-faq .faq-ttl span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 13.75661%;/* (Image height / Image width) x 100 */
  background: url("../img/ttl_faq.png") center no-repeat;
  background-size: contain;
}
.section-faq .faq-bg {
  background-color: #fcd9eb;
  padding: 6.6vw 2.6vw 10.6vw;   
}
.section-faq .faq-list {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;   
}
.section-faq .faq-q {
  display: table;
  width: 100%;
  padding: 5.3vw 0 2.6vw;
  font-size: 18px;
  line-height: 1.5;
}
.section-faq .faq-q:first-of-type {
  padding-top: 0;
}
.section-faq .faq-q::before {
  content: "";
  background-image: url("../img/ico_q.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 24px auto;
  -webkit-background-size: 24px auto;
  width: 0;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 29px 0 0;
}
.section-faq .faq-a {
  display: table;
  width: 100%;
  padding: 2.6vw;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.section-faq .faq-a::before {
  content: "";
  background-image: url("../img/ico_a.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 19px auto;
  -webkit-background-size: 19px auto;
  width: 0;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px 0 0;
}

/*
animation
=============*/
/* Common CSS for blocks */
.block {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}
/* Fade in from bottom to top */
.fadeInUp {
    opacity: 0;
    transform: translateY(100px);
}
/* Fade in from top to bottom */
.fadeInDown {
    opacity: 0;
    transform: translateY(-100px);
}
/* Fade in from right to left */
.fadeInLeft {
    opacity: 0;
    transform:  translate(-100px, 0);
}
/* Fade in from left to right */
.fadeInRight {
    opacity: 0;
    transform: translateX(100px);
}

/* fadeInBlockCol */
.talk-list .fadeInBlockCol {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.talk-list .fadeInBlockCol .fadeInUp:not(:only-child):nth-child(1) {
  animation-fill-mode: both;
  animation-delay: 0s;
}
.talk-list .fadeInBlockCol .fadeInUp:not(:only-child):nth-child(2) {
  animation-fill-mode: both;
  animation-delay: .4s;
}
.talk-list .fadeInBlockCol .fadeInUp:not(:only-child):nth-child(3) {
  animation-fill-mode: both;
  animation-delay: .6s;
}

/* Fade-in class */
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* animation keyframes */
@keyframes fadeIn {
  0% {
  }
  100% {
      opacity: 1;
      transform: translate(0);
  }
}

@keyframes expand {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10%);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10%);
  }
}

@media screen and (max-width: 767px) {
  /*
  animation
  =============*/
  /*.img-list .fadeInBlockCol {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .img-list .fadeInBlockCol .fadeInUp:not(:only-child):nth-child(1) {
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  .img-list .fadeInBlockCol .fadeInUp:not(:only-child):nth-child(2) {
    animation-fill-mode: both;
    animation-delay: .4s;
  }
  .img-list .fadeInBlockCol .fadeInUp:not(:only-child):nth-child(3) {
    animation-fill-mode: both;
    animation-delay: .6s;
  }*/
  
  .img-list .fadeInBlockRow .fadeInUp {
    opacity: 1;
    animation: none !important;
    transform: none !important;
    transition: unset;
  }

}

@media screen and (min-width: 768px) {
  /*=============
  common
  =============*/
  /* #goTop */
  #goTop {
    right: 20px;
    width: 50px;
    height: 50px;
  }
  #goTop:hover {
    height: 84px;
    background-image: url("../img/btn_gotop_pc_on.png") ;
    cursor: pointer;
  }
  
  /* .txtlink */
  .txtlink:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  
  /* .exlink */
  .exlink::after {
    width: 15px;
    height: 12px;
  }
  
  /* txt */
  .lead-txt {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .main-txt {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
  }
  
  /*
  img
  =============*/
  .cts-img a img {
    transition: all .3s;
  }
  .cts-img a:hover img {
    opacity: .5;
  }

  /*
  btn
  =============*/
  .btn-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .btn-lead {
    font-size: 18px;
  }
  .btn-img,
  .btn-img img {
    max-width: 600px;
  }
  
  /* .fix-btn */
  .fixBtn {
    max-height: 130px;
  }
  .fixBtn .btn-wrap {
    margin: 0;
    padding: 15px 0;
  }
  .fixBtn .btn-lead {
    font-size: 16px;
  }
  
  /*
  .section-mv
  =============*/
  .section-mv .mv-inner {
    height: 280px;
  }
  .section-mv .mv-bg {
    width: 750px;
    height: 280px;
  }
  .section-mv .mv-bg li:nth-of-type(1) {
    width: 750px;
    height: 280px;
    top: 0;
    left: 0;
    animation: expand 1s ease-out forwards;
    background-image: url("../img/mv_kamifubuki_pc.png");
  }
  .section-mv .mv-bg li:nth-of-type(2) {
    width: 43px;
    height: 52px;
    top: 38px;
    left: 165px;
    margin-left: 0;
    animation: zoomIn .5s ease-out forwards;
  }
  .section-mv .mv-bg li:nth-of-type(3) {
    width: 53px;
    height: 64px;
    top: 105px;
    left:50px;
    margin-left: 0;
  }
  .section-mv .mv-bg li:nth-of-type(4) {
    width: 50px;
    height: 61px;
    top: 110px;
    left: 600px;
    margin-left: 0;
  }
  .section-mv .mv-bg li:nth-of-type(5) {
    width: 100px;
    height: 105px;
    top: 180px;
    left: 648px;
    margin-left: 0;
  }
  .section-mv .mv-bg li:nth-of-type(6) {
    width: 343px;
    height: 48px;
    top: 38px;
    left: 216px;
    margin-left: 0;
  }
  .section-mv .mv-ttl {
    max-width: 538px;
    top: 108px;
    margin-left: -269px;
  }
  .section-mv .mv-ttl span {
    padding-top: 23.60594%;/* (Image height / Image width) x 100 */
    background: url("../img/mv_maintxt_pc.png") center no-repeat;
    background-size: cover;
  }
  
  /*
  .section-signboard
  =============*/
  .section-signboard .signboard-bg::before {
    background-image: url("../img/mv_bg_pc.png");
    background-position: center;
  }
  .signboard-img {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 0 102px;
  }
  .signboard-img span {
    padding-top: 27.33333%;/* (Image height / Image width) x 100 */
    background: url("../img/img_megabig12_pc.png") center no-repeat;
  }
  
  /*
  .section-anc
  =============*/
  .section-anc .anc-bg {
    position: relative;
    background-color: #e80000;
  }

  /* .link-anc */
  .list-anc-wrap {
    width: 100vw;
    max-width: 750px;
    position: absolute;
    top: -82px;
    left: 50%;
    margin-left: -375px;
    padding: 0;
    z-index: 10;
  }
  .list-anc {
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 154px;
  }
  .list-anc li {
    flex: 1;
    position: relative;
    transition: all .3s;
  }
  .list-anc li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 154px;
    margin: 0 auto;
    padding:0;
    transition: all .3s;
    text-decoration: none;
  }
  .list-anc li a:hover {
    opacity: 1;
  }
  
  /*
  .section-howto
  =============*/
  .section-howto .howto-bg {
    padding: 92px 20px 0;
    background-color: #e80000;
  }
  .section-howto .sec-inner {
    height: 317px;
    padding: 0 0 12px;
  }
  .section-howto .howto-ttl {
    width: 339px;
    padding: 30px 0;
  }
  .section-howto .lead-txt {
    font-size: 20px;
  }
  
  /*
  .section-easy
  =============*/
  .section-easy .easy-bg {
    padding: 30px 20px;
  }
  .section-easy .easy-bg::before {
    top: -12px;
    background-size: auto 12px;
  }
  .section-easy .easy-ttl {
    width: 319px;
    margin-bottom: 10px;
  }
  .section-easy .easy-subttl {
    margin-bottom: 30px;
  }
  .section-easy .easy-subttl span {
    width: 710px;
    height: 78px;
    padding: 0;
  }
  .section-easy .easy-subttl:nth-of-type(1) span {
    background:url("../img/easy_subttl01_pc.png") center no-repeat;
  background-size: contain;
  }
  .section-easy .easy-subttl:nth-of-type(2) span {
    background:url("../img/easy_subttl02_pc.png") center no-repeat;
  background-size: contain;
  }
  .section-easy .img-list {
    max-width: 670px;
    margin: 0 auto 30px;
  }
  .section-easy .img-list:last-of-type {
    margin-bottom: 0;
  }
  .section-easy .img-list li {
    height: 280px;
    margin-top: 0;
  }
  .section-easy .img-list li:nth-of-type(1) {
    width: 223px;
  }
  .section-easy .img-list li:nth-of-type(2) {
    width: 239px;
    margin-left: -15px;
  }
  .section-easy .img-list li:nth-of-type(3) {
    width: 236px;
    margin-left: -13px;
  }
  .section-easy .img-list.easy01 li:nth-of-type(1) {
    background: url("../img/easy_img0101_pc.png") center no-repeat;
  }
  .section-easy .img-list.easy01 li:nth-of-type(2) {
    background: url("../img/easy_img0102_pc.png") center no-repeat;
  }
  .section-easy .img-list.easy01 li:nth-of-type(3) {
    background: url("../img/easy_img0103_pc.png") center no-repeat;
  }
  .section-easy .img-list.easy02 li:nth-of-type(1) {
    background: url("../img/easy_img0201_pc.png") center no-repeat;
  }
  .section-easy .img-list.easy02 li:nth-of-type(2) {
    background: url("../img/easy_img0202_pc.png") center no-repeat;
  }
  .section-easy .img-list.easy02 li:nth-of-type(3) {
    background: url("../img/easy_img0203_pc.png") center no-repeat;
  }
  
  /*
  .area-talk
  =============*/
  .area-talk .talk-bg {
    padding: 30px 20px;   
  }
  .area-talk.talk02 .talk-bg {
    padding: 30px 20px 80px;   
  }
  .area-talk .talk-inner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .area-talk .talk-list li {
    width: 550px;
    height: 106px;
    padding-top: 0;
  }
  .area-talk .talk-list li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .area-talk.talk01 .talk-list li:nth-of-type(1) {
    background: url("../img/talk01_a01_pc.png") center no-repeat;
    background-size: cover;
  }
  .area-talk.talk02 .talk-list li:nth-of-type(1) {
    background: url("../img/talk02_b01_pc.png") center no-repeat;
    background-size: cover;
  }
  .area-talk.talk02 .talk-list li:nth-of-type(2) {
    background: url("../img/talk02_a01_pc.png") center no-repeat;
    background-size: cover;
  }
  .area-talk.talk03 .talk-list li:nth-of-type(1) {
    padding-top: 0;
    background: url("../img/talk03_b01_pc.png") center no-repeat;
    background-size: cover;
  }
  .area-talk.talk03 .talk-list li:nth-of-type(2) {
    background: url("../img/talk03_a01_pc.png") center no-repeat;
    background-size: cover;
  }
  .area-talk.talk04 .talk-list li:nth-of-type(1) {
    background: url("../img/talk04_b01_pc.png") center no-repeat;
    background-size: cover;
  }
  .area-talk.talk04 .talk-list li:nth-of-type(2) {
    background: url("../img/talk04_a01_pc.png") center no-repeat;
    background-size: cover;
  }
  
  /*
  .section-reason
  =============*/
  .section-reason .reason-ttl-bg {
    background-size: 12px auto;
  }
  .section-reason .reason-ttl {
    width: 382px;
    padding: 40px 20px;
  }
  .section-reason .reason-badge {
    top: -36px;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-left: -36px;
  }
  .section-reason .reason-subttl {
    padding: 56px 0 30px;
  }
  .section-reason .reason01 .reason-subttl {
    width: 382px;
  }
  .section-reason .reason02 .reason-subttl {
    width: 360px;
  }
  .section-reason .reason03 .reason-subttl {
    width: 327px;
  }
  .section-reason .reason-bg {
    padding: 0 20px 36px;
  }
  .section-reason .reason-bg:last-of-type {
    padding-bottom: 0;
  }
  .section-reason .sec-inner {
    padding: 40px 0;
  }
  .section-reason .main-txt {
    text-align: center;
  }
  .section-reason .reason-img01,
  .section-reason .reason-img02,
  .section-reason .reason-img03 {
    margin: 0 auto 30px;
  }
  .section-reason .reason-img01 {
    max-width: 709px;
  }
  .section-reason .reason-img02 {
    max-width: 669px;
  }
  .section-reason .reason-img03 {
    max-width: 669px;
  }
  .section-reason .reason-img01 span {
    padding-top: 36.3892807%;
    background: url("../img/reason_img01_pc.png") center no-repeat;
    background-size: cover;
  }
  .section-reason .reason-img02 span {
    padding-top: 59.04334%;
    background: url("../img/reason_img02_pc.png") center no-repeat;
    background-size: cover;
  }
  .section-reason .reason-img03 span {
    padding-top: 59.19282%;
    background: url("../img/reason_img03_pc.png") center no-repeat;
    background-size: cover;
  }
  .section-reason .pr-bnr01 img {
    max-width: 710px;
  }
  
  /*
  .section-big
  =============*/
  .section-big .big-ttl-bg {
    background-size: 12px auto;
  }
  .section-big .big-ttl {
    width: 432px;
    padding: 40px 0;
  }
  .section-big .big-bg {
    padding: 0 20px;
  }
  .section-big .sec-inner {
    padding: 40px 0;
  }
  .section-big .big-bg:last-of-type .sec-inner {
    padding: 20px 0 40px;
  }
  .section-big .lead-txt {
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
  .section-big .big-subttl {
    padding: 30px 0;
  }
  .section-big .big01 .big-subttl {
    width: 432px;
  }
  .section-big .big01 .big-subttl span {
    padding-top: 31.01851%;/* (Image height / Image width) x 100 */
    background: url("../img/big_subttl01_pc.png") center no-repeat;
  background-size: contain;
  }
  .section-big .big02 .big-subttl {
    width: 454px;
  }
  .section-big .big02 .big-subttl span {
    padding-top: 22.24669%;/* (Image height / Image width) x 100 */
    background: url("../img/big_subttl02_pc.png") center no-repeat;
  background-size: contain;
  }
  .section-big .big03 .big-subttl {
    width: 589px;
    padding-top: 0;
  }
  .section-big .big03 .big-subttl span {
    padding-top: 23.93887%;/* (Image height / Image width) x 100 */
    background: url("../img/big_subttl03_pc.png") center no-repeat;
    background-size: contain;
  }
  .section-big .big-cts-bg {
    width: 710px;
    padding-bottom: 30px;
  }
  .section-big .big-cts-bg:first-of-type {
    padding-top: 30px;
  }
  .section-big .big03 .btn-wrap {
    max-width: 600px;
  }
  .big-cts-bg .main-txt {
    width: 600px;
    margin: 0 auto 30px;
  }
  .big-cts-bg .ttl-img + .main-txt {
    margin: 15px auto 20px;
  }
  .big-cts-bg .big-ctsttl {
    max-width: 710px;
    margin-bottom: 10px;
  }
  .big01 .big-cts-bg .big-ctsttl span {
    padding-top: 10.42253%;/* (Image height / Image width) x 100 */
    background: url("../img/big_ctsttl01_pc.png") center no-repeat;
    background-size: contain;
  }
  .big03 .big-cts-bg:nth-of-type(1) .big-ctsttl span {
    padding-top: 15.21126%;/* (Image height / Image width) x 100 */
    background: url("../img/big_ctsttl02_pc.png") center no-repeat;
    background-size: contain;
  }
  .big03 .big-cts-bg:nth-of-type(2) .big-ctsttl span {
    padding-top: 15.21126%;/* (Image height / Image width) x 100 */
    background: url("../img/big_ctsttl03_pc.png") center no-repeat;
    background-size: contain;
  }
  .big03 .big-cts-bg:nth-of-type(3) .big-ctsttl span {
    padding-top: 15.21126%;/* (Image height / Image width) x 100 */
    background: url("../img/big_ctsttl04_pc.png") center no-repeat;
    background-size: contain;
  }
  .step-inner {
    width: 670px;
    margin: 0 auto;
  }
  .step-box-wrap {
    margin: 0;
  }
  .step-box {
    padding:20px 35px 67px;
    background-image: url("../img/big_stepcont_pc.png");
  }
  .step-box-wrap:last-of-type .step-box {
    padding-bottom: 39px;
    background-image: url("../img/big_stepend_pc.png");
  }
  .step-box-wrap:nth-of-type(1) .step-box .btn-wrap {
    margin-top: 0;
  }
  .step01-ttl span {
    padding-top: 19.55223%;/* (Image height / Image width) x 100 */
    background: url("../img/big_step01ttl_pc.png") center no-repeat;
    background-size: cover;
  }
  .step02-ttl span {
    padding-top: 19.55223%;/* (Image height / Image width) x 100 */
    background: url("../img/big_step02ttl_pc.png") center no-repeat;
    background-size: cover;
  }
  .step03-ttl span {
    padding-top: 14.1791%;/* (Image height / Image width) x 100 */
    background: url("../img/big_step03ttl_pc.png") center no-repeat;
    background-size: cover;
  }
  .step-box .pr-bnr02 {
    margin-top: 30px;
  }
  .step-box .pr-bnr02 img {
    max-width: 600px;
  }
  .step-box .step02-img {
    max-width: 600px;
  }
  .step-box .step02-img span {
    width: 600px;
    height: 457px;
    padding-top: 0;
    background: url("../img/big_step02img_pc.png") center no-repeat;
    background-size: cover;
  }
  .step-box .step03-img {
    max-width: 414px;
  }
  .step-box .step03-img span {
    width: 414px;
    height: 121px;
    padding-top: 0;
    background: url("../img/big_step03img_pc.png") center no-repeat;
    background-size: cover;
  }
  .big-moviettl {
    margin-bottom: 10px;
  }
  .big-moviettl span {
    width: 291.5px;
    height: 40px;
  }
  .big-ctsimg01 {
    max-width: 574px;
    margin: 30px auto 0;
  }
  .big-ctsimg01 img {
    max-width: 574px;    
  }
  .big-ctsimg02 {
    max-width: 640px;
    margin: 30px auto 0;
  }
  .big-ctsimg02 span {
    max-width: 640px;
    height: 223px;
    padding-top: 0;
    background: url("../img/big_ctsimg02_pc.png") center no-repeat;
    background-size: cover;  
  }
  
  /*
  .section-faq
  =============*/
  .section-faq .faq-ttl-bg {
  background-size: 12px auto;
  }
  .section-faq .faq-ttl {
    width: 302px;
    padding: 40px 0;
  }
  .section-faq .faq-bg {
    padding: 40px 20px 50px;   
  }
  .section-faq .faq-q {
    padding: 40px 0 20px;
    font-size: 23px;
  }
  .section-faq .faq-q::before {
    background-position: left top;
    background-size: 48px auto;
    -webkit-background-size: 48px auto;
    padding: 0 53px 0 0;
  }
  .section-faq .faq-a {
    padding: 20px;
    font-size: 18px;
  }
  .section-faq .faq-a::before {
    background-position: left top;
    background-size: 36px auto;
    -webkit-background-size: 36px auto;
    padding: 0 55px 0 0;
  }
  
  /*
  animation
  =============*/
  .img-list .fadeInBlockRow {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  /* Fade-in class */
  .img-list .fadeInBlockRow .fadeInUp:not(:only-child):nth-child(1) {
    animation-fill-mode: both;
    animation-delay: 0s;
  }
  .img-list .fadeInBlockRow .fadeInUp:not(:only-child):nth-child(2) {
    animation-fill-mode: both;
    animation-delay: .4s;
  }
  .img-list .fadeInBlockRow .fadeInUp:not(:only-child):nth-child(3) {
    animation-fill-mode: both;
    animation-delay: .6s;
  }

}

@media screen and (min-width: 1260px) {

}