@charset "UTF-8";
@font-face {
  font-family: "FriendlyExpart";
  src: url(../../assets/font/FriendlyExpart.woff) format("woff");
}
:root {
  --primary: #FADBAA;
  --white: #fff;
  --lightGoldGray: #FDFAF2;
  --midGoldGray: #FBF8F0;
  --goldGray: #F8F3E7;
  --lightRizeGold: #C6B183;
  --rizeGold: #B59751;
  --green: #65D171;
  --orange: #F7B837;
  --lightGray: #B2ADA9;
  --gray: #88837F;
  --darkGray: #6D6764;
  --subGray01: #A7A7A7;
  --subGray02: #BFBFBF;
  --navy: #7F8BE3;
  --grad-start-color01: #F7B837;
  --grad-end-color01: #B59751;
  --bg-gradient01: linear-gradient(var(--grad-start-color01), var(--grad-end-color01));
  --grad-start-color02: #BAA063;
  --grad-end-color02: #A88534;
  --bg-gradient02: linear-gradient(var(--grad-start-color02), var(--grad-end-color02));
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.73;
  color: #6F6867;
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 657px) {
  body {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  body {
    min-width: 1280px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 658px) {
  a {
    -wewbkit-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
}

main {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 658px) {
  .krkr-button-img {
    right: 20px !important;
    bottom: 20px !important;
  }
}
@media screen and (max-width: 657px) {
  .krkr-button-img {
    width: 21.875vw;
    right: 3.125vw !important;
    bottom: 3.125vw !important;
  }
}
.jsFadeup {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
  transition: opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
  transition: transform 0.7s 0.4s ease, opacity 0.7s 0.4s ease;
  transition: transform 0.7s 0.4s ease, opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
}
.jsFadeup.is-act {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.jsFadeup2 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.7s 0s ease, -webkit-transform 0.7s 0s ease;
  transition: opacity 0.7s 0s ease, -webkit-transform 0.7s 0s ease;
  transition: transform 0.7s 0s ease, opacity 0.7s 0s ease;
  transition: transform 0.7s 0s ease, opacity 0.7s 0s ease, -webkit-transform 0.7s 0s ease;
}
.jsFadeup2.is-act {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.jsFadeupLead {
  color: var(--gray);
}
.jsFadeupLead .row {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  color: var(--gray);
  min-height: 8.5333333333vw;
  line-height: 1.8928571429;
}
@media screen and (min-width: 658px) {
  .jsFadeupLead .row {
    line-height: 1.89;
    min-height: 54px;
  }
}
.jsFadeupLead .line {
  display: block;
  position: absolute;
  left: 2vw;
  bottom: 0;
  width: 100%;
  color: var(--gray);
  text-align: center;
  -webkit-transform: translateY(88%);
          transform: translateY(88%);
  -webkit-transition: 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@media screen and (min-width: 658px) {
  .jsFadeupLead .line {
    left: 10px;
  }
}
.jsFadeupLead .modDot::before {
  opacity: 0;
  background-color: #f56066;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 657px) {
  .jsFadeupLead .modDot::before {
    top: -1.6vw;
  }
}
.jsFadeupLead.is-act .row {
  opacity: 1;
}
.jsFadeupLead.is-act .line {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 0;
}
.jsFadeupLead.is-act .modDot::before {
  opacity: 1;
}

.jsSlideIn {
  opacity: 0;
}
.jsSlideIn.is-act {
  -webkit-animation: SlideIn 1.6s forwards;
          animation: SlideIn 1.6s forwards;
}
@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: normal;
}

.font_red {
  color: #e8857d;
}

.font_brown {
  color: #c2ad80;
}

.font_purple {
  color: #d393ce;
}

.font_pink {
  color: #FF5F94;
}

.font_orange {
  color: var(--orange);
}

.font_navy {
  color: var(--navy);
}

.font_bordeaux {
  color: #8d0333;
}

.font_fee {
  font-family: "FriendlyExpart";
  font-weight: normal;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ls0 {
  letter-spacing: 0;
}

.rl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.inner__content {
  padding: 0 4.5333333333vw;
}
@media screen and (min-width: 658px) {
  .inner__content {
    padding: 0 34px;
  }
}

.inner__content.cv {
  /*margin-top:m.vw(70);
  @include m.media_queries(pc){
    margin-top:70px;
  }*/
}
.inner__content.cv > .fw_normal {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4.2533333333vw;
}
@media screen and (max-width: 657px) {
  .inner__content.cv > .fw_normal {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .inner__content.cv > .fw_normal {
    margin-top: 31.9px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.va1 {
  vertical-align: 1px;
}

.va3 {
  vertical-align: 3px !important;
}

.va5 {
  vertical-align: 5px;
}

.vam {
  vertical-align: middle;
}

.drop-shadow {
  -webkit-filter: drop-shadow(0 0 3.2vw rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 3.2vw rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 658px) {
  .drop-shadow {
    -webkit-filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.16));
  }
}

.modAccordion {
  width: 94%;
  margin: 4vw auto 0;
}
@media screen and (min-width: 658px) {
  .modAccordion {
    width: 640px;
    margin: 30px auto;
  }
}

.modAccordion__head {
  max-width: initial;
  background: #C6B183;
  padding: 3.3333333333vw 4.5333333333vw 3.3333333333vw 4.5333333333vw;
}
@media screen and (min-width: 658px) {
  .modAccordion__head {
    padding: 25px 0;
  }
}
.modAccordion__head h3 {
  position: relative;
}
.modAccordion__head h3 .toggleIcon {
  right: 0;
}
@media screen and (min-width: 658px) {
  .modAccordion__head h3 {
    width: 640px;
    padding: 0 34px;
    margin: 0 auto;
  }
  .modAccordion__head h3 .toggleIcon {
    right: 34px;
  }
}

.modAccordion__body {
  background: none;
  display: none;
}
@media screen and (min-width: 658px) {
  .modAccordion__body {
    margin: 0 auto;
    padding: 70px 0;
  }
}

.balloon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background: #f56066;
  margin: 0 auto 4vw;
  padding: 0.5333333333vw 8vw;
  text-align: center;
  border-radius: 50vw;
  position: relative;
}
@media screen and (min-width: 658px) {
  .balloon {
    margin: 0 auto 30px;
    padding: 4px 60px;
  }
}
.balloon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #f56066;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 657px) {
  .balloon:after {
    bottom: -2.6666666667vw;
    width: 4.8vw;
    height: 4vw;
  }
}
@media screen and (min-width: 658px) {
  .balloon:after {
    bottom: -20px;
    width: 36px;
    height: 30px;
  }
}

.tax {
  font-size: 0.7em;
  font-weight: normal;
}

#wrapper {
  width: 100%;
  max-width: 750px; /* ////////////////////////////////// */
  margin: 0 auto;
}

@media screen and (min-width: 658px) {
  .max_w640 {
    max-width: 750px;
    margin: 0 auto;
  }
  .max_w900 {
    max-width: 900px;
    margin: 0 auto;
  }
  .max_w1280 {
    max-width: 1280px;
    margin: 0 auto;
  }
}
#mv {
  background: url(../../img/mv_sp.jpg) top center no-repeat;
  background-size: 100% auto;
  height: 168.2666666667vw;
  position: relative;
}
@media screen and (min-width: 658px) {
  #mv {
    height: 1262px;
  }
}
#mv #header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#mv #header.active {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 657px) {
  #mv #header {
    max-width: 750px;
  }
}
#mv #header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw 0vw 2.6666666667vw 2.6666666667vw;
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner {
    max-width: 750px;
    padding: 20px;
    margin: 0 auto;
  }
}
#mv #header .header__inner #logo {
  width: 10.6666666667vw;
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner #logo {
    width: 61px;
  }
}
#mv #header .header__inner .header__btnArea {
  width: 73.8666666667vw;
  margin-right: -5.8666666667vw;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea {
    width: 554px;
    margin-right: 0;
  }
}
#mv #header .header__inner .header__btnArea a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.9333333333vw 0vw 2.9333333333vw 0vw;
  height: 10.6666666667vw;
}
@media screen and (max-width: 657px) {
  #mv #header .header__inner .header__btnArea a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea a {
    height: 80px;
    padding: 20px;
  }
}
#mv #header .header__inner .header__btnArea a.clinic, #mv #header .header__inner .header__btnArea a.reserve {
  font-size: 20px;
}
@media screen and (max-width: 657px) {
  #mv #header .header__inner .header__btnArea a.clinic, #mv #header .header__inner .header__btnArea a.reserve {
    font-size: 2.6666666667vw;
  }
}
#mv #header .header__inner .header__btnArea a.clinic i, #mv #header .header__inner .header__btnArea a.reserve i {
  display: inline-block;
  vertical-align: middle;
}
#mv #header .header__inner .header__btnArea a.clinic {
  color: #fff;
  background: #FF5F94;
  border: 1px solid #fff;
  width: 26.6666666667vw;
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea a.clinic {
    width: 200px;
  }
}
#mv #header .header__inner .header__btnArea a.clinic .header__icon_clinic {
  background: url(../../img/icon_nav_loca.png) no-repeat center center;
  background-size: 100% auto;
  width: 2.8626666667vw;
  height: 3.7733333333vw;
  margin: -0.2666666667vw 1.0666666667vw 0vw 2.3866666667vw;
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea a.clinic .header__icon_clinic {
    width: 16.41px;
    height: 21.64px;
    margin: -2px 5.9px 0 13.7px;
  }
}
#mv #header .header__inner .header__btnArea a.reserve {
  color: var(--white);
  width: 45.8666666667vw;
  margin-left: 2.5333333333vw;
  background: #00CCE6;
  border: 1px solid #fff;
  padding: 0.5333333333vw 0vw 0.8vw 0vw;
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea a.reserve {
    padding: 8px 0 12px;
  }
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea a.reserve {
    width: 344px;
    margin-left: 20px;
  }
}
#mv #header .header__inner .header__btnArea a.reserve .small {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 657px) {
  #mv #header .header__inner .header__btnArea a.reserve .small {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 657px) {
  #mv #header .header__inner .header__btnArea a.reserve .small {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
}
@media screen and (min-width: 658px) {
  #mv #header .header__inner .header__btnArea a.reserve .small {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.cv__button {
  text-align: center;
}
.cv__button p {
  color: #fff;
  font-size: 36px;
  margin-bottom: 3.4666666667vw;
  position: relative;
}
@media screen and (max-width: 657px) {
  .cv__button p {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 658px) {
  .cv__button p {
    margin-bottom: 45px;
  }
}
.cv__button p:after {
  content: "";
  background: url(../../img/img_smile_orange.png) center left no-repeat;
  background-size: 6.4vw auto;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  right: 0;
  padding-right: 1.0666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 658px) {
  .cv__button p:after {
    background-size: 48px auto;
    width: 48px;
    height: 48px;
    top: 12px;
    padding-right: 6px;
  }
}
.cv__button p .font_fee {
  color: #FFF07F;
  letter-spacing: initial;
}
.cv__button .modBtn--lightBlue {
  color: var(--white);
  font-size: 24px;
  background: #00CCE6;
  padding: 0;
  height: 16.8vw;
  width: 100%;
  display: block;
  line-height: 1.5;
  padding-top: 2.9333333333vw;
}
@media screen and (max-width: 657px) {
  .cv__button .modBtn--lightBlue {
    font-size: 4vw;
  }
}
@media screen and (min-width: 658px) {
  .cv__button .modBtn--lightBlue {
    height: 110px;
    border-radius: 64px;
    padding-top: 20px;
  }
}
.cv__button .modBtn--lightBlue .modBtn__icon_calendar {
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/icon_calendar.png) no-repeat center center;
  background-size: 100% auto;
  width: 4.652vw;
  height: 4.652vw;
  margin: -0.8vw 3.0133333333vw 0vw 0vw;
}
@media screen and (min-width: 658px) {
  .cv__button .modBtn--lightBlue .modBtn__icon_calendar {
    width: 34.89px;
    height: 34.89px;
    margin: -6px 22.6px 0 0;
  }
}
.cv__button .modBtn::after {
  background: url(../../img/btn_arrow.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 658px) {
  .cv__button .modBtn::after {
    width: 32px;
    height: 6px;
    right: 20px;
  }
}

.lead {
  background: #FF5F94;
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 658px) {
  .lead {
    padding: 40px 0;
  }
}

.photo1,
.photo2,
.photo3,
.clinicBox .relative {
  width: 100%;
  height: 51.2vw;
  margin: 0 auto;
  position: relative;
}
.photo1:before, .photo1:after,
.photo2:before,
.photo2:after,
.photo3:before,
.photo3:after,
.clinicBox .relative:before,
.clinicBox .relative:after {
  content: "";
  position: absolute;
  top: 0;
  width: 10%;
  height: 51.2vw;
}
.photo1:before,
.photo2:before,
.photo3:before,
.clinicBox .relative:before {
  background: -webkit-gradient(linear, left top, right top, from(var(--goldGray)), color-stop(0%, var(--goldGray)), to(transparent));
  background: linear-gradient(to right, var(--goldGray) 0%, var(--goldGray) 0%, transparent 100%);
  left: 0;
}
.photo1:after,
.photo2:after,
.photo3:after,
.clinicBox .relative:after {
  background: -webkit-gradient(linear, right top, left top, from(var(--goldGray)), color-stop(0%, var(--goldGray)), to(transparent));
  background: linear-gradient(to left, var(--goldGray) 0%, var(--goldGray) 0%, transparent 100%);
  right: 0;
}
@media screen and (min-width: 658px) {
  .photo1,
  .photo2,
  .photo3,
  .clinicBox .relative {
    height: 400px;
  }
  .photo1:before, .photo1:after,
  .photo2:before,
  .photo2:after,
  .photo3:before,
  .photo3:after,
  .clinicBox .relative:before,
  .clinicBox .relative:after {
    width: 100px;
    height: 400px;
  }
}

.photo_staff {
  background: url(../../img/photo_staff.jpg) top 10% center no-repeat;
  background-size: 100% auto;
}

.photo_clinic {
  background: url(../../img/photo_clinic.jpg) top center no-repeat;
  background-size: 123.2vw auto;
  width: 100%;
  height: 20.5333333333vw;
}
@media screen and (min-width: 658px) {
  .photo_clinic {
    background-size: auto 100%;
    height: 154px;
  }
}
@media screen and (min-width: 922px) {
  .photo_clinic {
    background-size: 100% auto;
    height: 16.67vw;
  }
}

.allPayment h2 {
  font-size: 34px;
  color: #75a7e2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 657px) {
  .allPayment h2 {
    font-size: 4.5333333333vw;
  }
}
.allPayment .inner {
  width: calc(100% - 68px);
  margin: 80px auto 0;
}
@media screen and (max-width: 657px) {
  .allPayment .inner {
    width: calc(100% - 10.625vw);
    margin-top: 12.5vw;
  }
}
.allPayment .modAccordion {
  margin-top: 4vw;
}
@media screen and (min-width: 658px) {
  .allPayment .modAccordion {
    margin-top: 30px;
  }
}
.allPayment .modAccordion__body {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 658px) {
  .allPayment .modListPayment--box {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 658px) {
  .allPayment .modListPayment > li:nth-child(n+2) {
    margin: 36px 0 0;
  }
}
.allPayment .modListPayment .payment__textArea__way > li img {
  height: 8.2386666667vw;
}
@media screen and (min-width: 658px) {
  .allPayment .modListPayment .payment__textArea__way > li img {
    height: 61.79px;
  }
}
.allPayment .icon_credit {
  width: 50.4vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 658px) {
  .allPayment .icon_credit {
    width: 378px;
    margin-top: 20px;
  }
}
.allPayment .icon_debit {
  width: 20.2453333333vw;
}
@media screen and (min-width: 658px) {
  .allPayment .icon_debit {
    width: 151.84px;
  }
}
.allPayment .modSectionZero {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 658px) {
  .allPayment .modSectionZero {
    margin-top: 80px;
  }
}

.flowBox {
  padding: 16vw 0;
}
@media screen and (min-width: 658px) {
  .flowBox {
    padding: 120px 0;
  }
}
.flowBox h2 {
  color: #6F6867;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 657px) {
  .flowBox h2 {
    font-size: 6.4vw;
  }
}
.flowBox h2 span {
  display: block;
  color: #FF5F94;
  font-size: 28px;
}
@media screen and (max-width: 657px) {
  .flowBox h2 span {
    font-size: 3.7333333333vw;
  }
}
.flowBox .flowSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  padding: 0vw 4.5333333333vw 0vw 4.5333333333vw;
  margin: auto;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide {
    padding: 0 0 34px;
  }
}
.flowBox .flowSlide__cont {
  padding: 10.6666666667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide__cont {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__cont {
    overflow-x: scroll;
    width: 750px;
    padding: 80px 0 0;
    margin: 0 auto;
  }
}
.flowBox .flowSlide__item {
  width: 53.3333333333vw;
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item {
    width: 400px;
  }
}
.flowBox .flowSlide__item:nth-child(n+2) {
  margin: 0vw 0vw 0vw 4.6666666667vw;
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
.flowBox .flowSlide__item h3 {
  text-align: center;
  line-height: 1.67;
  margin-bottom: -4.2666666667vw;
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item h3 {
    margin-bottom: -27px;
  }
}
.flowBox .flowSlide__item h3 .cap {
  font-size: 16px;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide__item h3 .cap {
    font-size: 3.2vw;
  }
}
.flowBox .flowSlide__item h3 .border {
  color: var(--goldGray);
  font-size: 52px;
  -webkit-text-stroke: 1px #c6b183;
  margin-top: 1.0666666667vw;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide__item h3 .border {
    font-size: 8.2666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item h3 .border {
    margin-top: 8px;
  }
}
.flowBox .flowSlide__item .modBox {
  background: #F8F3E7;
  padding-bottom: 3.7333333333vw;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item .modBox {
    padding-bottom: 28px;
    border-radius: 20px;
  }
}
.flowBox .flowSlide__item .modBox .img__area {
  position: relative;
}
.flowBox .flowSlide__item .modBox .img__area img {
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item .modBox .img__area img {
    border-radius: 20px 20px 0 0;
  }
}
.flowBox .flowSlide__item .modBox .img__area .number {
  font-size: 96px;
  position: absolute;
  bottom: 0;
  color: #F8F3E7;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide__item .modBox .img__area .number {
    font-size: 12.8vw;
  }
}
.flowBox .flowSlide__item .modBox .midashi {
  font-size: 32px;
  padding: 5.3333333333vw 4.2666666667vw 0;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide__item .modBox .midashi {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item .modBox .midashi {
    padding: 40px 32px 0;
  }
}
.flowBox .flowSlide__item .modBox .text {
  font-size: 22px;
  margin: 3.7333333333vw 4.1333333333vw 0vw 4.1333333333vw;
}
@media screen and (max-width: 657px) {
  .flowBox .flowSlide__item .modBox .text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .flowBox .flowSlide__item .modBox .text {
    margin: 24px 24px 0 24px;
  }
}
.flowBox .flowSlide__item__img {
  vertical-align: middle;
}

.clinicBox h2 {
  color: var(--white);
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.2em;
  background: #c6b183;
  padding: 4.4vw 0;
}
@media screen and (max-width: 657px) {
  .clinicBox h2 {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox h2 {
    padding: 33px 0;
  }
}
.clinicBox .relative {
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 658px) {
  .clinicBox .relative {
    height: 490px;
  }
  .clinicBox .relative:before, .clinicBox .relative:after {
    height: 490px;
  }
}
.clinicBox .video {
  width: 100%;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.clinicBox .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1em;
  overflow: hidden;
  pointer-events: none;
}
.clinicBox .slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide1 30s linear infinite 0.5s both;
          animation: slide1 30s linear infinite 0.5s both;
}
.clinicBox .slider ul li {
  width: 25vw;
}
@media screen and (min-width: 658px) {
  .clinicBox .slider ul li {
    width: 250px;
  }
}
.clinicBox .slider ul li img {
  width: 100%;
}
@-webkit-keyframes slide1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide1 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.clinicBox .modContentClinic {
  background: url(../../img/bg_clinic.png) center center no-repeat;
  background-size: 75.264vw auto;
  padding: 85.12px 32.768px 68.864px;
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic {
    background-size: 564.48px auto;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__inner {
    margin: 0 0 23px;
  }
}
.clinicBox .modContentClinic__title {
  font-size: 28px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 657px) {
  .clinicBox .modContentClinic__title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__title {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__list__item {
    width: calc(25% - 4px);
    margin: 0 5px 8px 0;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
.clinicBox .modContentClinic__list__item .modBtn {
  font-size: 18px;
}
@media screen and (max-width: 657px) {
  .clinicBox .modContentClinic__list__item .modBtn {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__list__item .modBtn {
    height: 69px;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__block {
    display: block;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__block--half {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__block--half .modContentClinic__inner {
    width: 50%;
  }
}
.clinicBox .modContentClinic__block--half .modContentClinic__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 658px) {
  .clinicBox .modContentClinic__block--half .modContentClinic__list__item {
    width: calc(50% - 3px);
  }
}

#modalHtml .modModal__title {
  color: var(--white);
  font-size: 32px;
  text-align: center;
  padding: 3.6vw 0;
  background: var(--gray);
  border-radius: 3.2vw 3.2vw 0 0;
}
@media screen and (max-width: 657px) {
  #modalHtml .modModal__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__title {
    padding: 27px 0;
    border-radius: 24px 24px 0 0;
  }
}
#modalHtml .modModal__body {
  height: 60vh;
  padding: 4.2266666667vw 5.3333333333vw 4.4vw 5.3333333333vw;
  overflow-y: scroll;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body {
    padding: 31.7px 40px 33px;
  }
}
#modalHtml .modModal__body .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.5733333333vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body .flex {
    margin-bottom: 34.3px;
  }
}
#modalHtml .modModal__body .flex img {
  width: 26.6666666667vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body .flex img {
    width: 200px;
  }
}
#modalHtml .modModal__body .flex div {
  font-weight: normal;
  width: 34vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body .flex div {
    width: 240px;
  }
}
#modalHtml .modModal__body a {
  display: block;
}
#modalHtml .modModal__body a.modBtn {
  padding: 2.4vw 0vw 2.6666666667vw 0vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body a.modBtn {
    width: 100%;
    padding: 18px 0 20px;
  }
}
#modalHtml .modModal__body a.modBtn--grade {
  color: var(--white);
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#65D171), to(#A0E363));
  background: linear-gradient(to right, #65D171 0%, #A0E363 100%);
}
@media screen and (max-width: 657px) {
  #modalHtml .modModal__body a.modBtn--grade {
    font-size: 3.2vw;
  }
}
#modalHtml .modModal__body a.modBtn--grade .modBtn__icon_calendar {
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/icon_calendar.png) no-repeat center center;
  background-size: 100% auto;
  width: 4vw;
  height: 4vw;
  margin: -0.8vw 3.0133333333vw 0vw 0vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body a.modBtn--grade .modBtn__icon_calendar {
    width: 30px;
    height: 30px;
    margin: -6px 22.6px 0 0;
  }
}
#modalHtml .modModal__body a.modBtn::after {
  background: url(../../img/btn_arrow.png) center center no-repeat;
  background-size: 100% auto;
}
#modalHtml .modModal__body a.modBtn--white {
  margin-top: 2.6666666667vw;
  border: 1px solid var(--orange);
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body a.modBtn--white {
    font-size: 24px;
    margin-top: 20px;
  }
}
#modalHtml .modModal__body a.modBtn--white a {
  color: var(--orange);
}
#modalHtml .modModal__body a.modBtn--white .modBtn__icon_phone {
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/icon_phone.png) no-repeat center center;
  background-size: 100% auto;
  width: 4vw;
  height: 4vw;
  margin: -0.8vw 3.0133333333vw 0vw 0vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body a.modBtn--white .modBtn__icon_phone {
    width: 30px;
    height: 30px;
    margin: -6px 22.6px 0 0;
  }
}
#modalHtml .modModal__body .doctorArea {
  margin-top: 7vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body .doctorArea {
    margin-top: 52.5px;
  }
}
#modalHtml .modModal__body .doctorArea__title {
  color: var(--lightRizeGold);
  font-size: 28px;
  text-align: center;
  margin-bottom: 3.7866666667vw;
}
@media screen and (max-width: 657px) {
  #modalHtml .modModal__body .doctorArea__title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body .doctorArea__title {
    margin-bottom: 28.4px;
  }
}
#modalHtml .modModal__body .doctorArea__img {
  width: 24.5333333333vw;
  height: 24.5333333333vw;
  border-radius: 50%;
  background-image: url(../../img/clinic.jpg);
  background-size: 100% auto;
  background-position: 54% 36%;
  display: block;
  margin: 0 auto 4.8vw;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__body .doctorArea__img {
    width: 184px;
    height: 184px;
    margin: 0 auto 36px;
  }
}
#modalHtml .modModal__body .doctorArea__reki .midashi {
  font-size: 24px;
}
@media screen and (max-width: 657px) {
  #modalHtml .modModal__body .doctorArea__reki .midashi {
    font-size: 3.2vw;
  }
}
#modalHtml .modModal__body .doctorArea__reki .text {
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 657px) {
  #modalHtml .modModal__body .doctorArea__reki .text {
    font-size: 2.9333333333vw;
  }
}
#modalHtml .modModal__close {
  font-size: 26px;
  text-align: center;
  padding: 4vw 0 4.4vw;
  border-top: 1px solid var(--gray);
  cursor: pointer;
}
@media screen and (max-width: 657px) {
  #modalHtml .modModal__close {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__close {
    padding: 30px 0 33px;
  }
}
#modalHtml .modModal__close i {
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background: url(../../img/icon_close.png) center center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 2.9333333333vw;
  vertical-align: middle;
}
@media screen and (min-width: 658px) {
  #modalHtml .modModal__close i {
    width: 23px;
    height: 23px;
    margin-right: 22px;
  }
}
#modalHtml .modModal__close span {
  vertical-align: middle;
}

.modModal {
  backdrop-filter: blur(0);
  background: rgba(198, 177, 131, 0.8);
  overflow-y: scroll;
}
.modModal:hover {
  cursor: pointer;
}
.modModal__inner {
  cursor: default;
}

.footer {
  padding: 4.6133333333vw 0vw 5.8266666667vw 0vw;
  position: relative;
}
@media screen and (min-width: 658px) {
  .footer {
    padding: 34.6px 0 43.7px;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo__icon {
  display: inline-block;
}
.footer__logo__icon img {
  width: 14.6666666667vw;
  height: 14.6666666667vw;
}
@media screen and (min-width: 658px) {
  .footer__logo__icon img {
    width: 110px;
    height: 110px;
  }
}
.footer__logo__text {
  font-weight: normal;
  font-size: 18px;
  margin: 3.7333333333vw 0vw 13.3333333333vw 0vw;
}
@media screen and (max-width: 657px) {
  .footer__logo__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .footer__logo__text {
    margin: 28px 0 100px;
  }
}
.footer__logo__text .emp {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 657px) {
  .footer__logo__text .emp {
    font-size: 3.2vw;
  }
}
.footer .flex {
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.4666666667vw;
}
@media screen and (max-width: 657px) {
  .footer .flex {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .footer .flex {
    margin-bottom: 26px;
  }
}
.footer copyright {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 657px) {
  .footer copyright {
    font-size: 2.2666666667vw;
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  vertical-align: baseline;
}

.odometer-digit:nth-of-type(2) .odometer-value {
  text-indent: -0.2em;
}

.odometer-value {
  width: 100%;
  text-align: center;
}

@-webkit-keyframes textAnime {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes textAnime {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes imgMove {
  0% {
    -webkit-transform: translateY(0%) translateX(0) scale(0.5);
            transform: translateY(0%) translateX(0) scale(0.5);
    left: 0;
    opacity: 0;
  }
  25% {
    opacity: 0.5;
    left: -15px;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    -webkit-transform: translateY(-450%) translateX(0) scale(1.2);
            transform: translateY(-450%) translateX(0) scale(1.2);
    opacity: 0;
    left: -15px;
  }
}
@keyframes imgMove {
  0% {
    -webkit-transform: translateY(0%) translateX(0) scale(0.5);
            transform: translateY(0%) translateX(0) scale(0.5);
    left: 0;
    opacity: 0;
  }
  25% {
    opacity: 0.5;
    left: -15px;
  }
  50% {
    opacity: 1;
    left: 0;
  }
  100% {
    -webkit-transform: translateY(-450%) translateX(0) scale(1.2);
            transform: translateY(-450%) translateX(0) scale(1.2);
    opacity: 0;
    left: -15px;
  }
}
@-webkit-keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
}

@-webkit-keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

.ad02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ad04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ad06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ad08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ad10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

[data-animate=bounceIn],
[data-animate=fadeInLeft],
[data-animate=fadeInRight],
[data-animate=fadeInUp2],
[data-animate=fadeInDown2],
[data-animate=slideInUp2],
[data-animate=slideInDown2] {
  opacity: 0;
}

.modContentSpecialplan {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan {
    margin: 0vw 4.4vw 7.0666666667vw 4.4vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan {
    width: 100%;
    padding: 0 33px 43px;
  }
}
.modContentSpecialplan::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../img/common/text_Campaign-specialplan.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan::after {
    width: 202px;
    height: 137px;
    bottom: -65px;
    right: 10px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan::after {
    width: 45%;
    padding: 26% 0 0;
    bottom: -8.6666666667vw;
    right: 1.3333333333vw;
  }
}
.modContentSpecialplan__title {
  font-size: 32px;
  font-weight: bold;
  color: var(--orange);
  text-align: left;
  margin: 10.6666666667vw 0vw 3.3333333333vw 0vw;
  position: relative;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__title {
    line-height: 1.4;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__title {
    margin: 80px 0 25px 0;
    letter-spacing: 0.04em;
  }
}
.modContentSpecialplan__title img {
  width: 369px !important;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__title img {
    width: 49.2vw !important;
    top: -13.3333333333vw;
    left: 3.3333333333vw;
    right: initial;
  }
}
.modContentSpecialplan .modBox--white {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.3333333333vw 3.3333333333vw 6vw 3.3333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan .modBox--white {
    padding: 10px 25px 45px;
  }
}
.modContentSpecialplan__rizekuma {
  position: absolute;
  background: url(/assets/img/plans/icon_rizekuma_campaign.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__rizekuma {
    top: -88px;
    right: 11px;
    width: 110px;
    height: 140px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__rizekuma {
    top: -11.3333333333vw;
    right: 1.3333333333vw;
    width: 14.6666666667vw;
    height: 18.6666666667vw;
  }
}
.modContentSpecialplan__rizekuma__hand {
  position: absolute;
  background: url(/assets/img/plans/icon_rizekuma_campaign_hand.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__rizekuma__hand {
    top: -35px;
    right: 12px;
    width: 21px;
    height: 46px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__rizekuma__hand {
    top: -4.6666666667vw;
    right: 1.6vw;
    width: 2.8vw;
    height: 6.1333333333vw;
  }
}
.modContentSpecialplan__off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  font-size: 27px;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off {
    font-size: 5.3333333333vw;
  }
}
.modContentSpecialplan__off__title {
  color: var(--lightRizeGold);
  font-weight: bold;
  width: 100%;
  font-size: 38px;
  padding: 1.3333333333vw 0vw 1.3333333333vw 0vw;
  color: var(--lightRizeGold);
  letter-spacing: -0.02em;
  border-bottom: 0.5333333333vw solid var(--lightRizeGold);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__title {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__title {
    margin: 0vw 0vw 0vw 0vw;
    padding: 6px 0;
    border-bottom: 4px solid var(--lightRizeGold);
  }
}
.modContentSpecialplan__off__title img {
  width: 5.3333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__title img {
    width: 40px;
    margin: 0 4px;
  }
}
.modContentSpecialplan__off__area {
  font-size: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  width: 100%;
  line-height: 0.85;
  color: var(--orange);
  letter-spacing: 0.06em;
  margin: 6vw 0 0 0;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__area {
    font-size: 8.5333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0 0;
  }
}
.modContentSpecialplan__off .month {
  font-size: 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0vw 0.5333333333vw 0vw 0vw;
  padding: 2.6666666667vw 0.2666666667vw 2.6666666667vw 0.2666666667vw;
  color: #fff;
  background: var(--orange);
  letter-spacing: 0.2em;
  line-height: 1.25;
  border-radius: 1.8666666667vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .month {
    font-size: 5.7333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .month {
    padding: 20px 2px;
    border-radius: 14px;
  }
}
.modContentSpecialplan__off .bg__headline {
  font-size: 29px;
  margin: 0vw 0.5333333333vw 0vw 0vw;
  padding: 1.3333333333vw 8.2666666667vw 1.6vw 8.2666666667vw;
  color: #fff;
  background: var(--orange);
  border-radius: 1.8666666667vw;
  position: absolute;
  top: 8vw;
  right: 6vw;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .bg__headline {
    font-size: 3.8666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .bg__headline {
    padding: 12px 62px;
    border-radius: 14px;
    top: 60px;
    right: 30px;
  }
}
.modContentSpecialplan__off .num {
  font-weight: normal;
  font-family: "FriendlyExpart";
  font-size: 176px;
  letter-spacing: -0.04em;
  margin: 0 1.0666666667vw;
  color: var(--orange);
  /**数字中透かし**/
  /*color: rgb(247, 184, 55, .25);
  -webkit-text-stroke: m.vw(5) rgb(247, 184, 55);*/
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .num {
    font-size: 23.4666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .num {
    margin: 0 8px;
    /*-webkit-text-stroke: 5px rgb(247, 184, 55);*/
  }
}
.modContentSpecialplan__off .max {
  font-size: 15px;
  padding: 0vw 0.8vw 0vw 0.8vw;
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 0.6666666667vw;
  position: absolute;
  top: 3.4666666667vw;
  left: -3.2vw;
  line-height: 1.5;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .max {
    font-size: 2vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .max {
    padding: 0 6px;
    border-radius: 5px;
    top: 26px;
    left: -24px;
  }
}
.modContentSpecialplan__off .ja {
  display: block;
  width: 32%;
  font-size: 94px;
  text-align: left;
  -webkit-transform: translateY(1vw);
          transform: translateY(1vw);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .ja {
    font-size: 12.5333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .ja {
    width: auto;
  }
}
.modContentSpecialplan__off .ja span {
  display: block;
  font-size: 86px;
  margin-top: 1.8666666667vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .ja span {
    font-size: 11.4666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .ja span {
    width: 178px;
    margin-top: 6px;
  }
}
.modContentSpecialplan__off .en {
  font-weight: normal;
  font-family: "FriendlyExpart";
  color: #fff;
  -webkit-text-stroke: 0.2666666667vw #e8857d;
  text-stroke: 0.2666666667vw #e8857d;
  vertical-align: -1px;
  font-size: 72px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .en {
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .en {
    -webkit-text-stroke: 1px #e8857d;
    text-stroke: 1px #e8857d;
    margin: 0 0 0 2px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .en {
    margin: 0.4vw 0vw 0vw 0.8vw;
  }
}
.modContentSpecialplan__off__total {
  width: 100%;
  font-size: 24px;
  margin: 3.7333333333vw 3.0666666667vw 0vw 3.0666666667vw;
  padding: 1.3333333333vw 0vw 1.6vw 0vw;
  text-align: center;
  background: var(--lightGoldGray);
  border-radius: 1.6vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__total {
    margin: 19px 0 0 0;
    padding: 6px;
    border-radius: 12px;
  }
}
.modContentSpecialplan__off__total .num {
  font-size: 32px;
  color: #75a7e2;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total .num {
    font-size: 4.2666666667vw;
  }
}
.modContentSpecialplan__off__total .normal {
  font-size: 22px;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total .normal {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__total .normal {
    margin: 0 0 0 28px;
  }
}
.modContentSpecialplan__off__total .normal .num {
  font-size: 22px;
  color: var(--gray);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total .normal .num {
    font-size: 2.9333333333vw;
  }
}
.modContentSpecialplan__text {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 2;
  margin: 4.6666666667vw 0vw 0vw 0vw;
  padding: 0vw 3.3333333333vw 0vw 3.3333333333vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__text {
    margin: 25px 0 0 0;
    padding: 0;
  }
}
.modContentSpecialplan__caution {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  padding: 0vw 3.3333333333vw 0vw 3.3333333333vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__caution {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__caution {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__caution {
    margin: 14px 0 0 0;
    padding: 0;
  }
}

.modContentSpecialplan--change {
  margin: 6.6666666667vw 4.5333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change {
    margin: 50px 0;
  }
}
.modContentSpecialplan--change .modBox--white {
  padding: 4.4vw 5.3333333333vw 3.6vw 5.3333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modBox--white {
    padding: 27px 42px 40px;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off {
  position: relative;
}
.modContentSpecialplan--change .modContentSpecialplan__off .img_camlimited {
  position: absolute;
  bottom: 16vw;
  right: -0.6666666667vw;
  width: 14.6666666667vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off .img_camlimited {
    bottom: 100px;
    width: 80px;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off > img {
    width: 519px;
    margin: 0 auto;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off__area {
  font-size: 73px;
  color: #f55c55;
  margin-top: 4vw;
  white-space: normal !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--change .modContentSpecialplan__off__area {
    font-size: 13.0666666667vw;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--change .modContentSpecialplan__off__area {
    -webkit-transform: translateX(2vw);
            transform: translateX(2vw);
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off__area {
    margin-top: 30px;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off__area:before, .modContentSpecialplan--change .modContentSpecialplan__off__area:after {
  content: "";
  background: url(/assets/img/common/icon_star_blue.svg);
  background-size: cover;
  width: 7.4666666667vw;
  height: 8.4vw;
  position: absolute;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off__area:before, .modContentSpecialplan--change .modContentSpecialplan__off__area:after {
    width: 45px;
    height: 51px;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off__area:before {
  bottom: -5.3333333333vw;
  left: -1.3333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off__area:before {
    bottom: -20px;
    left: 20px;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off__area:after {
  top: 0;
  right: 4vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off__area:after {
    top: 0;
    right: 20px;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off .num {
  font-weight: normal;
  font-family: "FriendlyExpart";
  font-size: 148px;
  letter-spacing: -0.04em;
  margin: 0 1.0666666667vw 0 -5.3333333333vw;
  color: #f55c55;
  display: inline-block;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--change .modContentSpecialplan__off .num {
    font-size: 27.3333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off .num {
    margin: 0 4px 0 -40px;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__off .ja {
  display: block;
  width: 32%;
  font-size: 73px;
  text-align: left;
  -webkit-transform: translateY(1vw);
          transform: translateY(1vw);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--change .modContentSpecialplan__off .ja {
    font-size: 12.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__off .ja {
    width: auto;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__text {
  margin-top: 8vw;
  padding: 0;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--change .modContentSpecialplan__text {
    margin-top: 60px;
  }
}
.modContentSpecialplan--change .modContentSpecialplan__caution {
  padding: 0;
}

.other_newplan {
  background: #ff5f94;
  padding: 13.3333333333vw 0 10vw;
}
@media screen and (min-width: 658px) {
  .other_newplan {
    padding: 100px 0 40px;
  }
}
.other_newplan__img {
  padding: 4.5333333333vw 5.3333333333vw 0vw 5.3333333333vw;
}
@media screen and (min-width: 658px) {
  .other_newplan__img {
    width: 574px;
    display: block;
    margin: 0 auto;
    padding: 34px 0 0 0;
  }
}
.other_newplan .modSection__title {
  font-size: 30px;
  width: 97.3333333333vw;
}
@media screen and (max-width: 657px) {
  .other_newplan .modSection__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .modSection__title {
    margin: 0 auto 4.9333333333vw !important;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .modSection__title {
    width: 730px;
    margin: 0 auto 37px;
  }
}
.other_newplan .modSection__title__main--notAnime {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 1.3461538462;
}
@media screen and (max-width: 657px) {
  .other_newplan .modSection__title__main--notAnime {
    font-size: 4.2666666667vw;
  }
}
.other_newplan .modSection__title .modSection__title__caption {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 18px;
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
}
@media screen and (max-width: 657px) {
  .other_newplan .modSection__title .modSection__title__caption {
    font-size: 2.6666666667vw;
  }
}
.other_newplan > .plansOutline {
  margin: 0 auto;
}
@media screen and (min-width: 658px) {
  .other_newplan > .plansOutline {
    width: 750px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List {
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0vw 5.3333333333vw 0vw 0vw;
    padding: 0vw 0vw 2.6666666667vw 0vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List {
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 718px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
}
.other_newplan .plans__List__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item {
    width: 590px;
    margin: 0 0 0 30px !important;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item {
    width: 90%;
    margin: 0vw 0vw 0vw 5.3333333333vw;
  }
}
.other_newplan .plans__List__item__badge {
  position: relative;
}
.other_newplan .plans__List__item__badge::before {
  content: "";
  background: url("../../img/specialplan/badge_list_item.png") no-repeat;
  background-size: contain;
  width: 68vw;
  height: 5.3333333333vw;
  position: absolute;
  top: 12vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item__badge::before {
    width: 510px;
    height: 40px;
    top: 80px;
  }
}
.other_newplan .plans__List__item__num {
  font-family: "FriendlyExpart";
  font-weight: normal;
  font-size: 32px;
  color: #fff;
  /*@include m.media_queries{
    writing-mode: vertical-rl;
    white-space: pre;
    transform: rotate(-180deg);
  }*/
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item__num {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item__num {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item__num {
    margin-bottom: 4px;
  }
}
.other_newplan .plans__List__item .modBox--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.other_newplan .plans__List__item .modBox--white--inner {
  padding: 0;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .modBox--white {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5.2vw 0vw 5.2vw 0vw;
  }
}
.other_newplan .plans__List__item .plansOutline {
  width: auto;
  margin: 0;
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBox--white {
    margin: 0;
    padding: 0;
  }
}
.other_newplan .plans__List__item .plansOutline .modBox--white--inner {
  padding: 0vw 8vw 0vw 8vw;
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBox--white--inner {
    padding: 18px 40px 18px 40px;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBox--white--inner .plansOutline__thumbList {
    margin: 13px 0 0;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBox--white--inner .plansOutline__thumbList li {
    border-radius: 8px;
    width: 80px;
    height: 80px;
  }
}
.other_newplan .plans__List__item .plansOutline .modBox--white--inner .plansOutline__thumbList li:nth-child(n+2) {
  margin: 0 0 0 14px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline .modBox--white--inner--pay {
    width: 60.2666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBox--white--inner--pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline__tabList {
    margin-top: 40px;
  }
}
.other_newplan .plans__List__item .plansOutline__tabList .modTab__header__item {
  font-size: 24px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__tabList .modTab__header__item {
    font-size: 3.2vw;
  }
}
.other_newplan .plans__List__item .plansOutline__title {
  margin: 0;
  margin-top: 60px;
  color: #FF5F94;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__title {
    font-size: 4.8vw;
  }
}
.other_newplan .plans__List__item .plansOutline__title .plus {
  color: var(--lightRizeGold);
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__title {
    margin-top: 8vw;
    margin-bottom: 3.4666666667vw;
  }
}
.other_newplan .plans__List__item .plansOutline__title__sub {
  color: var(--lightRizeGold);
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__title__sub {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline__title__sub {
    width: 100%;
  }
}
.other_newplan .plans__List__item .plansOutline__pay {
  display: block;
  border: none;
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline__pay {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay {
    margin-top: 3.4666666667vw;
    padding: 0vw 0vw 0vw 0vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__total {
  width: 100%;
  font-size: 28px;
  margin: 2.6666666667vw 0vw 0vw 0vw;
  font-weight: bold;
  text-align: center;
  /*background-color: rgba(#f07895, 7%);*/
  border-radius: 1.6vw;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__total {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline__pay__total {
    margin: 12px 0 0 0;
    padding: 0;
    border-radius: 8px;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__total .num {
  font-family: "FriendlyExpart";
  font-size: 36px;
  font-weight: normal;
  color: #FF5F94;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__total .num {
    font-size: 4.2666666667vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__normal {
  margin: 1.8666666667vw 0vw 0vw 0vw;
  font-size: 14px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__normal {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline__pay__normal {
    margin: 6px 0 0 0;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__normal .num {
  font-family: "FriendlyExpart";
  font-size: 16px;
  font-weight: normal;
  color: var(--gray);
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__normal .num {
    font-size: 2.9333333333vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__course {
  margin: 0;
}
.other_newplan .plans__List__item .plansOutline__pay__course .count {
  font-size: 16px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__course .count {
    font-size: 3.7333333333vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__course .num {
  font-size: 24px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__course .num {
    font-size: 6.1333333333vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__course__yen {
  font-size: 16px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__course__yen {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline__pay__price {
    margin: 20px 0 0;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__price .num {
  font-size: 80px;
  color: #FF5F94;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__price .num {
    font-size: 10.1333333333vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__price .month {
  font-size: 28px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__price .month {
    font-size: 3.2vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__price .count {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__price .count {
    font-size: 3.2vw;
  }
}
.other_newplan .plans__List__item .plansOutline__pay__price .rate {
  font-size: 12px;
  padding: 0 0 10%;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline__pay__price .rate {
    font-size: 2.6666666667vw;
  }
}
.other_newplan .plans__List__item .plansOutline .modBtn {
  width: 100%;
  height: 44.5vw;
  margin: 0;
  padding: 0;
  border-radius: 0 0 20px 20px;
  background: var(--gray);
  font-size: 14px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline .modBtn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline .modBtn {
    width: 9.3333333333vw;
    border-radius: 0 3.2vw 3.2vw 0;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBtn {
    height: 54px;
  }
}
.other_newplan .plans__List__item .plansOutline .modBtn:before {
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 657px) {
  .other_newplan .plans__List__item .plansOutline .modBtn:before {
    border-radius: 0 0 3.2vw 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBtn:after {
    right: 110px;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .plans__List__item .plansOutline .modBtn:hover:after {
    -webkit-animation: arrow-center 0.4s;
            animation: arrow-center 0.4s;
    right: 110px;
  }
}
@-webkit-keyframes arrow-center {
  50% {
    right: 105px;
  }
  100% {
    right: 110px;
  }
}
@keyframes arrow-center {
  50% {
    right: 105px;
  }
  100% {
    right: 110px;
  }
}
.other_newplan .caution {
  color: #fff;
  font-weight: normal;
  padding: 0vw 5.3333333333vw 0vw 5.3333333333vw;
}
@media screen and (min-width: 658px) {
  .other_newplan .caution {
    width: 1054px;
    margin: 20px auto 0;
    padding: 0 34px;
  }
}
.other_newplan .otherBox {
  margin: 5.3333333333vw auto 0;
  padding: 0 4.5333333333vw;
  background: none;
}
.other_newplan .otherBox:before {
  content: none;
}
@media screen and (min-width: 658px) {
  .other_newplan .otherBox {
    width: 574px;
    margin: 40px auto 0;
    padding: 0;
  }
}
.other_newplan .otherBox .modAccordion__head {
  color: #c6b183;
  background: var(--white);
  border-radius: 50px;
  margin: 0 auto;
  width: 56vw;
}
@media screen and (min-width: 658px) {
  .other_newplan .otherBox .modAccordion__head {
    padding: 20px 0;
    width: 380px;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .otherBox .modAccordion__head h3 {
    width: auto;
  }
}
.other_newplan .otherBox .modAccordion__body {
  padding-top: 4vw;
  padding-bottom: 0;
}
@media screen and (min-width: 658px) {
  .other_newplan .otherBox .modAccordion__body {
    padding-top: 40px;
  }
}
.other_newplan .otherBox .modAccordion__body .otherPlan {
  /*@include m.media_queries(pc){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }*/
}
.other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card {
  /*@include m.media_queries(pc){
    width:48%;
  }*/
}
.other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card__left {
  color: #c6b183;
  background: var(--white);
  border-right: 2px solid #c6b183;
}
.other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card__left div {
  width: 21.3333333333vw;
  margin-top: 1.0666666667vw;
  padding: 0;
  color: var(--white);
  background: #c6b183;
  font-size: 18px;
}
@media screen and (max-width: 657px) {
  .other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card__left div {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card__left div {
    width: 160px;
    margin-top: 8px;
  }
}
.other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card__left p {
  line-height: 1.4;
  margin-top: -0.3em;
  font-size: 22px;
}
@media screen and (max-width: 657px) {
  .other_newplan .otherBox .modAccordion__body .otherPlan .courseBox__card__left p {
    font-size: 2.9333333333vw;
  }
}
.other_newplan .otherBox .swiper-slide:nth-child(odd) .otherPlan .courseBox__card__left {
  color: var(--white);
  background: #c6b183;
  border-right: 2px solid var(--white);
}
.other_newplan .otherBox .swiper-slide:nth-child(odd) .otherPlan .courseBox__card__left div {
  width: 21.3333333333vw;
  margin-top: 1.0666666667vw;
  padding: 0;
  color: #c6b183;
  background: var(--white);
  font-size: 18px;
}
@media screen and (max-width: 657px) {
  .other_newplan .otherBox .swiper-slide:nth-child(odd) .otherPlan .courseBox__card__left div {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .other_newplan .otherBox .swiper-slide:nth-child(odd) .otherPlan .courseBox__card__left div {
    width: 160px;
    margin-top: 8px;
  }
}
.other_newplan .otherBox .swiper-slide:nth-child(odd) .otherPlan .courseBox__card__left p {
  line-height: 1.4;
  margin-top: -0.3em;
  font-size: 22px;
}
@media screen and (max-width: 657px) {
  .other_newplan .otherBox .swiper-slide:nth-child(odd) .otherPlan .courseBox__card__left p {
    font-size: 2.9333333333vw;
  }
}
.other_newplan .otherBox .swiper-pagination {
  margin: 10px auto 22px;
}
@media screen and (max-width: 657px) {
  .other_newplan .otherBox .swiper-pagination {
    margin: 1.3333333333vw auto 5.2vw auto;
  }
}
.other_newplan .otherBox .swiper-pagination .swiper-pagination-bullet {
  background: var(--orange);
  border: 1px solid var(--white);
}
.other_newplan .otherBox .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
}
.other_newplan .otherBox .caution {
  margin: 0 auto;
  padding: 0;
}
.other_newplan .fw_normal {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 4%;
}
@media screen and (max-width: 657px) {
  .other_newplan .fw_normal {
    font-size: 2.1333333333vw;
  }
}

.plansOutline .modContentSpecialplan__off__area,
.modTab--plan .modContentSpecialplan__off__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: pre;
}
@media screen and (min-width: 658px) {
  .plansOutline .modContentSpecialplan__off__area,
  .modTab--plan .modContentSpecialplan__off__area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.plansOutline .modContentSpecialplan__off__area .num,
.modTab--plan .modContentSpecialplan__off__area .num {
  -webkit-transform: translateY(11%);
          transform: translateY(11%);
}
@media screen and (min-width: 658px) {
  .plansOutline .modContentSpecialplan__off__area .num,
  .modTab--plan .modContentSpecialplan__off__area .num {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}

@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 964px;
    margin: 58px auto 0;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp {
    margin: 2.1333333333vw 0vw 0vw 0vw;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp + .modContentNote {
    margin: -20px auto 0;
    padding: 0 0 0 12px;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left {
    background: url(/assets/img/common/bg_fixedpay.svg) no-repeat -10px center;
    background-size: 100% auto;
    width: 475px;
    height: 300px;
    padding: 68px 0 0 30px;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left {
    background: url(/assets/img/common/bg_fixedpay_sp.svg) no-repeat left center;
    background-size: 100% auto;
    width: 80%;
    height: 48.6666666667vw;
    margin: 0 auto;
    padding: 10.6666666667vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper {
    margin-top: 18px;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__left .upper__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 21px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper__text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper__text {
    margin: 0vw 0vw 0vw 14.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper__text {
    margin-left: 48px;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__left .upper__text:first-of-type {
  font-weight: bold;
  color: var(--orange);
  margin-left: 63px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper__text:first-of-type {
    margin: 2.1333333333vw 0vw 0vw 14.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper img {
    width: 185px;
    height: 93px;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .upper img {
    width: 28vw;
    height: 13.7333333333vw;
    margin: 0vw 1.0666666667vw 0vw 1.0666666667vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__left .under {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 27px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .under {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .under {
    text-align: left;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .under {
    text-align: center;
    margin-top: 2.1333333333vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__left .under .num {
  font-family: "FriendlyExpart";
  font-weight: normal;
  font-size: 44px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .under .num {
    font-size: 6.4vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__left .under .emp {
  color: var(--orange);
  letter-spacing: 0.1em;
  font-size: 34px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .under .emp {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__left .under .emp {
    margin: 0vw 0vw 0vw 0.6666666667vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right {
    width: 470px;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right {
    padding: 0vw 4.4vw 0vw 4.4vw;
    margin: -1.0666666667vw 0vw 0vw 0vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item {
  font-weight: bold;
  text-align: center;
  background: var(--white);
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item {
    height: 70px;
    padding: 6px 0 0;
    border-radius: 20px;
    margin: 18px 0 0 0;
    -webkit-box-shadow: 0 0 24px rgba(227, 216, 189, 0.4);
    box-shadow: 0 0 24px rgba(227, 216, 189, 0.4);
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item {
    width: 60vw;
    height: 11.4666666667vw;
    border-radius: 2.6666666667vw;
    margin: 2.1333333333vw auto 0vw auto;
    padding: 1.3333333333vw 0vw 3.4666666667vw 0vw;
    -webkit-box-shadow: 0 0 3.75vw rgba(227, 216, 189, 0.4);
    box-shadow: 0 0 3.75vw rgba(227, 216, 189, 0.4);
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item:last-child {
  padding: 0;
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item:last-child {
    line-height: 70px;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item:last-child {
    line-height: 11.4666666667vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item dt {
  font-size: 20px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item dt {
    font-size: 3.4666666667vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item dt span {
  font-size: 32px;
  color: var(--orange);
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item dt span {
    font-size: 5.0666666667vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item dt span span {
  font-size: 48px;
  font-family: "FriendlyExpart";
  font-weight: normal;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item dt span span {
    font-size: 6.4vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item dd {
  color: var(--orange);
  font-size: 38px;
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item dd {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item dd {
    margin: 3px 0 0;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp__right .item dd {
    margin: 0.4vw 0vw 0vw 0vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item.is-act.delay-1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item.is-act.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.modSectionFixedPayLp .modContentFixedPayLp__right .item.is-act.delay-3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.modSectionFixedPayLp .modContentFixedPayLp--under .modContentNote {
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp--under .modContentNote {
    margin-top: 15px;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp--under .modContentNote {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.modSectionFixedPayLp .modContentFixedPayLp--under .img_fixedpay {
  display: block;
}
@media screen and (min-width: 658px) {
  .modSectionFixedPayLp .modContentFixedPayLp--under .img_fixedpay {
    width: 1000px;
    margin: 40px auto 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 657px) {
  .modSectionFixedPayLp .modContentFixedPayLp--under .img_fixedpay {
    width: 83.4666666667vw;
    margin: 5.3333333333vw auto 0vw auto;
    padding-bottom: 10.6666666667vw;
  }
}

/*PlanTab*/
.plans__List .plansOutline__tabList {
  margin: 5.3333333333vw 0 0;
}
@media screen and (min-width: 658px) {
  .plans__List .plansOutline__tabList {
    margin: 13px 0 0;
  }
}
@media screen and (min-width: 658px) {
  .plans__List .plansOutline__tabList .modTab {
    width: 250px;
    margin: 20px auto 0;
  }
}
.plans__List .plansOutline__tabList .modTab__header--otherNewPlan {
  border-bottom: 1px solid #c6b183;
  padding: 0;
}
@media screen and (min-width: 658px) {
  .plans__List .plansOutline__tabList .modTab__header--otherNewPlan {
    margin: 20px auto 0;
  }
}
.plans__List .plansOutline__tabList .modTab__header__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #6F6867 !important;
  padding: 0vw 0vw 2.6666666667vw 0vw;
}
@media screen and (min-width: 658px) {
  .plans__List .plansOutline__tabList .modTab__header__item {
    font-size: 16px;
    padding: 0 0 12px;
  }
}
.plans__List .plansOutline__tabList .modTab__header__item::after {
  background-color: #FF5F94;
}
@media screen and (min-width: 658px) {
  .plans__List .plansOutline__tabList .modTab__header__item::after {
    height: 3px;
    bottom: -3px;
  }
}
.plans__List .plansOutline__tabList .modTab__header__item.is-active {
  color: var(--lightRizeGold);
}
.plans__List .plansOutline__tabList .modTab__header__item.is-active::after {
  background: #FF5F94;
}
.plans__List .plansOutline__tabList .modTab__header__item:first-child.is-active::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.plans__List .plansOutline__tabList .modTab__header__item:nth-child(2).is-active::after {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.plans__List .plansOutline__tabList .modTab__header__item:nth-child(3).is-active::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* needle料金表 */
@media screen and (max-width: 657px) {
  .plansOutline--needle {
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 658px) {
  .plansOutline--needle {
    width: 574px;
    margin: 60px auto 0;
  }
}
.plansOutline--needle .modBox {
  padding: 35px 33px 40px;
  border: 2px solid #f56066;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .modTab__header--otherNewPlan {
    border-bottom: 0.8vw solid var(--lightGoldGray);
  }
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .modTab__header--otherNewPlan {
    border-bottom: 6px solid var(--lightGoldGray);
  }
}
.plansOutline--needle .modTab__header__item.is-active {
  color: var(--lightRizeGold);
}
.plansOutline--needle .modTab__header__item.is-active::after {
  background: #f56066;
}
.plansOutline--needle .modTab__header__item:first-child.is-active::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.plansOutline--needle .modTab__header__item:nth-child(2).is-active::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.plansOutline--needle .plansOutline__title {
  color: #f56066;
}
.plansOutline--needle .plansOutline__pay {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  border-top: none;
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .plansOutline__pay {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    margin-top: 55px;
  }
}
.plansOutline--needle .plansOutline__pay__price .num {
  color: #ff5f94;
  font-size: 80px;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__pay__price .num {
    font-size: 10.6666666667vw;
  }
}
.plansOutline--needle .plansOutline__pay__price .month {
  font-size: 36px;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__pay__price .month {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__pay__price:nth-child(2) {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .plansOutline__pay__price:nth-child(2) {
    margin-top: 24px;
  }
}
.plansOutline--needle .plansOutline__pay__addOne {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__pay__addOne {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .plansOutline__pay__addOne {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__pay__addOne {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.plansOutline--needle .plansOutline__tabList {
  margin: 5.3333333333vw 0 0;
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .plansOutline__tabList {
    margin: 40px auto 0;
  }
}
.plansOutline--needle .plansOutline__text {
  margin: 15px 40px 0;
  padding: 25px 0 0;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__text {
    margin: 2vw 5.3333333333vw 0vw 5.3333333333vw;
    padding: 3.3333333333vw 0vw 0vw 0vw;
  }
}
.plansOutline--needle .plansOutline__text .perOne {
  font-size: 32px;
  font-weight: bold !important;
  background: none;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__text .perOne {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .plansOutline__text .perOne {
    padding: 0vw 0vw 2vw 0vw;
  }
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .plansOutline__text .perOne {
    padding: 0 0 15px 0;
  }
}
.plansOutline--needle .plansOutline__text .perOne,
.plansOutline--needle .plansOutline__text .caution {
  font-weight: normal;
}

.planNeedle {
  position: relative;
}
@media screen and (max-width: 657px) {
  .planNeedle {
    padding: 9.3333333333vw 4.5333333333vw 0vw 4.5333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle {
    padding: 70px 34px 0;
  }
}
.planNeedle::before {
  content: "";
  width: 17.0666666667vw;
  height: 9.4666666667vw;
  background: url("../../img/img_balloon_new.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 5.3333333333vw;
  right: 4.4vw;
}
@media screen and (min-width: 658px) {
  .planNeedle::before {
    width: 128px;
    height: 71px;
    top: 40px;
    right: 33px;
  }
}
@media screen and (max-width: 657px) {
  .planNeedle--noNew {
    padding: 16vw 4.5333333333vw 0vw 4.5333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle--noNew {
    padding: 120px 34px 0;
  }
}
.planNeedle--noNew:before {
  content: none;
}
.planNeedle .planNeedle__headline {
  font-size: 52px;
  color: #ff9696;
  background: url(../../img/bg_planneedle_h2.png) no-repeat center center;
  background-size: 100% auto;
  width: 44.6666666667vw;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 657px) {
  .planNeedle .planNeedle__headline {
    font-size: 6.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle .planNeedle__headline {
    width: 335px;
  }
}
.planNeedle .planNeedle__headline .text {
  vertical-align: top;
}
.planNeedle h3 {
  font-size: 40px;
  text-align: center;
  color: #f56066;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 657px) {
  .planNeedle h3 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 657px) {
  .planNeedle h3 {
    margin: 1.3333333333vw auto 0vw auto;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle h3 {
    margin: 10px 0 0 0;
  }
}
.planNeedle h4 {
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 657px) {
  .planNeedle h4 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 657px) {
  .planNeedle h4 {
    margin: 2.6666666667vw auto 0vw auto;
    padding: 0vw 0vw 0.8vw 0vw;
    border-bottom: 0.5333333333vw solid var(--orange);
  }
}
@media screen and (min-width: 658px) {
  .planNeedle h4 {
    margin: 20px auto 0;
    padding: 0 0 6px 0;
    border-bottom: 4px solid var(--orange);
  }
}
.planNeedle .balloon {
  font-size: 30px;
  margin-top: 4.6666666667vw;
}
@media screen and (max-width: 657px) {
  .planNeedle .balloon {
    font-size: 4vw;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle .balloon {
    margin-top: 35px;
  }
}
.planNeedle__off {
  text-align: center;
  margin: 2.8vw auto 0vw auto;
  width: 50.6666666667vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__off {
    width: 380px;
    margin: 21px auto 0;
  }
}
.planNeedle__text {
  margin-top: 4vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__text {
    margin-top: 30px;
  }
}
.planNeedle__partsArea h5 {
  font-size: 30px;
  text-align: center;
  margin-top: 10.6666666667vw;
}
@media screen and (max-width: 657px) {
  .planNeedle__partsArea h5 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle__partsArea h5 {
    margin-top: 80px;
  }
}
.planNeedle__partsBtn {
  position: relative;
  margin-top: 7.2vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn {
    margin-top: 54px;
  }
}
.planNeedle__partsBtn img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 35.3333333333vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn img {
    width: 265px;
  }
}
.planNeedle__partsBtn ul {
  position: absolute;
  top: 0;
}
.planNeedle__partsBtn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  color: var(--white);
  background: #f56066;
  line-height: 1.375;
  border-radius: 50vw;
  width: 18.6666666667vw;
  height: 9.3333333333vw;
  padding: 1.3333333333vw;
  position: absolute;
  top: 2vw;
}
@media screen and (max-width: 657px) {
  .planNeedle__partsBtn ul li {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn ul li {
    width: 140px;
    height: 70px;
    padding: 10px;
    top: 15px;
  }
}
.planNeedle__partsBtn ul li:nth-child(odd) {
  top: 2vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn ul li:nth-child(odd) {
    top: 15px;
  }
}
.planNeedle__partsBtn ul li:nth-child(even) {
  top: 17.8666666667vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn ul li:nth-child(even) {
    top: 134px;
  }
}
.planNeedle__partsBtn ul li:nth-child(1), .planNeedle__partsBtn ul li:nth-child(2) {
  left: 4.6666666667vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn ul li:nth-child(1), .planNeedle__partsBtn ul li:nth-child(2) {
    left: 35px;
  }
}
.planNeedle__partsBtn ul li:nth-child(3), .planNeedle__partsBtn ul li:nth-child(4) {
  left: 53.3333333333vw;
}
@media screen and (min-width: 658px) {
  .planNeedle__partsBtn ul li:nth-child(3), .planNeedle__partsBtn ul li:nth-child(4) {
    left: 400px;
  }
}

.accordion .accordion__btn {
  position: relative;
  z-index: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  width: 100%;
  padding: 8px 83px 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#e56d06), to(#ff6067));
  background-image: linear-gradient(to right, #e56d06, #ff6067);
  cursor: pointer;
}
@media screen and (max-width: 657px) {
  .accordion .accordion__btn {
    padding: 1.0666666667vw 11.0666666667vw 1.0666666667vw 2.1333333333vw;
    min-height: 12.5vw;
  }
}
.accordion .accordion__btn--blue {
  background-image: unset;
  background-color: #75a7e2;
}
.accordion .accordion__btn .accordion__btn__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  margin-right: -50px;
}
@media screen and (max-width: 657px) {
  .accordion .accordion__btn .accordion__btn__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 657px) {
  .accordion .accordion__btn .accordion__btn__text {
    margin-right: -7.8125vw;
  }
}
.accordion .accordion__btn .accordion__btn__text--icon::before, .accordion .accordion__btn .accordion__btn__text--icon::after {
  content: "";
  width: 25px;
  height: 28px;
  background-color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNC43MTMgMjcuNjY5Ij4KICA8cGF0aCBkPSJNMjA0LjIyNSAxMy44MzVjLTguMzQ3IDIuNDc5LTEwLjE0MiA0LjQ4OS0xMi4zNTcgMTMuODM1LTIuMjE0LTkuMzQ1LTQuMDA5LTExLjM1NS0xMi4zNTYtMTMuODM1IDguMzQ3LTIuNDggMTAuMTQyLTQuNDkgMTIuMzU2LTEzLjgzNSAyLjIxNSA5LjM0NSA0LjAxIDExLjM1NSAxMi4zNTcgMTMuODM1IiBkYXRhLW5hbWU9IuODkeOCuSA0Njk1OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3OS41MTIpIi8+Cjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNC43MTMgMjcuNjY5Ij4KICA8cGF0aCBkPSJNMjA0LjIyNSAxMy44MzVjLTguMzQ3IDIuNDc5LTEwLjE0MiA0LjQ4OS0xMi4zNTcgMTMuODM1LTIuMjE0LTkuMzQ1LTQuMDA5LTExLjM1NS0xMi4zNTYtMTMuODM1IDguMzQ3LTIuNDggMTAuMTQyLTQuNDkgMTIuMzU2LTEzLjgzNSAyLjIxNSA5LjM0NSA0LjAxIDExLjM1NSAxMi4zNTcgMTMuODM1IiBkYXRhLW5hbWU9IuODkeOCuSA0Njk1OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3OS41MTIpIi8+Cjwvc3ZnPg==");
}
@media screen and (max-width: 657px) {
  .accordion .accordion__btn .accordion__btn__text--icon::before, .accordion .accordion__btn .accordion__btn__text--icon::after {
    width: 3.90625vw;
    height: 4.375vw;
  }
}
.accordion .accordion__btn .accordion__btn__icon {
  position: absolute;
  right: 33px;
  z-index: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 657px) {
  .accordion .accordion__btn .accordion__btn__icon {
    right: 5.15625vw;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.accordion .accordion__btn .accordion__btn__icon::before, .accordion .accordion__btn .accordion__btn__icon::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #c6b183;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 657px) {
  .accordion .accordion__btn .accordion__btn__icon::before, .accordion .accordion__btn .accordion__btn__icon::after {
    width: 2.5vw;
    height: 0.3125vw;
    left: calc(50% - 1.25vw);
    top: calc(50% - 0.15625vw);
  }
}
.accordion .accordion__btn .accordion__btn__icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .accordion__btn.is-active .accordion__btn__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .accordion__btn.is-active .accordion__btn__icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .accordion__btn.is-active .accordion__btn__icon::after {
  opacity: 0;
}

.btn {
  position: relative;
  z-index: 0;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF5F94;
  border-radius: 20px;
  width: 373px;
  min-height: 92px;
  padding: 4px 35px 4px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.25));
  margin: 40px auto 0;
}
@media screen and (max-width: 657px) {
  .btn {
    padding: 0.5333333333vw 4.6666666667vw 0.5333333333vw 2.1333333333vw;
    width: 49.7333333333vw;
    min-height: 12.4vw;
    -webkit-filter: drop-shadow(0 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25));
    margin: 5.3333333333vw auto 0;
    border-radius: 2.6666666667vw;
  }
}
.btn:hover {
  opacity: 0.6;
}
.btn .btn__inner {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 657px) {
  .btn .btn__inner {
    font-size: 2.9333333333vw;
  }
}
.btn .btn__icon {
  position: absolute;
  z-index: 0;
  right: 28px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 657px) {
  .btn .btn__icon {
    right: 4.375vw;
    top: calc(50% - 3.90625vw);
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.btn .btn__icon--plus::before, .btn .btn__icon--plus::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 657px) {
  .btn .btn__icon--plus::before, .btn .btn__icon--plus::after {
    width: 2.5vw;
    height: 0.3125vw;
    left: calc(50% - 1.25vw);
    top: calc(50% - 0.15625vw);
  }
}
.btn .btn__icon--plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal .modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal__container {
  position: relative;
  z-index: 0;
  margin-inline: max(1rem, (100% - 570px) / 2);
}
@media screen and (max-width: 657px) {
  .modal .modal__container {
    margin-inline: max(1rem, (100% - 89.0625vw) / 2);
  }
}
.modal .modal__inner {
  position: relative;
  z-index: 0;
  background-color: #fff;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 657px) {
  .modal .modal__inner {
    border-radius: 5vw;
  }
}
.modal .modal__content {
  overflow-y: scroll;
  padding: 50px 40px;
  max-height: 80vh;
}
@media screen and (max-width: 657px) {
  .modal .modal__content {
    padding: 7.8125vw 6.25vw;
  }
}
.modal .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal__close {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #88837f;
  border-radius: 50%;
  right: 0;
  top: -25px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 657px) {
  .modal .modal__close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -3.90625vw;
  }
}
.modal .modal__close:focus-visible {
  outline: none;
}
.modal .modal__close:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  width: 16px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 657px) {
  .modal .modal__close:before {
    width: 2.5vw;
    height: 0.3125vw;
    top: calc(50% - 0.15625vw);
    left: calc(50% - 1.25vw);
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.lead .lead__block {
  position: relative;
  z-index: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #707070;
  background-color: #f0f7ff;
  -webkit-box-shadow: 0 0 20px rgba(230, 214, 177, 0.6);
          box-shadow: 0 0 20px rgba(230, 214, 177, 0.6);
  border-radius: 20px;
  padding: 100px 24px 53px;
  width: calc(100% - 107px);
  margin: 0 auto;
  font-size: 22px;
}
@media screen and (max-width: 657px) {
  .lead .lead__block {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 657px) {
  .lead .lead__block {
    width: calc(100% - 16.71875vw);
    padding: 13.3333333333vw 3.2vw 7.0666666667vw 3.2vw;
  }
}
.lead .lead__block .lead__block__label {
  position: absolute;
  top: 0;
  left: -36px;
  width: 412px;
}
@media screen and (max-width: 657px) {
  .lead .lead__block .lead__block__label {
    left: -5.625vw;
    width: 64.375vw;
  }
}
.lead .lead__title {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 657px) {
  .lead .lead__title {
    font-size: 3.7333333333vw;
  }
}
.lead .lead__title .lead__title__label {
  position: relative;
  z-index: 0;
  background-color: #fff;
  color: #75a7e2;
  display: inline-block;
  padding: 4px 8px;
}
.lead .lead__title .lead__title__icon {
  position: absolute;
  right: -20px;
  top: -13px;
  background-color: #75a7e2;
  width: 39px;
  height: 36px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOS4wMTUgMzUuNzgxIj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM1LjQ5MyAtMTMyMy4zODEpIj4KICAgIDxwYXRoIGQ9Ik0xOTguNzY5IDEwLjc4MWMtNi41IDEuOTMyLTcuOSAzLjUtOS42MjkgMTAuNzgxLTEuNzI1LTcuMjgyLTMuMTI0LTguODQ4LTkuNjI4LTEwLjc4MSA2LjUtMS45MzIgNy45LTMuNSA5LjYyOC0xMC43ODEgMS43MjYgNy4yODIgMy4xMjUgOC44NDggOS42MjkgMTAuNzgxIiBkYXRhLW5hbWU9IuODkeOCuSA0NjkyOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU1Ljk4MSAxMzIzLjM4MSkiLz4KICAgIDxwYXRoIGQ9Ik0yMDQuMjI1IDEzLjgzNWMtOC4zNDcgMi40NzktMTAuMTQyIDQuNDg5LTEyLjM1NyAxMy44MzUtMi4yMTQtOS4zNDUtNC4wMDktMTEuMzU1LTEyLjM1Ni0xMy44MzUgOC4zNDctMi40OCAxMC4xNDItNC40OSAxMi4zNTYtMTMuODM1IDIuMjE1IDkuMzQ1IDQuMDEgMTEuMzU1IDEyLjM1NyAxMy44MzUiIGRhdGEtbmFtZT0i44OR44K5IDQ2OTMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAuMjgzIDEzMzEuNDk0KSIvPgogIDwvZz4KPC9zdmc+");
          mask-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOS4wMTUgMzUuNzgxIj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTM1LjQ5MyAtMTMyMy4zODEpIj4KICAgIDxwYXRoIGQ9Ik0xOTguNzY5IDEwLjc4MWMtNi41IDEuOTMyLTcuOSAzLjUtOS42MjkgMTAuNzgxLTEuNzI1LTcuMjgyLTMuMTI0LTguODQ4LTkuNjI4LTEwLjc4MSA2LjUtMS45MzIgNy45LTMuNSA5LjYyOC0xMC43ODEgMS43MjYgNy4yODIgMy4xMjUgOC44NDggOS42MjkgMTAuNzgxIiBkYXRhLW5hbWU9IuODkeOCuSA0NjkyOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU1Ljk4MSAxMzIzLjM4MSkiLz4KICAgIDxwYXRoIGQ9Ik0yMDQuMjI1IDEzLjgzNWMtOC4zNDcgMi40NzktMTAuMTQyIDQuNDg5LTEyLjM1NyAxMy44MzUtMi4yMTQtOS4zNDUtNC4wMDktMTEuMzU1LTEyLjM1Ni0xMy44MzUgOC4zNDctMi40OCAxMC4xNDItNC40OSAxMi4zNTYtMTMuODM1IDIuMjE1IDkuMzQ1IDQuMDEgMTEuMzU1IDEyLjM1NyAxMy44MzUiIGRhdGEtbmFtZT0i44OR44K5IDQ2OTMwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAuMjgzIDEzMzEuNDk0KSIvPgogIDwvZz4KPC9zdmc+");
}
@media screen and (max-width: 657px) {
  .lead .lead__title .lead__title__icon {
    width: 6.09375vw;
    height: 5.625vw;
    right: -3.125vw;
    top: -2.03125vw;
  }
}

.approach {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #f5f5f5), color-stop(22%, #FFE9C6));
  background-image: linear-gradient(#f5f5f5 7%, #FFE9C6 22%);
  padding: 32px 0 80px;
}
@media screen and (max-width: 657px) {
  .approach {
    padding: 4.2666666667vw 0vw 10.6666666667vw 0vw;
  }
}
.approach .approach__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #75a7e2;
  position: relative;
}
@media screen and (max-width: 657px) {
  .approach .approach__title {
    font-size: 5.3333333333vw;
  }
}
.approach .approach__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(51%, rgb(255, 226, 145)));
  background: linear-gradient(#f5f5f5 50%, rgb(255, 226, 145) 51%);
}
.approach .approach__title::after {
  content: "";
  display: inline-block;
  background: url("../../img/approach__title_deco.png") no-repeat;
  width: 40vw;
  height: 10vw;
  background-size: contain;
  position: absolute;
  top: -6vw;
  right: -23vw;
}
@media screen and (min-width: 658px) {
  .approach .approach__title::after {
    width: 96px;
    height: 74px;
    top: -40px;
    right: 15px;
  }
}
.approach .approach__item-list {
  width: calc(100% - 66px);
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 657px) {
  .approach .approach__item-list {
    width: calc(100% - 10.3125vw);
    gap: 3.75vw;
    margin-top: 10vw;
  }
}
.approach .approach__item-list .approach__item-list__block {
  width: calc((100% - 24px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 13px;
}
.approach .approach__item-list .approach__item-list__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #535353;
  margin: auto;
}
@media screen and (max-width: 657px) {
  .approach .approach__item-list .approach__item-list__title {
    font-size: 2.9333333333vw;
  }
}
.approach .approach__item-list .approach__item-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 24px #e3d8bd;
          box-shadow: 0 0 24px #e3d8bd;
  background-color: #fff;
  min-height: 280px;
  padding: 8px 24px;
}
@media screen and (max-width: 657px) {
  .approach .approach__item-list .approach__item-list__img {
    min-height: 43.75vw;
    border-radius: 3.125vw;
    -webkit-box-shadow: 0 0 3.75vw #e3d8bd;
            box-shadow: 0 0 3.75vw #e3d8bd;
    padding: 1.25vw 3.75vw;
  }
}
.approach .approach__item-list .approach__item-list__img img {
  display: block;
  margin: auto;
  width: revert-layer;
  max-width: 100%;
}
.approach .approach__item-list .approach__item-list__img--rounded img {
  border-radius: 50%;
}
.approach .approach__block-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #535353;
  margin-top: 60px;
}
@media screen and (max-width: 657px) {
  .approach .approach__block-title {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 657px) {
  .approach .approach__block-title {
    margin-top: 9.375vw;
  }
}
.approach .approach__block {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #535353;
  width: calc(100% - 66px);
  margin: 16px auto 0;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 657px) {
  .approach .approach__block {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 657px) {
  .approach .approach__block {
    width: calc(100% - 10.3125vw);
    margin-top: 2.5vw;
    border-radius: 3.75vw;
    padding: 6.25vw;
    gap: 5.3125vw;
  }
}

.approach_modal .approach_modal__item-col {
  padding-bottom: 55px;
}
.approach_modal .approach_modal__item-col + .approach_modal__item-col {
  border-top: 1px solid #88837f;
  padding-top: 20px;
}
.approach_modal .approach_modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.approach_modal .approach_modal__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #c2ad80;
}
@media screen and (max-width: 657px) {
  .approach_modal .approach_modal__title {
    font-size: 4.2666666667vw;
  }
}
.approach_modal .approach_modal__info {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
  color: #535353;
}
@media screen and (max-width: 657px) {
  .approach_modal .approach_modal__info {
    font-size: 2.6666666667vw;
  }
}
.approach_modal .approach_modal__img img {
  display: block;
  margin: auto;
  width: revert-layer;
  max-width: 100%;
}
.approach_modal .approach_modal__body {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #535353;
  margin-top: 30px;
}
@media screen and (max-width: 657px) {
  .approach_modal .approach_modal__body {
    font-size: 2.9333333333vw;
  }
}
.approach_modal .approach_modal__subscript {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  color: #535353;
  margin-top: 14px;
}
@media screen and (max-width: 657px) {
  .approach_modal .approach_modal__subscript {
    font-size: 2.9333333333vw;
  }
}

.other_newplan .other_newplan__block {
  width: calc(100% - 147px);
  margin: 112px auto 0;
  background-color: rgba(245, 96, 102, 0.75);
  border-radius: 20px;
  border: solid 1px #fff;
  padding: 40px;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__block {
    width: calc(100% - 22.96875vw);
    margin-top: 17.5vw;
    border-radius: 3.125vw;
    padding: 6.25vw;
  }
}
.other_newplan .other_newplan__block .other_newplan__block-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__block .other_newplan__block-title {
    font-size: 4.2666666667vw;
  }
}
.other_newplan .other_newplan__price {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__price {
    margin-top: 3.4375vw;
  }
}
.other_newplan .other_newplan__price + .other_newplan__price {
  margin-top: 4px;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__price + .other_newplan__price {
    margin-top: 0.625vw;
  }
}
.other_newplan .other_newplan__price .other_newplan__price__title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__price .other_newplan__price__title {
    font-size: 3.7333333333vw;
  }
}
.other_newplan .other_newplan__price .other_newplan__price__desc {
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #fff5aa;
  font-family: "FriendlyExpart";
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__price .other_newplan__price__desc {
    font-size: 7.4666666667vw;
  }
}
.other_newplan .other_newplan__price .other_newplan__price__desc small {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 6px;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__price .other_newplan__price__desc small {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__price .other_newplan__price__desc small {
    margin-left: 0.9375vw;
  }
}
.other_newplan .other_newplan__subscript {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 2.1;
  color: #ffffff;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__subscript {
    font-size: 2.4vw;
  }
}
.other_newplan .other_newplan__label {
  margin: 40px auto 0;
  background-color: #fff;
  width: min(413px, 100%);
  border-radius: 100vmax;
  min-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #535353;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__label {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__label {
    margin-top: 6.25vw;
    min-height: 8.90625vw;
  }
}
.other_newplan .other_newplan__cautions {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__cautions {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 657px) {
  .other_newplan .other_newplan__cautions {
    margin-top: 4.6875vw;
  }
}

.modTable {
  width: 100%;
  background: var(--white);
}
@media screen and (min-width: 658px) {
  .modTable + .modTable {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 657px) {
  .modTable + .modTable {
    margin: 6.1333333333vw 0vw 0vw 0vw;
  }
}
.modTable__title {
  font-weight: bold;
  color: var(--lightRizeGold);
  background: var(--goldGray);
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 657px) {
  .modTable__title {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modTable__title {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 657px) {
  .modTable__title {
    padding: 4vw 7vw;
  }
}
.modTable__itemTitle, .modTable__itemText {
  vertical-align: middle;
  text-align: center;
  width: 50%;
  border-bottom: 3px solid var(--lightGoldGray);
  font-size: 16px;
}
@media screen and (max-width: 657px) {
  .modTable__itemTitle, .modTable__itemText {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modTable__itemTitle, .modTable__itemText {
    padding: 24px 15px;
  }
}
@media screen and (max-width: 657px) {
  .modTable__itemTitle, .modTable__itemText {
    padding: 3.3333333333vw 0vw 3.3333333333vw 0vw;
  }
}
.modTable__itemTitle {
  font-weight: bold;
  color: var(--orange);
  background: #FEFEFC;
  border-right: 3px solid var(--lightGoldGray);
}
@media screen and (min-width: 658px) {
  .modTable__itemText {
    line-height: 1.5;
  }
}
@media screen and (max-width: 657px) {
  .modTable__itemText {
    line-height: 1.5;
  }
}
.modTable__itemText > span {
  font-size: 14px;
}
@media screen and (max-width: 657px) {
  .modTable__itemText > span {
    font-size: 2.4vw;
  }
}

/*きびたき用料金モーダル*/
.modBtnWrap:has(.modBtn[data-target=modalFcPrice]), .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) {
  position: relative;
}
@media screen and (max-width: 657px) {
  .modBtnWrap:has(.modBtn[data-target=modalFcPrice]), .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) {
    margin-left: 9.2vw;
    margin-right: 9.2vw;
  }
}
@media screen and (min-width: 658px) {
  .modBtnWrap:has(.modBtn[data-target=modalFcPrice]), .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) {
    margin-top: 30px;
  }
}
.modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon {
  position: absolute;
  z-index: 0;
  right: 114px;
  top: 104px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 657px) {
  .modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon {
    right: 4.375vw;
    top: calc(50% - 3.90625vw);
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon--plus::before, .modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon--plus::after, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon--plus::before, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon--plus::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 657px) {
  .modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon--plus::before, .modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon--plus::after, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon--plus::before, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon--plus::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    left: calc(50% - 1.25vw);
    top: calc(50% - 0.15625vw);
  }
}
.modBtnWrap:has(.modBtn[data-target=modalFcPrice]) .btn__icon--plus::after, .modBtnWrap:has(.modBtn--secondary[data-target=modalEachPrice]) .btn__icon--plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modBtn[data-target=modalFcPrice] {
  color: #6F6867 !important;
  background: #FFFD7A;
  font-size: 28px;
  width: 590px;
}
@media screen and (max-width: 657px) {
  .modBtn[data-target=modalFcPrice] {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modBtn[data-target=modalFcPrice] {
    border-radius: 50px;
    margin-top: 80px;
    padding: 28px 0;
  }
}
@media screen and (max-width: 657px) {
  .modBtn[data-target=modalFcPrice] {
    width: 78.6666666667vw;
    padding: 5vw 0;
  }
}

@media screen and (min-width: 658px) {
  .modModal--fcPrice .modModal__inner, .modModal--eachPrice .modModal__inner {
    width: 890px;
  }
}
@media screen and (min-width: 658px) {
  .modModal--fcPrice .modModal__inner__scroll, .modModal--eachPrice .modModal__inner__scroll {
    padding: 50px 50px 45px;
  }
}
@media screen and (max-width: 657px) {
  .modModal--fcPrice .modModal__inner__scroll, .modModal--eachPrice .modModal__inner__scroll {
    padding: 6.6666666667vw 4vw 6.6666666667vw 4vw;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 657px) {
  .modModal--fcPrice .modTable, .modModal--eachPrice .modTable {
    width: 100vw;
  }
}
.modModal--fcPrice .modTable__headTitle, .modModal--eachPrice .modTable__headTitle {
  background: var(--lightGoldGray);
  border-top: 3px solid var(--lightGoldGray);
  border-bottom: 3px solid var(--lightGoldGray);
}
.modModal--fcPrice .modTable__headText, .modModal--eachPrice .modTable__headText {
  color: var(--lightRizeGold);
  font-weight: bold;
  text-align: center;
  background: var(--goldGray);
  border-top: 3px solid var(--lightGoldGray);
  border-right: 3px solid var(--lightGoldGray);
  border-bottom: 3px solid var(--lightGoldGray);
  padding: 3px;
}
.modModal--fcPrice .modTable__itemText .modTax, .modModal--eachPrice .modTable__itemText .modTax {
  font-size: 0.7em;
  display: block;
}
.modModal--fcPrice .modTable__itemTitle, .modModal--eachPrice .modTable__itemTitle {
  width: 18%;
}
@media screen and (min-width: 658px) {
  .modModal--fcPrice .modTable__itemTitle, .modModal--eachPrice .modTable__itemTitle {
    width: 250px;
  }
}
.modModal--fcPrice .modTable__itemText, .modModal--eachPrice .modTable__itemText {
  font-weight: normal;
  width: 12%;
  border-right: 3px solid var(--lightGoldGray);
}
@media screen and (min-width: 658px) {
  .modModal--fcPrice .modTable__itemText, .modModal--eachPrice .modTable__itemText {
    width: auto;
  }
}
.modModal--fcPrice .note, .modModal--eachPrice .note {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 657px) {
  .modModal--fcPrice .note, .modModal--eachPrice .note {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 658px) {
  .modModal--fcPrice .note, .modModal--eachPrice .note {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 657px) {
  .modModal--fcPrice .note, .modModal--eachPrice .note {
    margin: 2.1333333333vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 658px) {
  .modModal--eachPrice .modModal__inner {
    width: 600px;
  }
}
@media screen and (max-width: 657px) {
  .modModal--eachPrice .modTable {
    width: 100%;
  }
}
.modModal--eachPrice .modTable__itemTitle {
  width: 10%;
}
@media screen and (min-width: 658px) {
  .modModal--eachPrice .modTable__itemTitle {
    width: 250px;
  }
}

.modBtn--gold.modBtn--iconToggle::after {
  background: url(/assets/img/common/icon_btn_toggle_gold.svg) no-repeat center center;
  background-size: 100% auto;
}

.modModal .btnMinus {
  background: var(--gray) url(/assets/img/top/icon_modal_minus.svg) no-repeat center center;
}

.modContentSpecialplan {
  padding: 0;
  position: relative;
  /*&::after{
    content: '';
    position: absolute;
    display: block;
    background: url(../../img/common/text_Campaign-specialplan.png) no-repeat 0 0;
    background-size: 100% auto;
    @include m.media_queries(pc){
      width: 202px;
      height: 137px;
      bottom: -2%;
      right: 160px;
    }
    @include m.media_queries{
      width: 45%;
      padding: 26% 0 0;
      bottom: m.vw(-65);
      right: m.vw(10);
    }
  }*/
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan {
    margin: 0vw 4.4vw 7.0666666667vw 4.4vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan {
    padding: 0 170px;
  }
}
.modContentSpecialplan__title {
  font-size: 32px;
  font-weight: bold;
  color: var(--orange);
  text-align: left;
  margin: 8vw 0vw 3.3333333333vw 2.6666666667vw;
  position: relative;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__title {
    line-height: 1.4;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__title {
    margin: 62px 0 10px 80px;
    letter-spacing: 0.07em;
  }
}
.modContentSpecialplan__title img {
  width: 369px !important;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__title img {
    width: 49.2vw !important;
    top: -13.3333333333vw;
    left: 3.3333333333vw;
    right: initial;
  }
}
.modContentSpecialplan .modBox--white {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.3333333333vw 3.3333333333vw 6vw 3.3333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan .modBox--white {
    padding: 10px 120px 40px;
  }
}
.modContentSpecialplan__rizekuma {
  position: absolute;
  background: url(../../img/plans/icon_rizekuma_campaign.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__rizekuma {
    top: -88px;
    right: 18px;
    width: 128px;
    height: 155px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__rizekuma {
    top: -11.3333333333vw;
    right: 1.3333333333vw;
    width: 14.6666666667vw;
    height: 18.6666666667vw;
  }
}
.modContentSpecialplan__rizekuma__hand {
  position: absolute;
  background: url(../../img/plans/icon_rizekuma_campaign_hand.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__rizekuma__hand {
    top: -31px;
    right: 20px;
    width: 22px;
    height: 46px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__rizekuma__hand {
    top: -4.6666666667vw;
    right: 1.6vw;
    width: 2.8vw;
    height: 6.1333333333vw;
  }
}
.modContentSpecialplan__off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  font-size: 27px;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off {
    font-size: 5.3333333333vw;
  }
}
.modContentSpecialplan__off__title {
  color: var(--lightRizeGold);
  font-weight: bold;
  width: 100%;
  font-size: 38px;
  padding: 1.3333333333vw 0vw 1.3333333333vw 0vw;
  color: var(--lightRizeGold);
  letter-spacing: -0.02em;
  border-bottom: 0.5333333333vw solid var(--lightRizeGold);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__title {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__title {
    margin: 0vw 0vw 0vw 0vw;
    padding: 6px 0;
    border-bottom: 4px solid var(--lightRizeGold);
  }
}
.modContentSpecialplan__off__title img {
  width: 5.3333333333vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__title img {
    width: 40px;
    margin: 0 4px;
  }
}
.modContentSpecialplan__off__area {
  font-size: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  width: 100%;
  line-height: 0.85;
  color: var(--orange);
  letter-spacing: 0.06em;
  margin: 6vw 0 0 0;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__area {
    font-size: 8.5333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0 0;
  }
}
.modContentSpecialplan__off .month {
  font-size: 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0vw 0.5333333333vw 0vw 0vw;
  padding: 2.6666666667vw 0.2666666667vw 2.6666666667vw 0.2666666667vw;
  color: #fff;
  background: var(--orange);
  letter-spacing: 0.2em;
  line-height: 1.25;
  border-radius: 1.8666666667vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .month {
    font-size: 5.7333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .month {
    padding: 20px 2px;
    border-radius: 14px;
  }
}
.modContentSpecialplan__off .bg__headline {
  font-size: 32px;
  margin: 0vw 0.5333333333vw 0vw 0vw;
  padding: 1.3333333333vw 8.2666666667vw 1.6vw 8.2666666667vw;
  color: #fff;
  background: var(--orange);
  border-radius: 1.8666666667vw;
  position: absolute;
  top: 8vw;
  right: 6vw;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .bg__headline {
    font-size: 3.8666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .bg__headline {
    padding: 12px 80px;
    border-radius: 14px;
    top: 50px;
    right: 60px;
  }
}
.modContentSpecialplan__off .num {
  font-weight: normal;
  font-family: "FriendlyExpart";
  font-size: 196px;
  letter-spacing: -0.04em;
  margin: 0 1.0666666667vw;
  color: var(--orange);
  /**数字中透かし**/
  /*color: rgb(247, 184, 55, .25);
  -webkit-text-stroke: m.vw(5) rgb(247, 184, 55);*/
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .num {
    font-size: 23.4666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .num {
    margin: 0 10px;
    /*-webkit-text-stroke: 5px rgb(247, 184, 55);*/
  }
}
.modContentSpecialplan__off .max {
  font-size: 15px;
  padding: 0vw 0.8vw 0vw 0.8vw;
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 0.6666666667vw;
  position: absolute;
  top: 3.4666666667vw;
  left: -3.2vw;
  line-height: 1.5;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .max {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .max {
    padding: 0 6px;
    border-radius: 5px;
    top: 29px;
    left: -16px;
  }
}
.modContentSpecialplan__off .ja {
  display: block;
  width: 32%;
  font-size: 114px;
  text-align: left;
  -webkit-transform: translateY(1vw);
          transform: translateY(1vw);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .ja {
    font-size: 12.5333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .ja {
    width: auto;
  }
}
.modContentSpecialplan__off .ja span {
  display: block;
  font-size: 80px;
  margin-top: 1.8666666667vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .ja span {
    font-size: 11.4666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .ja span {
    width: 178px;
    margin-top: 6px;
  }
}
.modContentSpecialplan__off .en {
  font-weight: normal;
  font-family: "FriendlyExpart";
  color: #fff;
  -webkit-text-stroke: 0.2666666667vw #E8857D;
  text-stroke: 0.2666666667vw #E8857D;
  vertical-align: -1px;
  font-size: 46px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .en {
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off .en {
    -webkit-text-stroke: 1px #E8857D;
    text-stroke: 1px #E8857D;
    margin: 0 0 0 2px;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off .en {
    margin: 0.4vw 0vw 0vw 0.8vw;
  }
}
.modContentSpecialplan__off__total {
  width: 100%;
  font-size: 18px;
  margin: 3.7333333333vw 3.0666666667vw 0vw 3.0666666667vw;
  padding: 1.3333333333vw 0vw 1.6vw 0vw;
  text-align: center;
  background: var(--lightGoldGray);
  border-radius: 1.6vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__total {
    margin: 19px 0 0 0;
    padding: 6px;
    border-radius: 12px;
  }
}
.modContentSpecialplan__off__total .num {
  font-size: 26px;
  color: var(--pink);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total .num {
    font-size: 4.2666666667vw;
  }
}
.modContentSpecialplan__off__total .normal {
  font-size: 14px;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total .normal {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__off__total .normal {
    margin: 0 0 0 28px;
  }
}
.modContentSpecialplan__off__total .normal .num {
  font-size: 18px;
  color: var(--gray);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__off__total .normal .num {
    font-size: 2.9333333333vw;
  }
}
.modContentSpecialplan__text {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin: 4.6666666667vw 0vw 0vw 0vw;
  padding: 0vw 3.3333333333vw 0vw 3.3333333333vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__text {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__text {
    margin: 25px 0 0 0;
    padding: 0;
  }
}
.modContentSpecialplan__caution {
  text-align: left;
  font-size: 14px;
  padding: 0vw 3.3333333333vw 0vw 3.3333333333vw;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__caution {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan__caution {
    margin: 1.3333333333vw 0vw 0vw 0vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan__caution {
    margin: 6px 0 0 0;
    padding: 0;
  }
}

.modContentSpecialplan--changeWeekday {
  margin: 8vw 4.5333333333vw 0;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday {
    margin: 60px 34px 0;
  }
}
.modContentSpecialplan--changeWeekday .modBox--white {
  padding: 0 0 5.3333333333vw 0 !important;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modBox--white {
    padding: 0 0 40px 0 !important;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__title {
  font-size: 22px;
  color: var(--white);
  background: #F55C55;
  text-align: center;
  margin: 9.3333333333vw 0 2.4vw 0;
  padding: 1.6vw;
  border-radius: 3.2vw 3.2vw 0 0;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__title {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__title {
    margin: 62px 0 30px 0;
    padding: 12px;
    border-radius: 24px 24px 0 0;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off {
  position: relative;
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off .img_camlimited {
  position: absolute;
  bottom: 16vw;
  right: -0.6666666667vw;
  width: 14.6666666667vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off .img_camlimited {
    bottom: 120px;
    width: 100px;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off > img {
  width: 49.4666666667vw !important;
  margin: 0 auto;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off > img {
    width: 351px !important;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area {
  font-size: 73px;
  color: #F55C55;
  margin-top: 0vw;
  padding: 0 4.2666666667vw;
  white-space: normal !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area {
    font-size: 13.0666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area {
    margin-top: 22px;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:before, .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:after {
  content: "";
  width: 5.3333333333vw;
  height: 6vw;
  position: absolute;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:before, .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:after {
    width: 40px;
    height: 45px;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:before {
  background: url(/assets/img/common/icon_star_red.svg);
  background-size: cover;
  bottom: -2.6666666667vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:before {
    bottom: -20px;
    left: 47px;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:after {
  background: url(/assets/img/common/icon_star_blue.svg);
  background-size: cover;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off__area:after {
    top: 0;
    right: 47px;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off .num {
  font-weight: normal;
  font-family: "FriendlyExpart";
  font-size: 146px;
  letter-spacing: -0.04em;
  margin: 0 1.0666666667vw 0 -1.3333333333vw;
  color: #F55C55;
  display: inline-block;
  -webkit-transform: translateY(11%);
          transform: translateY(11%);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off .num {
    font-size: 21.8666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off .num {
    margin: 0 14px 0 0;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__off .ja {
  display: block;
  width: 32%;
  font-size: 89px;
  text-align: left;
  -webkit-transform: translateY(1vw);
          transform: translateY(1vw);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off .ja {
    font-size: 12.6666666667vw;
  }
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__off .ja {
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__text {
  margin-top: 5.3333333333vw;
  padding: 0;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday .modContentSpecialplan__text {
    margin-top: 30px;
  }
}
.modContentSpecialplan--changeWeekday .modContentSpecialplan__caution {
  padding: 0;
}
.modContentSpecialplan--changeWeekday.weekday {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday.weekday {
    margin-top: 100px;
  }
}
.modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__title {
  background: #F77938;
}
.modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off > img {
  width: 51.8666666667vw;
}
@media screen and (min-width: 658px) {
  .modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off > img {
    width: 350px;
  }
}
.modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off__area {
  font-size: 73px;
  color: var(--orange);
}
@media screen and (max-width: 657px) {
  .modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off__area {
    font-size: 13.0666666667vw;
  }
}
.modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off__area:before, .modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off__area:after {
  background: url(/assets/img/common/icon_star_orange.svg);
  background-size: cover;
}
.modContentSpecialplan--changeWeekday.weekday .modContentSpecialplan__off .num {
  color: var(--orange);
}

/*af2509 01*/
.about {
  position: relative;
  padding: 16vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #fff), color-stop(47%, #FFF6F6), to(#fff));
  background: linear-gradient(#fff 46%, #FFF6F6 47%, #fff 100%);
  overflow: hidden;
}
@media screen and (min-width: 658px) {
  .about {
    padding: 120px 0;
  }
}
.about img {
  z-index: 1;
  position: relative;
}
.about img.img02 {
  margin-top: 16vw;
}
@media screen and (min-width: 658px) {
  .about img.img02 {
    margin-top: 120px;
  }
}
.about img.img03 {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 658px) {
  .about img.img03 {
    margin-top: 160px;
  }
}
.about img.img04 {
  margin-top: 11.7333333333vw;
}
@media screen and (min-width: 658px) {
  .about img.img04 {
    margin-top: 88px;
  }
}
.about::before {
  content: "";
  background: url("../../img/bg/bg_blur_left.png") no-repeat;
  background-size: contain;
  width: 84.2666666667vw;
  height: 105.8666666667vw;
  position: absolute;
  top: 105.8666666667vw;
  left: 0;
}
@media screen and (min-width: 658px) {
  .about::before {
    width: 632px;
    height: 794px;
    top: 794px;
  }
}
.about::after {
  content: "";
  background: url("../../img/bg/bg_blur_right.png") no-repeat;
  background-size: contain;
  width: 70.9333333333vw;
  height: 151.4666666667vw;
  position: absolute;
  top: 50.2666666667vw;
  right: -30%;
}
@media screen and (min-width: 658px) {
  .about::after {
    width: 532px;
    height: 1136px;
    top: 377px;
  }
}
.about__modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10.6666666667vw 7.3333333333vw 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 658px) {
  .about__modal__box {
    margin: 80px 55px 0;
  }
}
.about__modal__box .button {
  width: 40vw;
}
@media screen and (min-width: 658px) {
  .about__modal__box .button {
    width: 300px;
  }
}
.about .fw_normal {
  font-size: 16px;
  text-align: center;
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 657px) {
  .about .fw_normal {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .about .fw_normal {
    margin-top: 40px;
  }
}

.laser {
  padding: 16vw 0 0;
  background: #FFF6F6;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 658px) {
  .laser {
    padding: 120px 0 0;
  }
}
.laser::before {
  content: "";
  background: url("../../img/bg/bg_blur_left.png") no-repeat;
  background-size: contain;
  width: 84.2666666667vw;
  height: 105.8666666667vw;
  position: absolute;
  top: 221.8666666667vw;
  left: 0;
}
@media screen and (min-width: 658px) {
  .laser::before {
    width: 632px;
    height: 794px;
    top: 1664px;
  }
}
.laser::after {
  content: "";
  background: url("../../img/bg/bg_blur_right.png") no-repeat;
  background-size: contain;
  width: 70.9333333333vw;
  height: 151.4666666667vw;
  position: absolute;
  top: 155.6vw;
  right: -30%;
}
@media screen and (min-width: 658px) {
  .laser::after {
    width: 532px;
    height: 1136px;
    top: 1167px;
  }
}
.laser .movie__area {
  margin: 10.6666666667vw 4.2666666667vw 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 658px) {
  .laser .movie__area {
    margin: 80px 32px 0;
  }
}
.laser .movie__area .title {
  font-size: 40px;
  color: #FF5F94;
}
@media screen and (max-width: 657px) {
  .laser .movie__area .title {
    font-size: 5.3333333333vw;
  }
}
.laser .movie__area .text {
  font-size: 24px;
  margin-top: 5.3333333333vw;
}
@media screen and (max-width: 657px) {
  .laser .movie__area .text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 658px) {
  .laser .movie__area .text {
    margin-top: 40px;
  }
}
.laser .movie__area video {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 658px) {
  .laser .movie__area video {
    margin-top: 40px;
  }
}
.laser .movie__area:first-of-type {
  margin-top: 18vw;
}
@media screen and (min-width: 658px) {
  .laser .movie__area:first-of-type {
    margin-top: 135px;
  }
}

.needle {
  padding: 0 0 16vw;
  background: #F8F3E7;
}
@media screen and (min-width: 658px) {
  .needle {
    padding: 0 0 120px;
  }
}
.needle .img02 {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 658px) {
  .needle .img02 {
    margin-top: 80px;
  }
}
.needle .fw_normal {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 657px) {
  .needle .fw_normal {
    font-size: 2.1333333333vw;
  }
}

.introduce {
  padding: 0 0 4.6666666667vw;
}
@media screen and (min-width: 658px) {
  .introduce {
    padding: 0 0 35px;
  }
}

#about_modal01 .modal__content {
  background: #FF5F94;
}

#about_modal02 .modal__content {
  background: #00CCE6;
}

@media screen and (min-width: 658px) {
  .plansOutline--needle {
    width: 100%;
  }
}

.plansOutline--needle .modBox--needle {
  background: #fff;
  -webkit-filter: drop-shadow(0 0.9333333333vw 0.5333333333vw rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.9333333333vw 0.5333333333vw rgba(0, 0, 0, 0.25));
  border-radius: 2.6666666667vw;
  margin: 10.6666666667vw 4.2666666667vw 0;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .modBox--needle {
    border-radius: 20px;
    margin: 80px 32px 0;
    padding-bottom: 80px;
    -webkit-filter: drop-shadow(0 7px 4px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 7px 4px rgba(0, 0, 0, 0.25));
  }
}
.plansOutline--needle .modBox--needle .modTab__header--otherNewPlan {
  border: none;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F8F3E7;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .modBox--needle .modTab__header--otherNewPlan {
    border-radius: 20px 20px 0 0;
  }
}
.plansOutline--needle .modBox--needle .modTab__header__item {
  font-size: 28px;
  width: 49%;
  color: #fff;
  background: #C4AA85;
  padding: 2.6666666667vw 0;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .modBox--needle .modTab__header__item {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 658px) {
  .plansOutline--needle .modBox--needle .modTab__header__item {
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
  }
}
.plansOutline--needle .modBox--needle .modTab__header__item.is-active {
  color: #C4AA85;
  background: #fff;
}
.plansOutline--needle .modBox--needle .modTab__header__item::after {
  content: none;
}
.plansOutline--needle .modBox--needle .plansOutline__text .caution {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 657px) {
  .plansOutline--needle .modBox--needle .plansOutline__text .caution {
    font-size: 2.1333333333vw;
  }
}

.modModal--revisionPrice {
  /*スクロール時
  .modTable{
    @include m.media_queries{
      width: 100vw;
    }
  }*/
}
@media screen and (min-width: 658px) {
  .modModal--revisionPrice .modModal__inner {
    width: 890px;
  }
}
@media screen and (min-width: 658px) {
  .modModal--revisionPrice .modModal__inner__scroll {
    padding: 50px 50px 45px;
  }
}
@media screen and (max-width: 657px) {
  .modModal--revisionPrice .modModal__inner__scroll {
    padding: 6.6666666667vw 4vw 6.6666666667vw 4vw;
    overflow-x: scroll;
  }
}
.modModal--revisionPrice .modTable__itemTitle, .modModal--revisionPrice .modTable__itemText {
  width: 30%;
}
@media screen and (min-width: 658px) {
  .modModal--revisionPrice .modTable__itemTitle, .modModal--revisionPrice .modTable__itemText {
    font-size: 18px;
    padding: 26px 15px;
  }
}
@media screen and (max-width: 657px) {
  .modModal--revisionPrice .modTable__itemTitle, .modModal--revisionPrice .modTable__itemText {
    font-size: 0.8em;
    padding: 4vw 1.3333333333vw 4vw 1.3333333333vw;
  }
}
.modModal--revisionPrice .modTable tr:nth-child(2) .modTable__itemText {
  font-weight: bold;
  color: var(--lightRizeGold);
}
@media screen and (min-width: 658px) {
  .modModal--revisionPrice .modTable tr:nth-child(2) .modTable__itemText {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 657px) {
  .modModal--revisionPrice .modTable tr:nth-child(2) .modTable__itemText {
    padding: 3.3333333333vw 1.3333333333vw 3.3333333333vw 1.3333333333vw;
  }
}
.modModal--revisionPrice .modTable tr:nth-child(2) .modTable__itemText:nth-child(2)::after {
  content: none;
}
.modModal--revisionPrice .modTable tr:nth-child(2) .modTable__itemText .small {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 657px) {
  .modModal--revisionPrice .modTable__title {
    padding: 3.3333333333vw 3.3333333333vw 3.3333333333vw 3.3333333333vw;
  }
}
.modModal--revisionPrice .modTable__itemText .modTax {
  font-size: 0.6em;
}
.modModal--revisionPrice .modTable__itemTitle {
  width: 16%;
}
.modModal--revisionPrice .modTable__itemText:nth-child(2) {
  border-left: 3px solid var(--lightGoldGray);
  border-right: 3px solid var(--lightGoldGray);
  position: relative;
  font-weight: normal;
}
.modModal--revisionPrice .modTable__itemText:nth-child(2)::after {
  content: "";
  background: url(/assets/img/common/icon_arrow_bold.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 4.1333333333vw;
  height: 4.8vw;
  position: absolute;
  top: 30%;
  right: -12%;
}
@media screen and (min-width: 658px) {
  .modModal--revisionPrice .modTable__itemText:nth-child(2)::after {
    width: 31px;
    height: 36px;
    top: 33%;
    right: -6%;
  }
}
.modModal--revisionPrice .modTable__itemText:nth-child(3) {
  font-weight: bold;
}

.revisionPriceArea .modBtnWrap {
  margin: 8.2vw 8.13vw 0;
}
@media screen and (min-width: 658px) {
  .revisionPriceArea .modBtnWrap {
    margin: 6% 0 0;
  }
}
@media screen and (min-width: 658px) {
  .revisionPriceArea .modBtnWrap .modBtn--secondary {
    width: 305px;
  }
}