/**
 mixin
 */
@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Sacramento&family=Zen+Old+Mincho&display=swap");
article em {
  color: #b38258;
  font-weight: bold;
  font-style: normal; }

article p {
  font-size: 20px; }
  @media (max-width: 979px) {
    article p {
      font-size: 3.5vw; } }

article > nav ul {
  display: flex;
  justify-content: center;
  background: #1d2848;
  padding: 20px 0; }
  article > nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
    padding: 0 45px; }
    article > nav ul li a p.en {
      font-size: 12px;
      color: #b8c2cd; }
    article > nav ul li a p.ja {
      font-size: 18px;
      font-weight: bold;
      color: #fff; }
  article > nav ul li + li a {
    border-left: 1px solid #6d80b6; }

@media (max-width: 979px) {
  article > nav ul {
    flex-wrap: wrap;
    padding: 0; }
    article > nav ul li {
      width: 50%;
      padding: 0; }
      article > nav ul li:nth-child(n + 3) a {
        border-top: 1px solid #6d80b6; }
      article > nav ul li a {
        width: 100%;
        padding: 2.5vw 0; }
        article > nav ul li a p.en {
          font-size: 3vw; }
        article > nav ul li a p.ja {
          font-size: 3.5vw; }
      article > nav ul li + li a {
        border-left: none; }
      article > nav ul li:nth-child(even) a {
        border-left: 1px solid #6d80b6; } }

article > section header {
  text-align: center;
  line-height: 1.4;
  margin: 0 0 55px; }
  article > section header h2 {
    font-size: 50px;
    font-weight: normal;
    color: #b8c2cd;
    position: relative;
    padding: 35px 0 0; }
    article > section header h2::before {
      content: "";
      width: 13px;
      height: 37px;
      background-image: radial-gradient(#b8c2cd 20%, rgba(184, 194, 205, 0) 25%);
      background-size: 12px 12px;
      background-repeat: repeat-y;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0); }
  article > section header p {
    font-size: 22px;
    font-weight: bold;
    color: #1d2848; }
    article > section header p.white {
      color: #fff; }
  @media (max-width: 979px) {
    article > section header {
      margin: 0 0 7vw; }
      article > section header h2 {
        font-size: 9vw;
        padding: 8vw 0 0; }
        article > section header h2::before {
          width: 3vw;
          height: 10vw;
          background-size: 3vw 3vw; }
      article > section header p {
        font-size: 4vw;
        line-height: 1; } }

article > section.mv {
  background: url("/assets/nose/hyaluron/tip/images/mv_bg.jpg") center top no-repeat;
  text-align: center;
  padding: 0; }
  @media (max-width: 979px) {
    article > section.mv {
      background: none; } }

article > section.recommend {
  background: url("/assets/nose/hyaluron/tip/images/recommend01.jpg") center top/cover no-repeat;
  padding: 55px 0 95px; }
  article > section.recommend .container {
    width: 700px;
    margin: 0 auto;
    background: #040404;
    padding: 9px;
    box-shadow: 0 20px 20px rgba(2, 2, 2, 0.25); }
    article > section.recommend .containerInner {
      height: 280px;
      border: 1px solid #634e3d;
      display: flex;
      justify-content: center;
      align-items: center; }
      article > section.recommend .containerInner ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column; }
        article > section.recommend .containerInner ul li {
          width: 100%;
          font-size: 24px;
          color: #fff;
          text-align: left;
          background: url("/assets/nose/hyaluron/tip/images/recommend02.svg") 35px 7px/26px auto no-repeat;
          padding: 0 35px 5px 75px;
          border-bottom: 1px solid #2e2e2e; }
          article > section.recommend .containerInner ul li + li {
            margin-top: 10px; }
  @media (max-width: 979px) {
    article > section.recommend {
      background: url("/assets/nose/hyaluron/tip/images/recommend01.jpg") center top/cover no-repeat;
      padding: 8vw 0 12vw; }
      article > section.recommend .container {
        width: 92%;
        padding: 1vw;
        box-shadow: 0 2vw 2vw rgba(2, 2, 2, 0.25); }
        article > section.recommend .containerInner {
          height: inherit;
          border: 1px solid #634e3d; }
          article > section.recommend .containerInner ul {
            padding: 10vw 0; }
            article > section.recommend .containerInner ul li {
              width: 100%;
              font-size: 4vw;
              background: url("/assets/nose/hyaluron/tip/images/recommend02.svg") 3vw 0.5vw/4.5vw auto no-repeat;
              padding: 0 3vw 1vw 10vw; }
              article > section.recommend .containerInner ul li + li {
                margin-top: 1.5vw; } }

article > section.what .index {
  height: 450px;
  background: url("/assets/nose/hyaluron/tip/images/what01.jpg") center center/cover no-repeat;
  padding: 80px 0 0; }

article > section.what .container {
  background: url("/assets/nose/hyaluron/tip/images/what03.jpg") top center/cover no-repeat;
  text-align: center;
  padding: 1px 0 125px; }
  article > section.what .container > figure {
    margin-top: -185px;
    text-align: center; }
  article > section.what .container > p {
    margin: 50px 0 0; }
    article > section.what .container > p + p {
      margin-top: 1.5em; }
    article > section.what .container > p.btn {
      margin: 70px 0 80px; }
      article > section.what .container > p.btn a {
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
        height: 74px;
        font-size: 27px;
        font-weight: bold;
        background: #040404;
        color: #fff;
        text-decoration: none;
        border-radius: 100px;
        margin: 0 auto;
        position: relative; }
        article > section.what .container > p.btn a::before {
          content: "MORE";
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 80px;
          height: 29px;
          font-size: 16px;
          font-weight: normal;
          background: #787878;
          position: absolute;
          left: 30px;
          top: -14px;
          transform: rotate(-10deg); }
        article > section.what .container > p.btn a::after {
          content: "";
          display: block;
          width: 60px;
          height: 60px;
          background: url("/assets/nose/hyaluron/tip/images/what04.svg") center center/auto 100% no-repeat;
          position: absolute;
          left: 50%;
          bottom: -59px;
          transform: translate(-50%, 0); }
  article > section.what .container .more {
    width: 980px;
    border: 5px solid #ccc;
    padding: 5px;
    margin: 0 auto; }
    article > section.what .container .moreInner {
      border: 2px solid #ccc;
      padding: 50px 0 55px 375px;
      position: relative;
      background: url("/assets/nose/hyaluron/tip/images/what05.png") left center/auto 100% no-repeat; }
      article > section.what .container .moreInner figure {
        position: absolute;
        left: 50px;
        top: -33px; }
      article > section.what .container .moreInner > div {
        text-align: left; }
        article > section.what .container .moreInner > div h3 {
          color: #b38258;
          font-size: 26px;
          margin: 0 0 20px; }
        article > section.what .container .moreInner > div p {
          font-size: 18px; }

@media (max-width: 979px) {
  article > section.what {
    overflow: hidden; }
    article > section.what .index {
      height: 60vw;
      background-position: -10vw top;
      padding: 8vw 0 0; }
    article > section.what .container {
      padding: 1vw 0 12vw;
      background-position: -63vw top; }
      article > section.what .container > figure {
        width: 80vw;
        margin: -20vw auto 0; }
      article > section.what .container > p {
        margin: 6vw 0 0; }
        article > section.what .container > p + p {
          margin-top: 1em; }
        article > section.what .container > p.btn {
          margin: 8vw 0 10vw; }
          article > section.what .container > p.btn a {
            width: 60vw;
            height: 12vw;
            font-size: 4.5vw; }
            article > section.what .container > p.btn a::before {
              width: 15vw;
              height: 5vw;
              font-size: 3vw;
              left: 4vw;
              top: -2.5vw; }
            article > section.what .container > p.btn a::after {
              width: 8vw;
              height: 8vw;
              bottom: -7.5vw; }
      article > section.what .container .more {
        width: 94%;
        border: 1vw solid #ccc;
        padding: 1vw; }
        article > section.what .container .moreInner {
          border: 0.4vw solid #ccc;
          padding: 4vw;
          position: relative;
          background-position: left bottom;
          background-size: auto 100%; }
          article > section.what .container .moreInner figure {
            width: 30vw;
            left: inherit;
            top: inherit;
            right: -10vw;
            bottom: -3vw;
            opacity: 0.8; }
          article > section.what .container .moreInner > div {
            position: relative; }
            article > section.what .container .moreInner > div h3 {
              font-size: 5vw;
              margin: 0 0 2.5vw; }
            article > section.what .container .moreInner > div p {
              font-size: 3.5vw; } }

article > section.commitment {
  background: url("/assets/nose/hyaluron/tip/images/commitment01.jpg") center top no-repeat #111;
  padding: 55px 0 95px; }
  article > section.commitment ul {
    width: 980px;
    margin: 0 auto; }
    article > section.commitment ul li {
      display: grid;
      grid-template-columns: 100px 530px 1fr;
      grid-template-rows: 160px 1fr; }
      article > section.commitment ul li + li {
        margin-top: 110px; }
      article > section.commitment ul li > figure {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        position: relative;
        z-index: 2; }
        article > section.commitment ul li > figure img {
          border-radius: 60px 0 0 0;
          box-shadow: 7px 15px 20px rgba(0, 0, 0, 0.2); }
      article > section.commitment ul li > .container {
        grid-column: 2 / 4;
        grid-row: 2 / 3;
        border: 10px solid #eeeeee;
        background: #fff;
        padding: 190px 70px 70px;
        border-radius: 0 0 75px 0;
        position: relative;
        z-index: 1; }
        article > section.commitment ul li > .container .dia {
          background: url("/assets/nose/hyaluron/tip/images/commitment02.png") center top/100% auto no-repeat;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 218px;
          height: 218px;
          position: absolute;
          right: 30px;
          top: -70px; }
          article > section.commitment ul li > .container .dia p.num {
            font-size: 100px;
            line-height: 1;
            color: #222;
            font-family: "Zen Old Mincho", serif;
            font-weight: 400;
            font-style: normal; }
            article > section.commitment ul li > .container .dia p.num.one {
              padding: 0 0 0 10px; }
          article > section.commitment ul li > .container .dia p.en {
            font-family: "Sacramento", cursive;
            font-weight: 400;
            font-style: normal;
            font-size: 24px;
            font-weight: 700;
            color: #d9ac85;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        article > section.commitment ul li > .container h3 {
          font-size: 44px;
          font-weight: normal;
          line-height: 1.2;
          position: relative; }
          article > section.commitment ul li > .container h3::before {
            content: "";
            display: block;
            width: 45px;
            height: 40px;
            background: url("/assets/nose/hyaluron/tip/images/commitment05.svg") center top/100% auto no-repeat;
            position: absolute;
            left: -16px;
            top: -16px; }
          article > section.commitment ul li > .container h3 span {
            color: #b38258;
            position: relative; }
          article > section.commitment ul li > .container h3 strong {
            font-size: 54px; }
          article > section.commitment ul li > .container h3 + p {
            margin: 25px 0 0; }
        article > section.commitment ul li > .container .flex {
          display: flex;
          justify-content: space-between;
          margin: 30px 0 0; }
          article > section.commitment ul li > .container .flex p {
            flex: 1;
            padding: 0 50px 0 0; }
      article > section.commitment ul li.reverse {
        grid-template-columns: 1fr 530px 100px;
        grid-template-rows: 160px 1fr; }
        article > section.commitment ul li.reverse > figure {
          grid-column: 2 / 4; }
          article > section.commitment ul li.reverse > figure img {
            border-radius: 0 60px 0 0; }
        article > section.commitment ul li.reverse > .container {
          grid-column: 1 / 3;
          border-radius: 0 0 0 75px; }
          article > section.commitment ul li.reverse > .container .dia {
            right: inherit;
            left: 30px; }
  @media (max-width: 979px) {
    article > section.commitment {
      background-size: 100% auto;
      padding: 8vw 0 12vw; }
      article > section.commitment ul {
        width: 94%; }
        article > section.commitment ul li {
          grid-template-columns: 8vw 52vw 1fr;
          grid-template-rows: 10vw 1fr; }
          article > section.commitment ul li + li {
            margin-top: 7vw; }
          article > section.commitment ul li > figure img {
            border-radius: 6vw 0 0 0;
            box-shadow: 0.5vw 1.5vw 2vw rgba(0, 0, 0, 0.2); }
          article > section.commitment ul li > .container {
            border: 1vw solid #eeeeee;
            padding: 25vw 4vw 5vw;
            border-radius: 0 0 8vw 0; }
            article > section.commitment ul li > .container .dia {
              width: 32vw;
              height: 32vw;
              right: 0;
              top: -9vw; }
              article > section.commitment ul li > .container .dia p.num {
                font-size: 12vw; }
                article > section.commitment ul li > .container .dia p.num.one {
                  padding: 0 0 0 1vw; }
              article > section.commitment ul li > .container .dia p.en {
                font-size: 4vw; }
            article > section.commitment ul li > .container h3 {
              font-size: 6vw; }
              article > section.commitment ul li > .container h3::before {
                width: 5vw;
                height: 4.5vw;
                left: -2vw;
                top: -2vw; }
              article > section.commitment ul li > .container h3 strong {
                font-size: 7vw; }
              article > section.commitment ul li > .container h3 + p {
                margin: 3vw 0 0; }
            article > section.commitment ul li > .container .flex {
              flex-direction: column;
              margin: 1em 0 0; }
              article > section.commitment ul li > .container .flex p {
                padding: 0; }
              article > section.commitment ul li > .container .flex figure {
                width: 50vw;
                margin: 3vw auto 0; }
          article > section.commitment ul li.reverse {
            grid-template-columns: 1fr 52vw 8vw;
            grid-template-rows: 10vw 1fr; }
            article > section.commitment ul li.reverse > figure img {
              border-radius: 0 6vw 0 0; }
            article > section.commitment ul li.reverse > .container {
              border-radius: 0 0 0 8vw; }
              article > section.commitment ul li.reverse > .container .dia {
                right: inherit;
                left: 0; } }

article > section.price {
  background: url("/assets/nose/hyaluron/tip/images/price01.jpg") center top/cover no-repeat;
  padding: 55px 0 95px; }
  article > section.price .graf {
    width: 980px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.1);
    padding: 45px 0 40px;
    margin: 0 auto; }
  article > section.price > ul {
    width: 980px;
    margin: 70px auto 0; }
    article > section.price > ul > li {
      border: 2px solid #fff;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      padding: 0 0 30px; }
      article > section.price > ul > li + li {
        margin-top: 25px; }
      article > section.price > ul > li h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        font-size: 24px;
        background: #e3e3e3;
        margin: 0 0 35px; }
      article > section.price > ul > li > ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px; }
        article > section.price > ul > li > ul > li {
          display: flex;
          justify-content: center;
          align-items: center; }
          article > section.price > ul > li > ul > li + li {
            margin-left: 60px; }
          article > section.price > ul > li > ul > li p {
            line-height: 1;
            font-weight: bold; }
          article > section.price > ul > li > ul > li .priceLeft {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            font-weight: bold; }
            article > section.price > ul > li > ul > li .priceLeft p.course {
              display: inline-flex;
              font-size: 18px;
              border: 1px solid #000;
              padding: 5px 25px; }
            article > section.price > ul > li > ul > li .priceLeft p + p {
              margin-top: 10px; }
          article > section.price > ul > li > ul > li .priceRight {
            margin-left: 20px; }
            article > section.price > ul > li > ul > li .priceRight p {
              font-size: 68px; }
              article > section.price > ul > li > ul > li .priceRight p > span {
                font-size: 36px;
                position: relative; }
                article > section.price > ul > li > ul > li .priceRight p > span > span {
                  font-size: 14px;
                  position: absolute;
                  white-space: nowrap;
                  bottom: 44px;
                  right: 4px; }
          article > section.price > ul > li > ul > li.monitor p {
            color: #b38258; }
          article > section.price > ul > li > ul > li.monitor .priceLeft p.course {
            border: 1px solid #b38258; }
      article > section.price > ul > li .clinic_wrap {
        margin-top: 10px; }
        article > section.price > ul > li .clinic_wrap .modalbtn {
          justify-content: center; }
          article > section.price > ul > li .clinic_wrap .modalbtn a {
            min-width: 280px; }
            @media (max-width: 979px) {
              article > section.price > ul > li .clinic_wrap .modalbtn a {
                width: 80% !important; } }
      article > section.price > ul > li > .btn {
        margin: 25px 0 0; }
        article > section.price > ul > li > .btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 400px;
          height: 50px;
          font-size: 18px;
          font-weight: bold;
          background: #1d2848;
          color: #fff;
          text-decoration: none;
          border-radius: 100px;
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.18);
          margin: 0 auto;
          position: relative; }
          article > section.price > ul > li > .btn a::before {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            background: url("/assets/nose/hyaluron/tip/images/price03.svg") center bottom/auto 120% no-repeat;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: rotate(-90deg) translate(50%, 0); }
  article > section.price .caution {
    width: 980px;
    background: #fff;
    margin: 35px auto 0;
    padding: 20px 25px 25px; }
    article > section.price .caution p {
      font-size: 16px; }
      article > section.price .caution p.index {
        font-size: 28px;
        font-weight: bold;
        color: #b38258;
        text-align: center;
        margin: 0 0 10px; }
  @media (max-width: 979px) {
    article > section.price {
      padding: 8vw 0 12vw; }
      article > section.price .graf {
        width: 94%;
        border: 0.4vw solid #fff;
        box-shadow: 1vw 1.5vw 2vw rgba(0, 0, 0, 0.1);
        padding: 4vw; }
      article > section.price > ul {
        width: 94%;
        margin: 7vw auto 0; }
        article > section.price > ul > li {
          border: 0.4vw solid #fff;
          border-radius: 1.5vw;
          padding: 0 0 5vw; }
          article > section.price > ul > li + li {
            margin-top: 3vw; }
          article > section.price > ul > li h3 {
            height: 11vw;
            font-size: 4vw;
            margin: 0 0 5vw; }
          article > section.price > ul > li > ul {
            flex-direction: column;
            padding: 0 4vw; }
            article > section.price > ul > li > ul > li + li {
              margin: 4vw 0 0; }
            article > section.price > ul > li > ul > li .priceLeft {
              text-align: center; }
              article > section.price > ul > li > ul > li .priceLeft p.course {
                width: 25vw;
                display: block;
                text-align: center;
                font-size: 3vw;
                padding: 1vw 3vw;
                text-align: center; }
              article > section.price > ul > li > ul > li .priceLeft p + p {
                margin-top: 10px; }
            article > section.price > ul > li > ul > li .priceRight {
              margin-left: 5vw; }
              article > section.price > ul > li > ul > li .priceRight p {
                font-size: 12vw; }
                article > section.price > ul > li > ul > li .priceRight p > span {
                  font-size: 7vw;
                  margin-left: 1vw; }
                  article > section.price > ul > li > ul > li .priceRight p > span > span {
                    font-size: 3vw;
                    bottom: 8.5vw;
                    right: 0.5vw; }
          article > section.price > ul > li > .btn {
            margin: 4vw 0 0; }
            article > section.price > ul > li > .btn a {
              width: 65vw;
              height: 10vw;
              font-size: 3.5vw;
              box-shadow: 1vw 1vw 2vw rgba(0, 0, 0, 0.18); }
              article > section.price > ul > li > .btn a::before {
                width: 7vw;
                height: 7vw;
                right: 2vw; }
      article > section.price .caution {
        width: 94%;
        margin: 4vw auto 0;
        padding: 2vw 3vw 3vw; }
        article > section.price .caution p {
          font-size: 3.5vw; }
          article > section.price .caution p.index {
            font-size: 4.5vw;
            margin: 0 0 1.5vw; } }

article > section.doctor {
  background: url("/assets/nose/hyaluron/tip/images/doctor01.jpg") center top/cover no-repeat;
  padding: 55px 0 95px; }
  article > section.doctor header p {
    color: #476589; }
  article > section.doctor .container {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 0; }
    article > section.doctor .container #doctor_training {
      padding: 1rem 2rem;
      color: #fff;
      background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
      margin-bottom: 80px;
      font-size: 20px;
      font-weight: bold;
      border-top: 6px double #704308;
      border-bottom: 6px double #704308; }
      @media (max-width: 979px) {
        article > section.doctor .container #doctor_training {
          font-size: 4vw;
          margin-bottom: 3vw; } }
    article > section.doctor .container ul li {
      min-height: 270px;
      border: 6px solid #ccc;
      background: url("/assets/nose/hyaluron/tip/images/doctor02.jpg") right top/cover no-repeat;
      position: relative;
      padding: 50px 30px 90px 370px; }
      article > section.doctor .container ul li + li {
        margin-top: 80px; }
      article > section.doctor .container ul li > figure {
        position: absolute;
        left: 15px;
        bottom: 0;
        z-index: 2; }
      article > section.doctor .container ul li p {
        font-size: 22px;
        line-height: 1.2; }
        article > section.doctor .container ul li p.name {
          font-size: 38px;
          font-weight: bold;
          margin: 15px 0 0; }
      article > section.doctor .container ul li .btn {
        width: 100%;
        position: absolute;
        right: 35px;
        bottom: 25px;
        z-index: 1; }
        article > section.doctor .container ul li .btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 400px;
          height: 50px;
          font-size: 18px;
          font-weight: bold;
          background: #1d2848;
          color: #fff;
          text-decoration: none;
          border-radius: 100px;
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.18);
          margin: 0 0 0 auto;
          position: relative; }
          article > section.doctor .container ul li .btn a::before {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            background: url("/assets/nose/hyaluron/tip/images/price03.svg") center bottom/auto 120% no-repeat;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: rotate(-90deg) translate(50%, 0); }
  @media (max-width: 979px) {
    article > section.doctor {
      padding: 8vw 0 12vw; }
      article > section.doctor .container {
        width: 94%;
        padding: 0; }
        article > section.doctor .container ul {
          overflow: hidden;
          padding: 5vw 0 0; }
          article > section.doctor .container ul li {
            min-height: 39vw;
            border: 0.75vw solid #ccc;
            padding: 4vw 4vw 0 40vw; }
            article > section.doctor .container ul li + li {
              margin-top: 7vw; }
            article > section.doctor .container ul li > figure {
              width: 45vw;
              left: -8vw; }
            article > section.doctor .container ul li p {
              font-size: 3vw; }
              article > section.doctor .container ul li p.name {
                font-size: 5vw;
                margin: 2vw 0 0; }
            article > section.doctor .container ul li .btn {
              width: 100%;
              right: 3vw;
              bottom: 3vw; }
              article > section.doctor .container ul li .btn a {
                width: 50vw;
                height: 10vw;
                font-size: 3vw;
                box-shadow: 1vw 1vw 2vw rgba(0, 0, 0, 0.18); }
                article > section.doctor .container ul li .btn a::before {
                  width: 5vw;
                  height: 5vw;
                  right: 2vw; } }
