@charset "UTF-8";

html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, a,li, ol, span, small, th, td, dd, dt, b, input, label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #000;
	line-height: 1.4em;
	letter-spacing: -0.01em;
}
.showSP{display: none;}
.show1024{ display: none;}
.footer{ position: relative;}
img{ height: auto;}
.showPC{ display: none;}
.noneSP{ display: none;}
.qr{ display: none;}
.txt_bg01{ background-color: #f6e800; font-weight: normal; padding: 0 4px; font-weight: 500;}
.posR{ position: relative;}
#page-top { position: fixed; right: 30px; bottom: 30px; z-index: 10; opacity: 0; transform: translateY(100px);}
#page-top a { position: relative; display: block;width: 65px; height: 65px; transition: all 0.3s;}
#page-top a:hover { opacity: .7;}
#page-top.UpMove { animation: UpAnime 0.5s forwards;}
#page-top.DownMove { animation: DownAnime 0.5s forwards;}
@keyframes UpAnime {
  from { opacity: 0; transform: translateY(100px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes DownAnime {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(100px); }
}
#pageTop{
  display: block;
  width: 110px;
  margin: 0 auto 14px;
}
#pageTop img{ width: 100%;}
#pageTop:hover{ animation: pagetop .3s linear infinite alternate-reverse;}
@keyframes pagetop {
  0%{ transform: translateY( 0 );}
  100%{ transform: translateY(-10px);}
}
a{ text-decoration: none;}
.dspB{ display: block;}
.kome{
  font-size: 1rem;
  text-align: center;
  margin-top: 8px;
  letter-spacing: -0.08em;
  font-feature-settings: "palt";
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn > a,
.btn > span{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 250px;
  height: 46px;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0;
  border: solid 2px #000;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 1px #000;
  position: relative;  
}
.btn > a:hover,
.btn > span:hover{ animation: btn_hover .6s ease-in-out forwards;}
@keyframes btn_hover{
  0% { opacity: 1; }
  100% { opacity: 0.6; }
}

.btn.btn-s01 a{
  background-color: #ff5a19;
  width: 100%;
  max-width: 490px;
  height: auto;
  font-size: 4vw;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "palt";
  padding: 8px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}
.btn.btn-s01 a small,
.btn.btn-s01 a span{ font-weight: inherit;}
.btn.btn-s01 a:hover{ background-color: #f6e800; opacity: 1!important;}

.btn a.arrow::before,
.btn a.arrow::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.btn a.arrow::before{
  background-color: #000;
  width: 16px;
  height: 16px;
  border-radius: 30px;
  right: 16px;
}
.btn a.arrow::after{
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  right: 20px;
}
.btn02 > a{
  display: block;
  background-color: #35b3d1;
  max-width: 450px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
  /*font-feature-settings: "palt";*/
  border: solid 2px #000;
  border-radius: 5px;
  padding: 14px 8px;
  margin: 0 auto;
}
.arrow02::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;  
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  margin-left: 0.2em;
}
.dog_btn .arrow02::after{  margin-top: 10%;}


.flow{
  display: block;
  position: fixed;
  bottom: 16px;
  right: 0;
  z-index: 80;
  background-color: #ff4864;
  border-radius: 10px 0 0 10px;
  padding: 10px 64px 8px 24px;

}
.flow p{
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.flow img{
  position: absolute;
  right: -5px;
  bottom: -11px;
}


/*-- tab --*/
.tab{
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 490px;
  width: calc( 100% - 40px);
  margin: 0 auto;
  padding: 0;
}
.tab > li{
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.5%;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding: 8px 8px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.tab > li.active{ color: #000;}
.tab > li.tab-bousai.active{ background-color: #8dc9eb;}
.tab > li.tab-gensai.active{ background-color: #faacb0;}
.tab-content {display: none;}
.tab-content.show { display: block;}

main{ padding-top: 88px;}

header{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;  
}
header .inbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc( 100% - 40px);
  max-width: 490px;
  padding: 13px 0 12px;
  margin: 0 auto;
}
header h1{ line-height: 1em; position: relative; z-index: 99;}
header h1 > img{ width: 102px;}
header h1 > small{
  font-size: 1.2rem;
  letter-spacing: 0;  
}
header .menu{
  position: relative; z-index: 99;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}
header .menu:hover{ opacity: 0.6;}
header .menu > span{
  background-color: #000;
  display: block;
  width: 37px;
  height: 3px;
  margin: 6px 0;
  transition: all .3s ease-in-out;
}
header .menu::before,
header .menu::after{
  content: '';
  background-color: #000;
  display: block;
  height: 3px;
  transition: all .3s ease-in-out;
  transform-origin: top left;
}
header .menu.active > span{ opacity: 0; transform: translateX(20px);}
header .menu.active::before{ transform: rotateZ(27deg); }
header .menu.active::after{ transform: rotateZ(-31deg);}
header div.btn{ margin-bottom: 16px; transition: all .3s ease-in-out;}
header div.btn:hover{ opacity: 0.8;}
.btn_bousai > span{ background-color: #8dc9eb;}
.btn_gensai > span{ background-color: #faacb0;}

.showNav{
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  padding: 108px 32px;
  transition: all .3s ease-in-out;
}
.showNav.active{ left: 0;}
.showNav ul{
  max-width: 490px;
  list-style: none;
  padding: 0;
  margin: 48px auto 0;  
}
.showNav ul > li{
  border-bottom: solid 1px #c0c0c0;
  margin: 12px 0;
  padding: 0 8px 12px;
}
.showNav ul > li:last-child{ border-bottom: none;}
.showNav .num{
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 5px;
  border: solid 1px #000;
  margin-right: 1em;
  transition: all .3s ease-in-out;
}
.showNav ul a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.showNav ul a:hover .num{
  background-color: #fff;
  color: #000;
}

/*-- bousai --*/
.bousai{
  background: #8dc9eb;
  padding: 40px 0 0;
}

.fv img{ margin: 0 auto;}
.fv > h2{ margin-bottom: 8px;}

#step01{ padding-left: 8px; padding-right: 8px; padding-bottom: 48px;}
#step01 .btn02 > a{ width: calc( 100% - 24px); box-shadow: 0px 2px 0px 1px #000;}
#step01 .kome{ margin-top: 16px; letter-spacing: -0.06em;}

.steps{ padding: 52px 20px 85px;}
.steps > section{
  background-color: #fff;
  max-width: 490px;
  border: solid 2px #000;
  margin: 0 auto 60px;
  padding: 24px 0 0;
  position: relative;
}
.steps > section::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 39px solid transparent;
  border-left: 39px solid transparent;
  border-top: 30px solid #000;
  border-bottom: 0;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.steps > section:last-child{ margin-bottom: 0;}
.steps > section > .inbox{
  background-color: #b6dcf2;
  margin-top: 24px;
  border-top: solid 2px #000;
  padding: 32px 8px 24px;
}
.step_title{ padding: 0 13px; margin-bottom: 28px;}
.step_title > span{
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
}
.step_title .num{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #000;
  width: 63px;
  height: 63px;
  color: #fff12a;
  /*-- Clarendon Wide --*/
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1rem;
  position: absolute;
  left: 13px;
  top: -12px;
}
.step_title .num > b{
  /*-- Clarendon Wide --*/
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.2rem;
  line-height: 1em;
  color: inherit;
}
.step_title .num::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #666;
  border-width: 11px 0px 0px 11px;
  position: absolute;
  top: 0;
  right: -11px;
}
.step_title .num + img{
  display: block;
  margin: 0 auto 16px;
}

.steps .movie-list p{ background-color: #fff12a;}
ul.list{
  list-style: none;
  padding: 0;
  margin: 32px auto 0;
  max-width: 450px;
}
ul.list > li{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1.5px #000;
  border-radius: 5px;
  padding: 13px;
  margin-bottom: 8px;
}
ul.list > li .icon{ width: 55px;}
ul.list > li p{
  width: calc(100% - 55px);
  font-size: 1.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
ul.list > li p > b{
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.apps{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.apps a{
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 4px;
}
.step04_txt{ display: block; margin: 18px auto 0;}
.step04_img{ display: block; margin: 0 auto;}

.icon_check::before{
  content: '';
  background: url(../images/icon_check@2x.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 32px;
  height: 23px;
  vertical-align: -4px;
}
.fs01{
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 16px;
}
.fs01 > span.c01{ background-color: #ff2300; color: #fff; padding: 0 3px;}
.fs01 > span.c02{ background-color: #c700af; color: #fff; padding: 0 3px;}
.level_table{
  width: 100%;
  max-width: 450px;
  border-collapse: collapse;  
  margin: 34px auto 24px;
}
.level_table tbody tr td,
.level_table thead tr th{
  color: inherit;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border: solid 1px #fff;
  padding: 8px 4px;
}
.level_table thead tr th:first-child{ font-size: 1rem;}
.level_table thead tr th:nth-child(2),
.level_table thead tr th:last-child{ font-size: 1.2rem;}
.level_table tbody tr td:first-child{ font-size: 1.6rem;}
.level_table tbody tr td:nth-child(2),
.level_table tbody tr td:last-child{ font-size: 1.2rem;}
.level_table tbody tr:first-child{ background-color: #000; color: #fff;}
.level_table tbody tr:nth-child(2){ background-color: #c700af; color: #fff;}
.level_table tbody tr:nth-child(3){ background-color: #ff2300; color: #fff;}
.level_table tbody tr:nth-child(4){ background-color: #f6e800;}
.level_table tbody tr:nth-child(5){ background-color: #fff;}
.level_table tbody tr:nth-child(4) td{ border-right-color: #c0c0c0; border-bottom-color: #dadada;}
.level_table tbody tr:nth-child(5) td{ border-right-color: #c0c0c0;}
.level_table tbody tr:nth-child(4) td:last-child,
.level_table tbody tr:nth-child(5) td:last-child{ border-right-color: #fff;}
.fs02{
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  font-feature-settings: "palt";
  text-align: center;
}
.fs02 > small{
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 8px;
}
#step03 .inbox{ padding-bottom: 70px;}
img.kininaruken02{
  position: absolute;
  bottom: 0;
  right: 12px;
}
.title-s02{
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8em;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
}
.point{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 0 8px;
  margin: 0 auto 24px;
}
.point .point_num{ width: 40px; margin-right: 8px;}
.point p{
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.list_img{
  display: block;
  margin: 0 auto 40px;
}
.dog_btn{ position: relative; padding-top: 72px;}
.dog_btn img{
  position: absolute;
  top: -103%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.dog_btn a{
  background-color: #0787c0;
  width: 310px;
  height: 77px;
  color: #fff;
  font-size: 3.6vw;
  text-align: center;
  padding: 4px 8px;
}
.dog_btn a:hover img{ animation: buruburu .3s linear forwards infinite alternate-reverse;}
@keyframes buruburu {
  0%{ transform: translateX( 3px );}
  50%{ transform: translateX( -3px );}
  1000%{ transform: translateX( 0 );}
}
.column{ margin-top: 42px; padding: 0 12px;}
.column h4 > img.title-img{ margin: 0 auto;}
.column p{ font-size: 1.6rem; text-align: justify; margin-top: 1.6em;}
.column ul{
  list-style: none;
  padding: 0 4px;
  margin: 0;
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 1.6em;
}
.column ul > li{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.column ul > li::before{
  content: '●';
  padding-right: 4px;
}
.meyasu p.fs03{
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6px;
}
.omosa{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
}
.omosa > p{
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
  padding: 10px 16px;
}
.omosa > p > span{
  display: block;
  color: #fff;
  font-family: 'DIN 2014' ,sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
}
.omosa > p > span > small{
  color: #fff;
  font-size: 1.8rem;
}
.omosa > p:first-child{ background-color: #0062b0;}
.omosa > p:last-child{ background-color: #e3004a;}

.intro{ background-color: #fff454;}
.intro p{
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2.6em;
  text-align: center;
  padding: 42px 20px;
}

#movie{
  background-color: #faacb0;
  padding: 52px 20px 70px;
  position: relative;
}
.movie_dog{
  position: absolute;
  top: -56px;
  right: 20px;
}
.movie_dog img{ width: 100%;}
.title-s01{
  /*Clarendon Wide Bold*/
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 4.3rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
ul.movie-list{
  list-style: none;
  padding: 0;
  margin: 44px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
ul.movie-list > li{ width: 100%; max-width: 450px; margin-top: 32px;}
ul.movie-list > li:first-child{ margin-top: 0;}
ul.movie-list a{ display: block;}
ul.movie-list a img{ transition: all .3s ease-in-out;}
ul.movie-list a:hover img{ transform: scale(1.1);}
ul.movie-list .thum{ overflow: hidden;}
ul.movie-list .thum img{ width: 100%; height: auto;}
ul.movie-list p{
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  margin-top: 8px;
  font-weight: 700;
}

/*-- gensai --*/
.gensai{
  background: #faacb0;
  padding: 32px 0 0;
}
.gensai .inbox{ padding: 0 20px 72px;}
.link-list{ list-style: none; padding: 0; margin: 32px 0 0;}
.link-list > li{ margin-bottom: 8px; height: 60px;}
.link-list > li a{
  background-color: #fffddf;
  width: 100%;
  max-width: 490px;
  height: 100%;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0;
}
.link-list > li a > small{
  font-size: 1.2rem;
  vertical-align: baseline;
  margin-top: 0.6em;
  margin-left: -0.3em;
  font-weight: inherit;
}
.link-list > li a:hover{ background-color: #fff12a;}
.links-map{
  background-color: #fddee0;
  position: relative;
  padding: 64px 10px 24px;
}
.map-title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc( 100% - 40px);
  max-width: 630px;
  min-height: 66px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.04em;
  background-color: #000;
  border-radius: 10px;
  margin: 0 auto 0;
  padding: 0 8px;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
}
#map > object{ width: 100%; height: auto;}

/*-- footer --*/
footer{ padding: 40px 20px 8px;}
.active-tab-bousai footer{ background-color: #8dc9eb;}
.active-tab-gensai footer{ background-color: #faacb0;}
.active-tab-gensai footer .none_gensai{ display: none;}
.f-logo{ display: block; margin: 32px auto 0; transition: all .3s ease-in-out;}
.f-logo:hover{ opacity: 0.6;}
.copyright{
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin-top: 72px;
}
footer .btn a{ transition: all .3s ease-in-out;}
footer .btn a:hover{ background-color: #000; color: #fff;}

@media screen and (min-width: 380px) {
  .tab > li{ font-size: 1.2rem;}
  .kome{ font-size: 1.2rem;}
}
@media screen and (min-width: 360px) {
  .map-title{ font-size: 2rem;}
  .fs01{ font-size: 1.8rem;}
  .fs02{ font-size: 2rem;}
  .level_table thead tr th:nth-child(2),
  .level_table thead tr th:last-child{ font-size: 1.3rem;}
  .level_table tbody tr td:first-child{ font-size: 1.7rem;}
  .level_table tbody tr td:nth-child(2),
  .level_table tbody tr td:last-child{ font-size: 1.3rem;}
  .title-s02{ font-size: 2rem;}
  .dog_btn a{ font-size: 1.9rem; margin-bottom: 12px;}
  .intro p{ font-size: 1.4rem;}  
}
@media screen and (min-width: 480px) {
  .none480{ display: none;}
  .btn.btn-s01 a{ font-size: 1.9rem;}
}
@media screen and (min-width: 769px) {
  main{ padding-left: 3%; padding-right: 3%; position: relative;}
  .nonePC{ display: none}
  .showPC{ display: block;}
  .qr{ display: block;}
  .showNav ul{ width: 80%;}
  header .inbox{ max-width: 1030px; box-sizing: content-box;}
  .kome{ font-size: 1.7rem; margin-top: 16px;}
  .fv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1052px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .fv img{ margin: 0;}
  .fv .fv_txt{ width: 54%; margin-bottom: 0; padding-left: 20px; box-sizing: content-box;}
  .fv .fv_img{ width: 37%;}
  .fv img{ width: 100%;}
  .showNav > nav{
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .tab{ max-width: 1030px; height: 48px;}
  .tab > li{ font-size: 2.4rem; width: 49%;}
  .tab-content{ border-radius: 10px 10px 0 0;}
  .btn > a, .btn > span{ width: 505px; font-size: 2.8rem;}
  .btn.btn-s01 a{ max-width: 924px; font-size: 2.8rem; min-height: 130px;}
  .btn.btn-s01 a small{ font-size: 1.8rem;}
  .btn a.arrow::before{ width: 36px; height: 36px;}
  .btn a.arrow::after{
    border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 14px;
    right: 25px;
  }
  footer{
    padding-top: 88px;
    padding-bottom: 22px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 30px;
    border-radius: 0 0 10px 10px;
  }
  .copyright{ font-size: 1.4rem;}
  .f-logo{ margin-top: 36px;}
 #pageTop{ width: 182px; margin-bottom: 42px;}
  header h1 > img{ width: 138px; display: inline-block; vertical-align: baseline;}
  header h1 > small{ font-size: 3rem; letter-spacing: 0; border-left: solid 1px #000; vertical-align: bottom; margin-left: 16px; padding-left: 16px;}
  .gensai{ padding-top: 52px;}
  .gensai .inbox{ padding-bottom: 84px;}
  .link-list{
    max-width: 924px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    box-sizing: content-box;
    margin: 28px auto 0;
  }
  .link-list > li{ width: 48.5%; height: 135px; margin-bottom: 16px;}
  .link-list > li a{ font-size: 3rem; flex-flow: column; line-height: 1em;}
  .link-list > li a > small{ font-size: 1.8rem; margin-top: 0;}
  .map-title{ font-size: 2.6rem; border-radius: 50px; max-width: 630px; min-height: auto; top: -27px;}
  .links-map{ padding-top: 60px; padding-bottom: 36px;}
  #map{ max-width: 677px; height: auto; margin: 0 auto;}
  ul.movie-list{ flex-flow: row wrap; justify-content: space-between; max-width: 890px; margin-left: auto; margin-right: auto;}
  ul.movie-list > li{ width: 47%; margin-top: 38px;}
  ul.movie-list > li:nth-child(2){ margin-top: 0;}
  ul.movie-list p{ font-size: 2vw; letter-spacing: 0.04em;}

  .movie_dog{
    width: 300px;
    position: absolute;
    top: auto;
    bottom: 40px;
    right: -20px;
  }

  .intro p{ font-size: 2.4rem;}

  .steps{ padding-left: 60px; padding-right: 60px;}
  .steps > section{
    max-width: 960px;
    padding-top: 30px;
  }
  #step01 .step_title img{ width: 65px;}
  #step02 .step_title img{ width: 48px;}
  #step03 .step_title img{ width: 69px; margin-top: -16px;}
  #step04 .step_title img{ width: 60px;}
  .step_title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    margin-left: 34px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .step_title .num{ font-size: 1.6rem; width: 100px; height: 100px;}
  .step_title .num > b{ font-size: 5.4rem; line-height: 1em;}
  .step_title .num + img{ margin: 0;}
  .step_title > span{
    font-size: 2.6rem;
    margin-left: 0.3em;
    text-align: left;
    letter-spacing: -0.06em;
  }
  #step01 .btn02 > a{ max-width: 870px; font-size: 2.6rem; transition: all .3s ease-in-out;}
  #step01 .btn02 > a:hover{ opacity: 0.6;}
  .arrow02::after{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #fff;
  }
  .meyasu{ position: absolute; top: 120px; right: 0; left: 0; margin: 0 auto;}
  .meyasu p.fs03{ margin-bottom: 0;}
  #step02 .step_title{ padding-bottom: 100px;}
  .omosa > p{ font-size: 1.4rem; padding: 8px 16px;}
  .omosa > p > span{ font-size: 2rem;}
  .omosa > p > span > small{ font-size: 1.6rem;}
  .title-s02{ font-size: 3rem;}
  .point .point_num{ width: 70px;}
  .point .point_num > img{ width: 100%;}
  .point{ max-width: none; padding:  0 20px 0 80px; }
  .point p{ font-size: 2.2rem; width: calc( 100% - 70px);}
  .list_img{ width: 100%;}
  .list_imgBox{ margin-top: 32px;}
  #step02 .inbox{ padding-left: 0; padding-right: 0; padding-bottom: 206px;}
  .column p,
  .column ul{ max-width: 670px; margin: 1.6em auto 0; line-height: 1.8em;}
  .column ul > li{ line-height: 1.8em;}
  .column.bd{ border-bottom: solid 1.5px #000; padding-bottom: 38px;}
  .btn_area{ position: absolute; bottom: 24px; left: 0; right: 0; margin: 0 auto;}
  .dog_btn a{ width: calc(100% - 40px); max-width: 870px; margin: 0 auto; height: auto; min-height: 77px; padding: 8px 0;}
  .dog_btn img{
    margin: 0;
    bottom: -11px;
    top: auto;
    left: auto;
    right: 12px;
  }  
  .icon_check::before{ width: 60px; height: 40px;}
  .fs01{ font-size: 4vw; margin-bottom: 24px;}
  .fs02{ font-size: 4vw;}
  .fs02 > small{ font-size: 2rem; text-align: center; padding-left: 30px; line-height: 1.8em;}
  .dog_btn{ padding-top: 0;}
  .level_table{ max-width: none; margin-top: 52px; margin-bottom: 45px;}
  .level_table thead tr th:first-child,
  .level_table thead tr th:nth-child(2),
  .level_table thead tr th:last-child{ font-size: 2rem;}
  .level_table tbody tr td:first-child{ font-size: 3.8rem;}
  .level_table tbody tr td:nth-child(2){ font-size: 3rem; font-feature-settings: "palt";}
  .level_table tbody tr td:last-child{ font-size: 2rem;}
  .level_table tbody tr:nth-child(3) td:last-child{ font-size: 2rem;}
  .tableBox{ max-width: 730px; margin: 0 auto;}
  img.kininaruken02{ width: 111px; bottom: -77px; right: -81px;}
  #step04 .inbox{ padding-bottom: 42px;}
  ul.list{
    display: flex;
    justify-content: space-between;
    max-width: 890px;
    margin-top: 42px;
  }
  ul.list > li{
    width: 19%;
    justify-content: flex-start;
    flex-flow: column;
    padding-left: 4px;
    padding-right: 4px;
  }
  ul.list > li > .img{
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }
  ul.list > li img{ width: 50px;}
  ul.list > li p{ width: 100%; text-align: center;}
  ul.list > li p > b{ text-align: center; margin-bottom: 1em;}
  .app_intro{ display: flex; justify-content: center; align-items: center;}
  .step04_img{ width: 177px; margin: 0;}
  .app_intro{ max-width: 890px; margin: 0 auto;}
  .app_intro > .flex{ width: calc(100% - 210px - 18px);}
  .step04_txt{ margin: 0; width: 100%;}
  .apps{ width: calc(100% - 32px); justify-content: space-between; margin-left: 32px;}
  .apps a{
    width: 46%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .apps a:first-child{ width: 42%;}
  .apps a:last-child{ width: 50%;}
  .apps a span{ font-size: 1.6rem; text-align: left;}
  .app_apple{ width: 150px;}
  .app_google{ width: 187px;}
  .apps a > img.qr{ margin-left: 16px;}

  .flow{ padding: 17px 10px 94px; right: 3%; width: 69px;}
  .flow p{ font-size: 1.6rem; writing-mode: vertical-rl;}
  .flow img{ bottom: 3px;}
  a.flow:hover img{ animation: haneru 0.3s ease-in-out forwards infinite alternate-reverse;}
  .dog_btn .arrow02::after{  margin-top: 6%;}
  @keyframes haneru {
    0%{ bottom: 3px;}
    100%{ bottom: 8px;}
  }
  .gensai .inbox{ padding-left: 60px; padding-right: 60px;}
}
@media screen and (min-width: 800px) {
  .step_title > span{ font-size: 2.8rem;}
}
@media screen and (min-width: 820px) {
  .fs02{ font-size: 4rem}
  .fs01{ font-size: 4rem}
}
@media screen and (min-width: 980px) {
  .movie_dog{ width: 366px;}
  ul.movie-list p{ font-size: 1.8rem;}
}
@media screen and (min-width: 1024px) {
  .show1024{ display: block;}
  .none1024{ display: none;}
  .step_title{ padding-left: 0; padding-right: 0;}
  .apps a span{ font-size: 2rem;}
  .link-list > li a { font-size: 4.8rem;}
  .link-list > li a > small{ font-size: 3.2rem;}
  .btn.btn-s01 a{
    justify-content: flex-start;
    font-size: 2.8rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 33px;
    padding-right: 69px;
  }
  .btn.btn-s01 a small{ font-size: 2.6rem;}
  .btn a.arrow::before { width: 46px; height: 46px;}
  .btn a.arrow::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    right: 25px;
  }
  .dog_btn .arrow02::after{  margin-top: 0;}
  #step02 .step_title{ padding-bottom: 0px;}
  .meyasu { position: absolute; top: 20px; right: 28px; left: auto; margin: 0;}
  .dog_btn a{ font-size: 2.8rem;}
  #step02 .inbox{ padding-bottom: 165px;}
  .flow p{ font-size: 2rem;}
  .step_title > span{ font-size: 3.2rem;}
  #step01 .step_title img{ width: 81px;}
  #step02 .step_title img{ width: 64px;}
  #step03 .step_title img{ width: 99px; margin-top: -16px;}
  #step04 .step_title img{ width: 75px;}
  .intro p{ font-size: 2.6rem;}
  .gensai .inbox{ padding-left: 20px; padding-right: 20px;}
}