@charset "UTF-8";
/*--- 共通 ---*/
.bottom .ban_list {
  display: none;
}

.bottom .inq_box {
  margin-top: 0;
}

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

#container {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  #container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 0;
  }
}

#shouhinken {
  position: relative;
  overflow: hidden;
}
#shouhinken .year_circle {
  position: absolute;
  z-index: 3;
  top: -61px;
  left: -22px;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  background-color: #920783;
  transform: rotate(-18deg);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  padding-bottom: 1.1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #shouhinken .year_circle {
    width: 18.2vw;
    height: 18.2vw;
    top: -5.9vw;
    left: -2.1vw;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .year_circle {
    width: 24.9vw;
    height: 24.9vw;
    top: -7.5vw;
    left: -4.5vw;
    font-size: 4.3vw;
  }
}
#shouhinken .wrap01 {
  position: relative;
  z-index: 3;
  padding: 65px 0 50px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .wrap01 {
    padding: 6.3vw 0 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .wrap01 {
    width: 100%;
    padding: 16.7vw 0 6.7vw;
  }
}
#shouhinken .sho_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#shouhinken .sho_box .sho_block {
  width: 50%;
}
#shouhinken .sho_box .sho_block .name {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 0.2em 0 0.3em;
  border-radius: 1.5em;
}
@media screen and (max-width: 1030px) {
  #shouhinken .sho_box .sho_block .name {
    width: 25.3vw;
    margin-bottom: 2.9vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .sho_box .sho_block .name {
    width: 27.7vw;
    margin-bottom: 2.4vw;
    font-size: 4.3vw;
  }
}
#shouhinken .sho_box .sho_block .logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1030px) {
  #shouhinken .sho_box .sho_block .logo {
    width: 29.1vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .sho_box .sho_block .logo {
    width: 40.3vw;
  }
}
#shouhinken .sho_box .sho_block .chara {
  position: absolute;
}
#shouhinken .sho_box .sho_block.kami .chara {
  width: 205px;
  top: 180px;
  left: -51px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .sho_box .sho_block.kami .chara {
    width: 15.9vw;
    top: 20.5vw;
    left: -1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .sho_box .sho_block.kami .chara {
    width: 30vw;
    top: auto;
    bottom: -45.3vw;
    left: 7.5vw;
  }
}
#shouhinken .sho_box .sho_block.money .chara {
  width: 153px;
  top: 200px;
  right: -26px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .sho_box .sho_block.money .chara {
    width: 11.9vw;
    top: 22.4vw;
    right: -0.5vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .sho_box .sho_block.money .chara {
    width: 26.3vw;
    top: auto;
    bottom: -45.1vw;
    right: 7.5vw;
  }
}
#shouhinken .catch {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch {
    color: #FFF000;
    margin-top: 53.3vw;
  }
}
#shouhinken .catch .t01 {
  font-size: 35px;
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t01 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t01 {
    font-size: 4.5vw;
    top: 4vw;
    color: #000;
  }
}
#shouhinken .catch .t02 {
  font-size: 134px;
  line-height: 0.9em;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t02 {
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t02 {
    font-size: 20.8vw;
    line-height: 13vw;
  }
}
#shouhinken .catch .t03 {
  font-size: 80px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t03 {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t03 {
    font-size: 12.5vw;
  }
}
#shouhinken .catch .t04 {
  font-size: 43px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t04 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t04 {
    font-size: 6.4vw;
  }
}
#shouhinken .catch .t06 {
  font-size: 72px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t06 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t06 {
    font-size: 8.2vw;
  }
}
#shouhinken .catch .t07 {
  font-size: 28px;
  position: relative;
  top: -0.5em;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t07 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t07 {
    font-size: 4.3vw;
    top: 0;
    color: #000;
  }
}
#shouhinken .catch .t07 .t08 {
  font-size: 37px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .t07 .t08 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .t07 .t08 {
    font-size: 4.3vw;
  }
}
#shouhinken .catch .t03, #shouhinken .catch .t05 {
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -0.01em;
}
#shouhinken .catch strong {
  color: #FFF000;
}
#shouhinken .catch .pop01 {
  position: absolute;
  width: 124px;
  height: 124px;
  right: -30px;
  top: 20px;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff000;
  color: #000;
  transform: rotate(10deg);
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .pop01 {
    width: 12vw;
    height: 12vw;
    right: -1vw;
    top: -1vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .pop01 {
    width: 22vw;
    height: 22vw;
    top: 3.4vw;
    right: 1.5vw;
    font-size: 4.1vw;
    line-height: 1.4em;
  }
}
#shouhinken .catch .pop02 {
  position: absolute;
  width: 124px;
  height: 124px;
  left: -45px;
  top: 20px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff000;
  color: #000;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .pop02 {
    width: 12vw;
    height: 12vw;
    left: -1vw;
    top: -1vw;
    font-size: 1.7vw;
    line-height: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .pop02 {
    width: 22vw;
    height: 22vw;
    top: 3.4vw;
    left: 1.5vw;
    font-size: 2.9vw;
    line-height: 5.2vw;
  }
}
#shouhinken .catch .pop02 .pt01 {
  font-size: 40px;
  padding-left: 0.4em;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .pop02 .pt01 {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .pop02 .pt01 {
    font-size: 7.1vw;
  }
}
#shouhinken .catch .pop02 .pt02 {
  font-size: 23px;
}
@media screen and (max-width: 1030px) {
  #shouhinken .catch .pop02 .pt02 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .catch .pop02 .pt02 {
    font-size: 4.1vw;
  }
}
#shouhinken .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  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) {
  #shouhinken .bg01 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .bg01 {
    background-size: 29.6vw auto;
  }
}
#shouhinken .bg02 {
  position: absolute;
  top: 0;
  right: 0;
  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) {
  #shouhinken .bg02 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #shouhinken .bg02 {
    background-size: 29.6vw auto;
  }
}

#contents01 .wrap01 {
  padding: 75px 0;
}
@media screen and (max-width: 1030px) {
  #contents01 .wrap01 {
    padding: 7.3vw 0;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .wrap01 {
    padding: 10.7vw 0;
  }
}
#contents01 .btn_shop, #contents01 .btn_shop_lp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#contents01 .btn_shop a, #contents01 .btn_shop_lp a {
  display: block;
  padding: 6px 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 15px center;
}
@media screen and (max-width: 1030px) {
  #contents01 .btn_shop a, #contents01 .btn_shop_lp a {
    padding: 0.6vw 0;
    background-size: 1.6vw auto;
    background-position: right 1.5vw center;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .btn_shop a, #contents01 .btn_shop_lp a {
    padding: 1.7vw 0;
    background-size: 2.8vw auto;
    background-position: right 3.5vw center;
  }
}
#contents01 .btn_shop a .line, #contents01 .btn_shop_lp a .line {
  display: block;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1030px) {
  #contents01 .btn_shop a .line, #contents01 .btn_shop_lp a .line {
    border-top: 0.3vw solid #000;
    border-bottom: 0.3vw solid #000;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .btn_shop a .line, #contents01 .btn_shop_lp a .line {
    border-top: 0.5vw solid #000;
    border-bottom: 0.5vw solid #000;
  }
}
#contents01 .btn_shop a {
  background-color: #FFF000;
  background-image: url(../images/common/arrow_black.svg);
}
#contents01 .btn_shop a .line {
  border-top-color: #E85513;
  border-bottom-color: #E85513;
  padding: 20px 0;
}
@media screen and (max-width: 1030px) {
  #contents01 .btn_shop a .line {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .btn_shop a .line {
    padding: 6.7vw 0;
  }
}
#contents01 .btn_shop a .line .t01 {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1030px) {
  #contents01 .btn_shop a .line .t01 {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .btn_shop a .line .t01 {
    font-size: 6.9vw;
    line-height: 1.3em;
  }
}
#contents01 .btn_shop a .line .t02 {
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 1030px) {
  #contents01 .btn_shop a .line .t02 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .btn_shop a .line .t02 {
    font-size: 4.5vw;
  }
}
#contents01 .btn_shop a .line .t03 {
  display: inline-block;
  padding-top: 0.3em;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  #contents01 .btn_shop a .line .t03 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .btn_shop a .line .t03 {
    font-size: 3.3vw;
    padding-top: 0;
  }
}
#contents01 .period_box {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* justify-content: center; */
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box {
    max-width: none;
    width: 77.7vw;
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box {
    width: 100%;
    margin-top: 0vw;
    display: block;
  }
}
#contents01 .period_box .period_block {
  width: 47.3%;
  background-color: #fff000;
  border-radius: 28px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block {
    border-radius: 2.7vw;
    padding: 2.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block {
    width: 100%;
    padding: 6vw 0vw;
    border-radius: 7.2vw;
  }
  #contents01 .period_box .period_block + .period_block {
    margin-top: 6vw;
  }
}
#contents01 .period_box .period_block .txt01 {
  font-size: 24px;
  font-weight: 900;
  color: #920783;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt01 {
    font-size: 5.2vw;
  }
}
#contents01 .period_box .period_block .txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box {
    margin-top: 2.3vw;
  }
}
#contents01 .period_box .period_block .txt_box .txt02 {
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box .txt02 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box .txt02 {
    font-size: 5.8vw;
    width: 6.2em;
  }
}
#contents01 .period_box .period_block .txt_box .txt02 .t01 {
  font-size: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box .txt02 .t01 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box .txt02 .t01 {
    font-size: 3.4vw;
  }
}
#contents01 .period_box .period_block .txt_box .txt02 .kakko {
  display: inline-block;
  margin-left: -0.4em;
  margin-right: -0.4em;
  font-size: 20px;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box .txt02 .kakko {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box .txt02 .kakko {
    font-size: 3.8vw;
  }
}
#contents01 .period_box .period_block .txt_box .arrow {
  width: 18px;
  margin: 0 10px;
  transform: translateY(-10px);
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box .arrow {
    width: 1.7vw;
    margin: 0 1.2vw;
    transform: translateY(-1vw);
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box .arrow {
    width: 4.5vw;
    margin: 0 1.8vw;
    transform: translateY(-0.5vw);
  }
}
#contents01 .period_box .period_block .txt_box.last {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box.last {
    margin-top: 1.5vw;
  }
}
#contents01 .period_box .period_block .txt_box.last .txt02 {
  font-size: 32px;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box.last .txt02 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box.last .txt02 {
    font-size: 7.5vw;
  }
}
#contents01 .period_box .period_block .txt_box.last .txt02 .no {
  font-size: 36px;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .txt_box.last .txt02 .no {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .txt_box.last .txt02 .no {
    font-size: 8.6vw;
  }
}
#contents01 .period_box .period_block .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 28px;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .cover {
    border-radius: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .cover {
    border-radius: 7.2vw;
  }
}
#contents01 .period_box .period_block .comp {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.7em 0.6em;
  background-color: #E60012;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
@media screen and (max-width: 1030px) {
  #contents01 .period_box .period_block .comp {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .period_box .period_block .comp {
    font-size: 5.8vw;
  }
}
#contents01 .end_box {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #E60012;
  padding: 15px 17px 34px;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  #contents01 .end_box {
    max-width: none;
    width: 77.7vw;
    margin-top: 4.9vw;
    padding: 1.5vw 1.7vw 3.3vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .end_box {
    width: 100%;
    margin-top: 6.7vw;
    padding: 3.6vw 2.4vw 5.8vw;
    border-radius: 2.2vw;
  }
}
#contents01 .end_box .e_txt01 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  #contents01 .end_box .e_txt01 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .end_box .e_txt01 {
    font-size: 6.9vw;
    line-height: 1.4em;
  }
}
#contents01 .end_box .e_txt01 strong {
  color: #ffee00;
}
#contents01 .end_box .e_txt02 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 0.4em;
}
@media screen and (max-width: 1030px) {
  #contents01 .end_box .e_txt02 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .end_box .e_txt02 {
    font-size: 4.1vw;
    line-height: 1.3em;
  }
}
#contents01 .end_box .e_txt03 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 0.3em;
}
@media screen and (max-width: 1030px) {
  #contents01 .end_box .e_txt03 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .end_box .e_txt03 {
    font-size: 3vw;
    line-height: 1.4em;
    margin-top: 0.8em;
  }
}

.btn_shop_lp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn_shop_lp a {
  display: block;
  padding: 6px 0;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 15px center;
}
@media screen and (max-width: 1030px) {
  .btn_shop_lp a {
    padding: 0.6vw 0;
    background-size: 1.6vw auto;
    background-position: right 1.5vw center;
  }
}
@media screen and (max-width: 768px) {
  .btn_shop_lp a {
    padding: 1.7vw 0;
    background-size: 2.8vw auto;
    background-position: right 3.5vw center;
  }
}
.btn_shop_lp a .line {
  display: block;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1030px) {
  .btn_shop_lp a .line {
    border-top: 0.3vw solid #000;
    border-bottom: 0.3vw solid #000;
  }
}
@media screen and (max-width: 768px) {
  .btn_shop_lp a .line {
    border-top: 0.5vw solid #000;
    border-bottom: 0.5vw solid #000;
  }
}

.btn_shop_lp {
  margin-top: 100px;
}
@media screen and (max-width: 1030px) {
  .btn_shop_lp {
    margin-top: 9.7vw;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .btn_shop_lp {
    margin-top: 16vw;
  }
}
.btn_shop_lp a {
  background-color: #E85513;
  background-image: url(../images/common/arrow_yellow.svg);
}
.btn_shop_lp a .line {
  border-top-color: #fff;
  border-bottom-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 1030px) {
  .btn_shop_lp a .line {
    padding: 4.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_shop_lp a .line {
    padding: 8.7vw 0 5.2vw;
  }
}
.btn_shop_lp a .line .t01 {
  font-size: 47px;
  font-weight: 900;
  color: #FFF000;
}
@media screen and (max-width: 1030px) {
  .btn_shop_lp a .line .t01 {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_shop_lp a .line .t01 {
    font-size: 8.3vw;
    line-height: 1.3em;
  }
}
.btn_shop_lp a .line .t02 {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 1030px) {
  .btn_shop_lp a .line .t02 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_shop_lp a .line .t02 {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_shop_lp a .line .t03 {
    display: inline-block;
    position: relative;
    top: -0.6em;
  }
}

#contents02 {
  background-color: #6fba2c;
}
#contents02 .wrap01 {
  padding: 60px 0 75px;
}
@media screen and (max-width: 1030px) {
  #contents02 .wrap01 {
    padding: 5.8vw 0 7.3vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .wrap01 {
    padding: 9.3vw 0 12vw;
  }
}
#contents02 .big_txt01 {
  font-size: 62px;
  font-weight: 900;
  text-align: center;
  line-height: 1.7em;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  #contents02 .big_txt01 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .big_txt01 {
    font-size: 10.1vw;
    line-height: 1.1em;
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
  }
}
#contents02 .big_txt01 .t01 {
  font-size: 66px;
}
@media screen and (max-width: 1030px) {
  #contents02 .big_txt01 .t01 {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .big_txt01 .t01 {
    font-size: 10.9vw;
  }
}
#contents02 .big_txt01 .t02 {
  display: inline-block;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
#contents02 .big_txt01 .t02, #contents02 .big_txt01 .t03 {
  font-size: 38px;
}
@media screen and (max-width: 1030px) {
  #contents02 .big_txt01 .t02, #contents02 .big_txt01 .t03 {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .big_txt01 .t02, #contents02 .big_txt01 .t03 {
    font-size: 6.1vw;
  }
}
#contents02 .movie_box {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1030px) {
  #contents02 .movie_box {
    max-width: none;
    width: 58.3vw;
    margin-top: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .movie_box {
    width: 100%;
    margin-top: 7.3vw;
  }
}
#contents02 .btn_katoai {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  #contents02 .btn_katoai {
    max-width: none;
    width: 77.7vw;
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .btn_katoai {
    margin-top: 6.9vw;
    width: 100%;
  }
}
#contents02 .btn_katoai a {
  display: block;
  text-align: center;
  color: #6fba2c;
  background-color: #fff;
  border-radius: 28px;
  padding: 40px 0;
  background-image: url(../images/top/arrow_katoai.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right 15px center;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1030px) {
  #contents02 .btn_katoai a {
    border-radius: 2.7vw;
    padding: 3.9vw 0;
    background-size: 3.9vw auto;
    background-position: right 1.5vw center;
    box-shadow: 0px 0.8vw 0px 0px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #contents02 .btn_katoai a {
    border-radius: 4vw;
    padding: 9.3vw 0;
    background-size: 6.7vw auto;
    background-position: right 2.5vw center;
    box-shadow: 0px 1.6vw 0px 0px rgba(0, 0, 0, 0.5);
  }
}
#contents02 .btn_katoai a .txt01 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  #contents02 .btn_katoai a .txt01 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .btn_katoai a .txt01 {
    font-size: 4.1vw;
    line-height: 1.7em;
  }
}
#contents02 .btn_katoai a .txt02 {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  margin-top: 2px;
}
@media screen and (max-width: 1030px) {
  #contents02 .btn_katoai a .txt02 {
    font-size: 2.5vw;
    margin-top: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #contents02 .btn_katoai a .txt02 {
    font-size: 5.6vw;
    margin-top: 1.5vw;
  }
}

#shop_lp {
  background-color: #dae000;
  padding: 20px 0;
}
@media screen and (max-width: 1030px) {
  #shop_lp {
    padding: 1.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp {
    padding: 6vw 0;
  }
}
#shop_lp .bg01 {
  background-image: url(../images/top/shop_lp_bg.svg);
  background-size: 222px auto;
  background-position: center center;
}
@media screen and (max-width: 1030px) {
  #shop_lp .bg01 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp .bg01 {
    background-size: 29.6vw auto;
  }
}
#shop_lp .wrap01 {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  #shop_lp .wrap01 {
    padding-top: 1.9vw;
    padding-bottom: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp .wrap01 {
    width: 100%;
    padding-top: 10.7vw;
    padding-bottom: 9.3vw;
  }
}
#shop_lp .btn01 {
  max-width: 565px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1030px) {
  #shop_lp .btn01 {
    max-width: none;
    width: 54.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp .btn01 {
    width: 92.5%;
  }
}
#shop_lp .btn01 a {
  display: block;
}
#shop_lp .btn01.close {
  position: relative;
}
#shop_lp .btn01.close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 28px;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  #shop_lp .btn01.close::before {
    border-radius: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp .btn01.close::before {
    border-radius: 50%;
  }
}
#shop_lp .btn01.close .comp {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.7em 0.6em;
  background-color: #E60012;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  #shop_lp .btn01.close .comp {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp .btn01.close .comp {
    font-size: 7.7vw;
  }
}
#shop_lp .chara01 {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  #shop_lp .chara01 {
    max-width: none;
    width: 53.4vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #shop_lp .chara01 {
    width: 89.3%;
    margin-top: 4vw;
  }
}

#choice {
  position: relative;
  overflow: hidden;
}
#choice .wrap01 {
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
@media screen and (max-width: 1030px) {
  #choice .wrap01 {
    padding: 6.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #choice .wrap01 {
    width: 100%;
    padding: 0;
  }
}
#choice .sho_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #choice .sho_box {
    display: block;
  }
}
#choice .sho_box .sho_block {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block {
    width: 100%;
    padding: 10.7vw 0 26.4vw;
  }
}
#choice .sho_box .sho_block .type {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0 0.6em;
  border-radius: 1.8em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 46px auto;
  background-position: right 18px center;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1030px) {
  #choice .sho_box .sho_block .type {
    font-size: 3.2vw;
    width: 38.9vw;
    background-size: 4.5vw auto;
    background-position: right 1.7vw center;
    box-shadow: 0px 0.8vw 0px 0px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block .type {
    font-size: 7.7vw;
    width: 75.1vw;
    background-size: 8.1vw auto;
    background-position: right 2.9vw center;
    box-shadow: 0px 1.6vw 0px 0px rgba(0, 0, 0, 0.5);
  }
}
#choice .sho_box .sho_block .name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 1.2em;
}
@media screen and (max-width: 1030px) {
  #choice .sho_box .sho_block .name {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block .name {
    font-size: 3.9vw;
    margin-top: 1.2em;
  }
}
#choice .sho_box .sho_block .logo {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
@media screen and (max-width: 1030px) {
  #choice .sho_box .sho_block .logo {
    width: 26.2vw;
    margin-top: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block .logo {
    width: 72.5vw;
    margin-top: 7.3vw;
  }
}
#choice .sho_box .sho_block .chara {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block.kami {
    background-color: #f39800;
    background-image: url(../images/common/kaomai_bg.svg);
    background-size: 29.6vw auto;
    background-position: center center;
  }
}
#choice .sho_box .sho_block.kami .type {
  background-image: url(../images/top/arrow_kaomai.svg);
}
#choice .sho_box .sho_block.kami .chara {
  width: 114px;
  left: -33px;
  bottom: 10px;
}
@media screen and (max-width: 1030px) {
  #choice .sho_box .sho_block.kami .chara {
    width: 11.1vw;
    left: 0vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block.kami .chara {
    width: 22.9vw;
    bottom: 3.1vw;
    left: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block.money {
    background-color: #00aac3;
    background-image: url(../images/common/kinsyachi_bg.svg);
    background-size: 29.6vw auto;
    background-position: center center;
  }
}
#choice .sho_box .sho_block.money .type {
  background-image: url(../images/top/arrow_kinsyachi.svg);
}
#choice .sho_box .sho_block.money .chara {
  width: 103px;
  right: -20px;
  bottom: 10px;
}
@media screen and (max-width: 1030px) {
  #choice .sho_box .sho_block.money .chara {
    width: 10vw;
    right: 0vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .sho_box .sho_block.money .chara {
    width: 20.8vw;
    bottom: 5.3vw;
    right: 6.7vw;
  }
}
#choice .catch {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  #choice .catch {
    font-size: 2.9vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .catch {
    display: block;
    font-size: 6.7vw;
    margin-top: 0;
    background-color: #EA6D80;
    padding-bottom: 8vw;
  }
}
#choice .catch strong {
  font-size: 46px;
  color: #FFF000;
}
@media screen and (max-width: 1030px) {
  #choice .catch strong {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #choice .catch strong {
    font-size: 10vw;
  }
}
#choice .bg01 {
  position: absolute;
  top: 0;
  left: 0;
  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) {
  #choice .bg01 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #choice .bg01 {
    display: none;
  }
}
#choice .bg02 {
  position: absolute;
  top: 0;
  right: 0;
  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) {
  #choice .bg02 {
    background-size: 21.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #choice .bg02 {
    display: none;
  }
}

.news {
  background-color: #dae000;
}
.news .wrap01 {
  padding: 70px 0;
}
@media screen and (max-width: 1030px) {
  .news .wrap01 {
    padding: 6.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .news .wrap01 {
    padding: 17.7vw 0 11.7vw;
  }
}
.news h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1030px) {
  .news h2 {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 7.5vw;
  }
}
.news .news_list {
  border-top: 2px solid #000;
  margin-top: 48px;
}
@media screen and (max-width: 1030px) {
  .news .news_list {
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list {
    border-top-width: 0.5vw;
    margin-top: 8vw;
  }
}
.news .news_list li {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .news .news_list li {
    border-bottom-width: 0.5vw;
  }
}
.news .news_list li a {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  .news .news_list li a {
    padding: 1.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li a {
    padding: 5.6vw 0;
  }
}
.news .news_list li .date, .news .news_list li .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  .news .news_list li .date, .news .news_list li .title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li .date, .news .news_list li .title {
    font-size: 3.5vw;
  }
}
.news .news_list li .date {
  width: 8em;
}
@media screen and (max-width: 768px) {
  .news .news_list li .date {
    width: 100%;
  }
}
.news .news_list li .title {
  width: calc(100% - 8em);
}
@media screen and (max-width: 768px) {
  .news .news_list li .title {
    width: 100%;
    font-size: 4vw;
    line-height: 1.7em;
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.all .date, .news .news_list li.other .date, .news .news_list li.kaomai .date, .news .news_list li.kinsyachi .date, .news .news_list li.emergency .date {
    padding-left: 22vw;
  }
}
.news .news_list li.all a, .news .news_list li.other a, .news .news_list li.kaomai a, .news .news_list li.kinsyachi a, .news .news_list li.emergency a {
  padding-top: 54px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.all a, .news .news_list li.other a, .news .news_list li.kaomai a, .news .news_list li.kinsyachi a, .news .news_list li.emergency a {
    padding-top: 5.2vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.all a, .news .news_list li.other a, .news .news_list li.kaomai a, .news .news_list li.kinsyachi a, .news .news_list li.emergency a {
    padding: 5.6vw 0;
  }
}
.news .news_list li.all a::before, .news .news_list li.other a::before, .news .news_list li.kaomai a::before, .news .news_list li.kinsyachi a::before, .news .news_list li.emergency a::before {
  content: "NEW";
  display: block;
  position: absolute;
  width: 97px;
  top: 20px;
  left: 0;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background-color: #920783;
  padding: 0.1em 0 0.2em;
  border-radius: 1.5em;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.all a::before, .news .news_list li.other a::before, .news .news_list li.kaomai a::before, .news .news_list li.kinsyachi a::before, .news .news_list li.emergency a::before {
    width: 9.4vw;
    top: 1.9vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.all a::before, .news .news_list li.other a::before, .news .news_list li.kaomai a::before, .news .news_list li.kinsyachi a::before, .news .news_list li.emergency a::before {
    width: 20vw;
    top: 5.2vw;
    left: 0;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.all .date {
    padding-left: 31vw;
  }
}
.news .news_list li.all a::before {
  content: "全体のお知らせ";
  background-color: #920783;
  width: 142px;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.all a::before {
    width: 13.8vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.all a::before {
    width: 28.7vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.other .date {
    padding-left: 35vw;
  }
}
.news .news_list li.other a::before {
  content: "その他のお知らせ";
  background-color: #000;
  width: 160px;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.other a::before {
    width: 15.5vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.other a::before {
    width: 32.3vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.kaomai .date {
    padding-left: 39vw;
  }
}
.news .news_list li.kaomai a::before {
  content: "紙商品券のお知らせ";
  background-color: #e74291;
  width: 180px;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.kaomai a::before {
    width: 17.6vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.kaomai a::before {
    width: 36.3vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.kinsyachi .date {
    padding-left: 39vw;
  }
}
.news .news_list li.kinsyachi a::before {
  content: "電子商品券のお知らせ";
  background-color: #ad8c0a;
  width: 180px;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.kinsyachi a::before {
    width: 17.6vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.kinsyachi a::before {
    width: 36.3vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.emergency .date {
    padding-left: 31vw;
  }
}
.news .news_list li.emergency a::before {
  content: "緊急のお知らせ";
  background-color: #0068b7;
  width: 142px;
}
@media screen and (max-width: 1030px) {
  .news .news_list li.emergency a::before {
    width: 13.8vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_list li.emergency a::before {
    width: 28.7vw;
  }
}
.news .news_link {
  max-width: 252px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  .news .news_link {
    max-width: none;
    width: 24.5vw;
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  .news .news_link {
    width: 100%;
    margin-top: 8.9vw;
  }
}
.news .news_link a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0 0.6em;
  background-image: url(../images/top/arrow_news.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: right 8px center;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1030px) {
  .news .news_link a {
    border-radius: 0.6vw;
    font-size: 1.6vw;
    background-size: 2.7vw auto;
    background-position: right 0.8vw center;
    box-shadow: 0px 0.4vw 0px 0px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .news .news_link a {
    border-radius: 4vw;
    font-size: 3.8vw;
    line-height: 1.5em;
    padding: 1.5em 0 1.6em;
    background-size: 8.1vw auto;
    background-position: right 4.4vw center;
    box-shadow: 0px 1.6vw 0px 0px rgba(0, 0, 0, 0.5);
  }
}

.modaal-container {
  border-radius: 10px;
  max-width: 700px;
}
@media screen and (max-width: 1030px) {
  .modaal-container {
    border-radius: 1vw;
    max-width: 67.9vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal-container {
    border-radius: 2.2vw;
    max-width: none;
  }
}

.modaal-content-container {
  padding: 60px;
}
@media screen and (max-width: 1030px) {
  .modaal-content-container {
    padding: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 4vw;
  }
}

.n_wrap .pho01 {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .n_wrap .pho01 {
    max-width: 34.9vw;
    border-radius: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .n_wrap .pho01 {
    max-width: none;
    border-radius: 2vw;
  }
}
.n_wrap .txt01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 1030px) {
  .n_wrap .txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .n_wrap .txt01 {
    font-size: 3.5vw;
    margin-top: 1em;
  }
}
.n_wrap .txt02 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 0em;
}
@media screen and (max-width: 1030px) {
  .n_wrap .txt02 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .n_wrap .txt02 {
    font-size: 4.5vw;
  }
}
.n_wrap .txt02 span {
  font-size: 18px;
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}
@media screen and (max-width: 1030px) {
  .n_wrap .txt02 span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .n_wrap .txt02 span {
    font-size: 3.5vw;
  }
}
.n_wrap .txt03 {
  margin-top: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 1030px) {
  .n_wrap .txt03 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .n_wrap .txt03 {
    font-size: 3.5vw;
    margin-top: 0.8em;
  }
}
.n_wrap .txt04 {
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8em;
  margin-top: 0.3em;
}
@media screen and (max-width: 1030px) {
  .n_wrap .txt04 {
    max-width: 56.1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .n_wrap .txt04 {
    max-width: none;
    font-size: 3vw;
  }
}

.top_ban_box {
  padding-bottom: 110px;
}
@media screen and (max-width: 1030px) {
  .top_ban_box {
    padding-bottom: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top_ban_box {
    padding-bottom: 16.3vw;
  }
}/*# sourceMappingURL=style_top.css.map */