@charset "UTF-8";
/*---------------------------------------------
  Default
---------------------------------------------*/
/* ルートフォントサイズ設定 ---------- */
/* PC用設定 */
html {
  font-size: 6.94vw;
}

/* タブレット用設定 ※対応が必要な場合のみ有効化 */
/* max-widthはPCデザインに応じて適宜変更する */
/* SP用設定 */
@media screen and (max-width: 767px) {
  html {
    /* SP基準サイズ390px */
    font-size: 25.64vw;
  }
}

.img_switch {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

/*---------------------------------------------
  Reset
---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
}

address,
em {
  font-style: normal;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  border-radius: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
button,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type="submit"]:hover,
input[type="image"]:hover,
button:hover {
  opacity: 0.7;
}

body {
  font-family: "Zen Kaku Gothic New", serif, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 0.16rem;
  color: #2a2a2a;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 0.14rem;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container_max {
  max-width: 11.9rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_max {
    width: calc(100% - 0.4rem);
  }
}

.container {
  max-width: 10.7rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.4rem);
  }
}

.container_min {
  max-width: 9.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_min {
    width: calc(100% - 0.4rem);
  }
}

a {
  color: #000;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  padding: 0 0 0.38rem;
  text-align: center;
}

.footer .logo img {
  width: 1.92rem;
}

.footer small {
  margin-top: 1rem;
  display: block;
  font-size: 0.12rem;
}

@media screen and (max-width: 767px) {
  .footer .logo img {
    width: 1.4rem;
  }
  .footer small {
    margin-top: 0.6rem;
    font-size: 0.1rem;
  }
}

.cta {
  padding: 1rem 0;
  text-align: center;
}

.cta .tit img {
  width: 4.08rem;
}

.cta .wrap {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}

.cta .btn a {
  width: 4rem;
  line-height: 0.77rem;
  text-align: center;
  display: block;
  border-radius: 0.4rem;
  color: #fff;
  font-weight: 900;
}

.cta .btn a span {
  position: relative;
}

.cta .btn a span::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cta .btn .notes {
  margin-top: 1em;
  font-size: 0.14rem;
}

.cta .tel a {
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  background-color: #28c0f5;
}

.cta .tel a span {
  padding-left: 0.34rem;
}

.cta .tel a span::before {
  width: 0.2rem;
  height: 0.26rem;
  top: calc(50% - 0.1rem);
  left: 0;
  background-image: url(../img/cmn/cta_tel_icon.svg);
}

.cta .mail a {
  font-size: 0.2rem;
  letter-spacing: 0.12em;
  background-color: #fabad0;
}

.cta .mail a span {
  padding-left: 0.4rem;
}

.cta .mail a span::before {
  width: 0.3rem;
  height: 0.2355rem;
  top: calc(50% - 0.115rem);
  left: 0;
  background-image: url(../img/cmn/cta_mail_icon.svg);
}

@media screen and (min-width: 768px) {
  .cta .tel a {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 0.5rem 0;
  }
  .cta .tit img {
    width: 3rem;
  }
  .cta .wrap {
    margin-top: 0.4rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.3rem;
  }
  .cta .btn a {
    width: 3.4rem;
    margin: 0 auto;
    line-height: 0.65rem;
  }
  .cta .btn .notes {
    font-size: 0.12rem;
  }
  .cta .tel a {
    font-size: 0.22rem;
  }
  .cta .tel a span {
    padding-left: 0.34rem;
  }
  .cta .tel a span::before {
    width: 0.2rem;
    height: 0.26rem;
    top: calc(50% - 0.1rem);
    left: 0;
    background-image: url(../img/cmn/cta_tel_icon.svg);
  }
  .cta .mail a {
    font-size: 0.2rem;
  }
  .cta .mail a span {
    padding-left: 0.4rem;
  }
  .cta .mail a span::before {
    width: 0.3rem;
    height: 0.2355rem;
    top: calc(50% - 0.115rem);
    left: 0;
    background-image: url(../img/cmn/cta_mail_icon.svg);
  }
}

.course {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/course/bg.jpg);
}

.course .tit {
  text-align: center;
}

.course .tit img {
  width: 3.82rem;
}

.course .wrap {
  margin-top: 1.52rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.course .item {
  width: 4.95rem;
  padding: 1px 0.5rem 0.6rem;
  position: relative;
  z-index: 1;
  border-radius: 0.3rem;
  background-color: #fff;
}

.course .item::before {
  content: "";
  width: 5rem;
  height: 1.06rem;
  position: absolute;
  z-index: -1;
  top: -1rem;
  left: calc(50% - 2.5rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/course/deco.svg);
}

.course .num {
  margin-top: -0.6rem;
  text-align: center;
}

.course .num img {
  width: 0.6rem;
}

.course .item_tit {
  margin-top: 0.2rem;
  text-align: center;
}

.course .item_tit img {
  width: auto;
  height: 0.4rem;
}

.course .cat {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: 900;
}

.course .item_lists {
  margin-top: 0.36rem;
}

.course .item_lists li {
  text-indent: -1.25em;
  padding-left: 1.25em;
  line-height: 1.5;
}

.course .item_lists li:not(:last-of-type) {
  margin-bottom: 0.6em;
}

.course .item_lists li .strong {
  font-weight: 900;
  color: #d90000;
}

.course .txt {
  margin-top: 1em;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 900;
  color: #d90000;
}

.course .other {
  width: 7.9rem;
  margin: 0.8rem auto 0;
  padding: 0.44rem 0.4rem 0.4rem;
  border-radius: 0.3rem;
  background-color: #fff;
}

.course .other_tit {
  font-size: 0.18rem;
  font-weight: 900;
}

.course .other_lists {
  margin-top: 0.24rem;
}

.course .other_lists li {
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
  font-size: 0.14rem;
}

.course .other_lists li::before {
  content: "";
  width: 0.025rem;
  height: 0.025rem;
  position: absolute;
  top: 0.11rem;
  left: 0.04rem;
  border-radius: 50%;
  background-color: #2a2a2a;
}

.course .other_lists li:not(:last-of-type) {
  margin-bottom: 0.036rem;
}

@media screen and (max-width: 767px) {
  .course {
    padding: 0.7rem 0;
  }
  .course .tit img {
    width: 3rem;
  }
  .course .wrap {
    margin-top: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem 0;
  }
  .course .item {
    width: 100%;
    padding: 1px 0.2rem 0.3rem;
    border-radius: 0.3rem;
  }
  .course .item::before {
    width: 100%;
    height: 0.75rem;
    top: -0.73rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .course .num {
    margin-top: -0.3rem;
  }
  .course .num img {
    width: 0.5rem;
  }
  .course .item_tit {
    margin-top: 0.15rem;
  }
  .course .item_tit img {
    width: auto;
    height: 0.4rem;
  }
  .course .cat {
    margin-top: 0.15rem;
    font-size: 0.18rem;
  }
  .course .item_lists {
    margin-top: 0.36rem;
  }
  .course .txt {
    margin-top: 1em;
    font-size: 0.18rem;
    line-height: 1.45;
  }
  .course .other {
    width: 100%;
    margin: 0.6rem auto 0;
    padding: 0.4rem 0.2rem 0.4rem;
    border-radius: 0.3rem;
  }
  .course .other_tit {
    font-size: 0.18rem;
  }
  .course .other_lists {
    margin-top: 0.2rem;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.mt10 {
  margin-top: 0.1rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt40 {
  margin-top: 0.4rem;
}

.mt50 {
  margin-top: 0.5rem;
}

.mt60 {
  margin-top: 0.6rem;
}

.mt70 {
  margin-top: 0.7rem;
}

.mt80 {
  margin-top: 0.8rem;
}

.mt90 {
  margin-top: 0.9rem;
}

.mt100 {
  margin-top: 1rem;
}

/* PLAN
--------------------------------------------------------------*/
.plan_page .mv .tit img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .plan_page .mv {
    margin: 0 -1.2rem;
  }
}

.plan_page .about {
  padding: 0.8rem 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/plan/about/bg.jpg);
}

.plan_page .about .bg {
  padding: 1.18rem 1.7rem 1rem;
  border-radius: 10rem 10rem 0 0;
  background-color: #fff;
}

.plan_page .about .tit {
  text-align: center;
}

.plan_page .about .tit img {
  width: 5.28rem;
}

.plan_page .about .txt {
  line-height: 2;
}

.plan_page .about .txt .strong {
  font-weight: 900;
  color: #d90000;
}

.plan_page .about .txt .notes {
  margin-top: 1.5em;
  display: block;
  font-size: 0.14rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.71;
}

.plan_page .about .before .txt {
  margin-top: 0.55rem;
}

.plan_page .about .after {
  margin-top: 0.6rem;
  padding: 0.35rem 0.33rem 0.3rem;
  background-color: #ebf8ff;
}

.plan_page .about .after .stit {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 900;
  color: #ed7fa6;
}

.plan_page .about .after .txt {
  margin-top: 1.4em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .plan_page .about {
    padding: 0.4rem 0;
  }
  .plan_page .about .bg {
    padding: 0.7rem 0.2rem 0.5rem;
  }
  .plan_page .about .tit img {
    width: 2.4rem;
  }
  .plan_page .about .txt .notes {
    margin-top: 1.5em;
    font-size: 0.1rem;
  }
  .plan_page .about .before .txt {
    margin-top: 0.25rem;
  }
  .plan_page .about .after {
    margin-top: 0.3rem;
    padding: 0.35rem 0.15rem 0.3rem;
  }
  .plan_page .about .after .stit {
    font-size: 0.17rem;
    margin-left: -0.25em;
    white-space: nowrap;
  }
}

.plan_page .summary {
  padding: 0.96rem 0 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/plan/summary/bg.jpg);
}

.plan_page .summary .tit {
  text-align: center;
}

.plan_page .summary .tit img {
  width: 3.92rem;
}

.plan_page .summary .txt {
  text-align: center;
  margin: 0.8em 0 1.4rem;
  font-size: 0.18rem;
  font-weight: 900;
  color: #fff;
}

.plan_page .summary .content {
  padding: 1px 0.6rem 0.78rem;
  border-radius: 0.3rem;
  background-color: #fff;
}

.plan_page .summary .content:not(:first-of-type) {
  margin-top: 1.35rem;
}

.plan_page .summary .num {
  margin-top: -0.58rem;
  text-align: center;
}

.plan_page .summary .num img {
  width: 1.14rem;
}

.plan_page .summary .stit {
  margin-top: 0.13rem;
  text-align: center;
}

.plan_page .summary .stit img {
  width: auto;
  height: 0.24rem;
}

.plan_page .summary .content_tit_wrap {
  margin-top: 0.1rem;
  text-align: center;
}

.plan_page .summary .content_tit {
  min-width: 5.15rem;
  display: inline-block;
  padding: 0.1rem 0.2rem 0.15rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
}

.plan_page .summary .content_tit .strong {
  font-size: 0.46rem;
}

.plan_page .summary .wrap {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.26rem;
}

.plan_page .summary .table_wrap {
  min-width: 3.4rem;
  text-align: center;
}

.plan_page .summary .month {
  font-size: 0.3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.plan_page .summary .month .strong {
  font-size: 0.46rem;
}

.plan_page .summary table {
  margin-top: 0.18rem;
}

.plan_page .summary table th,
.plan_page .summary table td {
  text-align: center;
  font-weight: 500;
}

.plan_page .summary table thead th {
  padding: 0.18rem;
  color: #fff;
}

.plan_page .summary table tbody td {
  padding: 0.175rem 0.1rem;
  border-bottom: 1px solid #ddd;
}

.plan_page .summary table tbody td span {
  font-size: 0.12rem;
}

.plan_page .summary table tbody tr:nth-of-type(even) td {
  background-color: #ed7fa6;
}

.plan_page .summary .content01 .content_tit {
  background-color: #ed7fa6;
}

.plan_page .summary .content01 .month {
  color: #ed7fa6;
}

.plan_page .summary .content01 table thead th {
  background-color: #ed7fa6;
}

.plan_page .summary .content01 tbody tr:nth-of-type(even) td {
  background-color: #fdecf2;
}

.plan_page .summary .content02 .content_tit {
  background-color: #59cc87;
}

.plan_page .summary .content02 .month {
  color: #59cc87;
}

.plan_page .summary .content02 table thead th {
  background-color: #59cc87;
}

.plan_page .summary .content02 tbody tr:nth-of-type(even) td {
  background-color: #e6f8ed;
}

.plan_page .summary .content03 .content_tit {
  background-color: #ef8a68;
}

.plan_page .summary .content03 .month {
  color: #ef8a68;
}

.plan_page .summary .content03 table thead th {
  background-color: #ef8a68;
}

.plan_page .summary .content03 tbody tr:nth-of-type(even) td {
  background-color: #fdeee8;
}

@media screen and (max-width: 767px) {
  .plan_page .summary {
    padding: 0.5rem 0;
  }
  .plan_page .summary .tit img {
    width: 3.3rem;
  }
  .plan_page .summary .txt {
    margin: 0.8em 0 0.7rem;
    font-size: 0.16rem;
    line-height: 1.4;
  }
  .plan_page .summary .content {
    padding: 1px 0.2rem 0.4rem;
    border-radius: 0.3rem;
  }
  .plan_page .summary .content:not(:first-of-type) {
    margin-top: 0.7rem;
  }
  .plan_page .summary .num {
    margin-top: -0.3rem;
  }
  .plan_page .summary .num img {
    width: 0.6rem;
  }
  .plan_page .summary .stit {
    margin-top: 0.13rem;
  }
  .plan_page .summary .stit img {
    height: 0.2rem;
  }
  .plan_page .summary .content_tit_wrap {
    margin-top: 0.1rem;
  }
  .plan_page .summary .content_tit {
    min-width: 100%;
    padding: 0.1rem 0.2rem 0.15rem;
    font-size: 0.2rem;
  }
  .plan_page .summary .content_tit .strong {
    font-size: 0.28rem;
  }
  .plan_page .summary .wrap {
    margin-top: 0.25rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.24rem 0;
  }
  .plan_page .summary .table_wrap {
    min-width: 100%;
  }
  .plan_page .summary .month {
    font-size: 0.24rem;
  }
  .plan_page .summary .month .strong {
    font-size: 0.32rem;
  }
  .plan_page .summary table {
    margin-top: 0.1rem;
  }
  .plan_page .summary table thead th {
    padding: 0.18rem;
  }
  .plan_page .summary table tbody td {
    padding: 0.175rem 0.08rem;
    border-bottom: 1px solid #ddd;
  }
  .plan_page .summary table tbody td span {
    font-size: 0.12rem;
  }
  .plan_page .summary table tbody tr:nth-of-type(even) td {
    background-color: #ed7fa6;
  }
}

.plan_page .voice {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/plan/voice/bg.jpg);
}

.plan_page .voice .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
}

.plan_page .voice .item {
  width: 3.6rem;
}

.plan_page .voice .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.plan_page .voice .img {
  width: 100%;
  height: 2.68rem;
  position: relative;
}

.plan_page .voice .img img {
  border-radius: 0.3rem 0.3rem 0 0;
}

.plan_page .voice .cate_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 0.1rem;
  left: 0.1rem;
  gap: 0.1rem;
}

.plan_page .voice .cate_lists .cate {
  padding: 0.05rem 0.11rem;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  color: #fff;
}

.plan_page .voice .cate_lists .cate01 {
  background-color: #78cbd3;
}

.plan_page .voice .cate_lists .cate02 {
  background-color: #ed7fa6;
}

.plan_page .voice .txt {
  border-radius: 0 0 0.3rem 0.3rem;
  background-color: #fff;
  padding: 0.22rem 0.2rem 0.31rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.plan_page .voice .date {
  font-size: 0.14rem;
  color: #929292;
}

.plan_page .voice .tit {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.33;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.plan_page .voice .btn a {
  width: 4rem;
  margin: 0.6rem auto 0;
  display: block;
  padding: 0.2rem;
  text-align: center;
  font-size: 0.14rem;
  border-radius: 0.4rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  background-color: #fef27a;
  position: relative;
  line-height: 1.2;
}

.plan_page .voice .btn a .strong {
  display: block;
  font-size: 0.2rem;
}

.plan_page .voice .btn a::after {
  content: "";
  width: 0.123rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/plan/voice/btn_arrow.svg);
}

@media screen and (max-width: 767px) {
  .plan_page .voice {
    padding: 0.7rem 0;
  }
  .plan_page .voice .wrap {
    gap: 0.3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .plan_page .voice .item {
    width: 100%;
  }
  .plan_page .voice .img {
    height: 2rem;
  }
  .plan_page .voice .img img {
    border-radius: 0.15rem 0.15rem 0 0;
  }
  .plan_page .voice .cate_lists .cate {
    font-size: 0.12rem;
  }
  .plan_page .voice .txt {
    border-radius: 0 0 0.15rem 0.15rem;
    padding: 0.15rem;
  }
  .plan_page .voice .btn a {
    width: 3rem;
    margin: 0.4rem auto 0;
    padding: 0.1rem;
    font-size: 0.12rem;
  }
  .plan_page .voice .btn a .strong {
    font-size: 0.18rem;
  }
  .plan_page .voice .btn a::after {
    width: 0.123rem;
    height: 0.2rem;
    top: calc(50% - 0.1rem);
    right: 0.2rem;
  }
}

/* campaign
--------------------------------------------------------------*/
.campaign_page .mv {
  padding: 0.6rem 0 1.2rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/campaign/mv/bg.webp);
}

.campaign_page .mv .logo img {
  width: 1.92rem;
}

.campaign_page .mv .limited {
  margin-top: 0.2rem;
  padding: 0 0.1rem;
  min-width: 1.6rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 900;
  color: #fff;
  background-color: #d90000;
}

.campaign_page .mv .tit {
  margin-top: 0.05rem;
  position: relative;
  z-index: 1;
}

.campaign_page .mv .tit img {
  width: 7.2rem;
}

.campaign_page .mv .season {
  width: 1.2rem;
  height: 1.2rem;
  padding-bottom: 0.35rem;
  display: block;
  font-weight: 900;
  font-size: 0.4rem;
  position: absolute;
  z-index: -1;
  top: 1.04rem;
  left: 0.11rem;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ef8a68;
}

.campaign_page .mv .season .strong {
  font-size: 0.54rem;
}

.campaign_page .mv .date {
  margin-top: 0.15rem;
  display: inline-block;
  padding: 0 0.4rem;
  line-height: 0.8rem;
  font-size: 0.34rem;
  font-weight: 900;
  border-radius: 1rem;
  color: #fff;
  background-color: #28c0f5;
}

.campaign_page .mv .date .strong {
  font-size: 0.54rem;
}

@media screen and (max-width: 767px) {
  .campaign_page .mv {
    padding: 0.6rem 0 0.7rem;
  }
  .campaign_page .mv .logo img {
    width: 1.3rem;
  }
  .campaign_page .mv .limited {
    margin-top: 0.2rem;
    padding: 0 0.05rem;
    min-width: 1.1rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
  }
  .campaign_page .mv .tit {
    margin: 0.1rem -0.4rem 0 0;
  }
  .campaign_page .mv .tit img {
    width: 3rem;
  }
  .campaign_page .mv .season {
    width: 0.6rem;
    height: 0.6rem;
    padding-bottom: 0.15rem;
    font-size: 0.2rem;
    top: 0.4rem;
    left: -0.1rem;
  }
  .campaign_page .mv .season .strong {
    font-size: 0.3rem;
  }
  .campaign_page .mv .date {
    margin-top: 0.15rem;
    padding: 0 0.25rem;
    font-size: 0.16rem;
    line-height: 0.35rem;
  }
  .campaign_page .mv .date .strong {
    font-size: 0.2rem;
  }
  .campaign_page .mv .date .from {
    margin-top: 0.05rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.campaign_page .highlight {
  margin-top: -0.6rem;
}

.campaign_page .highlight .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.6rem;
}

.campaign_page .highlight .item {
  width: 4.8rem;
  padding: 0.4rem 0;
  text-align: center;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.campaign_page .highlight .item .txt {
  font-weight: 900;
  line-height: 2;
}

.campaign_page .highlight .item .price {
  font-size: 0.24rem;
  font-weight: 900;
}

.campaign_page .highlight .item .price .num {
  font-size: 0.74rem;
}

.campaign_page .highlight .item .price .num .yen {
  font-size: 0.24rem;
}

.campaign_page .highlight .item .notes p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  line-height: 1.71;
}

.campaign_page .highlight .item .cat {
  padding: 0 0.1rem;
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 900;
}

.campaign_page .highlight .item01 {
  border: 0.09rem solid #59cc87;
}

.campaign_page .highlight .item01 .price .num {
  color: #59cc87;
}

.campaign_page .highlight .item01 .cat {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #abe5c2));
  background: -webkit-linear-gradient(transparent 60%, #abe5c2 60%);
  background: linear-gradient(transparent 60%, #abe5c2 60%);
}

.campaign_page .highlight .item02 {
  border: 0.09rem solid #ef8a68;
}

.campaign_page .highlight .item02 .price .num {
  color: #ef8a68;
}

.campaign_page .highlight .item02 .cat {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7c4b3));
  background: -webkit-linear-gradient(transparent 60%, #f7c4b3 60%);
  background: linear-gradient(transparent 60%, #f7c4b3 60%);
}

.campaign_page .highlight .notice {
  margin-top: 0.4rem;
  text-align: center;
}

.campaign_page .highlight .notice li {
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .campaign_page .highlight {
    margin-top: -0.4rem;
  }
  .campaign_page .highlight .wrap {
    padding: 0 0.2rem;
    gap: 0.3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .campaign_page .highlight .item {
    width: 100%;
    padding: 0.3rem 0;
  }
  .campaign_page .highlight .item .price {
    font-size: 0.2rem;
  }
  .campaign_page .highlight .item .price .num {
    font-size: 0.5rem;
  }
  .campaign_page .highlight .item .price .num .yen {
    font-size: 0.2rem;
  }
  .campaign_page .highlight .item .cat {
    font-size: 0.28rem;
  }
  .campaign_page .highlight .notice {
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    text-align: left;
  }
  .campaign_page .highlight .notice li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
/*# sourceMappingURL=style.css.map */