html body #wrapper {
  /*----------------------------------------------------
      HEADER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > header {
  position: relative;
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../img/header_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > header .header_item {
  position: absolute;
}
html body #wrapper > header .first_logo, html body #wrapper > header .cp_ttl {
  top: 50%;
  left: 17%;
  transform: translate(-50%, -50%);
}
html body #wrapper > header .first_logo {
  width: 250px;
}
html body #wrapper > header .cp_ttl {
  width: 340px;
}
html body #wrapper > header .copy {
  font-family: "Montserrat", sans-serif;
  right: 2.5%;
  bottom: 1%;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
}
html body #wrapper > header .app_conductor {
  text-align: center;
  width: 400px;
  right: 18%;
  top: 50%;
  transform: translate(50%, -50%);
  padding: 30px 20px;
}
html body #wrapper > header .app_conductor .app_ttl {
  font-weight: bold;
  margin-bottom: 20px;
}
html body #wrapper > header .app_conductor .app_btn {
  margin-bottom: 20px;
}
html body #wrapper > header .app_conductor .app_qr {
  max-width: 100px;
  margin: 0 auto;
}
html body #wrapper > header .app_conductor .t_main {
  color: black;
}
@media only screen and (max-width: 767px) {
  html body #wrapper > header {
    display: none;
  }
}
html body #wrapper {
  /*----------------------------------------------------
      MAIN STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll h1 {
  padding: 1.5rem 2rem;
}
html body #wrapper > main#contentsAll h2 {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
}
html body #wrapper > main#contentsAll .top {
  font-size: 1.1rem;
}
html body #wrapper > main#contentsAll .map {
  padding: 1.5rem 1rem 0;
}
html body #wrapper > main#contentsAll .adress_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 1rem 1rem;
  padding: 1.5rem 2.5rem;
}
html body #wrapper > main#contentsAll .adress_list .adress {
  line-height: 1.2rem;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      BUTTON STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .top_btn {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 428px;
  display: flex;
}
html body #wrapper > main#contentsAll .top_btn a {
  width: 50%;
}
html body #wrapper > main#contentsAll .top_btn a img {
  width: 100%;
}
html body #wrapper > main#contentsAll .btn_wrap {
  padding: 0rem 3rem 2rem;
  line-height: 2rem;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      HR STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll hr {
  border: 1px solid #D9D9D9;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      CATCH STYLE
  ----------------------------------------------------*/
  /*----------------------------------------
      MV
  ----------------------------------------*/
}
html body #wrapper > main#contentsAll .mv {
  background-image: url(../img/mv_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .mv .mv_catch {
  padding-top: 100%;
}
html body #wrapper > main#contentsAll .mv .mv_img {
  padding-top: 1.5rem;
}
html body #wrapper > main#contentsAll .mv .bg_yellow {
  margin: -1.3rem 1.5rem 0.5rem;
  padding: 1rem;
  text-align: center;
}
html body #wrapper > main#contentsAll .mv .bg_yellow p {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.5rem;
}
html body #wrapper > main#contentsAll .mv .t_white {
  padding: 3rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
}
html body #wrapper > main#contentsAll .mv .t_white .bg_white {
  padding: 0 0.5rem;
}
html body #wrapper > main#contentsAll .mv .t_white p .underline {
  -webkit-text-decoration: underline 2px solid #fff;
          text-decoration: underline 2px solid #fff;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
    CONTENTS STYLE
  ----------------------------------------------------*/
  /* img */
}
html body #wrapper > main#contentsAll .w_100 {
  width: 100%;
}
html body #wrapper > main#contentsAll {
  /* section */
}
html body #wrapper > main#contentsAll .section {
  padding: 0;
}
html body #wrapper > main#contentsAll .section.s1.bg_img {
  background-image: url(../img/s1_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 8rem;
  position: relative;
}
html body #wrapper > main#contentsAll .section.s1.bg_img .downarrow {
  padding: 1rem 11rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_img .check_list {
  padding: 0 1rem 1.2rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_img .check_list .check {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem 0.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  border-radius: 5px;
  gap: 1rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_img .check_list .check img {
  width: 1.5rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_img .check_list .check .check_txt {
  font-weight: 400;
}
html body #wrapper > main#contentsAll .section.s1.bg_img .check_list .check .check_txt .t_blue {
  font-weight: 600;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad {
  margin-top: -8rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad h1 {
  padding-top: 8.5rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .list {
  margin: 1rem 6rem;
  border-radius: 10px;
  padding: 1rem 2rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .list .list_content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .list .list_content .dot {
  width: 0.8rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .list .list_content .list_txt {
  font-size: 0.8rem;
  font-weight: 800;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .catch {
  padding: 1rem 1.5rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .step {
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.s1.bg_grad .btn_wrap {
  padding: 2rem 3rem;
}
html body #wrapper > main#contentsAll .section.s2 {
  background-image: url(../img/s2_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.s2 .features_list {
  padding-top: 2rem;
}
html body #wrapper > main#contentsAll .section.s2 .btn_wrap {
  padding-top: 2rem;
}
html body #wrapper > main#contentsAll .section.s3 {
  background-image: url(../img/s3_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.s3 .s3_img {
  padding: 0 1.5rem;
}
html body #wrapper > main#contentsAll .section.s3 h2 {
  margin: 1rem 0;
}
html body #wrapper > main#contentsAll .section.s3 .s3_card_list {
  padding: 1rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.s3 .s3_card_list .card {
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  padding: 0.5rem;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
html body #wrapper > main#contentsAll .section.s3 .s3_card_list .card .num {
  width: 3rem;
}
html body #wrapper > main#contentsAll .section.s3 .s3_card_list .card .s3_card_content {
  font-weight: 800;
}
html body #wrapper > main#contentsAll .section.s3 .s3_card_list .card .s3_card_content .s3_card_ttl {
  font-weight: 1000;
}
html body #wrapper > main#contentsAll .section.s3 .s3_card_list .card .s3_card_content .s3_card_txt {
  font-size: 0.8rem;
}
html body #wrapper > main#contentsAll .section.s3 .custommenu {
  padding: 0 3rem 1rem;
}
html body #wrapper > main#contentsAll .section.s3.bg_img {
  background-image: url(../img/s3_foot.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.s3.bg_img .btn_wrap {
  padding-top: 82%;
}
html body #wrapper > main#contentsAll .section.s4 {
  padding-bottom: 2rem;
}
html body #wrapper > main#contentsAll .section.s4 .s4_top {
  padding: 2rem 9rem 1rem;
}
html body #wrapper > main#contentsAll .section.s4 .item_list {
  display: flex;
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.s4 .item_list .item {
  width: 50%;
}
html body #wrapper > main#contentsAll .section.s5 .s5_list {
  padding: 2rem 1.5rem 0;
}
html body #wrapper > main#contentsAll .section.s6 {
  background-image: url(../img/s6_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.s6 h1 {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
html body #wrapper > main#contentsAll .section.s6 .top {
  padding: 1.5rem 0;
}
html body #wrapper > main#contentsAll .section.s6 .top span {
  font-size: 1.8rem;
  text-decoration: underline;
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.s6 .s6_img {
  padding: 1.2rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_list {
  padding: 0 0.5rem 1.5rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_head {
  background-image: url(../img/s6_qa_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.8rem;
  padding: 4rem;
  font-size: 1.7rem;
  font-weight: 900;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list {
  line-height: 1.3rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list .question {
  display: flex;
  align-items: center;
  padding: 2rem 1rem 1rem;
  gap: 1rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list .question img {
  width: 3rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list .question p {
  font-size: 1.2rem;
  font-weight: 800;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list .answer {
  display: flex;
  align-items: center;
  padding: 0 1rem 0 1.5rem;
  gap: 1rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list .answer img {
  width: 2rem;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list .answer p {
  font-weight: 800;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .qa_list hr {
  margin-top: 2rem;
  border: 0.1px solid #3F9FFF;
}
html body #wrapper > main#contentsAll .section.s6 .s6_qa .btn_wrap {
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}
html body #wrapper > main#contentsAll .section.s7 h2 {
  padding-bottom: 1rem;
}
html body #wrapper > main#contentsAll .section.s7 h2 span {
  font-size: 1.2rem;
}
html body #wrapper > main#contentsAll .section.s7 .s7_list {
  padding: 0 0.5rem;
}
html body #wrapper > main#contentsAll .section.s7 .btn_wrap {
  padding-top: 1rem;
}
html body #wrapper > main#contentsAll .section.s8 .top {
  padding-bottom: 1.5rem;
}
html body #wrapper > main#contentsAll .section.s8 .top.flex {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}
html body #wrapper > main#contentsAll .section.s8 .top.flex .slash {
  font-size: 3.5rem;
  font-weight: 100;
  margin-top: -1.5rem;
}
html body #wrapper > main#contentsAll .section.s8 .line_list {
  background-image: url(../img/s8_line_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1.5rem 1rem 0;
  padding: 5rem 0 3rem;
}
html body #wrapper > main#contentsAll .section.s8 .line_list .line {
  display: flex;
  justify-content: center;
}
html body #wrapper > main#contentsAll .section.s8 .line_list .line .line_img {
  width: 48%;
}
html body #wrapper > main#contentsAll .section.s8 .line_list .line_last {
  text-align: center;
}
html body #wrapper > main#contentsAll .section.s8 .line_list .line_last .line_img_last {
  width: 48%;
}
html body #wrapper > main#contentsAll .section.s9 {
  background-image: url(../img/s9_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body #wrapper > main#contentsAll .section.s9 h1 {
  padding-top: 2.5rem;
}
html body #wrapper > main#contentsAll .section.s9 .map_illust {
  padding: 0.5rem 1rem;
}
html body #wrapper > main#contentsAll .section.s9 .howto {
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.s9 .howto img {
  margin: 0.3rem 0;
}
html body #wrapper > main#contentsAll .section.s9 .s9_catch {
  padding-top: 5rem;
  text-align: center;
}
html body #wrapper > main#contentsAll .section.s9 .s9_catch p {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0.5rem 0;
  padding: 0 0.5rem;
}
html body #wrapper > main#contentsAll .section.s9 .btn_wrap {
  padding-top: 2rem;
}
html body #wrapper > main#contentsAll .section.s10 h1 {
  padding-top: 2.5rem;
}
html body #wrapper > main#contentsAll .section.s10 .top {
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.s10 .top .big {
  font-size: 1.4rem;
}
html body #wrapper > main#contentsAll .section.s10 .s10_img_list img {
  padding: 1rem 0;
}
html body #wrapper > main#contentsAll .section.s10 .btn_wrap {
  padding-top: 1rem;
}
html body #wrapper > main#contentsAll .section.s11 {
  text-align: center;
}
html body #wrapper > main#contentsAll .section.s11 .price_list {
  padding: 1.5rem 3rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan.blue {
  border: 3px solid #3F9FFF;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan.pink {
  border: 3px solid #FD609A;
  margin-top: 1.5rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan {
  border-radius: 10px;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan .plan_ttl {
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: 1000;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan .price {
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-weight: 1000;
  gap: 0.5rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan .price .yen {
  font-size: 1.5rem;
  margin-top: 1.6rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan .tax {
  font-size: 0.7rem;
  margin-top: -0.7rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan hr {
  margin: 1rem 0.5rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan h2 {
  padding-bottom: 1rem;
}
html body #wrapper > main#contentsAll .section.s11 .price_list .plan h2 span {
  display: inline-block;
  text-align: left;
}
html body #wrapper > main#contentsAll .section.s11 .top {
  padding-bottom: 2rem;
}
html body #wrapper > main#contentsAll .section.s12 {
  background-image: url(../img/s12_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 1rem;
}
html body #wrapper > main#contentsAll .section.s12 .s12_list {
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.s12 .top {
  padding: 1.5rem 0;
  line-height: 1.5rem;
}
html body #wrapper > main#contentsAll .section.s12 .top span {
  font-size: 1.2rem;
}
html body #wrapper > main#contentsAll .section.s12 .s12_img {
  padding: 0.5rem 1rem 1.5rem;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
    FOOTER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .footer .map {
  margin-top: -1rem;
  padding-top: 2rem;
}
html body #wrapper > main#contentsAll .footer .footer_logo {
  padding: 4rem 8rem 15rem;
}
html body #wrapper > main#contentsAll .btn_wrap.fixed {
  padding: 0 3rem;
}
html body #wrapper > main#contentsAll .btn_wrap.fixed.fixed {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  max-width: 428px;
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding-top: 1rem;
  z-index: 1000;
}
html body #wrapper > main#contentsAll .btn_wrap.fixed.fixed.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */