@charset "UTF-8";
.seijin_tokuten_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .seijin_tokuten_list {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 80px;
  }
}
.seijin_tokuten_list > li {
  max-width: 400px;
  width: 100%;
  display: flex;
  border: 1px solid var(--keycolor);
  border-radius: 20px;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.seijin_tokuten_list .icon {
  width: 100px;
  background: var(--keycolor);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 21px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .seijin_tokuten_list .icon {
    width: 70px;
    font-size: 1.9rem;
  }
}
.seijin_tokuten_list .icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid var(--keycolor);
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .seijin_tokuten_list .icon:after {
    border-left: 15px solid var(--keycolor);
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
  }
}
.seijin_tokuten_list .cont {
  width: calc(100% - 120px);
  text-align: center;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .seijin_tokuten_list .cont {
    width: calc(100% - 70px);
    font-size: 1.7rem;
  }
}

.plan_pack_photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 20px;
  background: #eee;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .plan_pack_photos {
    padding: 10px;
    row-gap: 10px;
  }
}
.plan_pack_photos > li {
  width: 32%;
  padding-left: 0px !important;
  text-indent: 0px !important;
}
@media only screen and (max-width: 767px) {
  .plan_pack_photos > li {
    width: 48%;
  }
}
.plan_pack_photos > li.cute {
  position: relative;
}
.plan_pack_photos > li.cute:after {
  content: "";
  background-image: url(../img/seijinshiki/cute.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .plan_pack_photos > li.cute:after {
    width: 39px;
    height: 39px;
  }
}
.plan_pack_photos > li.cool {
  position: relative;
}
.plan_pack_photos > li.cool:after {
  content: "";
  background-image: url(../img/seijinshiki/cool.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .plan_pack_photos > li.cool:after {
    width: 39px;
    height: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .plan_pack_photos[data-ver=has_title] {
    padding: 18px 10px;
  }
  .plan_pack_photos[data-ver=has_title] > li {
    width: 49%;
  }
  .plan_pack_photos[data-ver=has_title] > li:nth-of-type(1) {
    width: 100%;
    order: 1;
  }
  .plan_pack_photos[data-ver=has_title] > li:nth-of-type(2) {
    width: 100%;
    order: 4;
    margin-top: 20px;
  }
  .plan_pack_photos[data-ver=has_title] > li:nth-of-type(3) {
    width: 100%;
    order: 7;
    margin-top: 20px;
  }
  .plan_pack_photos[data-ver=has_title] > li.sp2 {
    order: 2;
  }
  .plan_pack_photos[data-ver=has_title] > li.sp3 {
    order: 3;
  }
  .plan_pack_photos[data-ver=has_title] > li.sp5 {
    order: 5;
  }
  .plan_pack_photos[data-ver=has_title] > li.sp6 {
    order: 6;
  }
  .plan_pack_photos[data-ver=has_title] > li.sp8 {
    order: 8;
  }
  .plan_pack_photos[data-ver=has_title] > li.sp9 {
    order: 9;
  }
}

.plan_pack_photos__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
.plan_pack_photos__title span {
  border-radius: 30px;
  max-width: 210px;
  display: inline-block;
  width: 100%;
}
.plan_pack_photos__title.gray span {
  background: #555;
}
.plan_pack_photos__title.pink span {
  background: var(--keycolor);
}

.pack_title_2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .pack_title_2 {
    display: block;
  }
  .pack_title_2 + .pack_title_2 {
    margin-top: 30px;
  }
}

.pack_title_2__title {
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: normal;
  font-family: Marcellus, serif;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.pack_title_2__title span {
  font-size: 16px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Noto Sans CJK JP", noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__title span {
    font-size: 14px;
  }
}
.pack_title_2__title::before {
  content: "";
  width: 5px;
  height: 30px;
  background-color: var(--keycolor);
  position: absolute;
  top: 0;
  left: 0;
}

.pack_title_2__sub {
  margin: 0 30px 0 auto;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__sub {
    margin: 0 auto;
    font-size: 1.7rem;
  }
}

.pack_title_2__price {
  font-size: 24px;
  font-weight: bold;
  color: #dd6262;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__price {
    font-size: 22px;
  }
}
.pack_title_2__price span {
  font-size: 14px;
  font-weight: normal;
  color: var(--keycolor-brack);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.pack_title_2__prices > li {
  display: flex;
  justify-content: right;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__prices > li {
    align-items: center;
  }
}
.pack_title_2__prices .cots {
  margin-right: 30px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__prices .cots {
    font-size: 1.7rem;
  }
}
.pack_title_2__prices .price {
  font-size: 24px;
  font-weight: bold;
  color: #dd6262;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media only screen and (max-width: 767px) {
  .pack_title_2__prices .price {
    font-size: 22px;
  }
}
.pack_title_2__prices .price .tax {
  font-size: 14px;
  font-weight: normal;
  color: var(--keycolor-brack);
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.plan_cut *[data-ver=premium] {
  font-size: 3rem;
  font-weight: 700;
}

.seijin_plan_tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .seijin_plan_tabs {
    margin-bottom: 40px;
  }
}
.seijin_plan_tabs > li {
  max-width: 300px;
  cursor: pointer;
  width: 100%;
  border: 1px solid var(--keycolor);
  text-align: center;
  color: var(--keycolor);
  font-size: 1.8rem;
  padding: 10px 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .seijin_plan_tabs > li {
    font-size: 1.7rem;
  }
}
.seijin_plan_tabs > li:hover {
  opacity: 0.7;
}
.seijin_plan_tabs > li.active {
  background: var(--keycolor);
  color: #fff;
}
.seijin_plan_tabs > li.active:hover {
  opacity: 1;
}

.seijin_plan_tabConts > li:not(.active) {
  display: none;
}

.ud_plan_img .swiper-slide {
  text-align: center;
  aspect-ratio: 8/5;
}
.ud_plan_img .swiper-slide img {
  height: 100%;
}
.ud_plan_img .swiper-button-prev-plan,
.ud_plan_img .swiper-button-next-plan {
  display: flex;
}
.ud_plan_img:not(.swiper-horizontal) .swiper-button-prev-plan,
.ud_plan_img:not(.swiper-horizontal) .swiper-button-next-plan {
  display: none;
}

.plan_men .swiper-button-prev-plan,
.plan_men .swiper-button-next-plan,
.plan_juken .swiper-button-prev-plan,
.plan_juken .swiper-button-next-plan {
  display: none;
}

.top_voice_items h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans CJK JP", "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
}

.top_column_items h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans CJK JP", "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
}

.blog_page_link {
  background: var(--keycolor-bg-brown);
}

.sec_404_main {
  padding: 20px 0 130px;
}

.note_404 {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .note_404 {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .sec_404_main {
    padding: 0px 0 70px;
  }
  .wrap_404 .content_title {
    font-size: 2.2rem;
  }
}
.studiomenu_benefits {
  padding: 25px 90px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 820px) {
  .studiomenu_benefits {
    padding: 25px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .studiomenu_benefits {
    padding: 20px 15px;
    margin: -25px auto 65px;
  }
}

.studiomenu_benefits__title {
  font-size: 2rem;
  font-weight: 600;
  color: #dd6262;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .studiomenu_benefits__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.studiomenu_benefits__list li {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .studiomenu_benefits__list li {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.studiomenu_benefits__list .num {
  color: #666;
  margin-right: 10px;
}
.studiomenu_benefits__list .pink {
  color: #dd6262;
}

@media only screen and (max-width: 1100px) {
  .pc_under_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1101px) {
  .pc_over_hide {
    display: none !important;
  }
}
@media only screen and (max-width: 820px) {
  .tab_under_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 821px) {
  .tab_over_hide {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_under_hide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp_over_hide {
    display: none !important;
  }
}
/*# sourceMappingURL=bloom.css.map */