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

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

.sp_menu .menu_list li a.kaomai,
.sp_menu .menu_list li .no_link.kaomai {
  background-color: #6fb92c;
  color: #fff;
}

#mv {
  display: block;
  background-color: #f29600;
  background-image: url(../images/shop_lp/kaomai_bg.svg);
  background-size: 222px auto;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#mv .wrap01 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1030px) {
  #mv .wrap01 {
    padding-top: 6.3vw;
    padding-bottom: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap01 {
    width: 100%;
    padding-top: 18.1vw;
    padding-bottom: 7.9vw;
  }
}
#mv h1 {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  #mv h1 {
    width: 35.9vw;
    margin-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #mv h1 {
    width: 47.5vw;
    margin-bottom: 4.9vw;
  }
}
#mv .catch {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #mv .catch {
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch {
    margin-top: 7.3vw;
  }
}
#mv .catch .t01 {
  font-size: 35px;
  position: relative;
  top: -0.3em;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t01 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t01 {
    font-size: 4.5vw;
    top: 4vw;
  }
}
#mv .catch .t02 {
  font-size: 134px;
  line-height: 0.9em;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t02 {
    font-size: 13vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t02 {
    font-size: 20.8vw;
    line-height: 13vw;
  }
}
#mv .catch .t03 {
  font-size: 80px;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t03 {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t03 {
    font-size: 12.5vw;
  }
}
#mv .catch .t04 {
  font-size: 43px;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t04 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t04 {
    font-size: 6.4vw;
  }
}
#mv .catch .t06 {
  font-size: 72px;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t06 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t06 {
    font-size: 8.2vw;
  }
}
#mv .catch .t07 {
  font-size: 28px;
  position: relative;
  top: -0.5em;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t07 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t07 {
    font-size: 4.3vw;
    top: 0;
  }
}
#mv .catch .t07 .t08 {
  font-size: 37px;
}
@media screen and (max-width: 1030px) {
  #mv .catch .t07 .t08 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .catch .t07 .t08 {
    font-size: 4.3vw;
  }
}
#mv .catch .t03, #mv .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;
}
#mv .catch strong {
  color: #FFF000;
}
#mv .catch .pop01 {
  position: absolute;
  width: 124px;
  height: 124px;
  right: 0;
  top: -30px;
  font-size: 23px;
  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: 768px) {
  #mv .catch .pop01 {
    width: 22vw;
    height: 22vw;
    top: 3.4vw;
    right: 1.5vw;
    font-size: 4.1vw;
    line-height: 1.4em;
  }
}
#mv .catch .pop02 {
  position: absolute;
  width: 124px;
  height: 124px;
  left: -30px;
  top: -30px;
  font-size: 17px;
  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: 768px) {
  #mv .catch .pop02 {
    width: 22vw;
    height: 22vw;
    top: 3.4vw;
    left: 1.5vw;
    font-size: 2.9vw;
    line-height: 5.2vw;
  }
}
#mv .catch .pop02 .pt01 {
  font-size: 40px;
  padding-left: 0.4em;
}
@media screen and (max-width: 768px) {
  #mv .catch .pop02 .pt01 {
    font-size: 7.1vw;
  }
}
#mv .catch .pop02 .pt02 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #mv .catch .pop02 .pt02 {
    font-size: 4.1vw;
  }
}
#mv .chara01 {
  position: absolute;
  left: -28px;
  width: 309px;
  top: 200px;
}
@media screen and (max-width: 1030px) {
  #mv .chara01 {
    left: -2.7vw;
    width: 30vw;
    top: 19.4vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .chara01 {
    left: auto;
    right: 3vw;
    width: 28vw;
    top: 1.3vw;
  }
}
#mv .name {
  position: absolute;
  left: 0;
  top: 60px;
  display: inline-block;
  background-color: #fff;
  color: #f29600;
  font-size: 32px;
  font-weight: 900;
  padding: 0.2em 1.5em 0.3em;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}
@media screen and (max-width: 1030px) {
  #mv .name {
    top: 5.8vw;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .name {
    top: 7.3vw;
    font-size: 4vw;
  }
}

#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 .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: 6.7vw;
  }
}
#contents01 .period_box .period_block .txt01 {
  font-size: 24px;
  font-weight: 900;
  color: #e64290;
  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 .delivery_link {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media screen and (max-width: 1030px) {
  #contents01 .delivery_link {
    max-width: none;
    width: 77.7vw;
    margin-top: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .delivery_link {
    width: 100%;
    margin-top: 8.7vw;
  }
}
#contents01 .delivery_link a {
  display: block;
  border-radius: 11px;
  border: 4px solid #f29600;
  background-color: #fff000;
  padding: 32px 0;
  background-image: url("../images/kaomai/arrow_delivery.svg");
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: right 20px center;
}
@media screen and (max-width: 1030px) {
  #contents01 .delivery_link a {
    border-radius: 1.1vw;
    border-width: 0.4vw;
    padding: 3.1vw 0;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .delivery_link a {
    border-radius: 2.7vw;
    border-width: 1.1vw;
    padding: 8vw 0 18.3vw;
    background-size: 7.9vw auto;
    background-position: center bottom 5.3vw;
    letter-spacing: 0;
  }
}
#contents01 .delivery_link .txt01, #contents01 .delivery_link .txt02 {
  display: block;
}
#contents01 .delivery_link .txt01 {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  color: #f29600;
}
@media screen and (max-width: 1030px) {
  #contents01 .delivery_link .txt01 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .delivery_link .txt01 {
    font-size: 6.1vw;
  }
}
#contents01 .delivery_link .txt02 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 1030px) {
  #contents01 .delivery_link .txt02 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #contents01 .delivery_link .txt02 {
    font-size: 4.2vw;
    line-height: 1.6em;
    margin-top: 1.1em;
  }
}
#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;
  }
}

#about {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  #about {
    margin-top: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: 13.6vw;
  }
}
#about h2 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 1030px) {
  #about h2 {
    font-size: 2.4vw;
  }
}
#about h2::after {
  content: "";
  display: block;
  width: 358px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1030px) {
  #about h2::after {
    width: 34.8vw;
    height: 0.3vw;
    bottom: -0.3vw;
  }
}
#about .sample {
  max-width: 422px;
  width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 1030px) {
  #about .sample {
    max-width: none;
    width: 41vw;
    margin: 5.8vw auto;
  }
}
@media screen and (max-width: 768px) {
  #about .sample {
    width: 100%;
    margin: 5.3vw auto 10.7vw;
  }
}
#about .about_table th {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 135px;
  padding: 0.6em 0 0.7em;
  color: #fff;
  background-color: #f29600;
}
@media screen and (max-width: 1030px) {
  #about .about_table th {
    font-size: 1.9vw;
    width: 13.2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_table th {
    display: block;
    font-size: 4.8vw;
    text-align: left;
    width: 100%;
    padding: 0.1em 0.6em 0.2em;
  }
}
#about .about_table td {
  font-size: 18px;
  font-weight: 500;
  padding: 0.2em 0 0.3em 1.2em;
  text-align: left;
}
@media screen and (max-width: 1030px) {
  #about .about_table td {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_table td {
    display: block;
    font-size: 3.7vw;
    padding: 0.7em 0 0em 0em;
  }
}
#about .about_table td strong {
  font-weight: 500;
  color: #e60012;
}
#about .about_table td a {
  text-decoration: underline;
}
#about .about_table tr + tr th, #about .about_table tr + tr td {
  border-top: 15px solid #fff;
}
@media screen and (max-width: 1030px) {
  #about .about_table tr + tr th, #about .about_table tr + tr td {
    border-top-width: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_table tr + tr th {
    border-top-width: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about_table tr + tr td {
    border-top-width: 0;
  }
}
#about .caution_box {
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  #about .caution_box {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .caution_box {
    margin-top: 9.3vw;
  }
}
#about .caution_box h3 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1030px) {
  #about .caution_box h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .caution_box h3 {
    font-size: 3.7vw;
  }
}
#about .caution_box .caution_list li {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1030px) {
  #about .caution_box .caution_list li {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .caution_box .caution_list li {
    font-size: 3.7vw;
  }
}
#about .caution_box .caution_list li .caution {
  color: #e60012;
}

/*--- バナー一覧 ---*/
.top_ban_box .menu_list li a.kaomai, .top_ban_box .menu_list li a:hover {
  color: #FFF;
  background-color: #6fb92c;
}/*# sourceMappingURL=style_kaomai.css.map */