body {
  background: none !important;
  line-height: 1.4666;
}

.main-in {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

.lp_sapporo .lp_container {
  position: relative;
  background: url(../img/P1.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
}
.lp_sapporo .lp_container_main {
  width: 100%;
  max-width: 550px;
  margin-left: calc((100vw - 550px) / 2);
  padding-bottom: 100px;
  background: #fff;
}
@media (max-width: 749px) {
  .lp_sapporo .lp_container_main {
    margin: 0 auto;
  }
}
@media (max-width: 549px) {
  .lp_sapporo .lp_container_main {
    padding-bottom: 18vw;
  }
}
.lp_sapporo .lp_logo {
  position: sticky;
  top: 40px;
  height: 100vh;
  width: calc((100vw - 550px) / 2);
}
@media (max-width: 749px) {
  .lp_sapporo .lp_logo {
    display: none;
  }
}
.lp_sapporo .lp_logo img {
  margin: 0 40px 0 auto;
}
.lp_sapporo .fv_wrap {
  position: relative;
}
.lp_sapporo .fv_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  max-width: 110px;
}
.lp_sapporo .fv_text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: bold;
}
.lp_sapporo .fv_text1 {
  font-size: 24px;
  padding: 10px 0px 10px 12px;
  background: #fff;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 549px) {
  .lp_sapporo .fv_text1 {
    font-size: 4.4vw;
  }
}
.lp_sapporo .fv_text2 {
  margin-top: 8px;
  color: #e50012;
  font-size: 30px;
  padding: 12px 12px;
  background: #fff;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 549px) {
  .lp_sapporo .fv_text2 {
    font-size: 5.4vw;
  }
}
.lp_sapporo .lp_container_s {
  padding: 0 60px;
}
@media (max-width: 549px) {
  .lp_sapporo .lp_container_s {
    padding: 0 10vw;
  }
}
.lp_sapporo .about {
  padding: 60px 0;
  background: #fff;
}
.lp_sapporo .about_item + .about_item {
  margin-top: 50px;
}
.lp_sapporo .about_item_title_wrap {
  display: flex;
  align-items: center;
}
.lp_sapporo .about_item_title_wrap .num {
  width: 66px;
  height: 66px;
  background: #e50012;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
}
@media (max-width: 549px) {
  .lp_sapporo .about_item_title_wrap .num {
    width: 12vw;
    height: 12vw;
  }
}
@media (max-width: 549px) and (max-width: 549px) {
  .lp_sapporo .about_item_title_wrap .num {
    font-size: 5.4vw;
  }
}
.lp_sapporo .about_item_title_wrap .title {
  color: #e50012;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35;
}
@media (max-width: 549px) {
  .lp_sapporo .about_item_title_wrap .title {
    font-size: 5.1vw;
  }
}
.lp_sapporo .about_item_text {
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.5333;
}
@media (max-width: 549px) {
  .lp_sapporo .about_item_text {
    font-size: 3.8vw;
  }
}
.lp_sapporo .page_title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 6px;
}
@media (max-width: 549px) {
  .lp_sapporo .page_title {
    font-size: 5.8vw;
  }
}
.lp_sapporo .page_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 4px;
  background: #e50012;
  transform: translateX(-50%);
}
.lp_sapporo .page_title_w {
  color: #fff;
}
.lp_sapporo .page_title_w::after {
  background: #fff;
}
.lp_sapporo .voice {
  padding: 70px 0;
  background: #e50012;
}
.lp_sapporo .voice_wrap {
  margin-top: 60px;
}
.lp_sapporo .voice_item {
  background: #fff;
  border-radius: 20px;
  padding: 46px 30px;
}
@media (max-width: 549px) {
  .lp_sapporo .voice_item {
    padding-left: 5.4vw;
    padding-right: 5.4vw;
  }
}
.lp_sapporo .voice_item + .voice_item {
  margin-top: 30px;
}
.lp_sapporo .voice_item_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lp_sapporo .voice_item_title_wrap .img {
  width: 23%;
}
.lp_sapporo .voice_item_title_wrap .voice_item_title_text_wrap {
  width: 68%;
}
.lp_sapporo .voice_item_title_wrap .title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo .voice_item_title_wrap .title {
    font-size: 4vw;
  }
}
.lp_sapporo .voice_item_title_wrap .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 549px) {
  .lp_sapporo .voice_item_title_wrap .name {
    font-size: 3.6vw;
  }
}
.lp_sapporo .voice_item_text {
  margin-top: 36px;
  font-size: 19px;
  line-height: 1.73;
}
@media (max-width: 549px) {
  .lp_sapporo .voice_item_text {
    font-size: 3.45vw;
  }
}
.lp_sapporo .movie_wrap {
  margin-top: 70px;
}
.lp_sapporo .movie_title {
  font-size: 23px;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo .movie_title {
    font-size: 4.2vw;
  }
}
.lp_sapporo .movie_title:before, .lp_sapporo .movie_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 1em;
  margin: 0 0.8em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.lp_sapporo .movie_title:before {
  transform: rotate(-35deg);
}
.lp_sapporo .movie_title:after {
  transform: rotate(35deg);
}
.lp_sapporo .movie {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.lp_sapporo .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp_sapporo .program {
  padding: 60px 0 40px;
  background: #fff;
}
.lp_sapporo .program_text {
  margin-top: 50px;
  font-size: 21px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 549px) {
  .lp_sapporo .program_text {
    font-size: 3.8vw;
  }
}
.lp_sapporo .program_ceo_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lp_sapporo .program_ceo_wrap .img {
  width: 39%;
}
.lp_sapporo .program_ceo_wrap .text_wrap {
  width: 53%;
}
.lp_sapporo .program_ceo_wrap .text {
  font-size: 19px;
}
@media (max-width: 549px) {
  .lp_sapporo .program_ceo_wrap .text {
    font-size: 3.45vw;
  }
}
.lp_sapporo .program_ceo_wrap .title {
  margin-top: 20px;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo .program_ceo_wrap .title {
    font-size: 4.2vw;
  }
}
.lp_sapporo .program_wrap {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp_sapporo .program_item {
  width: 46%;
  margin-bottom: 30px;
}
.lp_sapporo .program_item_title {
  margin-top: 22px;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 549px) {
  .lp_sapporo .program_item_title {
    font-size: 3.1vw;
  }
}
.lp_sapporo .shop {
  padding: 70px 0;
  background: #e50012;
}
.lp_sapporo .shop_wrap {
  margin-top: 60px;
}
.lp_sapporo .shop_item + .shop_item {
  margin-top: 50px;
}
.lp_sapporo .shop_item .text_wrap {
  margin-top: 34px;
  color: #fff;
}
.lp_sapporo .shop_item .text_wrap .title {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo .shop_item .text_wrap .title {
    font-size: 4.2vw;
  }
}
.lp_sapporo .shop_item .text_wrap .address {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.73;
}
@media (max-width: 549px) {
  .lp_sapporo .shop_item .text_wrap .address {
    font-size: 3.3vw;
  }
}
.lp_sapporo .shop_item .text_wrap .tel {
  margin-top: 10px;
  font-weight: bold;
}
.lp_sapporo .shop_item .text_wrap .tel .small {
  font-size: 21px;
}
@media (max-width: 549px) {
  .lp_sapporo .shop_item .text_wrap .tel .small {
    font-size: 3.8vw;
  }
}
.lp_sapporo .shop_item .text_wrap .tel .tel_num a {
  font-size: 31px;
  color: #fff;
}
@media (max-width: 549px) {
  .lp_sapporo .shop_item .text_wrap .tel .tel_num a {
    font-size: 5.6vw;
  }
}
.lp_sapporo .area {
  padding: 70px 0;
  background: #fff;
}
.lp_sapporo .area_text {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 1.71;
}
@media (max-width: 549px) {
  .lp_sapporo .area_text {
    font-size: 3.6vw;
  }
}
.lp_sapporo .area_img {
  margin-top: 36px;
}
.lp_sapporo .lp_cta_btn_wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
}
.lp_sapporo .lp_cta_btn_wrap .lp_cta_container {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.lp_sapporo .lp_cta_btn_wrap .cta_btn {
  background: #e50012;
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo .lp_cta_btn_wrap .cta_btn {
    font-size: 5.4vw;
    height: 18vw;
  }
}
.lp_sapporo .lp_cta_btn_wrap .cta_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../img/btn_arrow.png) center center/contain no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 549px) {
  .lp_sapporo .lp_cta_btn_wrap .cta_btn:after {
    height: 5.45vw;
    width: 5.45vw;
  }
}
.lp_sapporo .btn_dl {
  padding-bottom: 70px;
}
@media (max-width: 549px) {
  .lp_sapporo .btn_dl {
    padding-bottom: 0;
  }
}
.lp_sapporo .btn_dl a {
  background: #444 url(https://www.recordbook.jp/common/img/icon_pamphlet.png) no-repeat left top;
  background-size: auto 75%;
  color: #fff;
  padding: 20px 10px 20px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo .btn_dl a {
    font-size: 3.6vw;
  }
}
.lp_sapporo_form .form {
  position: relative;
  padding-top: 70px;
}
.lp_sapporo_form .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  max-width: 110px;
}
.lp_sapporo_form .form_wrap {
  padding-top: 50px;
  font-size: 20px;
}
@media (max-width: 549px) {
  .lp_sapporo_form .form_wrap {
    font-size: 3.6vw;
  }
}
.lp_sapporo_form .form_item + .form_item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
}
.lp_sapporo_form .form_title {
  margin-bottom: 20px;
  display: block;
}
.lp_sapporo_form input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
@media (max-width: 549px) {
  .lp_sapporo_form input[type=radio] {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.lp_sapporo_form .radio_item + .radio_item {
  margin-top: 10px;
}
.lp_sapporo_form .radio_item .horizontal-item {
  display: block;
}
.lp_sapporo_form .radio_item .horizontal-item + .horizontal-item {
  margin-top: 10px;
  margin-left: 0;
}
.lp_sapporo_form input[type=text],
.lp_sapporo_form input[type=email] {
  background: #efefef;
  width: 100%;
  padding: 10px;
  border: none;
}
.lp_sapporo_form input[type=text] + input[type=text],
.lp_sapporo_form input[type=email] + input[type=text] {
  margin-top: 12px;
}
.lp_sapporo_form input[name=postcode],
.lp_sapporo_form input[name=postcode2] {
  width: 40%;
  margin-top: 0 !important;
}
.lp_sapporo_form .mt_title {
  margin-top: 40px;
}
.lp_sapporo_form .postcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_sapporo_form select {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 10px;
  appearance: none;
}
.lp_sapporo_form .prefectures {
  position: relative;
}
.lp_sapporo_form .prefectures:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #040404;
  border-right: solid 2px #040404;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.lp_sapporo_form textarea {
  background: #efefef;
  width: 100%;
  padding: 10px;
  resize: vertical;
  border: none;
}
.lp_sapporo_form .policy_text {
  line-height: 1.7;
  margin-bottom: 20px;
}
.lp_sapporo_form .policy_text a {
  color: #e50012;
  border-bottom: 1px solid #e50012;
}
.lp_sapporo_form input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.lp_sapporo_form .submit_btn_wrap {
  margin-top: 10px;
}
.lp_sapporo_form .submit_btn_wrap input {
  padding: 20px 10px;
  background: #e50012;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  border: none;
  cursor: pointer;
}
@media (max-width: 549px) {
  .lp_sapporo_form .submit_btn_wrap input {
    font-size: 4.4vw;
  }
}
.lp_sapporo_form .contact {
  margin-top: 70px;
}
.lp_sapporo_form .contact_wrap {
  margin-top: 40px;
}
.lp_sapporo_form .contact_btn a {
  background: #4d4d4d;
  color: #fff;
  padding: 20px 10px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  display: block;
}
@media (max-width: 549px) {
  .lp_sapporo_form .contact_btn a {
    font-size: 4.4vw;
  }
}
.lp_sapporo_form .contact_btn + .contact_btn {
  margin-top: 20px;
}
.lp_sapporo_form .contact_tel_wrap {
  margin-top: 40px;
  text-align: center;
}
.lp_sapporo_form .contact_tel_text {
  font-size: 20px;
}
@media (max-width: 549px) {
  .lp_sapporo_form .contact_tel_text {
    font-size: 3.6vw;
  }
}
.lp_sapporo_form .contact_tel_num {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_sapporo_form .contact_tel_num .img {
  width: 35px;
}
@media (max-width: 549px) {
  .lp_sapporo_form .contact_tel_num .img {
    width: 6.36vw;
  }
}
.lp_sapporo_form .contact_tel_num .num {
  font-size: 40px;
  color: #000;
  line-height: 1;
  margin-left: 10px;
  font-weight: bold;
}
@media (max-width: 549px) {
  .lp_sapporo_form .contact_tel_num .num {
    font-size: 7.2vw;
  }
}
.lp_sapporo_form .mw_wp_form_confirm .prefectures:before {
  content: none;
}




/* 2024/09/17 */
.lp_sapporo .tenpo_link_btn { text-align:center; }
.lp_sapporo .tenpo_link_btn a {
  font-size: 18px;
  background: #fff;
  border-radius: 100vmax;
  padding: 15px 50px;
  display: inline-block;
  margin: 25px auto 0;
  font-weight:bold;
}