
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css');
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 32);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  letter-spacing: .06em;
  color: #222222;
  font-weight: normal;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  line-height: 2.2;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background: #004B90;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


.Header{
  width: 100%;
}
.HeaderInner{
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  min-height: 670px;
  overflow: hidden;
  background: #004b90;
}
.HeaderInner___Bottom{
  position: relative;
  margin-top: -120px;
}
.HeaderInner___Bottom__inner{
    z-index: 1;
    position: relative;
}
.btn_ArrowBack{
  position: absolute;
  left: 16px;
  top: 16px;
}
.img_mv{
  position: absolute;
  top: 80px;
  left: 50%;
  max-width: 360px;
  transition: .8s cubic-bezier(.33, 0, .01, 1);
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
}
.img_mv.started {
  transform:  translateX(-50%) scale(1);
  transition-delay: .15s;
  opacity: 1;
}
.img_title{
  position: absolute;
  top: 380px;
  left: 50%;
 transform: translateX(-50%);
}
.img_scroll{
  position: absolute;
  top: 550px;
  left: 50%;
 transform: translateX(-50%);
}
.Float_button{
  bottom: 16px;
  width: 343px;
  padding:12px 0;
  background: #000;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.Header_bg_infinite_warp{
    position: absolute;
    top: -35px;
    background: url(../images/head_bg.svg) center 140px no-repeat #FBB200;
    width: 100%;
    height: 230px;
}
.Header_bg_infinite {
  display: flex;
  width: 375px;
  height: 65px;
  overflow: hidden;
  margin: 20px auto 0;
}

.Header_bg_infinite img{
  width: auto;
  height: 65px;
}
.Header_bg_infinite__left img:first-child {
  animation: slide1 30s -15s linear infinite;
}
.Header_bg_infinite__left img:last-child {
  animation: slide2 30s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.Header_bg_infinite__right img:first-child {
  animation: slide3 30s -15s linear infinite;
}
.Header_bg_infinite__right img:last-child {
  animation: slide4 30s linear infinite;
}

@keyframes slide3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}

.Main{
    width: 375px;
    margin: 0 auto;
    padding: 0 16px;
}
.img_flow{
  margin: 0 auto;
  transition: .8s cubic-bezier(.33, 0, .01, 1);
  transform: scale(0.9);
  opacity: 0;
  padding: 40px 0 50px 0;
}
.img_flow.started {
  transform: scale(1);
  transition-delay: .15s;
  opacity: 1;
}
.Main img{
  display: block;
}
.Section_step___title{
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.section_block{
  background: #fff;
  border-radius: 30px;
  margin-bottom: 16px;
  padding: 32px 24px 56px;
  transition: .8s cubic-bezier(.33, 0, .01, 1);
  transform: scale(0.9);
  opacity: 0;
}
.section_block.started {
  transform: scale(1);
  transition-delay: .15s;
  opacity: 1;
}
.section_block p {
  font-size: 13px;
  color: #004B90;
  line-height: 200%;
}
.sec_title{
  width: 100%;
}
.img_screenshot_01{
  width: 152px;
  margin: 32px auto 24px;
}
.img_screenshot_02{
  width: 152px;
  margin: 32px auto 24px;
}
.img_screenshot_03{
  width: 260px;
  margin: 32px auto 24px;
}
.step_city_img01{
  width: 152px;
  margin: 32px auto 24px;
}
.step_city_img02{
  width: 100%;
  margin: 32px auto 24px;
}
.step_city_img03{
  width: 100%;
  margin: 32px auto 24px;
}
.icon_qlink{
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  color: #004B90;
  font-weight: bold;
  line-height: 160%;
  margin-top: 20px;
  text-decoration: underline;
  display: block;
}
.icon_qlink:before{
  position: absolute;
  top: .2em;
   left: 0;
  background: url(../images/icon_qlink.svg) 0 0 no-repeat;
  content: '';
  width: 16px;
   height: 16px;
}
img.icon_blank{
    display: inline-block;
    padding: 0 5px;
}
.sec03_cap{
  list-style: none;
  padding-left: 13px;
  margin-left: 0em;
  margin-top: 16px;
}
.sec03_cap li{
  text-indent: -1.5em;
  line-height: 160%;
  font-size: 10px;
  color: #004B90;
}
p.step_city_t3{
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
p.step_city_t3txt{
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
}


.shop_block{
  margin-top: 40px;
}
.shop_block_title{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
a.shop_block_link{
  font-size: 10px;
  color: #004B90;
  font-weight: normal;
  display: unset;
  text-decoration: underline;
}
.shop_block_list{
  padding-left: 16px;
}
.shop_block li{
  line-height: 180%;
  font-size: 12px;
  color: #004B90;
  list-style: disc;
}
.footer_inner{
  padding: 16px 0 110px;
}
.btn_ArrowTop{
  margin: 0 auto;
  display: block;
}
.copyright{
  text-align: center;
  color: #FFFFFF;
  opacity: 0.4;
  font-size: 10px;
  margin-top: 16px;
}






/* タブ */
.tab_wrap{
}
.tab_menu {
    z-index: 2;
    position: relative;
    width: 48%;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.tab_menu:after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  padding-top: 0px;
  border-top: solid 3px #1767AF;
    margin-top: 20px;
}
.tab_menu:first-of-type{
  margin-right: 4%
}
input:checked + .tab_menu:after {
  border-color: #FBB200;
}
input[name="tab_menu"] {
  display: none;
}
.tab_content {
    display: none;
    z-index: 1;
    clear: both;
    position: relative;
}
#participation:checked ~ #participation_content,
#acceptance:checked ~ #acceptance_content {
    display: block;
}




/*モーダル*/
.modal-open,
.modal-open2{
  cursor: pointer;
}
.modal-container,
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10;
}
.modal-container:before,
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active,
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
.modal-body,
.modal-body2{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  padding-bottom: 30px;
}
.modal-content{
  background: #fff;
  text-align: left;
border-radius: 10px;
}
.modal-img{
  width: 100%;
}
.modal-text{
  padding: 16px 32px 32px;
}
p.modal-text__title{
  font-size: 13px;
  font-weight: bold;
}
p.modal-text__cap{
  font-size: 12px;
  margin-top: 4px;
}