@charset "UTF-8";
body {text-align: left;}

p,span {font-weight: inherit;}

figure {margin: 0;}

main {display: block;}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansCJKjp-Regular.eot") format("eot"), url("/font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("/font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: bold;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansCJKjp-Bold.eot") format("eot"), url("/font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("/font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/font/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Teko";
  font-style: normal;
  font-weight: 400;
  src: local("Teko-Regular"), local("Teko-Regular"), url("/font/Teko-Regular.eot") format("eot"), url("/font/Teko-Regular.ttf") format("ttf"), url("/font/Teko-Regular.woff2") format("woff2"), url("/font/Teko-Regular.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansCJKjp", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
  overflow: hidden;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #3b7de9;
  text-decoration: none;
}

a:visited {
  color: #3b7de9;
  text-decoration: none;
}

a:hover {
  color: #3b7de9;
  text-decoration: underline;
}

a:active {
  color: #3b7de9;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {display: block;}
}
@media screen and (min-width: 769px) {
  .br-sp {display: none;}
}

.br-pc {display: none;}
@media screen and (min-width: 769px) {
  .br-pc {display: block;}
}

.disp-sp {display: block;}
@media screen and (min-width: 769px) {
  .disp-sp {display: none;}
}

.disp-pc {display: none;}
@media screen and (min-width: 769px) {
  .disp-pc {display: block;}
}

.ctaBtn {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 9px 15px;
  background: #e2001d;
  line-height: 1.75;
  font-size: 18px;
  color: #fff !important;
  font-weight: bold;
  width: 90%;
  transition: 0.2s;
  transition-property: opacity;
}
@media screen and (min-width: 769px) {
  .ctaBtn {
    width: 100%;
    font-size: 20px;
  }
  .ctaBtn:hover {
    opacity: 0.8;
    text-decoration: none !important;
  }
}
.ctaBtn__ico {
  margin-right: 12px;
}

/* メインビジュアル */
.p-mv__inner {
  position: relative;
  background: url("../_images/KV_SP.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 460px;
}
@media screen and (min-width: 769px) {
  .p-mv__inner {
    position: relative;
    width: 100%;
    margin: auto;
    background: url("../_images/KV_PC.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 680px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__pcInner {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__pcTitleWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-mv__title {
  display: inline-block;
  padding: 13px 10px;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  background: #000;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-mv__title {
    margin-top: 16px;
    position: initial;
    font-size: 24px;
    display: block;
    width: 260px;
  }
}
.p-mv__catch {
  display: block;
  margin: auto;
  padding-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-mv__catch {
    margin: 0;
    padding: 0;
    width: 295px;
    height: 210px;
  }
}
.p-mv__campaignBox {
  padding: 24px;
  background: #f6f6f6;
}
.p-mv__campaignImg {
  width: 100%;
  transition: 0.2s;
  transition-property: opacity;
}
@media screen and (min-width: 769px) {
  .p-mv__campaignImg {
    display: block;
    margin: auto;
    width: 800px;
  }
  .p-mv__campaignImg:hover {
    opacity: 0.8;
  }
}

/* CTA */
.p-cta {
  padding: 16px;
  background: url("../_images/mv_cta_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 198px;
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding: 40px 0;
    background: url("../_images/mv_cta_bg_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-cta.-cta {
  padding: 54px 0;
  background: url("../_images/cta_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 290px;
}
@media screen and (min-width: 769px) {
  .p-cta.-cta {
    padding: 40px 0;
    background: url("../_images/mv_cta_bg_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-cta__wrap {
  margin-top: 16px;
}

/* 20230216 PC専用 QRコード追加*/
.p-cta__content{
  width: 359px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #E2001D;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.barcode-wrap{
  background-color: #fff;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
}

.barcode-wrap img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-cta__text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .p-cta__text {
    font-size: 24px;
  }
}
.p-cta__loginWrap {
  margin: 16px 24px 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta__loginWrap {
    margin-top: 24px;
  }
}
.p-cta__login {
  display: inline-block;
  color: #fff !important;
  text-align: center;
  text-decoration: underline !important;
}
@media screen and (min-width: 769px) {
  .p-cta__login {
    font-size: 18px;
    transition: all 0.3s;
  }
  .p-cta__login:hover {
    text-decoration: none !important;
    opacity: 0.7;
  }
}

/* 20230324 400万ダウンロード画像追加 */
.p-mv__titleContent{
  display: flex;
  position: absolute;
  bottom: 16px;
}
@media screen and (min-width: 769px){
  .p-mv__titleContent{
    position: initial;
  }
}

.p-mv__dl{
  display: block;
}
@media screen and (min-width: 769px){
  .p-mv__dl {
    margin-top: 16px;
  }
}

.p-mv__title {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 769px){
  .p-mv__title {
    width: 210px;
    padding: 22px 10px;
  }
}

/********** 2024-08-15作成 **********/
.ab-section.-reserve-steps {
  padding: 54px 0;
}
.ab-section.-moreInfo {
  padding: 54px 0 80px;
}
.reserve-step {
  text-align: center;
}
.reserve-step:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px){
  .ab-section.-reserve-steps, .ab-section.-moreInfo {
    padding: 80px 0;
    background-color: #F6F6F6;
  }
  .reserve-step, .moreLink-list-wrapper {
    background-color: #FFFFFF;
    width: 698px;
    margin: 0 auto;
    padding: 36px;
  }
  .reserve-step {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .reserve-step:not(:last-child) {
    margin-bottom: 16px;
  }
}
.headingLv2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.headingLv2-sub {
  font-size: 16px;
  font-weight: bold;
  color: #E2001D;
}

.headingLv3 {
  font-size: 16px;
}
.stepNo {
  display: block;
  background-color: #000000;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 0 13px;
  line-height: 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px){
  .stepNo {
    padding: 0 18px;
    margin: 0 0 16px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 26px;
  }
}

.reserve-step_text {
  margin-bottom: 20px;
}

/* もっとくわしく */
.moreLink-list-wrapper {
  text-align: center;
  font-size: 16px;
}

.moreLink-item {
  text-align: center;
  margin-bottom: 20px;
}

.moreLink-item a {
  text-decoration: underline;
  line-height: 1;
  color: inherit;
}

.moreLink-item a::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}

.p-cta__login::after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}