@charset "UTF-8";
article em {
  font-weight: bold;
  font-style: normal; }

article p {
  font-size: 18px; }
  @media screen and (max-width: 979px) {
    article p {
      font-size: 3.5vw;
      line-height: 1.6; } }

article > nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 35px 0; }
  article > nav ul li {
    position: relative; }
    article > nav ul li::before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #a7b3be;
      position: absolute;
      left: 0;
      top: 0;
      transform: rotate(20deg); }
    article > nav ul li:last-child::after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #a7b3be;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(20deg); }
    article > nav ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      line-height: 1.5;
      text-decoration: none;
      padding: 0 30px; }
      article > nav ul li a span {
        display: block;
        font-size: 15px; }
        article > nav ul li a span.en {
          font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
          color: #830650; }

@media screen and (max-width: 979px) {
  article > nav ul {
    flex-wrap: wrap;
    margin: 4vw 0; }
    article > nav ul li:nth-child(2)::after {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #a7b3be;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(20deg); }
    article > nav ul li:nth-child(n + 3) {
      margin-top: 3vw; }
    article > nav ul li a {
      padding: 0 4vw; }
      article > nav ul li a span {
        font-size: 3vw; } }

article section > header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 50px; }
  article section > header p {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #830650; }
  article section > header h2 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0; }
  @media screen and (max-width: 979px) {
    article section > header {
      margin: 0 0 6vw; }
      article section > header p {
        font-size: 8vw; }
      article section > header h2 {
        font-size: 4vw;
        margin: 1vw 0 0; } }

article section.s-mv {
  background: url(/assets/skincare/massage-peeling/images/mv_bg.jpg) center top no-repeat;
  text-align: center; }
  @media screen and (max-width: 979px) {
    article section.s-mv {
      background: none; } }

article section.s-what {
  background: url(/assets/skincare/massage-peeling/images/what01.jpg) center top/cover no-repeat;
  text-align: center;
  padding: 100px 0 360px; }
  article section.s-what .container p {
    font-size: 22px; }
    article section.s-what .container p em {
      color: #830650; }
    article section.s-what .container p + p {
      margin-top: 2em; }
  @media screen and (max-width: 979px) {
    article section.s-what {
      padding: 9vw 0 35vw; }
      article section.s-what .container p {
        font-size: 3.5vw; } }

article section.s-component {
  padding: 270px 0 240px;
  margin: -410px 0 0;
  position: relative;
  z-index: 2; }
  article section.s-component::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/skincare/massage-peeling/images/component01.jpg) center center/cover no-repeat;
    -webkit-clip-path: polygon(0 400px, 100% 0, 100% calc(100% - 400px), 0 100%);
            clip-path: polygon(0 400px, 100% 0, 100% calc(100% - 400px), 0 100%);
    position: absolute;
    left: 0;
    top: 0; }
  article section.s-component > * {
    position: relative; }
  article section.s-component .container {
    width: 980px;
    margin: 0 auto; }
    article section.s-component .container table {
      width: 100%;
      border-collapse: collapse;
      box-shadow: 0 15px 20px rgba(44, 2, 27, 0.05);
      border-radius: 20px; }
      article section.s-component .container table tr th:last-child,
      article section.s-component .container table tr td:last-child {
        border-left: 8px solid #e5e9f4; }
      article section.s-component .container table thead tr th {
        position: relative;
        padding: 20px 10px; }
        article section.s-component .container table thead tr th::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 20px 20px 0 0;
          position: absolute;
          left: 0;
          top: 0; }
        article section.s-component .container table thead tr th span {
          font-size: 22px;
          position: relative; }
        article section.s-component .container table thead tr th:first-child {
          color: #fff; }
          article section.s-component .container table thead tr th:first-child::before {
            background: #830650; }
        article section.s-component .container table thead tr th:last-child::before {
          background: #cbd1e3; }
      article section.s-component .container table tbody tr th,
      article section.s-component .container table tbody tr td {
        background: #fff; }
      article section.s-component .container table tbody tr th {
        width: 230px;
        font-size: 22px;
        line-height: 1.4;
        color: #830650;
        padding: 35px 20px; }
      article section.s-component .container table tbody tr td {
        font-size: 20px;
        padding: 35px 40px; }
      article section.s-component .container table tbody tr:last-child th {
        border-radius: 0 0 0 20px; }
      article section.s-component .container table tbody tr:last-child td {
        border-radius: 0 0 20px 0; }
      article section.s-component .container table tbody tr:nth-child(n + 2) th,
      article section.s-component .container table tbody tr:nth-child(n + 2) td {
        border-top: 8px solid #e5e9f4; }
      article section.s-component .container table tbody tr:nth-child(even) th,
      article section.s-component .container table tbody tr:nth-child(even) td {
        background: #f7f8fa; }
  @media screen and (max-width: 979px) {
    article section.s-component {
      padding: 22vw 0 15vw;
      margin: -36vw 0 0; }
      article section.s-component::before {
        -webkit-clip-path: polygon(0 20vw, 100% 0, 100% calc(100% - 20vw), 0 100%);
                clip-path: polygon(0 20vw, 100% 0, 100% calc(100% - 20vw), 0 100%); }
      article section.s-component .container {
        width: 95%; }
        article section.s-component .container table {
          box-shadow: 0 2vw 3vw rgba(44, 2, 27, 0.05);
          border-radius: 3vw; }
          article section.s-component .container table tr th:last-child,
          article section.s-component .container table tr td:last-child {
            border-left: 1vw solid #e5e9f4; }
          article section.s-component .container table thead tr th {
            padding: 2vw 1.5vw; }
            article section.s-component .container table thead tr th::before {
              border-radius: 3vw 3vw 0 0; }
            article section.s-component .container table thead tr th span {
              font-size: 4vw; }
          article section.s-component .container table tbody tr th {
            width: 30vw;
            font-size: 3vw;
            padding: 4vw 2vw; }
          article section.s-component .container table tbody tr td {
            font-size: 3vw;
            padding: 3vw 4vw; }
          article section.s-component .container table tbody tr:last-child th {
            border-radius: 0 0 0 3vw; }
          article section.s-component .container table tbody tr:last-child td {
            border-radius: 0 0 3vw 0; }
          article section.s-component .container table tbody tr:nth-child(n + 2) th,
          article section.s-component .container table tbody tr:nth-child(n + 2) td {
            border-top: 1vw solid #e5e9f4; } }

article section.s-efficacy {
  background: url(/assets/skincare/massage-peeling/images/efficacy01.jpg) center top/cover no-repeat;
  text-align: center;
  padding: 330px 0 360px;
  margin: -410px 0 0; }
  article section.s-efficacy .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 110px 980px 110px 1fr;
    grid-template-columns: 1fr 110px 980px 110px 1fr;
    -ms-grid-rows: 115px 80px auto auto;
    grid-template-rows: 115px 80px auto auto; }
    article section.s-efficacy .grid > * {
      position: relative;
      z-index: 2; }
    article section.s-efficacy .grid + .grid {
      margin-top: 80px; }
    article section.s-efficacy .grid-bg {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / 4;
      -ms-grid-row: 2;
      -ms-grid-row-span: 3;
      grid-row: 2 / 5;
      background: #fff;
      box-shadow: 0 15px 25px rgba(44, 0, 25, 0.1); }
    article section.s-efficacy .grid-img {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / 4;
      text-align: left; }
    article section.s-efficacy .grid-num {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      font-size: 100px;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
      line-height: 1;
      color: #e5e9f4;
      padding: 0 60px 35px 0; }
    article section.s-efficacy .grid-index {
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3 / 5;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / 4;
      width: 670px;
      height: 73px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      -webkit-clip-path: polygon(23px 0, 100% 0, 100% 100%, 23px 100%, 0 50%);
              clip-path: polygon(23px 0, 100% 0, 100% 100%, 23px 100%, 0 50%);
      background: #86004d;
      background: linear-gradient(90deg, #86004d 0%, #de5d8e 79%, rgba(222, 93, 142, 0) 100%);
      padding: 0 0 0 85px;
      margin: 0 0 0 auto; }
      article section.s-efficacy .grid-index h3 {
        font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
        font-size: 40px;
        text-align: left;
        color: #fff;
        line-height: 1.2; }
    article section.s-efficacy .grid-text {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / 4;
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      grid-row: 4 / 5;
      text-align: left;
      padding: 40px 65px; }
      article section.s-efficacy .grid-text p {
        font-size: 20px; }
        article section.s-efficacy .grid-text p em {
          color: #830650; }
    article section.s-efficacy .grid.reverse {
      position: relative; }
      article section.s-efficacy .grid.reverse::before {
        content: "";
        display: block;
        width: 100%;
        height: 800px;
        background: #db347c;
        background: linear-gradient(0deg, #db347c 0%, #8a034f 45%, #8a034f 55%, #db347c 100%);
        -webkit-clip-path: polygon(0 0, 100% 400px, 100% 100%, 0 calc(100% - 400px));
                clip-path: polygon(0 0, 100% 400px, 100% 100%, 0 calc(100% - 400px));
        position: absolute;
        left: 0;
        top: -325px; }
      article section.s-efficacy .grid.reverse .grid-img {
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3 / 5;
        text-align: right; }
      article section.s-efficacy .grid.reverse .grid-num {
        justify-content: flex-start;
        padding: 0 0 35px 60px; }
      article section.s-efficacy .grid.reverse .grid-index {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / 4;
        justify-content: flex-end;
        -webkit-clip-path: polygon(0 0, calc(100% - 23px) 0, 100% 50%, calc(100% - 23px) 100%, 0 100%);
                clip-path: polygon(0 0, calc(100% - 23px) 0, 100% 50%, calc(100% - 23px) 100%, 0 100%);
        background: #86004d;
        background: linear-gradient(-90deg, #86004d 0%, #de5d8e 79%, rgba(222, 93, 142, 0) 100%);
        padding: 0 85px 0 0;
        margin: 0 auto 0 0; }
  @media screen and (max-width: 1199px) {
    article section.s-efficacy .grid {
      -ms-grid-columns: 1fr 90px 800px 90px 1fr;
      grid-template-columns: 1fr 90px 800px 90px 1fr; }
      article section.s-efficacy .grid-index {
        width: 570px; } }
  @media screen and (max-width: 979px) {
    article section.s-efficacy {
      padding: 35vw 0 40vw;
      margin: -36vw 0 0;
      overflow: hidden; }
      article section.s-efficacy .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 5vw 90vw 5vw 1fr;
        grid-template-columns: 1fr 5vw 90vw 5vw 1fr;
        -ms-grid-rows: 15vw 10vw auto auto;
        grid-template-rows: 15vw 10vw auto auto; }
        article section.s-efficacy .grid + .grid {
          margin-top: 10vw; }
        article section.s-efficacy .grid-bg {
          box-shadow: 0 2vw 3vw rgba(44, 0, 25, 0.1); }
        article section.s-efficacy .grid-img img {
          width: 80vw;
          margin-left: -20vw; }
        article section.s-efficacy .grid-num {
          font-size: 15vw;
          padding: 0 8vw 3vw 0; }
        article section.s-efficacy .grid-index {
          width: 60vw;
          height: 9vw;
          -webkit-clip-path: polygon(3vw 0, 100% 0, 100% 100%, 3vw 100%, 0 50%);
                  clip-path: polygon(3vw 0, 100% 0, 100% 100%, 3vw 100%, 0 50%);
          padding: 0 0 0 8vw; }
          article section.s-efficacy .grid-index h3 {
            font-size: 4vw; }
        article section.s-efficacy .grid-text {
          padding: 4vw 6vw; }
          article section.s-efficacy .grid-text p {
            font-size: 3.5vw; }
        article section.s-efficacy .grid.reverse::before {
          height: 70vw;
          -webkit-clip-path: polygon(0 0, 100% 25vw, 100% 100%, 0 calc(100% - 25vw));
                  clip-path: polygon(0 0, 100% 25vw, 100% 100%, 0 calc(100% - 25vw));
          top: -20vw; }
        article section.s-efficacy .grid.reverse .grid-img img {
          margin-left: 0;
          margin-right: -20vw; }
        article section.s-efficacy .grid.reverse .grid-num {
          padding: 0 0 3vw 8vw; }
        article section.s-efficacy .grid.reverse .grid-index {
          -webkit-clip-path: polygon(0 0, calc(100% - 3vw) 0, 100% 50%, calc(100% - 3vw) 100%, 0 100%);
                  clip-path: polygon(0 0, calc(100% - 3vw) 0, 100% 50%, calc(100% - 3vw) 100%, 0 100%);
          padding: 0 8vw 0 0; } }

article section.s-price {
  padding: 270px 0 360px;
  margin: -410px 0 0;
  position: relative;
  z-index: 2; }
  article section.s-price::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/skincare/massage-peeling/images/price01.jpg) center center/cover no-repeat;
    -webkit-clip-path: polygon(0 400px, 100% 0, 100% calc(100% - 400px), 0 100%);
            clip-path: polygon(0 400px, 100% 0, 100% calc(100% - 400px), 0 100%);
    position: absolute;
    left: 0;
    top: 0; }
  article section.s-price > * {
    position: relative; }
  article section.s-price .container {
    width: 980px;
    margin: 0 auto; }
    article section.s-price .container .banner {
      margin-bottom: 50px; }
    article section.s-price .container .price_wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      box-shadow: 0 15px 25px rgba(44, 0, 25, 0.1);
      padding: 30px 40px 30px 0; }
      article section.s-price .container .price_wrap .price_left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
        article section.s-price .container .price_wrap .price_left p {
          font-size: 26px;
          font-weight: bold; }
      article section.s-price .container .price_wrap .price_right {
        width: 690px; }
        article section.s-price .container .price_wrap .price_right > ul > li {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #830650;
          padding: 0 35px; }
          article section.s-price .container .price_wrap .price_right > ul > li + li {
            border-top: 1px dashed #c3c3c3;
            margin-top: 25px;
            padding-top: 20px; }
          article section.s-price .container .price_wrap .price_right > ul > li .part {
            width: 320px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            article section.s-price .container .price_wrap .price_right > ul > li .part p {
              font-size: 21px; }
              article section.s-price .container .price_wrap .price_right > ul > li .part p.frame {
                font-size: 20px;
                border: 1px solid #830650;
                padding: 0 60px;
                line-height: 1.4;
                margin: 5px 0 0; }
          article section.s-price .container .price_wrap .price_right > ul > li .price {
            flex: 1;
            font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
            font-size: 80px;
            font-weight: bold;
            line-height: 1;
            text-align: right; }
            article section.s-price .container .price_wrap .price_right > ul > li .price > span {
              font-size: 46px;
              position: relative; }
              article section.s-price .container .price_wrap .price_right > ul > li .price > span > span {
                font-size: 16px;
                position: absolute;
                left: 50%;
                bottom: 55px;
                transform: translate(-50%, 0);
                white-space: nowrap; }
  @media screen and (max-width: 979px) {
    article section.s-price {
      padding: 25vw 0 25vw;
      margin: -36vw 0 0; }
      article section.s-price::before {
        -webkit-clip-path: polygon(0 20vw, 100% 0, 100% calc(100% - 20vw), 0 100%);
                clip-path: polygon(0 20vw, 100% 0, 100% calc(100% - 20vw), 0 100%); }
      article section.s-price .container {
        width: 95%; }
        article section.s-price .container .banner {
          margin-bottom: 7vw; }
        article section.s-price .container .price_wrap {
          flex-direction: column;
          box-shadow: 0 2vw 3vw rgba(44, 0, 25, 0.1);
          padding: 3vw 4vw; }
          article section.s-price .container .price_wrap .price_left {
            flex: inherit;
            width: 100%; }
            article section.s-price .container .price_wrap .price_left p {
              font-size: 4vw; }
          article section.s-price .container .price_wrap .price_right {
            width: 100%; }
            article section.s-price .container .price_wrap .price_right > ul {
              margin: 2vw 0 0; }
              article section.s-price .container .price_wrap .price_right > ul > li {
                padding: 0 4vw 0 0; }
                article section.s-price .container .price_wrap .price_right > ul > li + li {
                  margin-top: 3.5vw;
                  padding-top: 3vw; }
                article section.s-price .container .price_wrap .price_right > ul > li .part {
                  width: 40vw; }
                  article section.s-price .container .price_wrap .price_right > ul > li .part p {
                    font-size: 3.2vw; }
                    article section.s-price .container .price_wrap .price_right > ul > li .part p.frame {
                      font-size: 3.2vw;
                      padding: 0 6vw;
                      margin: 1vw 0 0; }
                article section.s-price .container .price_wrap .price_right > ul > li .price {
                  font-size: 11vw; }
                  article section.s-price .container .price_wrap .price_right > ul > li .price > span {
                    font-size: 6vw;
                    padding: 0 0 0 0.5vw; }
                    article section.s-price .container .price_wrap .price_right > ul > li .price > span > span {
                      font-size: 2.7vw;
                      bottom: 7vw; } }

article section.s-clinic {
  padding: 330px 0 0;
  margin: -410px 0 0; }
  article section.s-clinic .container {
    width: 980px;
    margin: 0 auto; }
  @media screen and (max-width: 979px) {
    article section.s-clinic {
      padding: 35vw 0 0;
      margin: -36vw 0 0; }
      article section.s-clinic .container {
        width: 95%; } }

#clinic-map .ikebukuro_met {
  display: none; }
