@charset "UTF-8";
.kakko {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/*--- バナー一覧 ---*/
.top_ban_box .menu_list li a.shop_lp, .top_ban_box .menu_list li a:hover {
  color: #FFF;
  background-color: #6fb92c;
}

/*--- LPのみ公開時のための非表示処理 ---*/
.bottom .ban_list {
  display: none;
}
.bottom .inq_box {
  margin-top: 0 !important;
}

footer .sns {
  display: none;
}
footer .copyright p:first-child {
  display: none;
}
footer .copyright p + p {
  margin-top: 0 !important;
}

/*--- 共通修正 ---*/
/*--- メインビジュアル ---*/
.mv .mv01 {
  background-image: url(../images/shop_lp/mv_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mv .mv01 h1 {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .mv .mv01 h1 {
    max-width: none;
    width: 98.1%;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv01 h1 {
    width: 100%;
  }
}
.mv .message {
  background-color: rgb(255, 45, 45);
  padding: 20px 0 25px;
}
@media screen and (max-width: 1030px) {
  .mv .message {
    padding: 1.9vw 0 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .message {
    padding: 3vw 0 3.3vw;
  }
}
.mv .message .txt01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .mv .message .txt01 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .message .txt01 {
    font-size: 4.8vw;
    line-height: 1.3em;
    letter-spacing: 0em;
  }
}
.mv .mv02 {
  position: relative;
}
.mv .mv02 .mv02_content {
  max-width: 662px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .mv02_content {
    max-width: none;
    width: 64.3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .mv02_content {
    width: 100%;
  }
}
.mv .mv02 .mv02_content .type_block {
  width: 41.7%;
  padding-top: 32px;
  padding-bottom: 38px;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .mv02_content .type_block {
    padding-top: 3.1vw;
    padding-bottom: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .mv02_content .type_block {
    width: 50%;
    padding-top: 5.1vw;
    padding-bottom: 4.8vw;
  }
}
.mv .mv02 .mv02_content .type_block .name {
  width: 60.9%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  background-color: #fff;
  padding: 0.2em 0em 0.3em;
  border-radius: 1.5em;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .mv02_content .type_block .name {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .mv02_content .type_block .name {
    width: 55.5%;
    font-size: 4.3vw;
  }
}
.mv .mv02 .mv02_content .type_block .logo {
  margin-top: 17px;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .mv02_content .type_block .logo {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .mv02_content .type_block .logo {
    width: 82.7%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.3vw;
  }
}
.mv .mv02 .and {
  width: 57px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  z-index: 4;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .and {
    width: 5.5vw;
    top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .and {
    width: 7.1vw;
    top: 6.1vw;
  }
}
.mv .mv02 .bg01 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f39800;
  background-image: url(../images/common/kaomai_bg.svg);
  background-size: 222px auto;
  background-position: center center;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .bg01 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .bg01 {
    background-size: 29.6vw auto;
  }
}
.mv .mv02 .bg02 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #00aac3;
  background-image: url(../images/common/kinsyachi_bg.svg);
  background-size: 222px auto;
  background-position: center center;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .mv .mv02 .bg02 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv02 .bg02 {
    background-size: 29.6vw auto;
  }
}

/*--- 概要 ---*/
#about .wrap01 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 1030px) {
  #about .wrap01 {
    padding-top: 9.3vw;
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  #about .wrap01 {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }
}

/*--- 店舗様の声 ---*/
#voice {
  background-color: #fff598;
}
#voice .wrap01 {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  #voice .wrap01 {
    padding-top: 4.9vw;
    padding-bottom: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .wrap01 {
    padding-top: 7.3vw;
    padding-bottom: 9.1vw;
  }
}
#voice .catch {
  width: 460px;
  height: 34px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #voice .catch {
    width: 44.7vw;
    height: 3.3vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 1030px) {
  #voice .catch {
    width: 69vw;
    height: 15vw;
    font-size: 5.7vw;
    line-height: 1.25em;
  }
}
#voice .catch::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 34px;
  left: 0;
  bottom: 0;
  background-image: url(../images/shop_lp/shop_img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1030px) {
  #voice .catch::before {
    width: 3vw;
    height: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .catch::before {
    width: 7.8vw;
    height: 8.1vw;
  }
}
#voice .catch::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 34px;
  right: 0;
  bottom: 0;
  background-image: url(../images/shop_lp/shop_img02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 1030px) {
  #voice .catch::after {
    width: 3vw;
    height: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .catch::after {
    width: 7.8vw;
    height: 8.1vw;
  }
}
#voice h2 {
  font-size: 81px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2em;
  color: #920783;
}
@media screen and (max-width: 1030px) {
  #voice h2 {
    font-size: 7.9vw;
  }
}
@media screen and (max-width: 768px) {
  #voice h2 {
    font-size: 16.9vw;
  }
}
#voice h2 span {
  font-size: 65px;
}
@media screen and (max-width: 1030px) {
  #voice h2 span {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  #voice h2 span {
    font-size: 13.5vw;
  }
}
#voice .voice_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  #voice .voice_box {
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice_box {
    margin-top: 13.1vw;
  }
}
#voice .voice_box .voice_block {
  width: 49%;
  border: 4px solid #000;
  border-radius: 10px;
  padding: 30px 19px 19px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #voice .voice_box .voice_block {
    border-width: 0.4vw;
    border-radius: 1vw;
    padding: 2.9vw 1.8vw 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block {
    width: 100%;
    border-width: 1.1vw;
    border-radius: 2.7vw;
    padding: 10.1vw 6.7vw 6.7vw;
  }
  #voice .voice_box .voice_block:nth-child(n+2) {
    margin-top: 10.7vw;
  }
}
#voice .voice_box .voice_block h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  width: 238px;
  border-radius: 1.5em;
  background-color: #000;
  color: #fff100;
  padding: 0.3em 0 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1030px) {
  #voice .voice_box .voice_block h3 {
    font-size: 1.9vw;
    width: 23.1vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block h3 {
    font-size: 5.1vw;
    width: 61.3vw;
  }
}
#voice .voice_box .voice_block .voice_txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .voice_txt_box {
    display: block;
  }
}
#voice .voice_box .voice_block .voice_txt_box .voice_txt {
  width: 47.8%;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #voice .voice_box .voice_block .voice_txt_box .voice_txt {
    min-height: 7.8vw;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .voice_txt_box .voice_txt {
    width: 100%;
    display: block;
    min-height: 1px;
    font-size: 4.8vw;
    margin-top: 5vw;
    padding-top: 5vw;
    border-top: 0.5vw solid #000;
  }
  #voice .voice_box .voice_block .voice_txt_box .voice_txt:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #voice .voice_box .voice_block .voice_txt_box .voice_txt .sp_long {
    display: inline-block;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
}
#voice .voice_box .voice_block .voice_txt_box .voice_txt strong {
  font-weight: 900;
}
#voice .voice_box .voice_block .voice_txt_box .tate {
  width: 2px;
  height: 90px;
  border: none;
  background-color: #000;
}
@media screen and (max-width: 1030px) {
  #voice .voice_box .voice_block .voice_txt_box .tate {
    width: 0.2vw;
    height: 8.7vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .voice_txt_box .tate {
    display: none;
  }
}
#voice .voice_box .voice_block .voice_txt_box .yoko {
  width: 47.8%;
  height: 2px;
  border: none;
  margin: 10px 0;
  background-color: #000;
}
@media screen and (max-width: 1030px) {
  #voice .voice_box .voice_block .voice_txt_box .yoko {
    height: 0.2vw;
    margin: 1vw 0;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block .voice_txt_box .yoko {
    display: none;
  }
}
#voice .voice_box .voice_block.kaomai {
  border-color: #f39800;
}
#voice .voice_box .voice_block.kaomai h3 {
  background-color: #f39800;
}
#voice .voice_box .voice_block.kaomai .voice_txt strong {
  color: #f39800;
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block.kaomai .voice_txt {
    border-top-color: #fac03d;
  }
}
#voice .voice_box .voice_block.kaomai .tate {
  background-color: #fac03d;
}
#voice .voice_box .voice_block.kaomai .yoko {
  background-color: #fac03d;
}
#voice .voice_box .voice_block.kinsyachi {
  border-color: #00aac3;
}
#voice .voice_box .voice_block.kinsyachi h3 {
  background-color: #00aac3;
}
#voice .voice_box .voice_block.kinsyachi .voice_txt strong {
  color: #00aac3;
}
@media screen and (max-width: 768px) {
  #voice .voice_box .voice_block.kinsyachi .voice_txt {
    border-top-color: #00aac3;
  }
}
#voice .voice_box .voice_block.kinsyachi .tate {
  background-color: #00aac3;
}
#voice .voice_box .voice_block.kinsyachi .yoko {
  background-color: #00aac3;
}

/*--- 参加店舗のご選択は ---*/
#money_btn_box .wrap02 {
  padding: 70px 0;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .wrap02 {
    padding: 6.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .wrap02 {
    padding: 16.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 {
    width: 76.4vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#money_btn_box .btn01 a {
  display: block;
  background-color: #00aac3;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 a {
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 a {
    width: 100%;
    border-radius: 4.5vw;
  }
}
#money_btn_box .btn01 .btn_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 .btn_content {
    padding-left: 7.8vw;
    padding-right: 5.8vw;
    padding-top: 2.9vw;
    padding-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 .btn_content {
    display: block;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    padding-top: 4vw;
    padding-bottom: 4.8vw;
  }
}
#money_btn_box .btn01 .btn_content .logo {
  width: 234px;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 .btn_content .logo {
    width: 22.7vw;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 .btn_content .logo {
    width: 32vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#money_btn_box .btn01 .btn_content .txt_box01 {
  width: 380px;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 .btn_content .txt_box01 {
    width: 36.9vw;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 .btn_content .txt_box01 {
    width: 100%;
    margin-top: 3vw;
  }
}
#money_btn_box .btn01 .btn_content .txt_box01 .txt01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 .btn_content .txt_box01 .txt01 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 .btn_content .txt_box01 .txt01 {
    font-size: 3.5vw;
  }
}
#money_btn_box .btn01 .btn_content .txt_box01 .txt02 {
  font-size: 53px;
  font-weight: 900;
  line-height: 1.2em;
  color: #fff100;
  text-align: center;
  margin-top: 0.2em;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 .btn_content .txt_box01 .txt02 {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 .btn_content .txt_box01 .txt02 {
    font-size: 8.3vw;
  }
}
#money_btn_box .btn01 .btn_content .txt_box01 .txt03 {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-top: 0.8em;
  background-color: #fff100;
  padding: 0.7em 0 0.8em 1.5em;
  border-radius: 1.5em;
  background-image: url(../images/shop_lp/benri_arrow.svg);
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: right 0.8em center;
}
@media screen and (max-width: 1030px) {
  #money_btn_box .btn01 .btn_content .txt_box01 .txt03 {
    font-size: 1.9vw;
    width: 26.2vw;
    background-size: 3.2vw auto;
  }
}
@media screen and (max-width: 768px) {
  #money_btn_box .btn01 .btn_content .txt_box01 .txt03 {
    font-size: 5.1vw;
    width: 100%;
    background-size: 8.1vw auto;
    padding-left: 1.1em;
  }
}

/*--- 参加店舗のご選択は ---*/
#choice {
  background-color: #fff598;
}
#choice .wrap01 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1030px) {
  #choice .wrap01 {
    padding-top: 7.3vw;
    padding-bottom: 7.3vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .wrap01 {
    padding-top: 12.9vw;
    padding-bottom: 15.1vw;
  }
}
#choice h2 {
  max-width: 277px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  background-color: #a5c635;
  padding: 0.5em 0 0.6em;
  border-radius: 1.5em;
}
@media screen and (max-width: 1030px) {
  #choice h2 {
    max-width: none;
    width: 26.9vw;
    margin-bottom: 3.3vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #choice h2 {
    width: 57.7vw;
    margin-bottom: 5.6vw;
    font-size: 5.1vw;
  }
}
#choice .choice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #choice .choice_list {
    display: block;
  }
}
#choice .choice_list li {
  width: 31.8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #choice .choice_list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #choice .choice_list li + li {
    margin-top: 4.5vw;
  }
}
#choice .choice_list li .txt01 {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  height: 220px;
  border: 5px solid #dae000;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: 260px auto;
  background-position: center bottom 18px;
}
@media screen and (max-width: 1030px) {
  #choice .choice_list li .txt01 {
    font-size: 1.7vw;
    height: 21.4vw;
    border-width: 0.5vw;
    border-radius: 1vw;
    padding-top: 1.9vw;
    background-size: 25.5vw auto;
    background-position: center bottom 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .choice_list li .txt01 {
    font-size: 5.1vw;
    height: 60.1vw;
    border-width: 1.1vw;
    border-radius: 2.7vw;
    padding-top: 8vw;
    background-size: 68vw auto;
    background-position: center bottom 5.1vw;
  }
}
#choice .choice_list li .no {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #a5c635;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  padding-top: 0.1em;
  color: #fff;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #choice .choice_list li .no {
    font-size: 2.5vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .choice_list li .no {
    font-size: 7.1vw;
    width: 9.7vw;
    height: 9.7vw;
  }
}
#choice .choice_list li.choice01 .txt01 {
  background-image: url(../images/shop_lp/shop_img01_pc.png);
}
@media screen and (max-width: 768px) {
  #choice .choice_list li.choice01 .txt01 {
    background-image: url(../images/shop_lp/shop_img01_sp.png);
  }
}
#choice .choice_list li.choice02 .txt01 {
  background-image: url(../images/shop_lp/shop_img02_pc.png);
}
@media screen and (max-width: 768px) {
  #choice .choice_list li.choice02 .txt01 {
    background-image: url(../images/shop_lp/shop_img02_sp.png);
  }
}
#choice .choice_list li.choice03 .txt01 {
  background-image: url(../images/shop_lp/shop_img03_pc.png);
}
@media screen and (max-width: 768px) {
  #choice .choice_list li.choice03 .txt01 {
    background-image: url(../images/shop_lp/shop_img03_sp.png);
  }
}

/*--- 参加店舗に応募する ---*/
#form_link {
  background-color: #dae000;
}
#form_link .wrap02 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1030px) {
  #form_link .wrap02 {
    padding-top: 6.8vw;
    padding-bottom: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .wrap02 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
#form_link .btn_box a, #form_link .btn_box span {
  display: block;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box a, #form_link .btn_box span {
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box a, #form_link .btn_box span {
    border-radius: 4vw;
  }
}
#form_link .btn_box a.no_link, #form_link .btn_box span.no_link {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
#form_link .btn_box .btn_content {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content {
    padding-top: 3.9vw;
    padding-bottom: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content {
    padding-top: 8.7vw;
    padding-bottom: 9.3vw;
  }
}
#form_link .btn_box .btn_content .txt01 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content .txt01 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content .txt01 {
    font-size: 6vw;
  }
}
#form_link .btn_box .btn_content .txt01 strong {
  font-size: 41px;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content .txt01 strong {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content .txt01 strong {
    display: block;
    font-size: 7.7vw;
  }
}
#form_link .btn_box .btn_content .txt02 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2em;
  color: #000;
  margin-top: 0.8em;
  background-color: #fff100;
  padding: 0.7em 0 0.8em 1.5em;
  border-radius: 1.5em;
  background-image: url(../images/shop_lp/shop_arrow.svg);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: right 0.8em center;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content .txt02 {
    margin-top: 1.9vw;
    font-size: 2.1vw;
    width: 31.1vw;
    background-size: 3.5vw auto;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content .txt02 {
    font-size: 5.1vw;
    width: 72.9vw;
    background-size: 8.1vw auto;
    padding-left: 1.1em;
    margin-top: 1em;
  }
}
#form_link .btn_box .btn_content .txt03 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content .txt03 {
    font-size: 2.4vw;
    margin-top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content .txt03 {
    font-size: 4.7vw;
    margin-top: 0.7em;
  }
}
#form_link .btn_box .btn_content .txt04 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content .txt04 {
    font-size: 1.4vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content .txt04 {
    display: block;
    width: 73.7vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
    margin-top: 1.4em;
    text-align: left;
  }
}
#form_link .btn_box .btn_content .txt04 .b-txt {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1030px) {
  #form_link .btn_box .btn_content .txt04 .b-txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #form_link .btn_box .btn_content .txt04 .b-txt {
    display: block;
    font-size: 4.7vw;
    text-align: center;
    padding-top: 0.5em;
  }
}

/*--- とっても便利 ---*/
#conv .bg01 {
  padding: 55px 0 40px;
}
@media screen and (max-width: 1030px) {
  #conv .bg01 {
    padding: 5.3vw 0 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .bg01 {
    padding: 9.3vw 0;
  }
}
#conv .bg01 .message {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #conv .bg01 .message {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .bg01 .message {
    display: block;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 4.6vw;
    line-height: 1.7em;
  }
}
#conv .bg01 .message strong {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #e60012;
}
@media screen and (max-width: 1030px) {
  #conv .bg01 .message strong {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .bg01 .message strong {
    font-size: 7.4vw;
  }
}
#conv .title {
  position: relative;
  background-color: #00aac3;
}
#conv .title .wrap01 {
  padding: 70px 0 0;
}
@media screen and (max-width: 1030px) {
  #conv .title .wrap01 {
    padding: 6.8vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #conv .title .wrap01 {
    padding: 13.3vw 0 0;
  }
}
#conv .title h2 {
  position: relative;
}
#conv .title h2 .t01,
#conv .title h2 .t02,
#conv .title h2 .t03 {
  display: block;
}
#conv .title h2 .t01 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  #conv .title h2 .t01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .title h2 .t01 {
    font-size: 4.8vw;
  }
}
#conv .title h2 .t02 {
  font-size: 62px;
  font-weight: 900;
  text-align: center;
  color: #fff100;
  line-height: 1.2em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1030px) {
  #conv .title h2 .t02 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .title h2 .t02 {
    font-size: 11.6vw;
    margin-top: 0;
  }
}
#conv .title h2 .t03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  color: #00aac3;
  border-radius: 50%;
  background-color: #fff;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -35px;
  right: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(210%);
}
@media screen and (max-width: 1030px) {
  #conv .title h2 .t03 {
    font-size: 2.3vw;
    width: 19.4vw;
    height: 19.4vw;
    top: -3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .title h2 .t03 {
    position: static;
    font-size: 6.7vw;
    font-weight: 900;
    width: 86.7vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    height: auto;
    padding: 0.3em 0 0.4em;
    border-radius: 1.5em;
    top: auto;
    right: auto;
    transform: none;
  }
}
#conv .title .arrow {
  position: absolute;
  width: 64px;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  #conv .title .arrow {
    width: 6.2vw;
    top: -1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .title .arrow {
    width: 12.5vw;
    top: -3.5vw;
  }
}
#conv .content {
  background-color: #00aac3;
}
#conv .content .wrap02 {
  padding-top: 70px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1030px) {
  #conv .content .wrap02 {
    padding-top: 6.8vw;
    padding-bottom: 15.5vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .wrap02 {
    padding-top: 10.7vw;
    padding-bottom: 18.7vw;
  }
}
#conv .content .txt_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 {
    display: block;
  }
}
#conv .content .txt_box01 .txt_block {
  width: 47.5%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  #conv .content .txt_box01 .txt_block {
    border-radius: 1.2vw;
    padding-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block {
    width: 100%;
    padding-bottom: 8vw;
    border-radius: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block:nth-child(n+2) {
    margin-top: 8.4vw;
  }
}
#conv .content .txt_box01 .txt_block:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 1030px) {
  #conv .content .txt_box01 .txt_block:nth-child(n+3) {
    margin-top: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block:nth-child(n+3) {
    margin-top: 8.4vw;
  }
}
#conv .content .txt_box01 .txt_block:nth-child(4) .txt03 {
  right: -0.4em;
}
#conv .content .txt_box01 .txt_block .txt01 {
  font-size: 22px;
  font-weight: bold;
  background-color: #fff100;
  padding: 0.7em 0 0.8em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #conv .content .txt_box01 .txt_block .txt01 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block .txt01 {
    font-size: 5.1vw;
    font-weight: 900;
    padding: 1.5em 0 1.6em;
  }
}
#conv .content .txt_box01 .txt_block .txt02 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 1030px) {
  #conv .content .txt_box01 .txt_block .txt02 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block .txt02 {
    font-size: 8.3vw;
    margin-top: 0.5em;
  }
}
#conv .content .txt_box01 .txt_block .txt03 {
  font-size: 49px;
  font-weight: 900;
  text-align: center;
  color: #e71f19;
  line-height: 1.2em;
  margin-top: 0.4em;
  position: relative;
  right: -0.6em;
}
@media screen and (max-width: 1030px) {
  #conv .content .txt_box01 .txt_block .txt03 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block .txt03 {
    font-size: 11.1vw;
  }
}
#conv .content .txt_box01 .txt_block .txt03 strong {
  font-size: 135px;
  font-weight: 900;
  vertical-align: -0.05em;
}
@media screen and (max-width: 1030px) {
  #conv .content .txt_box01 .txt_block .txt03 strong {
    font-size: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  #conv .content .txt_box01 .txt_block .txt03 strong {
    font-size: 30.8vw;
  }
}

/*--- 説明会や相談会 ---*/
#briefing {
  background-color: #fff;
}
#briefing .wrap02 {
  padding-top: 100px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1030px) {
  #briefing .wrap02 {
    padding-top: 9.7vw;
    padding-bottom: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .wrap02 {
    padding-top: 16.8vw;
    padding-bottom: 13.3;
  }
}
#briefing h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  #briefing h2 {
    font-size: 2.9vw;
    margin-bottom: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing h2 {
    font-size: 6.7vw;
    line-height: 1.5em;
    margin-bottom: 4.9vw;
  }
}
#briefing .link_box .link_block + .link_block {
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block + .link_block {
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block + .link_block {
    margin-top: 5.7vw;
  }
}
#briefing .link_box .link_block > a, #briefing .link_box .link_block > span {
  display: block;
  overflow: hidden;
  border: 5px solid #a5c635;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block > a, #briefing .link_box .link_block > span {
    border-width: 0.5vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block > a, #briefing .link_box .link_block > span {
    border-width: 1.1vw;
    border-radius: 2.7vw;
  }
}
#briefing .link_box .link_block .title {
  font-size: 20px;
  font-weight: 900;
  color: #a5c635;
  text-align: center;
  border-bottom: 5px solid #a5c635;
  padding: 0.5em 0 0.6em;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block .title {
    font-size: 1.9vw;
    border-bottom-width: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block .title {
    font-size: 5.3vw;
    line-height: 1.3em;
    border-bottom-width: 1.1vw;
    padding: 0.6em 0 0.7em;
  }
}
#briefing .link_box .link_block .txt02 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #a5c635;
  padding: 0.8em 0 0.9em;
  background-image: url(../images/shop_lp/briefing_icon01.svg);
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: right 30px center;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block .txt02 {
    font-size: 2.1vw;
    background-size: 3.3vw auto;
    background-position: right 2.9vw center;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block .txt02 {
    font-size: 5.3vw;
    padding: 0.7em 0 0.8em;
    background-size: 7.2vw auto;
    background-position: right 2.8vw center;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 {
  width: 88.125%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 {
    padding: 2.4vw 0;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 {
    display: block;
    width: 84.6%;
    padding: 8vw 0 5.3vw;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block {
  width: 46.2%;
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block {
    width: 100%;
  }
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block + .b_txt_block {
    margin-top: 5.3vw;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #a5c635;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title {
    border-bottom-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title {
    border-bottom-width: 0.5vw;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title .t01 {
  font-size: 18px;
  font-weight: 900;
  color: #a5c635;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title .t01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title .t01 {
    font-size: 3.9vw;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title .t02 {
  font-size: 14px;
  font-weight: 700;
  color: #a5c635;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title .t02 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_title .t02 {
    font-size: 3.2vw;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_txt01 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_txt01 {
    font-size: 4.3vw;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .b_txt_block .b_txt01 .no {
  color: #a5c635;
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box {
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box {
    padding: 1.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box {
    padding: 0;
  }
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box video {
  display: block;
  width: 100%;
  height: auto;
}
#briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box .movie_txt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4em;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box .movie_txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing01 .b_txt_box01 .movie_box .movie_txt {
    margin-top: 0.8em;
    font-size: 3.5vw;
  }
}
#briefing .link_box .link_block#briefing02 .title .title_txt {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt {
    display: block;
    width: 66vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 0.5em;
  }
}
#briefing .link_box .link_block#briefing02 .title .title_txt::before, #briefing .link_box .link_block#briefing02 .title .title_txt::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt::before, #briefing .link_box .link_block#briefing02 .title .title_txt::after {
    top: 0.5vw;
    width: 1vw;
    height: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt::before, #briefing .link_box .link_block#briefing02 .title .title_txt::after {
    top: auto;
    bottom: 0vw;
    width: 3.1vw;
    height: 5.1vw;
  }
}
#briefing .link_box .link_block#briefing02 .title .title_txt::before {
  left: -18px;
  background-image: url(../images/shop_lp/briefing_icon02.svg);
  background-position: right center;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt::before {
    left: -1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt::before {
    left: -3vw;
  }
}
#briefing .link_box .link_block#briefing02 .title .title_txt::after {
  right: -18px;
  background-image: url(../images/shop_lp/briefing_icon03.svg);
  background-position: left center;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt::after {
    right: -1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .title .title_txt::after {
    right: -3vw;
  }
}
#briefing .link_box .link_block#briefing02 .b_txt_box01 {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .b_txt_box01 {
    padding-top: 2.4vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .b_txt_box01 {
    padding-top: 7.7vw;
    padding-bottom: 6.4vw;
  }
}
#briefing .link_box .link_block#briefing02 .b_txt_box01 .b_txt01 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .b_txt_box01 .b_txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .b_txt_box01 .b_txt01 {
    font-size: 4.5vw;
  }
}
#briefing .link_box .link_block#briefing02 .b_txt_box01 .b_txt02 {
  font-size: 10px;
  color: #000;
  line-height: 1.4em;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1030px) {
  #briefing .link_box .link_block#briefing02 .b_txt_box01 .b_txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .link_box .link_block#briefing02 .b_txt_box01 .b_txt02 {
    font-size: 2.5vw;
  }
}
#briefing .btn_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  #briefing .btn_list li + li {
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .btn_list li + li {
    margin-top: 5.7vw;
  }
}
#briefing .br_box {
  border-radius: 10px;
  background-color: #fff;
  border: 5px solid #DE5419;
}
@media screen and (max-width: 1030px) {
  #briefing .br_box {
    border-radius: 1vw;
    border-width: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .br_box {
    border-radius: 2.7vw;
    border-width: 1.1vw;
  }
}
#briefing .br_box h3 {
  font-size: 20px;
  font-weight: 900;
  color: #DE5419;
  text-align: center;
  padding: 1em 0;
  border-bottom: 5px solid #DE5419;
}
@media screen and (max-width: 1030px) {
  #briefing .br_box h3 {
    font-size: 1.9vw;
    border-bottom-width: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .br_box h3 {
    font-size: 5.3vw;
    padding: 0.5em 0;
    border-bottom-width: 1.1vw;
  }
}
#briefing .br_box .txt_content {
  padding: 30px;
}
@media screen and (max-width: 1030px) {
  #briefing .br_box .txt_content {
    padding: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .br_box .txt_content {
    padding: 4.7vw;
  }
}
#briefing .br_box .txt_content .br_txt01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #briefing .br_box .txt_content .br_txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .br_box .txt_content .br_txt01 {
    font-size: 3.5vw;
    line-height: 1.7em;
  }
}
#briefing .br_box .txt_content .movie_box {
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  #briefing .br_box .txt_content .movie_box {
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #briefing .br_box .txt_content .movie_box {
    margin-top: 4.7vw;
  }
}

/*--- メンテナンスのお知らせ ---*/
#maintenance {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
#maintenance .m_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #maintenance .m_content {
    transform: translate(-50%, -60%);
    max-width: none;
    width: 86.7%;
  }
}
#maintenance .m_content #m_close {
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(50%, -50%);
  width: 4.2%;
  z-index: 20;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #maintenance .m_content #m_close {
    width: 9.4%;
  }
}
#maintenance .m_bg {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=style_shop_lp.css.map */