@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
article { }
  article em {
    font-style: normal; }
  article section {
    font-size: 20px; }
    @media (max-width: 979px) {
      article section {
        font-size: 3.5vw; } }
    article section header.index {
      background: url(/assets/about/campaign/monthly/images/index.svg) center center no-repeat; }
      article section header.index h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "irohakakuc", sans-serif;
        font-weight: 500;
        font-style: normal;
        height: 118px;
        font-size: 35px;
        color: #00c8b6;
        position: relative; }
        article section header.index h2::before, article section header.index h2::after {
          content: "\201D";
          font-size: 65px;
          line-height: 1;
          position: absolute;
          left: 50%; }
        article section header.index h2::before {
          bottom: -18px;
          transform: translate(calc(-50% + 140px), 0); }
        article section header.index h2::after {
          top: -18px;
          transform: translate(calc(-50% - 140px), 0) scale(-1, -1); }
      article section header.index.geka h2 {
        color: #03b47d; }
      article section header.index.dental h2 {
        color: #4ab0d1; }
    article section header.list_index {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 15px;
      text-align: center;
      color: #896e5b;
      background: #fffaba;
      line-height: 1.5;
      margin: 45px 0 40px;
      position: relative; }
      article section header.list_index::before, article section header.list_index::after {
        content: "";
        display: block;
        width: 45px;
        height: 45px;
        border-top: 1px solid #6d6a6a;
        position: absolute;
        background: #fff; }
      article section header.list_index::before {
        right: -45px;
        bottom: -45px;
        transform: rotate(-45deg) translate(0%, -50%); }
      article section header.list_index::after {
        left: -45px;
        top: -45px;
        transform: rotate(135deg) translate(0%, -50%); }
      article section header.list_index p {
        font-family: "irohakakuc", sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 14px; }
        article section header.list_index p.caution {
          font-size: 15px !important;
          margin: 0 !important;
          font-weight: 500 !important; }
        article section header.list_index p.miradry_catch {
          position: relative; }
          article section header.list_index p.miradry_catch::before {
            position: absolute;
            content: "";
            background: url(/assets/about/campaign/monthly/images/saiyasune_hukidashi.png) left top/contain no-repeat;
            width: 280px;
            height: 174px;
            display: inline-block;
            left: -190px;
            bottom: 0;
            transform: translate(-50%, 50%);
            z-index: 1; }
      article section header.list_index h3 {
        font-weight: bold;
        font-size: 32px; }
    @media (max-width: 979px) {
      article section header.index {
        background: url(/assets/about/campaign/monthly/images/index.svg) center center/auto 100% no-repeat; }
        article section header.index h2 {
          height: 17vw;
          font-size: 5vw; }
          article section header.index h2::before, article section header.index h2::after {
            font-size: 10vw; }
          article section header.index h2::before {
            bottom: -3vw;
            transform: translate(calc(-50% + 22vw), 0); }
          article section header.index h2::after {
            top: -3vw;
            transform: translate(calc(-50% - 22vw), 0) scale(-1, -1); }
      article section header.list_index {
        height: inherit;
        text-align: center;
        margin: 6vw 0 5vw;
        padding: 3vw 2vw; }
        article section header.list_index::before, article section header.list_index::after {
          width: 7vw;
          height: 3vw; }
        article section header.list_index::before {
          right: -4vw;
          bottom: -1.5vw;
          transform: rotate(-45deg) translate(0%, -50%); }
        article section header.list_index::after {
          left: -4vw;
          top: -1.5vw;
          transform: rotate(135deg) translate(0%, -50%); }
        article section header.list_index p {
          font-size: 2.5vw; }
          article section header.list_index p.caution {
            font-size: 3vw !important; }
          article section header.list_index p.miradry_catch::before {
            width: 35vw;
            height: 21vw;
            left: -21vw; }
        article section header.list_index h3 {
          font-size: 5vw;
          line-height: 1.3; } }
    article section h4 {
      color: #03b47d;
      font-size: 22px;
      margin-bottom: 5px; }
      @media (max-width: 979px) {
        article section h4 {
          font-size: 4vw; } }
    article section.s-mv {
      text-align: center;
      background: url(/assets/about/campaign/monthly/images/mv_bg.jpg) center top no-repeat; }
      @media (max-width: 979px) {
        article section.s-mv {
          background: none; } }
    article section.s-catch {
      text-align: center;
      padding: 65px 0 75px; }
      article section.s-catch .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        article section.s-catch .container p {
          background: #fffaba;
          padding: 3px 3px 2px 13px; }
          article section.s-catch .container p em {
            font-weight: bold;
            color: #249f69;
            background: linear-gradient(transparent calc(100% - 2px), #249f69 calc(100% - 2px)); }
          article section.s-catch .container p + p {
            margin-top: 18px; }
          article section.s-catch .container p:nth-child(2) {
            margin-left: 200px; }
          article section.s-catch .container p:nth-child(3) {
            margin-top: 38px;
            margin-right: 210px; }
      @media (max-width: 979px) {
        article section.s-catch {
          padding: 7vw 0 8vw; }
          article section.s-catch .container p {
            font-size: 3.2vw;
            padding: 0.5vw 1.5vw 0.3vw 1.5vw; }
            article section.s-catch .container p + p {
              margin-top: 3vw; }
            article section.s-catch .container p:nth-child(2) {
              margin-left: 15vw; }
            article section.s-catch .container p:nth-child(3) {
              margin-top: 5vw;
              margin-right: 10vw; } }
    article section.s-menu {
      position: relative;
      padding: 0 0 165px; }
      article section.s-menu::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        clip-path: polygon(0 350px, 100% 25px, 100% 100%, 0 100%);
        position: absolute;
        left: 0;
        top: 0;
        background: #ace0c3; }
        @media (max-width: 979px) {
          article section.s-menu::before {
            clip-path: polygon(0 34vw, 100% 4vw, 100% 100%, 0 100%); } }
      article section.s-menu::after {
        content: "";
        display: block;
        width: 100%;
        height: 325px;
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        background: #cef0ed; }
        @media (max-width: 979px) {
          article section.s-menu::after {
            height: 30vw; } }
      article section.s-menu .container {
        padding: 40px 0 75px;
        position: relative;
        z-index: 1; }
        article section.s-menu .container::before {
          content: "";
          display: block;
          width: 750px;
          height: 100%;
          background: url(/assets/about/campaign/monthly/images/menu_bg.jpg) center top/cover no-repeat;
          border-radius: 90px 0;
          position: absolute;
          left: 50%;
          top: 0;
          transform: translate(-50%, 0); }
        article section.s-menu .container > * {
          position: relative; }
        article section.s-menu .container header {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          margin: 0 0 30px;
          color: #64462a; }
          article section.s-menu .container header p {
            font-family: "irohakakuc", sans-serif;
            font-weight: 100;
            font-style: normal;
            font-size: 14px;
            line-height: 1.2; }
          article section.s-menu .container header h2 {
            font-family: "irohakakuc", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 30px;
            line-height: 1.2;
            background: linear-gradient(transparent 50%, #fff001 50%);
            padding: 0 3px;
            position: relative; }
            article section.s-menu .container header h2::before, article section.s-menu .container header h2::after {
              content: "";
              width: 29px;
              height: 39px;
              background: url(/assets/about/campaign/monthly/images/fukidashi.svg) center top/auto 100% no-repeat;
              position: absolute;
              bottom: 0; }
            article section.s-menu .container header h2::before {
              left: -45px; }
            article section.s-menu .container header h2::after {
              right: -45px;
              transform: scale(-1, 1); }
        article section.s-menu .container > ul {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          width: 835px;
          margin: 80px auto 0; }
          article section.s-menu .container > ul > li {
            width: 400px;
            counter-reset: menu_number;
            position: relative; }
            article section.s-menu .container > ul > li:nth-child(even) {
              margin-left: 35px; }
            article section.s-menu .container > ul > li:nth-child(n + 3) {
              margin-top: 80px; }
            article section.s-menu .container > ul > li::before {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              border-width: 1px;
              border-style: solid;
              border-radius: 10px;
              position: absolute;
              right: -6px;
              bottom: -6px; }
            article section.s-menu .container > ul > li .menu_index {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 225px;
              height: 49px;
              font-size: 24px;
              font-weight: bold;
              color: #fff;
              border-radius: 15px 15px 0 0;
              padding: 2px 0 0;
              position: absolute;
              left: 0;
              top: -49px; }
            article section.s-menu .container > ul > li .menu_frame {
              height: 100%;
              border-width: 3px;
              border-style: solid;
              border-radius: 0 10px 10px 10px;
              overflow: hidden;
              position: relative; }
              article section.s-menu .container > ul > li .menu_frame_inner {
                background: #fff;
                padding: 30px 30px;
                height: 100%; }
                article section.s-menu .container > ul > li .menu_frame_inner .caution {
                  font-size: 19px;
                  margin-bottom: 15px;
                  text-align: center;
                  color: #896e5b; }
                  article section.s-menu .container > ul > li .menu_frame_inner .caution > span {
                    background: linear-gradient(transparent 50%, #fff001 50%); }
                article section.s-menu .container > ul > li .menu_frame_inner > ul > li {
                  counter-increment: menu_number;
                  font-size: 20px;
                  font-weight: bold;
                  line-height: 1.5;
                  border-bottom: 1px dashed #c6c6c6;
                  padding: 0 0 10px 33px;
                  position: relative; }
                  article section.s-menu .container > ul > li .menu_frame_inner > ul > li::before {
                    content: counter(menu_number, decimal-leading-zero);
                    font-family: "caflisch-script-pro", sans-serif;
                    font-weight: 400;
                    font-style: normal;
                    color: #d6b9c3;
                    position: absolute;
                    left: 3px;
                    top: 2px; }
                  article section.s-menu .container > ul > li .menu_frame_inner > ul > li + li {
                    margin-top: 10px; }
                article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list {
                  font-size: 16px;
                  list-style-type: none; }
                  article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li {
                    margin-bottom: 5px;
                    position: relative;
                    display: flex;
                    align-items: center; }
                    article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li::before, article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li::after {
                      position: absolute;
                      content: ""; }
                    article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li::before {
                      top: 0.2em;
                      left: -1.2em;
                      width: 15px;
                      height: 15px;
                      background-color: #00c8b6;
                      border-radius: 100%; }
                    article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li::after {
                      top: 0.5em;
                      left: -0.95em;
                      width: 5px;
                      height: 5px;
                      border-right: 2px solid #fff;
                      border-bottom: 2px solid #fff;
                      transform: rotate(-45deg); }
            article section.s-menu .container > ul > li.hifuka::before {
              border: 1px solid #00c8b6; }
            article section.s-menu .container > ul > li.hifuka .menu_index {
              background: #00c8b6; }
            article section.s-menu .container > ul > li.hifuka .menu_frame {
              border-color: #00c8b6; }
              article section.s-menu .container > ul > li.hifuka .menu_frame a {
                color: #00c8b6;
                text-decoration: none; }
            article section.s-menu .container > ul > li.geka::before {
              border: 1px solid #03b47d; }
            article section.s-menu .container > ul > li.geka .menu_index {
              background: #03b47d; }
            article section.s-menu .container > ul > li.geka .menu_frame {
              border-color: #03b47d; }
              article section.s-menu .container > ul > li.geka .menu_frame a {
                color: #03b47d;
                text-decoration: none; }
              article section.s-menu .container > ul > li.geka .menu_frame ul.menu_list li::before {
                background-color: #03b47d; }
            article section.s-menu .container > ul > li.dental::before {
              border: 1px solid #4ab0d1; }
            article section.s-menu .container > ul > li.dental .menu_index {
              background: #4ab0d1; }
            article section.s-menu .container > ul > li.dental .menu_frame {
              border-color: #4ab0d1; }
              article section.s-menu .container > ul > li.dental .menu_frame a {
                color: #4ab0d1;
                text-decoration: none; }
      @media (max-width: 979px) {
        article section.s-menu {
          padding: 0 0 20vw; }
          article section.s-menu .container {
            padding: 5vw 0 8vw; }
            article section.s-menu .container::before {
              width: 85vw;
              border-radius: 12vw 0; }
            article section.s-menu .container header {
              margin: 0 0 4vw; }
              article section.s-menu .container header p {
                font-size: 3vw; }
              article section.s-menu .container header h2 {
                font-size: 6vw;
                padding: 0 1vw; }
                article section.s-menu .container header h2::before, article section.s-menu .container header h2::after {
                  width: 6vw;
                  height: 6vw; }
                article section.s-menu .container header h2::before {
                  left: -6.5vw; }
                article section.s-menu .container header h2::after {
                  right: -6.5vw; }
            article section.s-menu .container > ul {
              width: 95%;
              margin: 12vw auto 0; }
              article section.s-menu .container > ul > li {
                width: 48%; }
                article section.s-menu .container > ul > li:nth-child(even) {
                  margin-left: 4%; }
                article section.s-menu .container > ul > li:nth-child(n + 3) {
                  margin-top: 11vw; }
                article section.s-menu .container > ul > li::before {
                  border-radius: 2vw;
                  right: -1vw;
                  bottom: -1vw; }
                article section.s-menu .container > ul > li .menu_index {
                  width: 30vw;
                  height: 7vw;
                  font-size: 3.5vw;
                  border-radius: 2.5vw 2.5vw 0 0;
                  padding: 0.5vw 0 0;
                  top: calc(-7vw + 1px); }
                article section.s-menu .container > ul > li .menu_frame {
                  border-width: 0.75vw;
                  border-radius: 0 2vw 2vw 2vw; }
                  article section.s-menu .container > ul > li .menu_frame_inner {
                    padding: 3vw; }
                    article section.s-menu .container > ul > li .menu_frame_inner .caution {
                      font-size: 3.5vw; }
                    article section.s-menu .container > ul > li .menu_frame_inner > ul > li {
                      font-size: 3.3vw;
                      padding: 0 0 1.5vw 5vw; }
                      article section.s-menu .container > ul > li .menu_frame_inner > ul > li::before {
                        left: 0.5vw;
                        top: 0.5vw; }
                      article section.s-menu .container > ul > li .menu_frame_inner > ul > li + li {
                        margin-top: 1.5vw; }
                    article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list {
                      font-size: 2.8vw; }
                      article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li::before {
                        top: 0.2em;
                        left: -1.3em;
                        width: 3vw;
                        height: 3vw; }
                      article section.s-menu .container > ul > li .menu_frame_inner ul.menu_list li::after {
                        top: 0.45em;
                        left: -1.05em;
                        width: 1.5vw;
                        height: 1.5vw; } }
    article section.s-hifuka, article section.s-geka {
      background: #afdddc;
      margin: -1px 0 0;
      position: relative;
      /***** Tess Lift *****/
      /***** Gynecology *****/ }
      article section.s-hifuka .container, article section.s-geka .container {
        margin: -55px 0 0;
        position: relative;
        z-index: 1;
        /* category Title */
        /* //category Title */
        /* Treatment list */
        /* //Treatment list */ }
        article section.s-hifuka .container .caution, article section.s-geka .container .caution {
          font-size: 28px;
          margin-bottom: 15px;
          text-align: center;
          font-weight: bold;
          color: #896e5b; }
          article section.s-hifuka .container .caution span, article section.s-geka .container .caution span {
            background: linear-gradient(transparent 50%, #fff001 50%); }
        article section.s-hifuka .container .note_txt, article section.s-geka .container .note_txt {
          font-size: 16px;
          text-align: center;
          color: #64462a; }
        article section.s-hifuka .container > ul, article section.s-geka .container > ul {
          width: 980px;
          margin: 55px auto 0;
          counter-reset: list_number; }
          article section.s-hifuka .container > ul > li, article section.s-geka .container > ul > li {
            padding: 25px;
            border-radius: 20px;
            counter-increment: list_number;
            background-color: #00c8b6;
            background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #fff 10px, #fff 11px, transparent 11px, transparent 44px), repeating-linear-gradient(0deg, transparent, transparent 10px, #fff 10px, #fff 11px, transparent 11px, transparent 44px);
            position: relative; }
            article section.s-hifuka .container > ul > li + li, article section.s-geka .container > ul > li + li {
              margin-top: 140px; }
            article section.s-hifuka .container > ul > li::before, article section.s-geka .container > ul > li::before {
              content: "";
              display: block;
              width: 400px;
              height: 67px;
              border: 5px solid #dedede;
              border-top: none;
              border-radius: 0 0 20px 20px;
              pointer-events: none;
              position: absolute;
              left: 50%;
              top: 0;
              transform: translate(-50%, 0); }
            article section.s-hifuka .container > ul > li .container_inner, article section.s-geka .container > ul > li .container_inner {
              background: #fff;
              padding: 80px 55px; }
              article section.s-hifuka .container > ul > li .container_inner + .container_inner, article section.s-geka .container > ul > li .container_inner + .container_inner {
                padding-top: 0; }
              article section.s-hifuka .container > ul > li .container_inner .num_wrap, article section.s-geka .container > ul > li .container_inner .num_wrap {
                display: flex;
                align-items: center;
                position: absolute;
                left: 40px;
                top: -40px; }
                article section.s-hifuka .container > ul > li .container_inner .num_wrap p.en, article section.s-geka .container > ul > li .container_inner .num_wrap p.en {
                  font-family: "irohakakuc", sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  color: #03b47d;
                  padding: 10px 0 0; }
                article section.s-hifuka .container > ul > li .container_inner .num_wrap p.num, article section.s-geka .container > ul > li .container_inner .num_wrap p.num {
                  display: inline-flex;
                  font-family: "caflisch-script-pro", sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  font-size: 100px;
                  line-height: 0;
                  -webkit-text-stroke: 5px transparent;
                  text-stroke: 5px transparent;
                  background: linear-gradient(36deg, #03b47d 33%, #f5b74a 33%, #f5b74a 66%, #00c8b6 66%);
                  -webkit-background-clip: text;
                          background-clip: text;
                  color: #fdf78f;
                  padding: 0.35em 15px 0.2em 0;
                  filter: drop-shadow(2px 2px 0 #fff) drop-shadow(-2px 2px 0 #fff) drop-shadow(2px -2px 0 #fff) drop-shadow(-2px -2px 0 #fff); }
                  article section.s-hifuka .container > ul > li .container_inner .num_wrap p.num::before, article section.s-geka .container > ul > li .container_inner .num_wrap p.num::before {
                    content: counter(list_number, decimal-leading-zero); }
              article section.s-hifuka .container > ul > li .container_inner ul.features, article section.s-geka .container > ul > li .container_inner ul.features {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: wrap;
                gap: 17px 20px; }
                article section.s-hifuka .container > ul > li .container_inner ul.features li, article section.s-geka .container > ul > li .container_inner ul.features li {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  font-family: "irohakakuc", sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  height: 48px;
                  font-size: 17px;
                  line-height: 1.3;
                  color: #fff;
                  background: #03b47d;
                  padding: 0 15px;
                  position: relative; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li em, article section.s-geka .container > ul > li .container_inner ul.features li em {
                    color: #faff75;
                    display: contents; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li::before, article section.s-hifuka .container > ul > li .container_inner ul.features li::after, article section.s-geka .container > ul > li .container_inner ul.features li::before, article section.s-geka .container > ul > li .container_inner ul.features li::after {
                    content: "";
                    width: 20px;
                    height: 100%;
                    background: url(/assets/about/campaign/monthly/images/tape01.svg) center top/auto 100% no-repeat;
                    position: absolute;
                    top: 0; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li::before, article section.s-geka .container > ul > li .container_inner ul.features li::before {
                    left: -10px; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li::after, article section.s-geka .container > ul > li .container_inner ul.features li::after {
                    right: -10px; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li span, article section.s-geka .container > ul > li .container_inner ul.features li span {
                    font-size: 14px; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li:nth-child(even), article section.s-geka .container > ul > li .container_inner ul.features li:nth-child(even) {
                    background: #00c8b6; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li:nth-child(even)::before, article section.s-hifuka .container > ul > li .container_inner ul.features li:nth-child(even)::after, article section.s-geka .container > ul > li .container_inner ul.features li:nth-child(even)::before, article section.s-geka .container > ul > li .container_inner ul.features li:nth-child(even)::after {
                      background-image: url(/assets/about/campaign/monthly/images/tape02.svg); }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li.caution, article section.s-geka .container > ul > li .container_inner ul.features li.caution {
                    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN";
                    font-size: 11px;
                    line-height: 1.5;
                    color: #000;
                    background: none;
                    padding: 0;
                    height: auto; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li.caution::before, article section.s-hifuka .container > ul > li .container_inner ul.features li.caution::after, article section.s-geka .container > ul > li .container_inner ul.features li.caution::before, article section.s-geka .container > ul > li .container_inner ul.features li.caution::after {
                      display: none; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li.caution.bottom, article section.s-geka .container > ul > li .container_inner ul.features li.caution.bottom {
                      justify-content: flex-end;
                      width: 100%;
                      height: auto;
                      margin: -10px 0 0; }
              article section.s-hifuka .container > ul > li .container_inner .table-box, article section.s-geka .container > ul > li .container_inner .table-box {
                background-color: #fbf1d1;
                padding: 20px;
                font-size: 13px; }
                article section.s-hifuka .container > ul > li .container_inner .table-box table, article section.s-geka .container > ul > li .container_inner .table-box table {
                  width: 100%; }
                  article section.s-hifuka .container > ul > li .container_inner .table-box table tbody tr th, article section.s-geka .container > ul > li .container_inner .table-box table tbody tr th {
                    background-color: #fbf6e7; }
        article section.s-hifuka .container .btn_clinic, article section.s-geka .container .btn_clinic {
          display: flex;
          justify-content: center;
          width: 100%;
          margin: 10px 0 0; }
          article section.s-hifuka .container .btn_clinic a, article section.s-geka .container .btn_clinic a {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30px;
            font-size: 20px;
            color: #249f69;
            background: #f6f6f6;
            text-decoration: none;
            border-color: #249f69;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            padding: 0 45px 0 25px;
            position: relative; }
            article section.s-hifuka .container .btn_clinic a::before, article section.s-hifuka .container .btn_clinic a::after, article section.s-geka .container .btn_clinic a::before, article section.s-geka .container .btn_clinic a::after {
              content: "";
              display: block;
              position: absolute; }
            article section.s-hifuka .container .btn_clinic a::before, article section.s-geka .container .btn_clinic a::before {
              width: 20px;
              height: 100%;
              right: 0;
              top: 0;
              background: #249f69; }
            article section.s-hifuka .container .btn_clinic a::after, article section.s-geka .container .btn_clinic a::after {
              width: 8px;
              height: 12px;
              top: 50%;
              right: 5px;
              background: #fff;
              clip-path: polygon(0 0, 100% 50%, 0 100%);
              transform: translate(0, -50%); }
            article section.s-hifuka .container .btn_clinic a:visited, article section.s-geka .container .btn_clinic a:visited {
              color: inherit; }
        article section.s-hifuka .container .caution2, article section.s-geka .container .caution2 {
          text-align: center;
          color: #fdf78f;
          font-weight: bold;
          background-color: #896e5b;
          line-height: 1.5;
          padding: 7px;
          position: relative; }
          article section.s-hifuka .container .caution2 .fukidashi, article section.s-geka .container .caution2 .fukidashi {
            position: absolute;
            top: -60px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            background-color: #fdf78f;
            color: #896e5b;
            padding: 10px 25px;
            font-size: 90%;
            font-weight: normal; }
            article section.s-hifuka .container .caution2 .fukidashi:before, article section.s-geka .container .caution2 .fukidashi:before {
              content: "";
              position: absolute;
              bottom: -22px;
              left: 50%;
              margin-left: -15px;
              border: 12px solid transparent;
              border-top: 12px solid #fdf78f;
              z-index: 2; }
            article section.s-hifuka .container .caution2 .fukidashi:after, article section.s-geka .container .caution2 .fukidashi:after {
              content: "";
              position: absolute;
              bottom: -30px;
              left: 50%;
              margin-left: -17px;
              border: 14px solid transparent;
              z-index: 1; }
          article section.s-hifuka .container .caution2.clinic, article section.s-geka .container .caution2.clinic {
            background: #f9b64d;
            color: #fff; }
            article section.s-hifuka .container .caution2.clinic .col, article section.s-geka .container .caution2.clinic .col {
              color: #fff; }
        article section.s-hifuka .container .tokuten, article section.s-geka .container .tokuten {
          border: 5px solid;
          -o-border-image: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
             border-image: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
          border-image-slice: 1;
          background-color: #fff3c9;
          color: #7d5400;
          text-align: center;
          font-weight: bold;
          line-height: 1.5;
          padding: 10px; }
        article section.s-hifuka .container .details, article section.s-geka .container .details {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin: 45px 0 0; }
          article section.s-hifuka .container .details_photo, article section.s-geka .container .details_photo {
            flex: 1;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;
            padding: 30px 20px 0 0; }
            article section.s-hifuka .container .details_photo .photo_ttl, article section.s-geka .container .details_photo .photo_ttl {
              width: 100%;
              text-align: center;
              background: #64462a;
              color: #fff;
              margin-bottom: 20px;
              padding: 4px 0;
              line-height: 1.2;
              font-size: 22px; }
            article section.s-hifuka .container .details_photo .photo, article section.s-geka .container .details_photo .photo {
              background: #fafafa;
              border: 1px solid #dedede;
              padding: 14px 14px 10px; }
              article section.s-hifuka .container .details_photo .photo .img, article section.s-geka .container .details_photo .photo .img {
                display: flex;
                position: relative; }
                article section.s-hifuka .container .details_photo .photo .img::before, article section.s-hifuka .container .details_photo .photo .img::after, article section.s-geka .container .details_photo .photo .img::before, article section.s-geka .container .details_photo .photo .img::after {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  font-family: "irohakakuc", sans-serif;
                  font-weight: 400;
                  font-style: normal;
                  width: 132px;
                  height: 59px;
                  font-size: 16px;
                  padding: 10px 20px 0 0;
                  position: absolute;
                  top: -40px; }
                article section.s-hifuka .container .details_photo .photo .img::before, article section.s-geka .container .details_photo .photo .img::before {
                  content: "Before";
                  color: #fff;
                  background: url(/assets/about/campaign/monthly/images/before.svg) center top/100% auto no-repeat;
                  left: -23px; }
                article section.s-hifuka .container .details_photo .photo .img::after, article section.s-geka .container .details_photo .photo .img::after {
                  content: "After";
                  color: #fff;
                  background: url(/assets/about/campaign/monthly/images/after.svg) center top/100% auto no-repeat;
                  left: calc(50% - 23px); }
              article section.s-hifuka .container .details_photo .photo .before,
              article section.s-hifuka .container .details_photo .photo .after, article section.s-geka .container .details_photo .photo .before,
              article section.s-geka .container .details_photo .photo .after {
                width: 50%; }
                article section.s-hifuka .container .details_photo .photo .before img,
                article section.s-hifuka .container .details_photo .photo .after img, article section.s-geka .container .details_photo .photo .before img,
                article section.s-geka .container .details_photo .photo .after img {
                  max-width: 208px;
                  width: 100%;
                  pointer-events: none; }
              article section.s-hifuka .container .details_photo .photo .dr, article section.s-geka .container .details_photo .photo .dr {
                font-size: 14px;
                text-align: center;
                margin: 3px 0 0; }
              article section.s-hifuka .container .details_photo .photo .caution, article section.s-geka .container .details_photo .photo .caution {
                color: #000;
                font-size: 14px;
                font-weight: 300;
                text-align: right;
                margin: 0; }
              article section.s-hifuka .container .details_photo .photo .img.column, article section.s-geka .container .details_photo .photo .img.column {
                flex-direction: column; }
                article section.s-hifuka .container .details_photo .photo .img.column .before,
                article section.s-hifuka .container .details_photo .photo .img.column .after, article section.s-geka .container .details_photo .photo .img.column .before,
                article section.s-geka .container .details_photo .photo .img.column .after {
                  width: 100%; }
                  article section.s-hifuka .container .details_photo .photo .img.column .before img,
                  article section.s-hifuka .container .details_photo .photo .img.column .after img, article section.s-geka .container .details_photo .photo .img.column .before img,
                  article section.s-geka .container .details_photo .photo .img.column .after img {
                    max-width: inherit; }
                article section.s-hifuka .container .details_photo .photo .img.column::after, article section.s-geka .container .details_photo .photo .img.column::after {
                  left: -23px;
                  top: 45%; }
              @media (min-width: 980px) {
                article section.s-hifuka .container .details_photo .photo .img.wide .before img,
                article section.s-hifuka .container .details_photo .photo .img.wide .after img, article section.s-geka .container .details_photo .photo .img.wide .before img,
                article section.s-geka .container .details_photo .photo .img.wide .after img {
                  max-width: 275px; } }
            article section.s-hifuka .container .details_photo p.caption, article section.s-geka .container .details_photo p.caption {
              margin-top: 6px;
              font-size: 16px;
              padding-left: 16px;
              line-height: 1.6;
              position: relative; }
              article section.s-hifuka .container .details_photo p.caption::before, article section.s-geka .container .details_photo p.caption::before {
                position: absolute;
                content: "※";
                top: 0;
                left: 0; }
          article section.s-hifuka .container .details_price, article section.s-geka .container .details_price {
            width: 370px; }
            article section.s-hifuka .container .details_price .price_normal, article section.s-geka .container .details_price .price_normal {
              width: 100%; }
              article section.s-hifuka .container .details_price .price_normal .price_inner, article section.s-geka .container .details_price .price_normal .price_inner {
                max-width: 350px;
                margin: 0 auto; }
            article section.s-hifuka .container .details_price .price_wrap, article section.s-geka .container .details_price .price_wrap {
              display: flex;
              font-family: "irohakakuc", sans-serif;
              font-weight: 500;
              font-style: normal;
              min-height: 115px;
              font-size: 16px;
              line-height: 1.2; }
              article section.s-hifuka .container .details_price .price_wrap + .price_wrap.normal, article section.s-geka .container .details_price .price_wrap + .price_wrap.normal {
                margin-top: 30px; }
              article section.s-hifuka .container .details_price .price_wrap .price_inner, article section.s-geka .container .details_price .price_wrap .price_inner {
                display: flex;
                justify-content: space-evenly;
                align-items: flex-start;
                flex-direction: column;
                position: relative; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner .headline, article section.s-geka .container .details_price .price_wrap .price_inner .headline {
                  align-self: center;
                  padding-top: 20px;
                  color: #ca3030;
                  font-size: 26px; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner .note, article section.s-geka .container .details_price .price_wrap .price_inner .note {
                  font-size: 22px;
                  padding: 15px 0 0 35px; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .note > span, article section.s-geka .container .details_price .price_wrap .price_inner .note > span {
                    display: block;
                    font-size: 14px;
                    line-height: 1.4; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner .price, article section.s-geka .container .details_price .price_wrap .price_inner .price {
                  font-size: 68px;
                  line-height: 1;
                  padding: 0 0 0 35px; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .price > span, article section.s-geka .container .details_price .price_wrap .price_inner .price > span {
                    font-size: 35px;
                    position: relative; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .price > span > span, article section.s-geka .container .details_price .price_wrap .price_inner .price > span > span {
                      font-size: 14px;
                      white-space: nowrap;
                      position: absolute;
                      left: 50%;
                      bottom: 40px;
                      transform: translate(-50%, 0); }
                  @media (min-width: 980px) {
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .price.small, article section.s-geka .container .details_price .price_wrap .price_inner .price.small {
                      font-size: 60px; } }
                article section.s-hifuka .container .details_price .price_wrap .price_inner .caution, article section.s-geka .container .details_price .price_wrap .price_inner .caution {
                  font-size: 16px;
                  text-align: left;
                  color: #249f69;
                  margin: 10px 0 0;
                  line-height: 1.4; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner .cam_num, article section.s-geka .container .details_price .price_wrap .price_inner .cam_num {
                  width: 100%;
                  text-align: right;
                  font-size: 14px;
                  margin: 10px 0 0; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic {
                  justify-content: flex-end; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic a, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic a {
                    height: 25px;
                    font-size: 14px;
                    color: inherit;
                    padding: 0 35px 0 15px;
                    position: relative; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic a::before, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic a::before {
                      width: 18px; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic a::after, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic a::after {
                      width: 6px;
                      height: 9px; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner.hifuka, article section.s-geka .container .details_price .price_wrap .price_inner.hifuka {
                  color: #249f69; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner.hifuka .price, article section.s-geka .container .details_price .price_wrap .price_inner.hifuka .price {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb(36, 159, 105)' d='M28.906,12.337 L16.077,23.1000 L16.077,17.389 L0.000,17.389 L0.000,7.284 L16.077,7.284 L16.077,0.674 L28.906,12.337 Z'/%3E%3C/svg%3E");
                    background-size: 29px auto;
                    background-position: left center;
                    background-repeat: no-repeat; }
                    @media screen and (max-width: 979px) {
                      article section.s-hifuka .container .details_price .price_wrap .price_inner.hifuka .price, article section.s-geka .container .details_price .price_wrap .price_inner.hifuka .price {
                        background-size: 4vw auto; } }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner.hifuka .btn_clinic a, article section.s-geka .container .details_price .price_wrap .price_inner.hifuka .btn_clinic a {
                    border-color: #249f69; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner.hifuka .btn_clinic a::before, article section.s-geka .container .details_price .price_wrap .price_inner.hifuka .btn_clinic a::before {
                      background: #249f69; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner.open, article section.s-geka .container .details_price .price_wrap .price_inner.open {
                  color: #03b47d; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner.open .price, article section.s-geka .container .details_price .price_wrap .price_inner.open .price {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb(36, 159, 105)' d='M28.906,12.337 L16.077,23.1000 L16.077,17.389 L0.000,17.389 L0.000,7.284 L16.077,7.284 L16.077,0.674 L28.906,12.337 Z'/%3E%3C/svg%3E");
                    background-size: 29px auto;
                    background-position: left center;
                    background-repeat: no-repeat; }
                    @media screen and (max-width: 979px) {
                      article section.s-hifuka .container .details_price .price_wrap .price_inner.open .price, article section.s-geka .container .details_price .price_wrap .price_inner.open .price {
                        background-size: 4vw auto; } }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner.open .btn_clinic a, article section.s-geka .container .details_price .price_wrap .price_inner.open .btn_clinic a {
                    border-color: #03b47d; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner.open .btn_clinic a::before, article section.s-geka .container .details_price .price_wrap .price_inner.open .btn_clinic a::before {
                      background: #03b47d; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner.biyou, article section.s-geka .container .details_price .price_wrap .price_inner.biyou {
                  color: #00c8b6; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner.biyou .price, article section.s-geka .container .details_price .price_wrap .price_inner.biyou .price {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='#00c8b6' d='M28.906,12.337 L16.077,23.1000 L16.077,17.389 L0.000,17.389 L0.000,7.284 L16.077,7.284 L16.077,0.674 L28.906,12.337 Z'/%3E%3C/svg%3E");
                    background-size: 29px auto;
                    background-position: left center;
                    background-repeat: no-repeat; }
                    @media screen and (max-width: 979px) {
                      article section.s-hifuka .container .details_price .price_wrap .price_inner.biyou .price, article section.s-geka .container .details_price .price_wrap .price_inner.biyou .price {
                        background-size: 4vw auto; } }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner.biyou .btn_clinic a, article section.s-geka .container .details_price .price_wrap .price_inner.biyou .btn_clinic a {
                    border-color: #00c8b6; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner.biyou .btn_clinic a::before, article section.s-geka .container .details_price .price_wrap .price_inner.biyou .btn_clinic a::before {
                      background: #00c8b6; }
              article section.s-hifuka .container .details_price .price_wrap .plus, article section.s-geka .container .details_price .price_wrap .plus {
                height: 30px;
                margin: 10px 0 0;
                position: relative;
                z-index: 1; }
                article section.s-hifuka .container .details_price .price_wrap .plus::before, article section.s-geka .container .details_price .price_wrap .plus::before {
                  content: "+";
                  font-size: 42px;
                  text-align: center;
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  transform: translate(-50%, -50%); }
              article section.s-hifuka .container .details_price .price_wrap .discount, article section.s-geka .container .details_price .price_wrap .discount {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                width: 115px;
                height: 115px;
                background: url(/assets/about/campaign/monthly/images/discount.svg) center top/100% auto no-repeat;
                position: absolute;
                right: -115px;
                top: 0; }
                article section.s-hifuka .container .details_price .price_wrap .discount p, article section.s-geka .container .details_price .price_wrap .discount p {
                  line-height: 1;
                  font-family: "Oswald", sans-serif;
                  font-optical-sizing: auto;
                  font-weight: 400;
                  font-style: normal;
                  color: #03b47d; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.about, article section.s-geka .container .details_price .price_wrap .discount p.about {
                    font-size: 20px; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.num, article section.s-geka .container .details_price .price_wrap .discount p.num {
                    font-size: 57px; }
                    article section.s-hifuka .container .details_price .price_wrap .discount p.num span, article section.s-geka .container .details_price .price_wrap .discount p.num span {
                      font-size: 25px;
                      margin-left: -12px;
                      -webkit-text-stroke: 5px transparent;
                      text-stroke: 5px transparent;
                      background-color: #fff000;
                      -webkit-background-clip: text;
                              background-clip: text;
                      color: #03b47d; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.en, article section.s-geka .container .details_price .price_wrap .discount p.en {
                    font-size: 25px; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.ja, article section.s-geka .container .details_price .price_wrap .discount p.ja {
                    font-family: "irohakakuc", sans-serif;
                    font-weight: 500;
                    font-style: normal;
                    font-size: 35px; }
                article section.s-hifuka .container .details_price .price_wrap .discount.discount_small, article section.s-geka .container .details_price .price_wrap .discount.discount_small {
                  width: 65px;
                  height: 65px;
                  right: -70px;
                  top: unset;
                  bottom: 5px; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.discount_small p.num, article section.s-geka .container .details_price .price_wrap .discount.discount_small p.num {
                    font-size: 30px; }
                    article section.s-hifuka .container .details_price .price_wrap .discount.discount_small p.num span, article section.s-geka .container .details_price .price_wrap .discount.discount_small p.num span {
                      font-size: 18px;
                      margin-left: 0; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.discount_small p.en, article section.s-geka .container .details_price .price_wrap .discount.discount_small p.en {
                    font-size: 15px; }
                article section.s-hifuka .container .details_price .price_wrap .discount.yen p.num, article section.s-geka .container .details_price .price_wrap .discount.yen p.num {
                  font-size: 46px; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.yen p.num span, article section.s-geka .container .details_price .price_wrap .discount.yen p.num span {
                    font-size: 25px;
                    margin-left: -6px; }
                article section.s-hifuka .container .details_price .price_wrap .discount.yen_single p.num, article section.s-geka .container .details_price .price_wrap .discount.yen_single p.num {
                  font-size: 50px;
                  padding-left: 6px; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.yen_single p.num span, article section.s-geka .container .details_price .price_wrap .discount.yen_single p.num span {
                    font-size: 26px;
                    margin-left: -6px; }
              article section.s-hifuka .container .details_price .price_wrap .discount_fukidashi, article section.s-geka .container .details_price .price_wrap .discount_fukidashi {
                position: absolute;
                width: auto;
                height: auto;
                transform: translate(100%);
                right: -80px;
                top: -70px; }
                article section.s-hifuka .container .details_price .price_wrap .discount_fukidashi p, article section.s-geka .container .details_price .price_wrap .discount_fukidashi p {
                  position: relative;
                  display: inline-block;
                  padding: 6px 10px;
                  background-color: #fca2a1;
                  text-align: center;
                  font-size: 16px;
                  line-height: 1.4;
                  color: #fff; }
                  article section.s-hifuka .container .details_price .price_wrap .discount_fukidashi p::after, article section.s-geka .container .details_price .price_wrap .discount_fukidashi p::after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 15%;
                    border-style: solid;
                    border-width: 20px 20px 0 0;
                    border-color: #fca2a1 transparent transparent;
                    translate: -50% 100%;
                    transform: skew(-20deg);
                    transform-origin: top; }
              article section.s-hifuka .container .details_price .price_wrap.normal, article section.s-geka .container .details_price .price_wrap.normal {
                display: block;
                min-height: inherit;
                filter: drop-shadow(12px 10px 9px rgba(93, 93, 93, 0.075));
                margin-bottom: -10px; }
                article section.s-hifuka .container .details_price .price_wrap.normal .price_inner, article section.s-geka .container .details_price .price_wrap.normal .price_inner {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  flex-direction: row;
                  height: 100px;
                  background: #fff;
                  padding: 0 0 17px;
                  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), calc(50% + 32px) calc(100% - 17px), calc(50% + 32px) calc(100% - 17px), 50% 100%, calc(50% - 32px) calc(100% - 17px), 0 calc(100% - 17px)); }
                  article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .note, article section.s-geka .container .details_price .price_wrap.normal .price_inner .note {
                    font-size: 16px;
                    text-align: center;
                    line-height: 1;
                    padding: 0 20px 0 0; }
                  article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price {
                    padding: 0;
                    font-size: 42px;
                    position: relative; }
                    article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price:before, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price:before {
                      content: "";
                      display: block;
                      width: 106%;
                      height: 2px;
                      background: #64462a;
                      position: absolute;
                      left: -3%;
                      top: 50%;
                      transform: translate(0, -50%) rotate(5deg); }
                    article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price > span, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price > span {
                      font-size: 23px; }
                      article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price > span > span, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price > span > span {
                        font-size: 10px;
                        bottom: 29px; }
                article section.s-hifuka .container .details_price .price_wrap.normal.no-clippath, article section.s-geka .container .details_price .price_wrap.normal.no-clippath {
                  filter: none; }
                  article section.s-hifuka .container .details_price .price_wrap.normal.no-clippath .price_inner, article section.s-geka .container .details_price .price_wrap.normal.no-clippath .price_inner {
                    height: inherit;
                    padding: 0;
                    clip-path: none; }
              article section.s-hifuka .container .details_price .price_wrap.color02 .price_inner, article section.s-geka .container .details_price .price_wrap.color02 .price_inner {
                color: #75b34b !important; }
              article section.s-hifuka .container .details_price .price_wrap.no-arrow, article section.s-geka .container .details_price .price_wrap.no-arrow {
                min-height: inherit; }
                article section.s-hifuka .container .details_price .price_wrap.no-arrow .price_inner .note, article section.s-geka .container .details_price .price_wrap.no-arrow .price_inner .note {
                  padding: 0; }
                article section.s-hifuka .container .details_price .price_wrap.no-arrow .price_inner .price, article section.s-geka .container .details_price .price_wrap.no-arrow .price_inner .price {
                  background: none; }
                article section.s-hifuka .container .details_price .price_wrap.no-arrow + .price_per, article section.s-geka .container .details_price .price_wrap.no-arrow + .price_per {
                  margin-top: 10px; }
                @media (max-width: 979px) {
                  article section.s-hifuka .container .details_price .price_wrap.no-arrow .price_inner, article section.s-geka .container .details_price .price_wrap.no-arrow .price_inner {
                    padding-right: 0; }
                  article section.s-hifuka .container .details_price .price_wrap.no-arrow + .price_per, article section.s-geka .container .details_price .price_wrap.no-arrow + .price_per {
                    margin-top: 2vw; } }
            article section.s-hifuka .container .details_price .details_price_or, article section.s-geka .container .details_price .details_price_or {
              width: 80px;
              height: 80px;
              display: flex;
              background-color: #e7e7e7;
              border-radius: 50px;
              align-items: center;
              justify-content: center;
              margin: 10px auto 2px; }
              @media (max-width: 979px) {
                article section.s-hifuka .container .details_price .details_price_or, article section.s-geka .container .details_price .details_price_or {
                  width: 15vw;
                  height: 15vw;
                  margin: 3vw auto 0; } }
            article section.s-hifuka .container .details_price .price_per, article section.s-geka .container .details_price .price_per {
              margin-top: 30px;
              text-align: center; }
              article section.s-hifuka .container .details_price .price_per p, article section.s-geka .container .details_price .price_per p {
                font-size: 18px;
                color: #64462a;
                font-weight: bold; }
                article section.s-hifuka .container .details_price .price_per p span, article section.s-geka .container .details_price .price_per p span {
                  font-size: 24px; }
              @media (max-width: 979px) {
                article section.s-hifuka .container .details_price .price_per, article section.s-geka .container .details_price .price_per {
                  margin-top: 4vw; }
                  article section.s-hifuka .container .details_price .price_per p, article section.s-geka .container .details_price .price_per p {
                    font-size: 3.5vw; }
                    article section.s-hifuka .container .details_price .price_per p span, article section.s-geka .container .details_price .price_per p span {
                      font-size: 4.5vw; } }
            article section.s-hifuka .container .details_price_index, article section.s-geka .container .details_price_index {
              text-align: center;
              font-weight: bold;
              font-size: 32px;
              color: #03b47d;
              margin: 0 0 20px;
              line-height: 1; }
              article section.s-hifuka .container .details_price_index span, article section.s-geka .container .details_price_index span {
                font-size: 16px; }
              @media (max-width: 979px) {
                article section.s-hifuka .container .details_price_index, article section.s-geka .container .details_price_index {
                  font-size: 6vw;
                  margin: 0 0 2vw; }
                  article section.s-hifuka .container .details_price_index span, article section.s-geka .container .details_price_index span {
                    font-size: 3.5vw; } }
            article section.s-hifuka .container .details_price .price_text, article section.s-geka .container .details_price .price_text {
              width: 100%;
              font-size: 32px;
              text-align: center;
              margin: 30px 0 10px; }
              article section.s-hifuka .container .details_price .price_text span, article section.s-geka .container .details_price .price_text span {
                background: linear-gradient(transparent 50%, #fff001 50%);
                padding: 0 0.2em; }
              @media (max-width: 979px) {
                article section.s-hifuka .container .details_price .price_text, article section.s-geka .container .details_price .price_text {
                  font-size: 5vw;
                  margin: 4vw 0 1.5vw; } }
          article section.s-hifuka .container .details.no_photo.details_single, article section.s-geka .container .details.no_photo.details_single {
            justify-content: center; }
          article section.s-hifuka .container .details.no_photo.details_double.wrap, article section.s-geka .container .details.no_photo.details_double.wrap {
            flex-wrap: wrap; }
            article section.s-hifuka .container .details.no_photo.details_double.wrap .price_center, article section.s-geka .container .details.no_photo.details_double.wrap .price_center {
              width: 100%; }
              article section.s-hifuka .container .details.no_photo.details_double.wrap .price_center .price_inner, article section.s-geka .container .details.no_photo.details_double.wrap .price_center .price_inner {
                max-width: 350px;
                margin: 0 auto; }
          @media (min-width: 980px) {
            article section.s-hifuka .container .details.no_photo.details_single .details_price .price_wrap .price_inner.hifuka .price, article section.s-hifuka .container .details.no_photo.details_double .details_price .price_wrap .price_inner.hifuka .price, article section.s-geka .container .details.no_photo.details_single .details_price .price_wrap .price_inner.hifuka .price, article section.s-geka .container .details.no_photo.details_double .details_price .price_wrap .price_inner.hifuka .price {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(36, 159, 105)' d='M23.623,16.468 L11.960,29.297 L0.297,16.468 L6.907,16.468 L6.907,0.391 L17.013,0.391 L17.013,16.468 L23.623,16.468 Z'/%3E%3C/svg%3E"); }
            article section.s-hifuka .container .details.no_photo.details_single .details_price .price_wrap .price_inner.biyou .price, article section.s-hifuka .container .details.no_photo.details_double .details_price .price_wrap .price_inner.biyou .price, article section.s-geka .container .details.no_photo.details_single .details_price .price_wrap .price_inner.biyou .price, article section.s-geka .container .details.no_photo.details_double .details_price .price_wrap .price_inner.biyou .price {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 200, 182)' d='M23.623,16.468 L11.960,29.297 L0.297,16.468 L6.907,16.468 L6.907,0.391 L17.013,0.391 L17.013,16.468 L23.623,16.468 Z'/%3E%3C/svg%3E"); }
            article section.s-hifuka .container .details.no_photo.details_single .details_price .price_wrap.color02 .price_inner.hifuka .price, article section.s-hifuka .container .details.no_photo.details_double .details_price .price_wrap.color02 .price_inner.hifuka .price, article section.s-geka .container .details.no_photo.details_single .details_price .price_wrap.color02 .price_inner.hifuka .price, article section.s-geka .container .details.no_photo.details_double .details_price .price_wrap.color02 .price_inner.hifuka .price {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 200, 182)' d='M23.623,16.468 L11.960,29.297 L0.297,16.468 L6.907,16.468 L6.907,0.391 L17.013,0.391 L17.013,16.468 L23.623,16.468 Z'/%3E%3C/svg%3E"); }
            article section.s-hifuka .container .details.no_photo.details_single .details_price .price_wrap.color02 .price_inner.biyou .price, article section.s-hifuka .container .details.no_photo.details_double .details_price .price_wrap.color02 .price_inner.biyou .price, article section.s-geka .container .details.no_photo.details_single .details_price .price_wrap.color02 .price_inner.biyou .price, article section.s-geka .container .details.no_photo.details_double .details_price .price_wrap.color02 .price_inner.biyou .price {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 200, 182)' d='M23.623,16.468 L11.960,29.297 L0.297,16.468 L6.907,16.468 L6.907,0.391 L17.013,0.391 L17.013,16.468 L23.623,16.468 Z'/%3E%3C/svg%3E"); } }
        article section.s-hifuka .container .price_caution, article section.s-geka .container .price_caution {
          font-size: 14px;
          text-align: center;
          margin: 10px 0 0; }
        article section.s-hifuka .container .price_per, article section.s-geka .container .price_per {
          margin-top: 30px;
          text-align: center; }
          article section.s-hifuka .container .price_per p, article section.s-geka .container .price_per p {
            font-size: 18px;
            color: #64462a;
            font-weight: bold; }
            article section.s-hifuka .container .price_per p span, article section.s-geka .container .price_per p span {
              font-size: 24px; }
        article section.s-hifuka .container .btn_detail, article section.s-geka .container .btn_detail {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: -55px; }
          article section.s-hifuka .container .btn_detail a, article section.s-geka .container .btn_detail a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "senobi-gothic", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 36px;
            color: #fff;
            text-decoration: none;
            width: 640px;
            height: 110px;
            background: url(/assets/about/campaign/monthly/images/btn_bg.jpg) center top/cover no-repeat;
            border-radius: 100px;
            box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.23);
            position: relative; }
            article section.s-hifuka .container .btn_detail a::before, article section.s-geka .container .btn_detail a::before {
              content: "";
              display: block;
              width: 48px;
              height: 48px;
              background: url(/assets/about/campaign/monthly/images/btn_icon.svg) center top/cover no-repeat;
              position: absolute;
              right: 35px;
              top: 50%;
              transform: translate(0, -50%); }
        article section.s-hifuka .container h4.cat_ttl, article section.s-geka .container h4.cat_ttl {
          text-align: center;
          margin-bottom: 40px;
          font-weight: bold;
          font-size: 34px;
          line-height: 1.6;
          position: relative;
          background: #00c8b6;
          box-shadow: 0px 0px 0px 5px #00c8b6;
          border: dashed 2px white;
          padding: 0.2em 0.5em;
          color: #faff75; }
          article section.s-hifuka .container h4.cat_ttl::after, article section.s-geka .container h4.cat_ttl::after {
            position: absolute;
            content: "";
            left: -7px;
            top: -7px;
            border-width: 0 0 20px 20px;
            border-style: solid;
            border-color: #fff #fff #00b2a2;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
          @media (max-width: 979px) {
            article section.s-hifuka .container h4.cat_ttl, article section.s-geka .container h4.cat_ttl {
              margin-bottom: 5vw;
              font-size: 5.5vw; }
              article section.s-hifuka .container h4.cat_ttl::after, article section.s-geka .container h4.cat_ttl::after {
                left: -7px;
                top: -7px;
                border-width: 0 0 16px 16px; } }
        article section.s-hifuka .container ul.cat_features, article section.s-geka .container ul.cat_features {
          background: #f3f3f3;
          padding: 2% 4%; }
          article section.s-hifuka .container ul.cat_features li, article section.s-geka .container ul.cat_features li {
            font-size: 21px;
            font-weight: bold;
            color: #64462a;
            font-family: "irohakakuc", sans-serif;
            line-height: 1.5;
            padding: 0.6em 0 0.2em 1em;
            position: relative;
            border-bottom: dashed 2px #999; }
            article section.s-hifuka .container ul.cat_features li::before, article section.s-geka .container ul.cat_features li::before {
              content: "\02713";
              position: absolute;
              left: 0;
              color: #64462a; }
            article section.s-hifuka .container ul.cat_features li em, article section.s-geka .container ul.cat_features li em {
              background: linear-gradient(transparent 50%, #faff75 50%); }
          @media (max-width: 979px) {
            article section.s-hifuka .container ul.cat_features, article section.s-geka .container ul.cat_features {
              padding: 1% 2%; }
              article section.s-hifuka .container ul.cat_features li, article section.s-geka .container ul.cat_features li {
                font-size: 3.5vw; } }
        article section.s-hifuka .container .treatment_wrap + .treatment_wrap, article section.s-geka .container .treatment_wrap + .treatment_wrap {
          margin-top: 50px; }
        article section.s-hifuka .container .treatment_wrap ._text-danger, article section.s-geka .container .treatment_wrap ._text-danger {
          color: #03b47d !important;
          font-weight: bold; }
        article section.s-hifuka .container .treatment_wrap .set_menu, article section.s-geka .container .treatment_wrap .set_menu {
          display: flex;
          justify-content: space-around;
          margin-top: 20px; }
          article section.s-hifuka .container .treatment_wrap .set_menu .noseSet, article section.s-geka .container .treatment_wrap .set_menu .noseSet {
            display: inline-block;
            font-size: 18px;
            background: #d1eced;
            padding: 0 12px;
            text-align: center; }
          article section.s-hifuka .container .treatment_wrap .set_menu .list-note, article section.s-geka .container .treatment_wrap .set_menu .list-note {
            margin: 10px 0 0;
            padding: 15px 20px; }
            article section.s-hifuka .container .treatment_wrap .set_menu .list-note > .item, article section.s-geka .container .treatment_wrap .set_menu .list-note > .item {
              font-size: 16px;
              padding: 0 0 0 1.25em;
              position: relative; }
              article section.s-hifuka .container .treatment_wrap .set_menu .list-note > .item::before, article section.s-geka .container .treatment_wrap .set_menu .list-note > .item::before {
                content: "\30FB";
                width: inherit; }
        article section.s-hifuka .container .treatment_wrap .details_price.premium, article section.s-geka .container .treatment_wrap .details_price.premium {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          width: auto;
          background: #fdeeed;
          border-radius: 15px;
          padding: 2%;
          margin-top: 15px;
          position: relative; }
          article section.s-hifuka .container .treatment_wrap .details_price.premium .premium_ttl, article section.s-geka .container .treatment_wrap .details_price.premium .premium_ttl {
            width: 100%;
            text-align: center;
            font-size: 32px;
            color: #5b430e;
            font-weight: bold;
            margin-bottom: 15px; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .premium_ttl a, article section.s-geka .container .treatment_wrap .details_price.premium .premium_ttl a {
              color: #5b430e; }
          article section.s-hifuka .container .treatment_wrap .details_price.premium .price_wrap, article section.s-geka .container .treatment_wrap .details_price.premium .price_wrap {
            margin-top: 0; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .price_wrap .price_inner, article section.s-geka .container .treatment_wrap .details_price.premium .price_wrap .price_inner {
              justify-content: center; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .price_wrap.normal .price_inner, article section.s-geka .container .treatment_wrap .details_price.premium .price_wrap.normal .price_inner {
              padding-right: 25px; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .price_wrap .discount, article section.s-geka .container .treatment_wrap .details_price.premium .price_wrap .discount {
              width: 100px;
              height: 100px;
              right: -65px;
              top: -65px; }
          article section.s-hifuka .container .treatment_wrap .details_price.premium .discount_fukidashi, article section.s-geka .container .treatment_wrap .details_price.premium .discount_fukidashi {
            right: -65px;
            top: -100px; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .discount_fukidashi p, article section.s-geka .container .treatment_wrap .details_price.premium .discount_fukidashi p {
              background: #896e5b;
              color: #fff; }
              article section.s-hifuka .container .treatment_wrap .details_price.premium .discount_fukidashi p::after, article section.s-geka .container .treatment_wrap .details_price.premium .discount_fukidashi p::after {
                border-color: #896e5b transparent transparent; }
        article section.s-hifuka .container .treatment_wrap .infomation-list, article section.s-geka .container .treatment_wrap .infomation-list {
          background-color: #faff75; }
        article section.s-hifuka .container .treatment_wrap .btn_detail, article section.s-geka .container .treatment_wrap .btn_detail {
          position: relative;
          bottom: inherit;
          margin-top: 20px; }
        article section.s-hifuka .container .treatment_wrap .price_bui, article section.s-geka .container .treatment_wrap .price_bui {
          text-align: center;
          font-family: "irohakakuc", sans-serif;
          font-size: 30px; }
        @media (max-width: 979px) {
          article section.s-hifuka .container .treatment_wrap + .treatment_wrap, article section.s-geka .container .treatment_wrap + .treatment_wrap {
            margin-top: 6vw; }
          article section.s-hifuka .container .treatment_wrap .treatment_ttl, article section.s-geka .container .treatment_wrap .treatment_ttl {
            font-size: 5vw;
            margin-top: 4vw; }
          article section.s-hifuka .container .treatment_wrap .set_menu, article section.s-geka .container .treatment_wrap .set_menu {
            display: block; }
            article section.s-hifuka .container .treatment_wrap .set_menu .noseSet, article section.s-geka .container .treatment_wrap .set_menu .noseSet {
              font-size: 4.5vw;
              padding: 0 2vw; }
            article section.s-hifuka .container .treatment_wrap .set_menu .list-note, article section.s-geka .container .treatment_wrap .set_menu .list-note {
              margin: 2.5vw 0 0;
              padding: 3vw 4vw; }
              article section.s-hifuka .container .treatment_wrap .set_menu .list-note > .item, article section.s-geka .container .treatment_wrap .set_menu .list-note > .item {
                font-size: 4vw; }
          article section.s-hifuka .container .treatment_wrap .details_price.premium, article section.s-geka .container .treatment_wrap .details_price.premium {
            flex-direction: column;
            padding: 3%;
            margin-top: 5vw; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .premium_ttl, article section.s-geka .container .treatment_wrap .details_price.premium .premium_ttl {
              font-size: 4.5vw;
              margin-bottom: 1.5vw; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium > div .price_wrap .discount, article section.s-geka .container .treatment_wrap .details_price.premium > div .price_wrap .discount {
              width: 20vw;
              height: 20vw;
              right: -8vw;
              top: -2vw; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium > div + div, article section.s-geka .container .treatment_wrap .details_price.premium > div + div {
              margin-top: 5vw; }
            article section.s-hifuka .container .treatment_wrap .details_price.premium .discount_fukidashi, article section.s-geka .container .treatment_wrap .details_price.premium .discount_fukidashi {
              right: 12vw;
              top: -18vw; }
              article section.s-hifuka .container .treatment_wrap .details_price.premium .discount_fukidashi p, article section.s-geka .container .treatment_wrap .details_price.premium .discount_fukidashi p {
                width: 23vw; }
                article section.s-hifuka .container .treatment_wrap .details_price.premium .discount_fukidashi p br, article section.s-geka .container .treatment_wrap .details_price.premium .discount_fukidashi p br {
                  display: none; }
          article section.s-hifuka .container .treatment_wrap .price_bui, article section.s-geka .container .treatment_wrap .price_bui {
            margin-top: 4vw;
            font-size: 5vw; } }
      article section.s-hifuka .treatment_ttl, article section.s-geka .treatment_ttl {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        color: #03b47d;
        margin-top: 40px; }
      @media (max-width: 979px) {
        article section.s-hifuka .container, article section.s-geka .container {
          margin: -7vw 0 0; }
          article section.s-hifuka .container .caution, article section.s-geka .container .caution {
            font-size: 4vw; }
          article section.s-hifuka .container .note_txt, article section.s-geka .container .note_txt {
            font-size: 2.8vw; }
          article section.s-hifuka .container > ul, article section.s-geka .container > ul {
            width: 95%;
            margin: 12vw auto 0; }
            article section.s-hifuka .container > ul > li, article section.s-geka .container > ul > li {
              padding: 3vw;
              border-radius: 3vw;
              background-image: repeating-linear-gradient(90deg, transparent, transparent 1.5vw, #fff 1.5vw, #fff calc(1.5vw + 1px), transparent calc(1.5vw + 1px), transparent calc((1.5vw + 1px) * 4)), repeating-linear-gradient(0deg, transparent, transparent 1.5vw, #fff 1.5vw, #fff calc(1.5vw + 1px), transparent calc(1.5vw + 1px), transparent calc((1.5vw + 1px) * 4)); }
              article section.s-hifuka .container > ul > li + li, article section.s-geka .container > ul > li + li {
                margin-top: 20vw; }
              article section.s-hifuka .container > ul > li::before, article section.s-geka .container > ul > li::before {
                width: 40vw;
                height: 7vw;
                border: 1vw solid #dedede;
                border-top: none;
                border-radius: 0 0 3vw 3vw; }
              article section.s-hifuka .container > ul > li .container_inner, article section.s-geka .container > ul > li .container_inner {
                padding: 9vw 4vw 11vw; }
                article section.s-hifuka .container > ul > li .container_inner .num_wrap, article section.s-geka .container > ul > li .container_inner .num_wrap {
                  left: 4vw;
                  top: -8vw; }
                  article section.s-hifuka .container > ul > li .container_inner .num_wrap p.en, article section.s-geka .container > ul > li .container_inner .num_wrap p.en {
                    font-size: 2.5vw;
                    padding: 3vw calc(2px + 1vw) 0 0; }
                  article section.s-hifuka .container > ul > li .container_inner .num_wrap p.num, article section.s-geka .container > ul > li .container_inner .num_wrap p.num {
                    font-size: 15vw;
                    -webkit-text-stroke: 1vw transparent;
                    text-stroke: 1vw transparent;
                    padding: 0.4em 2vw 0.25em 0;
                    filter: drop-shadow(2px 2px 0 #fff) drop-shadow(-2px 2px 0 #fff) drop-shadow(2px -2px 0 #fff) drop-shadow(-2px -2px 0 #fff); }
                article section.s-hifuka .container > ul > li .container_inner ul.features, article section.s-geka .container > ul > li .container_inner ul.features {
                  gap: 2vw 5vw; }
                  article section.s-hifuka .container > ul > li .container_inner ul.features li, article section.s-geka .container > ul > li .container_inner ul.features li {
                    height: inherit;
                    font-size: 3vw;
                    padding: 1vw 2vw; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li::before, article section.s-hifuka .container > ul > li .container_inner ul.features li::after, article section.s-geka .container > ul > li .container_inner ul.features li::before, article section.s-geka .container > ul > li .container_inner ul.features li::after {
                      width: 3vw;
                      height: 100%;
                      background-size: 2.5vw auto;
                      background-repeat: repeat-y; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li::before, article section.s-geka .container > ul > li .container_inner ul.features li::before {
                      left: -1.5vw;
                      background-position: left center; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li::after, article section.s-geka .container > ul > li .container_inner ul.features li::after {
                      right: -1.5vw;
                      background-position: right center; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li span, article section.s-geka .container > ul > li .container_inner ul.features li span {
                      display: contents;
                      font-size: 2.5vw; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li em, article section.s-geka .container > ul > li .container_inner ul.features li em {
                      display: contents; }
                    article section.s-hifuka .container > ul > li .container_inner ul.features li.caution, article section.s-geka .container > ul > li .container_inner ul.features li.caution {
                      width: 100%;
                      font-size: 2.5vw;
                      margin: -1vw 0 0; }
                      article section.s-hifuka .container > ul > li .container_inner ul.features li.caution.bottom, article section.s-geka .container > ul > li .container_inner ul.features li.caution.bottom {
                        margin: -1vw 0 0; }
                article section.s-hifuka .container > ul > li .container_inner .table-box, article section.s-geka .container > ul > li .container_inner .table-box {
                  padding: 2vw;
                  font-size: 3vw; }
                  article section.s-hifuka .container > ul > li .container_inner .table-box > table > tbody > tr > th, article section.s-geka .container > ul > li .container_inner .table-box > table > tbody > tr > th {
                    width: 20%; }
                  article section.s-hifuka .container > ul > li .container_inner .table-box > table > tbody > tr > th,
                  article section.s-hifuka .container > ul > li .container_inner .table-box > table > tbody > tr > td, article section.s-geka .container > ul > li .container_inner .table-box > table > tbody > tr > th,
                  article section.s-geka .container > ul > li .container_inner .table-box > table > tbody > tr > td {
                    padding: 5px; }
          article section.s-hifuka .container .btn_clinic a, article section.s-geka .container .btn_clinic a {
            height: 25px;
            font-size: 16px;
            padding: 0 35px 0 15px; }
            article section.s-hifuka .container .btn_clinic a::before, article section.s-geka .container .btn_clinic a::before {
              width: 18px; }
            article section.s-hifuka .container .btn_clinic a::after, article section.s-geka .container .btn_clinic a::after {
              width: 6px;
              height: 10px;
              right: 6px; }
          article section.s-hifuka .container .caution2, article section.s-geka .container .caution2 {
            font-size: 4vw;
            padding: 1vw; }
            article section.s-hifuka .container .caution2 .fukidashi, article section.s-geka .container .caution2 .fukidashi {
              width: 80%;
              padding: 2vw;
              top: -11vw; }
          article section.s-hifuka .container .tokuten, article section.s-geka .container .tokuten {
            border-width: 1vw;
            font-size: 4vw;
            padding: 2vw; }
          article section.s-hifuka .container .details, article section.s-geka .container .details {
            flex-direction: column;
            margin: 5vw 0 0; }
            article section.s-hifuka .container .details_photo, article section.s-geka .container .details_photo {
              width: 100%;
              flex: inherit;
              align-items: center;
              padding: 4vw 0 0; }
              article section.s-hifuka .container .details_photo .photo_ttl, article section.s-geka .container .details_photo .photo_ttl {
                margin-bottom: 3vw;
                padding: 1.5vw 0;
                font-size: 4vw; }
              article section.s-hifuka .container .details_photo .photo, article section.s-geka .container .details_photo .photo {
                padding: 2vw 2vw 1.5vw; }
                article section.s-hifuka .container .details_photo .photo .img::before, article section.s-hifuka .container .details_photo .photo .img::after, article section.s-geka .container .details_photo .photo .img::before, article section.s-geka .container .details_photo .photo .img::after {
                  width: 25vw;
                  height: 11vw;
                  font-size: 3vw;
                  padding: 2vw 3vw 0 0;
                  top: -7vw; }
                article section.s-hifuka .container .details_photo .photo .img::before, article section.s-geka .container .details_photo .photo .img::before {
                  left: -5vw; }
                article section.s-hifuka .container .details_photo .photo .img::after, article section.s-geka .container .details_photo .photo .img::after {
                  left: calc(50% - 5vw); }
                article section.s-hifuka .container .details_photo .photo .dr, article section.s-geka .container .details_photo .photo .dr {
                  font-size: 3vw;
                  margin: 0.5vw 0 0; }
                article section.s-hifuka .container .details_photo .photo .caution, article section.s-geka .container .details_photo .photo .caution {
                  font-size: 2.5vw; }
                article section.s-hifuka .container .details_photo .photo .img.column::after, article section.s-geka .container .details_photo .photo .img.column::after {
                  left: -5vw;
                  top: calc(50% - 5vw); }
              article section.s-hifuka .container .details_photo p.caption, article section.s-geka .container .details_photo p.caption {
                margin-top: 1vw;
                font-size: 3.1vw;
                padding-left: 3.1vw; }
            article section.s-hifuka .container .details_price, article section.s-geka .container .details_price {
              width: 100%;
              margin: 5vw 0 0; }
              article section.s-hifuka .container .details_price .price_wrap, article section.s-geka .container .details_price .price_wrap {
                font-size: 3vw;
                min-height: 20vw; }
                article section.s-hifuka .container .details_price .price_wrap + .price_wrap.normal, article section.s-geka .container .details_price .price_wrap + .price_wrap.normal {
                  margin-top: 5vw; }
                article section.s-hifuka .container .details_price .price_wrap .price_inner, article section.s-geka .container .details_price .price_wrap .price_inner {
                  width: 100%;
                  align-items: center;
                  padding-right: 12vw; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .headline, article section.s-geka .container .details_price .price_wrap .price_inner .headline {
                    padding-top: 3vw;
                    font-size: 5.5vw; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .note, article section.s-geka .container .details_price .price_wrap .price_inner .note {
                    font-size: 3.5vw;
                    padding: 3vw 0 0 5vw; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .note > span, article section.s-geka .container .details_price .price_wrap .price_inner .note > span {
                      font-size: 2.5vw; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .price, article section.s-geka .container .details_price .price_wrap .price_inner .price {
                    font-size: 12vw;
                    line-height: 1;
                    padding: 0 0 0 5vw; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .price > span, article section.s-geka .container .details_price .price_wrap .price_inner .price > span {
                      font-size: 8vw; }
                      article section.s-hifuka .container .details_price .price_wrap .price_inner .price > span > span, article section.s-geka .container .details_price .price_wrap .price_inner .price > span > span {
                        font-size: 3.5vw;
                        bottom: 9.5vw; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .caution, article section.s-geka .container .details_price .price_wrap .price_inner .caution {
                    font-size: 3.7vw; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .cam_num, article section.s-geka .container .details_price .price_wrap .price_inner .cam_num {
                    font-size: 3vw;
                    margin: 1.5vw 0 0; }
                  article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic {
                    margin: 2vw 0 0; }
                    article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic a, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic a {
                      height: 5vw;
                      font-size: 3vw;
                      padding: 0 7vw 0 3vw; }
                      article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic a::before, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic a::before {
                        width: 4vw; }
                      article section.s-hifuka .container .details_price .price_wrap .price_inner .btn_clinic a::after, article section.s-geka .container .details_price .price_wrap .price_inner .btn_clinic a::after {
                        width: 1.5vw;
                        height: 2.5vw;
                        right: 1.2vw; }
                article section.s-hifuka .container .details_price .price_wrap .plus, article section.s-geka .container .details_price .price_wrap .plus {
                  height: 6vw;
                  margin: 2vw 0 0; }
                  article section.s-hifuka .container .details_price .price_wrap .plus::before, article section.s-geka .container .details_price .price_wrap .plus::before {
                    font-size: 8vw; }
                article section.s-hifuka .container .details_price .price_wrap .discount, article section.s-geka .container .details_price .price_wrap .discount {
                  width: 20vw;
                  height: 20vw;
                  right: -6vw;
                  top: 0; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.about, article section.s-geka .container .details_price .price_wrap .discount p.about {
                    font-size: 3vw; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.num, article section.s-geka .container .details_price .price_wrap .discount p.num {
                    font-size: 11vw; }
                    article section.s-hifuka .container .details_price .price_wrap .discount p.num span, article section.s-geka .container .details_price .price_wrap .discount p.num span {
                      font-size: 4vw;
                      margin-left: -2vw;
                      -webkit-text-stroke: 0.75vw transparent;
                      text-stroke: 0.75vw transparent; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p span, article section.s-geka .container .details_price .price_wrap .discount p span {
                    font-size: 25px;
                    margin-left: -12px;
                    -webkit-text-stroke: 5px transparent;
                    text-stroke: 5px transparent;
                    background: #03b47d;
                    -webkit-background-clip: text;
                            background-clip: text;
                    color: #fff; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.en, article section.s-geka .container .details_price .price_wrap .discount p.en {
                    font-size: 4vw; }
                  article section.s-hifuka .container .details_price .price_wrap .discount p.ja, article section.s-geka .container .details_price .price_wrap .discount p.ja {
                    font-size: 6vw; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.discount_small, article section.s-geka .container .details_price .price_wrap .discount.discount_small {
                    width: 13vw;
                    height: 13vw;
                    right: 6vw;
                    bottom: 1vw; }
                    article section.s-hifuka .container .details_price .price_wrap .discount.discount_small p.num, article section.s-geka .container .details_price .price_wrap .discount.discount_small p.num {
                      font-size: 5.5vw; }
                      article section.s-hifuka .container .details_price .price_wrap .discount.discount_small p.num span, article section.s-geka .container .details_price .price_wrap .discount.discount_small p.num span {
                        font-size: 3.5vw; }
                    article section.s-hifuka .container .details_price .price_wrap .discount.discount_small p.en, article section.s-geka .container .details_price .price_wrap .discount.discount_small p.en {
                      font-size: 3.5vw; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.yen p.num, article section.s-geka .container .details_price .price_wrap .discount.yen p.num {
                    font-size: 9vw; }
                    article section.s-hifuka .container .details_price .price_wrap .discount.yen p.num span, article section.s-geka .container .details_price .price_wrap .discount.yen p.num span {
                      font-size: 4vw;
                      margin-left: -1.5vw; }
                  article section.s-hifuka .container .details_price .price_wrap .discount.yen_single p.num, article section.s-geka .container .details_price .price_wrap .discount.yen_single p.num {
                    font-size: 9vw;
                    padding-left: 0.8vw; }
                    article section.s-hifuka .container .details_price .price_wrap .discount.yen_single p.num span, article section.s-geka .container .details_price .price_wrap .discount.yen_single p.num span {
                      font-size: 4vw;
                      margin-left: -0.8vw; }
                article section.s-hifuka .container .details_price .price_wrap .discount_fukidashi, article section.s-geka .container .details_price .price_wrap .discount_fukidashi {
                  right: 21vw;
                  top: -11vw; }
                  article section.s-hifuka .container .details_price .price_wrap .discount_fukidashi p, article section.s-geka .container .details_price .price_wrap .discount_fukidashi p {
                    padding: 2px 6px;
                    font-size: 3.2vw;
                    line-height: 1.2; }
                    article section.s-hifuka .container .details_price .price_wrap .discount_fukidashi p::after, article section.s-geka .container .details_price .price_wrap .discount_fukidashi p::after {
                      left: 70%;
                      border-style: solid;
                      border-width: 15px 15px 0 0; }
                article section.s-hifuka .container .details_price .price_wrap.normal, article section.s-geka .container .details_price .price_wrap.normal {
                  filter: drop-shadow(2vw 1.5vw 1.4vw rgba(93, 93, 93, 0.075));
                  margin-bottom: -2vw; }
                  article section.s-hifuka .container .details_price .price_wrap.normal .price_inner, article section.s-geka .container .details_price .price_wrap.normal .price_inner {
                    height: 20vw;
                    background: #fff;
                    padding: 0 0 2.5vw;
                    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5vw), calc(50% + 4.5vw) calc(100% - 2.5vw), calc(50% + 4.5vw) calc(100% - 2.5vw), 50% 100%, calc(50% - 4.5vw) calc(100% - 2.5vw), 0 calc(100% - 2.5vw)); }
                    article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .note, article section.s-geka .container .details_price .price_wrap.normal .price_inner .note {
                      font-size: 3vw;
                      padding: 0 2vw 0 0; }
                    article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price {
                      font-size: 9vw; }
                      article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price > span, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price > span {
                        font-size: 6vw; }
                        article section.s-hifuka .container .details_price .price_wrap.normal .price_inner .price > span > span, article section.s-geka .container .details_price .price_wrap.normal .price_inner .price > span > span {
                          font-size: 2.5vw;
                          bottom: 7vw; }
          article section.s-hifuka .container .price_caution, article section.s-geka .container .price_caution {
            font-size: 3vw;
            margin: 1vw 0 0; }
          article section.s-hifuka .container .price_per, article section.s-geka .container .price_per {
            margin-top: 4vw; }
            article section.s-hifuka .container .price_per p, article section.s-geka .container .price_per p {
              font-size: 3.5vw; }
              article section.s-hifuka .container .price_per p span, article section.s-geka .container .price_per p span {
                font-size: 4.5vw; }
          article section.s-hifuka .container .btn_detail, article section.s-geka .container .btn_detail {
            bottom: -6vw; }
            article section.s-hifuka .container .btn_detail a, article section.s-geka .container .btn_detail a {
              font-size: 6vw;
              width: 80vw;
              height: 15vw;
              box-shadow: 1vw 1vw 0 rgba(0, 0, 0, 0.23); }
              article section.s-hifuka .container .btn_detail a::before, article section.s-geka .container .btn_detail a::before {
                width: 6vw;
                height: 6vw;
                right: 4vw; }
        article section.s-hifuka .treatment_ttl, article section.s-geka .treatment_ttl {
          font-size: 6vw;
          margin-top: 4vw; } }
      article section.s-hifuka .treatment_ttl, article section.s-geka .treatment_ttl {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        color: #03b47d;
        margin-top: 40px; }
        @media (max-width: 979px) {
          article section.s-hifuka .treatment_ttl, article section.s-geka .treatment_ttl {
            font-size: 6vw;
            margin-top: 4vw; } }
      article section.s-hifuka .banner-half, article section.s-geka .banner-half {
        display: flex; }
        article section.s-hifuka .banner-half > div, article section.s-geka .banner-half > div {
          width: 50%; }
      article section.s-hifuka .banner-third, article section.s-geka .banner-third {
        display: flex; }
        article section.s-hifuka .banner-third > div, article section.s-geka .banner-third > div {
          width: calc(100 / 3); }
      article section.s-hifuka #tess .details, article section.s-geka #tess .details {
        display: flex;
        flex-direction: column; }
        article section.s-hifuka #tess .details_photo, article section.s-geka #tess .details_photo {
          display: flex;
          justify-content: space-between;
          flex-direction: row;
          padding: 30px 0 0 0;
          margin-bottom: 30px; }
          article section.s-hifuka #tess .details_photo .photo, article section.s-geka #tess .details_photo .photo {
            margin-right: 20px; }
            article section.s-hifuka #tess .details_photo .photo + .photo, article section.s-geka #tess .details_photo .photo + .photo {
              margin-right: 0; }
        article section.s-hifuka #tess .details_price, article section.s-geka #tess .details_price {
          width: 100%; }
          article section.s-hifuka #tess .details_price .price_table, article section.s-geka #tess .details_price .price_table {
            margin-top: 40px;
            position: relative;
            font-family: "irohakakuc", sans-serif; }
            article section.s-hifuka #tess .details_price .price_table .discount, article section.s-geka #tess .details_price .price_table .discount {
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              width: 115px;
              height: 115px;
              background: url(/assets/about/campaign/monthly/images/discount.svg) center top/100% auto no-repeat;
              position: absolute;
              right: -40px;
              top: -40px; }
              article section.s-hifuka #tess .details_price .price_table .discount p, article section.s-geka #tess .details_price .price_table .discount p {
                line-height: 1;
                font-family: "Oswald", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                color: #03b47d; }
                article section.s-hifuka #tess .details_price .price_table .discount p.max, article section.s-geka #tess .details_price .price_table .discount p.max {
                  font-size: 22px;
                  margin: 0 2px -4px 0; }
                article section.s-hifuka #tess .details_price .price_table .discount p.num, article section.s-geka #tess .details_price .price_table .discount p.num {
                  font-size: 56px; }
                  article section.s-hifuka #tess .details_price .price_table .discount p.num span, article section.s-geka #tess .details_price .price_table .discount p.num span {
                    font-size: 25px;
                    margin-left: -8px;
                    -webkit-text-stroke: 5px transparent;
                    text-stroke: 5px transparent;
                    background-color: #fff000;
                    -webkit-background-clip: text;
                            background-clip: text;
                    color: #03b47d; }
                article section.s-hifuka #tess .details_price .price_table .discount p.en, article section.s-geka #tess .details_price .price_table .discount p.en {
                  font-size: 25px; }
            article section.s-hifuka #tess .details_price .price_table .table-box, article section.s-geka #tess .details_price .price_table .table-box {
              text-align: center; }
              article section.s-hifuka #tess .details_price .price_table .table-box table, article section.s-geka #tess .details_price .price_table .table-box table {
                width: 100%; }
                article section.s-hifuka #tess .details_price .price_table .table-box table thead tr th, article section.s-geka #tess .details_price .price_table .table-box table thead tr th {
                  background-color: #fde4e3;
                  color: #000;
                  font-size: 18px; }
                article section.s-hifuka #tess .details_price .price_table .table-box table tbody tr th, article section.s-geka #tess .details_price .price_table .table-box table tbody tr th {
                  background-color: #fff;
                  font-size: 18px; }
              article section.s-hifuka #tess .details_price .price_table .table-box .price_container, article section.s-geka #tess .details_price .price_table .table-box .price_container {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center; }
              article section.s-hifuka #tess .details_price .price_table .table-box .price, article section.s-geka #tess .details_price .price_table .table-box .price {
                line-height: 1; }
                article section.s-hifuka #tess .details_price .price_table .table-box .price > span, article section.s-geka #tess .details_price .price_table .table-box .price > span {
                  font-size: 35px;
                  position: relative; }
                  article section.s-hifuka #tess .details_price .price_table .table-box .price > span > span, article section.s-geka #tess .details_price .price_table .table-box .price > span > span {
                    font-size: 14px;
                    white-space: nowrap;
                    position: absolute;
                    left: 50%;
                    bottom: 40px;
                    transform: translate(-50%, 0); }
                article section.s-hifuka #tess .details_price .price_table .table-box .price.normal, article section.s-geka #tess .details_price .price_table .table-box .price.normal {
                  padding: 0;
                  font-size: 40px;
                  margin: 10px auto;
                  position: relative; }
                  article section.s-hifuka #tess .details_price .price_table .table-box .price.normal:before, article section.s-geka #tess .details_price .price_table .table-box .price.normal:before {
                    content: "";
                    display: block;
                    width: 106%;
                    height: 2px;
                    background: #64462a;
                    position: absolute;
                    left: -3%;
                    top: 50%;
                    transform: translate(0, -50%) rotate(5deg); }
                  article section.s-hifuka #tess .details_price .price_table .table-box .price.normal > span, article section.s-geka #tess .details_price .price_table .table-box .price.normal > span {
                    font-size: 23px; }
                    article section.s-hifuka #tess .details_price .price_table .table-box .price.normal > span > span, article section.s-geka #tess .details_price .price_table .table-box .price.normal > span > span {
                      font-size: 10px;
                      bottom: 29px; }
                article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign, article section.s-geka #tess .details_price .price_table .table-box .price.campaign {
                  font-size: 56px;
                  color: #75b34b;
                  font-weight: bold;
                  position: relative;
                  padding-left: 35px; }
                  article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign span.arrow, article section.s-geka #tess .details_price .price_table .table-box .price.campaign span.arrow {
                    position: absolute;
                    content: "";
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='#00c8b6' d='M28.906,12.337 L16.077,23.1000 L16.077,17.389 L0.000,17.389 L0.000,7.284 L16.077,7.284 L16.077,0.674 L28.906,12.337 Z'/%3E%3C/svg%3E");
                    background-size: 29px auto;
                    background-position: left center;
                    background-repeat: no-repeat;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    margin: auto;
                    width: 29px;
                    height: auto; }
                    @media screen and (max-width: 979px) {
                      article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign span.arrow, article section.s-geka #tess .details_price .price_table .table-box .price.campaign span.arrow {
                        background-size: 4vw auto; } }
              article section.s-hifuka #tess .details_price .price_table .table-box p.per, article section.s-geka #tess .details_price .price_table .table-box p.per {
                margin-top: 4px;
                font-size: 18px; }
      @media (max-width: 979px) {
        article section.s-hifuka #tess .details_photo, article section.s-geka #tess .details_photo {
          justify-content: center;
          flex-direction: column;
          padding: 4vw 0 0 0;
          margin-bottom: 3vw; }
          article section.s-hifuka #tess .details_photo .photo, article section.s-geka #tess .details_photo .photo {
            margin-right: 0; }
        article section.s-hifuka #tess .details_price .price_table, article section.s-geka #tess .details_price .price_table {
          margin-top: 8vw; }
          article section.s-hifuka #tess .details_price .price_table .discount, article section.s-geka #tess .details_price .price_table .discount {
            width: 20vw;
            height: 20vw;
            right: -8vw;
            top: -14vw; }
            article section.s-hifuka #tess .details_price .price_table .discount p.max, article section.s-geka #tess .details_price .price_table .discount p.max {
              font-size: 4vw;
              margin: 0 0 -1vw 0; }
            article section.s-hifuka #tess .details_price .price_table .discount p.num, article section.s-geka #tess .details_price .price_table .discount p.num {
              font-size: 11vw; }
              article section.s-hifuka #tess .details_price .price_table .discount p.num span, article section.s-geka #tess .details_price .price_table .discount p.num span {
                font-size: 4vw;
                margin-left: -1.5vw;
                -webkit-text-stroke: 0.75vw transparent;
                text-stroke: 0.75vw transparent; }
            article section.s-hifuka #tess .details_price .price_table .discount p.en, article section.s-geka #tess .details_price .price_table .discount p.en {
              font-size: 4vw;
              margin-top: -0.8vw; }
          article section.s-hifuka #tess .details_price .price_table .table-box table thead tr th, article section.s-geka #tess .details_price .price_table .table-box table thead tr th {
            font-size: 3.5vw;
            padding: 10px 5px; }
          article section.s-hifuka #tess .details_price .price_table .table-box table tbody tr th, article section.s-geka #tess .details_price .price_table .table-box table tbody tr th {
            font-size: 3.5vw;
            padding: 5px 5px; }
          article section.s-hifuka #tess .details_price .price_table .table-box table tbody tr td, article section.s-geka #tess .details_price .price_table .table-box table tbody tr td {
            padding: 5px 5px; }
          article section.s-hifuka #tess .details_price .price_table .table-box .price.normal, article section.s-geka #tess .details_price .price_table .table-box .price.normal {
            font-size: 5vw;
            margin: 2vw auto; }
            article section.s-hifuka #tess .details_price .price_table .table-box .price.normal > span, article section.s-geka #tess .details_price .price_table .table-box .price.normal > span {
              font-size: 3vw; }
              article section.s-hifuka #tess .details_price .price_table .table-box .price.normal > span > span, article section.s-geka #tess .details_price .price_table .table-box .price.normal > span > span {
                font-size: 1.5vw;
                bottom: 3.5vw; }
          article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign, article section.s-geka #tess .details_price .price_table .table-box .price.campaign {
            font-size: 6.5vw;
            padding-left: 3.5vw; }
            article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign > span, article section.s-geka #tess .details_price .price_table .table-box .price.campaign > span {
              font-size: 4vw; }
              article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign > span > span, article section.s-geka #tess .details_price .price_table .table-box .price.campaign > span > span {
                font-size: 2vw;
                bottom: 5vw; }
            article section.s-hifuka #tess .details_price .price_table .table-box .price.campaign span.arrow, article section.s-geka #tess .details_price .price_table .table-box .price.campaign span.arrow {
              width: 4vw; }
          article section.s-hifuka #tess .details_price .price_table .table-box p.per, article section.s-geka #tess .details_price .price_table .table-box p.per {
            font-size: 2.8vw; } }
      article section.s-hifuka #gyne .details .details_price .price_wrap .discount, article section.s-geka #gyne .details .details_price .price_wrap .discount {
        top: 10px; }
        article section.s-hifuka #gyne .details .details_price .price_wrap .discount .text, article section.s-geka #gyne .details .details_price .price_wrap .discount .text {
          display: inline-block;
          position: absolute;
          width: 100%;
          height: auto;
          transform: translate(50%, 0);
          right: 50%;
          top: 0;
          font-family: "Oswald", sans-serif;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          line-height: 1.4;
          color: #64462a;
          z-index: 1;
          -webkit-text-stroke: 3px transparent;
          text-stroke: 3px transparent;
          background-color: #fff000;
          -webkit-background-clip: text;
          background-clip: text; }
        @media (max-width: 979px) {
          article section.s-hifuka #gyne .details .details_price .price_wrap .discount, article section.s-geka #gyne .details .details_price .price_wrap .discount {
            width: 22vw;
            height: 22vw; }
            article section.s-hifuka #gyne .details .details_price .price_wrap .discount .text, article section.s-geka #gyne .details .details_price .price_wrap .discount .text {
              font-size: 2.7vw;
              line-height: 1.2; } }
    article section.s-hifuka {
      background: #cef0ed;
      padding: 1px 0 380px;
      position: relative; }
      article section.s-hifuka::after {
        content: "";
        display: block;
        width: 100%;
        height: 325px;
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        background: #b2e8d7; }
        @media (max-width: 979px) {
          article section.s-hifuka::after {
            height: 30vw; } }
      @media (max-width: 979px) {
        article section.s-hifuka {
          padding: 1px 0 27vw; } }
    article section.s-geka {
      background: #b2e8d7;
      padding: 1px 0 380px; }
      article section.s-geka::after {
        content: "";
        display: block;
        width: 100%;
        height: 325px;
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        background: #cbe7f0; }
        @media (max-width: 979px) {
          article section.s-geka::after {
            height: 30vw; } }
      article section.s-geka .container > ul > li {
        background-color: #03b47d; }
        article section.s-geka .container > ul > li .container_inner .num_wrap p {
          position: relative; }
          article section.s-geka .container > ul > li .container_inner .num_wrap p.text {
            position: absolute;
            content: "";
            font-size: 16px;
            width: auto;
            height: auto;
            top: 0;
            left: 0; }
          article section.s-geka .container > ul > li .container_inner .num_wrap p.en {
            color: #fff; }
      @media (max-width: 979px) {
        article section.s-geka {
          padding: 1px 0 27vw; } }
    article section.s-dental {
      background: #cbe7f0;
      padding: 1px 0 150px;
      margin: -1px 0 0;
      position: relative; }
      article section.s-dental .container {
        margin: -55px 0 0;
        position: relative;
        z-index: 1; }
        article section.s-dental .container ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          width: 980px;
          margin: 55px auto 0; }
          article section.s-dental .container ul li {
            width: 480px; }
            article section.s-dental .container ul li:nth-child(n + 3) {
              margin-top: 25px; }
      @media (max-width: 979px) {
        article section.s-dental {
          padding: 1px 0 20vw; }
          article section.s-dental .container {
            margin: -7vw 0 0; }
            article section.s-dental .container ul {
              width: 95%;
              margin: 7vw auto 0; }
              article section.s-dental .container ul li {
                width: 49%; }
                article section.s-dental .container ul li:nth-child(n + 3) {
                  margin-top: 2vw; } }
    article section .price_example {
      width: 300px;
      text-align: center;
      font-family: "irohakakuc", sans-serif;
      background: #fef3cf;
      color: #64462a;
      font-size: 25px;
      font-weight: 500;
      margin: 0 auto 10px; }
      @media (max-width: 979px) {
        article section .price_example {
          width: 50vw;
          font-size: 4vw;
          margin: 0 auto 1.5vw; } }

#modal-ritz {
  max-width: 700px; }
  #modal-ritz p {
    margin: 0;
    line-height: 1.5; }
  #modal-ritz .modal_index {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #64462a;
    text-align: center;
    padding: 5px;
    margin: 0 0 10px; }
  #modal-ritz .modal_sub_index {
    font-weight: bold;
    color: #64462a;
    padding: 0 0 0 1.25em;
    margin: 15px 0 5px;
    position: relative; }
    #modal-ritz .modal_sub_index::before {
      content: "\25A0";
      position: absolute;
      left: 0;
      top: 0; }
    #modal-ritz .modal_sub_index a {
      color: #64462a; }
  #modal-ritz .modal_caution {
    font-size: 13px; }
  #modal-ritz .modal_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 5px 0; }
    #modal-ritz .modal_list li {
      font-size: 14px;
      padding: 0 12px;
      text-align: center; }
  #modal-ritz .list-note {
    margin: 10px 0 0;
    padding: 15px 20px; }
    #modal-ritz .list-note > .item {
      font-size: 14px;
      padding: 0 0 0 1.25em;
      position: relative; }
      #modal-ritz .list-note > .item::before {
        content: "\30FB";
        width: inherit; }
  #modal-ritz .details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 45px 50px 0; }
    #modal-ritz .details_price {
      width: 370px; }
      #modal-ritz .details_price .price_wrap {
        display: flex;
        font-family: "irohakakuc", sans-serif;
        font-weight: 500;
        font-style: normal;
        min-height: 100px;
        font-size: 16px;
        line-height: 1.2; }
        #modal-ritz .details_price .price_wrap + .price_wrap {
          margin-top: -10px;
          justify-content: center; }
        #modal-ritz .details_price .price_wrap .price_inner {
          display: flex;
          justify-content: space-evenly;
          align-items: flex-start;
          flex-direction: column;
          position: relative; }
          #modal-ritz .details_price .price_wrap .price_inner .note {
            font-size: 22px;
            padding: 0 0 0 35px; }
          #modal-ritz .details_price .price_wrap .price_inner.hifuka .price {
            color: #249f69; }
          #modal-ritz .details_price .price_wrap .price_inner .price {
            font-size: 55px;
            line-height: 1;
            padding: 0 0 0 35px; }
            #modal-ritz .details_price .price_wrap .price_inner .price > span {
              font-size: 28px;
              position: relative; }
              #modal-ritz .details_price .price_wrap .price_inner .price > span > span {
                font-size: 13px;
                white-space: nowrap;
                position: absolute;
                left: 50%;
                bottom: 35px;
                transform: translate(-50%, 0); }
          #modal-ritz .details_price .price_wrap .price_inner .cam_num {
            width: 100%;
            text-align: right;
            font-size: 14px;
            margin: 10px 0 0; }
        #modal-ritz .details_price .price_wrap .discount {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          width: 115px;
          height: 115px;
          background-image: url("/assets/about/campaign/monthly/images/discount.svg");
          background-position: center top;
          background-size: 100% auto;
          background-repeat: no-repeat;
          position: absolute;
          right: -115px;
          top: -75px; }
          #modal-ritz .details_price .price_wrap .discount p {
            line-height: 1;
            font-family: "Oswald", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            color: #03b47d; }
            #modal-ritz .details_price .price_wrap .discount p.num {
              font-size: 57px; }
              #modal-ritz .details_price .price_wrap .discount p.num span {
                font-size: 25px;
                margin-left: -12px;
                -webkit-text-stroke: 5px transparent;
                text-stroke: 5px transparent;
                background: #fff000;
                -webkit-background-clip: text;
                        background-clip: text;
                color: #03b47d; }
            #modal-ritz .details_price .price_wrap .discount p.en {
              font-size: 25px; }
        #modal-ritz .details_price .price_wrap.normal {
          display: block;
          min-height: inherit;
          filter: drop-shadow(12px 10px 9px rgba(93, 93, 93, 0.075)); }
          #modal-ritz .details_price .price_wrap.normal .price_inner {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            height: 100px;
            background: #fff;
            padding: 0 0 17px;
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), calc(50% + 32px) calc(100% - 17px), calc(50% + 32px) calc(100% - 17px), 50% 100%, calc(50% - 32px) calc(100% - 17px), 0 calc(100% - 17px)); }
            #modal-ritz .details_price .price_wrap.normal .price_inner .note {
              font-size: 16px;
              text-align: center;
              line-height: 1;
              padding: 0 20px 0 0; }
            #modal-ritz .details_price .price_wrap.normal .price_inner .price {
              padding: 0;
              font-size: 37px;
              position: relative; }
              #modal-ritz .details_price .price_wrap.normal .price_inner .price:before {
                content: "";
                display: block;
                width: 106%;
                height: 2px;
                background: #64462a;
                position: absolute;
                left: -3%;
                top: 50%;
                transform: translate(0, -50%) rotate(5deg); }
              #modal-ritz .details_price .price_wrap.normal .price_inner .price > span {
                font-size: 21px; }
                #modal-ritz .details_price .price_wrap.normal .price_inner .price > span > span {
                  font-size: 10px;
                  bottom: 28px; }
  #modal-ritz .btn_clinic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0; }
    #modal-ritz .btn_clinic a {
      min-width: 300px;
      min-height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      color: #fff;
      background: #64462a;
      text-align: center;
      padding: 5px;
      text-decoration: none;
      border-radius: 100px; }
  @media screen and (max-width: 979px) {
    #modal-ritz {
      padding: 2.5vw; }
      #modal-ritz p {
        font-size: 3vw; }
      #modal-ritz .modal_index {
        font-size: 4vw;
        padding: 1vw;
        margin: 0 0 1.5vw; }
      #modal-ritz .modal_sub_index {
        font-size: 3.5vw;
        margin: 3vw 0 0.5vw; }
      #modal-ritz .modal_caution {
        font-size: 2.5vw; }
      #modal-ritz .modal_list {
        gap: 1.25vw 1vw;
        margin: 1.5vw 0; }
        #modal-ritz .modal_list li {
          font-size: 3vw;
          padding: 0 1.5vw; }
      #modal-ritz .list-note {
        margin: 1.5vw 0 0;
        padding: 2vw 2.5vw; }
        #modal-ritz .list-note > .item {
          font-size: 3vw; }
      #modal-ritz .details {
        flex-direction: column;
        margin: 5vw 0 0; }
        #modal-ritz .details_price {
          width: 100%;
          margin: 0; }
          #modal-ritz .details_price .price_wrap {
            font-size: 3vw;
            min-height: 20vw; }
            #modal-ritz .details_price .price_wrap + .price_wrap {
              margin-top: -1vw; }
            #modal-ritz .details_price .price_wrap .price_inner .note {
              font-size: 3.5vw;
              padding: 0 0 0 5vw; }
            #modal-ritz .details_price .price_wrap .price_inner .price {
              font-size: 10vw;
              line-height: 1;
              padding: 0 0 0 5vw; }
              #modal-ritz .details_price .price_wrap .price_inner .price > span {
                font-size: 6.5vw; }
                #modal-ritz .details_price .price_wrap .price_inner .price > span > span {
                  font-size: 3.2vw;
                  bottom: 9.5vw; }
            #modal-ritz .details_price .price_wrap .price_inner .cam_num {
              font-size: 3vw;
              margin: 1.5vw 0 0; }
            #modal-ritz .details_price .price_wrap .discount {
              width: 18vw;
              height: 18vw;
              right: -20vw;
              top: 0; }
              #modal-ritz .details_price .price_wrap .discount p.num {
                font-size: 9vw; }
                #modal-ritz .details_price .price_wrap .discount p.num span {
                  font-size: 4vw;
                  margin-left: -2vw;
                  -webkit-text-stroke: 0.75vw transparent;
                  text-stroke: 0.75vw transparent; }
              #modal-ritz .details_price .price_wrap .discount p.en {
                font-size: 4vw; }
            #modal-ritz .details_price .price_wrap.normal {
              filter: drop-shadow(2vw 1.5vw 1.4vw rgba(93, 93, 93, 0.075)); }
              #modal-ritz .details_price .price_wrap.normal .price_inner {
                height: 18vw;
                background: #fff;
                padding: 0 0 2.5vw;
                clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5vw), calc(50% + 4.5vw) calc(100% - 2.5vw), calc(50% + 4.5vw) calc(100% - 2.5vw), 50% 100%, calc(50% - 4.5vw) calc(100% - 2.5vw), 0 calc(100% - 2.5vw)); }
                #modal-ritz .details_price .price_wrap.normal .price_inner .note {
                  font-size: 3vw;
                  padding: 0 2vw 0 0; }
                #modal-ritz .details_price .price_wrap.normal .price_inner .price {
                  font-size: 8vw; }
                  #modal-ritz .details_price .price_wrap.normal .price_inner .price > span {
                    font-size: 5vw; }
                    #modal-ritz .details_price .price_wrap.normal .price_inner .price > span > span {
                      font-size: 2.2vw;
                      bottom: 7vw; }
      #modal-ritz .btn_clinic {
        margin: 2vw 0 0; }
        #modal-ritz .btn_clinic a {
          font-size: 3.5vw;
          min-width: 50vw;
          min-height: 10vw;
          padding: 1vw; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    /* 初期状態は透明 */ }
  to {
    opacity: 1;
    /* 完全に表示された状態 */ } }

@media (max-width: 979px) {
  #footer > .inner > .pagetop {
    display: none;
    position: fixed;
    bottom: 44vw;
    right: 0;
    z-index: 90; }
    #footer > .inner > .pagetop.on {
      display: block;
      animation: fadeIn 0.25s ease-in-out; }
    #footer > .inner > .pagetop a {
      right: 2vw;
      width: 14vw;
      height: 14vw;
      font-size: 3vw;
      background-color: #1e777e; }
      #footer > .inner > .pagetop a::before {
        width: 3vw;
        height: 3vw;
        margin-bottom: 0.5vw; } }

.movie_wrap {
  margin-top: 15px; }
  @media (max-width: 980px) {
    .movie_wrap {
      margin-top: 1.5vw; } }
  @media (max-width: 980px) {
    .movie_wrap ._youtubeThumb {
      max-width: 300px;
      margin: 0 auto; } }
  .movie_wrap ._youtubeThumb a::after {
    width: 3em;
    height: 3em;
    left: calc(50% - (3em / 2));
    top: calc(50% - (3em / 2));
    opacity: 0.5;
    background-color: #000;
    border: 2px solid #fff; }
  .movie_wrap ._youtubeThumb a::before {
    top: calc(50% - (1em / 2));
    left: calc(50% - (0.8em / 2));
    border-width: 0.5em 0 0.5em 1em;
    opacity: 0.9; }
  .movie_wrap ._youtubeThumb.btn_rb a::after {
    left: inherit;
    top: inherit;
    right: 0.5em;
    bottom: 0.5em; }
  .movie_wrap ._youtubeThumb.btn_rb a::before {
    left: inherit;
    top: inherit;
    right: 1.35em;
    bottom: 1.5em; }
