/**
 mixin
 */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
.show_sp {
  display: none !important; }

@media (max-width: 979px) {
  .show_pc {
    display: none !important; }
  .show_sp {
    display: block !important; } }

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

ol,
ul {
  list-style: none;
  margin: 0; }

img {
  vertical-align: top;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

body p {
  margin: 0; }

body ul {
  padding: 0; }

em {
  font-style: normal; }

.wrap {
  line-height: 1.5; }

.highlight {
  color: #d6a541; }

.bold {
  font-weight: 700; }

.compare {
  padding-top: 94px;
  padding-bottom: 82px; }
  .compare .c-ttl02 {
    margin-top: -9px; }
  .compare-table {
    margin-top: 50px; }
    .compare-table table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #2d3250; }
    .compare-table tr:first-of-type td:not(:first-of-type) {
      vertical-align: top; }
    .compare-table tr:nth-of-type(odd) td:nth-of-type(2) {
      background: #fff4dd; }
    .compare-table tr:nth-of-type(even) td {
      background: #eff1f6; }
      .compare-table tr:nth-of-type(even) td:nth-of-type(2) {
        background: #fbe3b3; }
    .compare-table th,
    .compare-table td {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.4375;
      text-align: center; }
    .compare-table th {
      background: #2d3250;
      color: #fff;
      padding: 11px 0 10px; }
      .compare-table th + th {
        border-left: 1px solid #bfc7d9; }
      .compare-table th:nth-of-type(1) {
        width: 112px; }
      .compare-table th:nth-of-type(2) {
        width: 177px;
        background: #d6a541; }
      .compare-table th:nth-of-type(4), .compare-table th:nth-of-type(3) {
        width: 182px; }
      .compare-table th:nth-of-type(5) {
        width: 167px; }
      .compare-table th:nth-of-type(6) {
        width: 156px; }
      .compare-table th small {
        display: block;
        font-size: 13px; }
    .compare-table td {
      height: 67px;
      border-top: 1px solid #bfc7d9;
      padding: 18px 0; }
      .compare-table td + td {
        border-left: 1px solid #bfc7d9; }
      .compare-table td span {
        display: block;
        font-weight: 500; }
  .compare-intro {
    width: 505px;
    border: 2px solid #2d3250;
    font-size: 16px;
    line-height: 1.4375;
    padding: 15px 20px 10px;
    margin: 42px 116px 0;
    position: relative; }
    .compare-intro:before {
      content: "";
      width: 2px;
      height: 25px;
      background: #2d3250;
      position: absolute;
      top: -27px;
      left: 80px; }
    .compare-intro:after {
      content: "";
      width: 12px;
      height: 10px;
      background: #2d3250;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      position: absolute;
      top: -37px;
      left: 75px; }
    .compare-intro__ttl {
      font-weight: 700;
      font-size: 20px;
      line-height: 1;
      border-bottom: 1px solid #2d3250;
      padding-bottom: 7px;
      margin-bottom: 10px; }
    .compare-intro__des {
      font-weight: 500;
      margin-right: -15px; }
    .compare-intro__link {
      display: flex;
      justify-content: flex-end;
      font-weight: 700;
      margin-top: 4px; }
      .compare-intro__link a {
        display: flex;
        align-items: center;
        text-decoration: none; }
        .compare-intro__link a span {
          font-weight: 300;
          font-size: 13px;
          margin: 0 -2px 0 4px; }
  @media (max-width: 979px) {
    .compare {
      padding-top: 60px;
      padding-bottom: 60px; }
      .compare .compare-table {
        margin-right: -10px;
        overflow-x: auto; }
        .compare .compare-table table {
          width: 980px; }
        .compare .compare-table td,
        .compare .compare-table th {
          font-size: 14px;
          padding: 10px 0; }
        .compare .compare-table td {
          height: 50px; }
      .compare .compare-intro {
        width: 300px;
        font-size: 14px; }
        .compare .compare-intro__ttl {
          font-size: 16px; }
        .compare .compare-intro__des {
          margin-right: 0; } }

.photo {
  background: #8a96b2 url("/assets/skincare/sylfirm/images/bg_photo.png") no-repeat center top;
  padding-top: 85px;
  padding-bottom: 105px; }
  .photo.pickup .c-ttl {
    margin: 0 0 110px; }
    @media (max-width: 979px) {
      .photo.pickup .c-ttl {
        margin: 0 0 20vw; } }
  .photo-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 15px 10px;
    position: relative; }
    .photo-block::after {
      content: "";
      display: block;
      width: 309px;
      height: 135px;
      background: url("/assets/skincare/sylfirm/images/photo_pickup.png") center top/100% auto no-repeat;
      position: absolute;
      left: 15px;
      top: -122px; }
      @media (max-width: 979px) {
        .photo-block::after {
          width: 45vw;
          height: 20vw;
          left: -6vw;
          top: -18vw; } }
  .photo-items {
    width: 100%;
    max-width: 460px;
    background: #fff;
    border: 3px solid #ddb361;
    box-shadow: 0 15px 25px rgba(102, 111, 132, 0.4);
    font-size: 16px;
    line-height: 1.6875;
    padding: 86px 24px 37px;
    position: relative;
    perspective: 1px;
    margin-bottom: 32px; }
    @media (max-width: 979px) {
      .photo-items {
        padding: 86px 16px 37px; } }
    .photo-items:before {
      content: "";
      background: url("/assets/skincare/sylfirm/images/photo_bg_box.png") no-repeat center top;
      border: 2px solid #ddb361;
      border-top: none;
      position: absolute;
      top: 6px;
      right: 6px;
      bottom: 6px;
      left: 6px;
      z-index: -1; }
    .photo-items.pickup {
      width: 760px;
      max-width: inherit;
      margin: 0 auto 40px;
      position: relative; }
      .photo-items.pickup::before {
        border: 2px solid #ddb361;
        background: url("/assets/skincare/sylfirm/images/photo_bg_box.jpg") center top/cover no-repeat; }
      @media (max-width: 979px) {
        .photo-items.pickup {
          width: 100%;
          margin: 0 auto 6vw; }
          .photo-items.pickup::before {
            border: 0.5vw solid #ddb361; } }
    .photo-items__ttl {
      width: 100%;
      text-align: center;
      position: absolute;
      top: -3px;
      right: 5px;
      margin: auto; }
    .photo-items__img {
      margin-bottom: 11px; }
      .photo-items__img .photo__slider {
        overflow: hidden;
        position: relative; }
        .photo-items__img .photo__slider .swiper-button {
          overflow: hidden;
          background-position: center;
          background-repeat: no-repeat; }
          .photo-items__img .photo__slider .swiper-button:after {
            display: none; }
          .photo-items__img .photo__slider .swiper-button-prev {
            background-image: url(/assets/images/common/ico_chevron-left-invert.png); }
            @media only screen and (max-width: 979px) {
              .photo-items__img .photo__slider .swiper-button-prev {
                width: 5vw;
                left: 0; } }
          .photo-items__img .photo__slider .swiper-button-next {
            background-image: url(/assets/images/common/ico_chevron-right-invert.png); }
            @media only screen and (max-width: 979px) {
              .photo-items__img .photo__slider .swiper-button-next {
                right: 0; } }
      .photo-items__img .swiper-pagination {
        left: 50%;
        transform: translate(-50%, 0); }
        .photo-items__img .swiper-pagination-bullet {
          width: 15px;
          height: 15px;
          margin: 5px; }
          .photo-items__img .swiper-pagination-bullet-active {
            background: #ddb361; }
        @media only screen and (max-width: 979px) {
          .photo-items__img .swiper-pagination + p {
            margin-top: 5vw; } }
      .photo-items__img .photo-items__thumb {
        cursor: pointer;
        position: relative; }
        .photo-items__img .photo-items__thumb:after {
          content: "";
          width: 30px;
          height: 30px;
          background: url("/assets/skincare/sylfirm/images/zoom.png") no-repeat center;
          background-size: contain;
          position: absolute;
          bottom: 7px;
          right: 8px; }
        .photo-items__img .photo-items__thumb img {
          display: block;
          width: 100%; }
      .photo-items__img p {
        text-align: right;
        text-decoration: underline;
        text-underline-offset: 3px;
        margin-top: 10px;
        margin-right: 2px; }
    .photo-items__box:not(:last-of-type) {
      margin-bottom: 23px; }
  .photo .mhlw-risk {
    min-height: auto; }
    .photo .mhlw-risk-single {
      background: #fff;
      padding: 17px 20px 20px 30px; }
  @media (max-width: 979px) {
    .photo {
      padding-top: 60px;
      padding-bottom: 60px; }
      .photo .photo-block {
        padding: 0;
        display: block; }
      .photo .photo-items {
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        margin-bottom: 6vw; }
      .photo .mhlw-risk-single {
        padding: 10px; } }

.jquery-modal .modal {
  background: transparent;
  box-shadow: none; }
  .jquery-modal .modal .close-modal {
    background-color: #252c47; }

.qa {
  background: #fff;
  padding-top: 94px;
  padding-bottom: 65px; }
  .qa-block {
    margin-top: -14px; }
  .qa-dl {
    font-size: 20px;
    line-height: 1.6; }
    .qa-dl__dt {
      display: flex;
      align-items: flex-start;
      background: #eff1f6;
      font-weight: 700;
      color: #676f9d;
      padding: 18px 13px; }
      .qa-dl__dt span {
        margin-top: -5px; }
    .qa-dl__dd {
      display: flex;
      align-items: flex-start;
      font-weight: 500;
      padding: 20px 10px 47px 14px; }
      .qa-dl__dd span {
        margin-top: -4px;
        padding-left: 3px; }
    .qa-dl span {
      width: 40px;
      flex-shrink: 0;
      font-weight: 700;
      font-size: 24px; }
  @media (max-width: 979px) {
    .qa {
      padding-top: 60px;
      padding-bottom: 35px; }
      .qa .qa-dl {
        font-size: 17px; }
        .qa .qa-dl__dt {
          padding: 17px 15px 13px; }
          .qa .qa-dl__dt span {
            margin-top: -4px; }
        .qa .qa-dl__dd {
          padding-bottom: 30px; }
        .qa .qa-dl span {
          width: 30px;
          font-size: 22px; } }

.comment {
  background: url("/assets/skincare/sylfirm/images/comment_bg.png") no-repeat center top;
  background-size: cover;
  padding-top: 110px; }
  .comment-content {
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    padding-top: 3px; }
    .comment-content p + p {
      margin-top: 32px; }
    .comment-content .dot {
      display: block;
      text-indent: -1em;
      padding-left: 1em; }
    .comment-content .sign {
      display: flex;
      align-items: flex-start;
      height: 138px;
      font-size: 31px;
      margin-top: 10px; }
      .comment-content .sign span {
        font-size: 25px;
        margin-top: 5px;
        margin-left: 10px; }
    .comment-content .spacer {
      width: 0;
      float: right; }
    .comment-content img {
      display: block;
      margin-right: -5px;
      float: right;
      clear: right; }
  @media (max-width: 979px) {
    .comment {
      padding-top: 70px; }
      .comment .comment-content {
        font-size: 17px;
        padding-top: 0; }
        .comment .comment-content p + p {
          margin-top: 20px; }
        .comment .comment-content img {
          width: 50%;
          height: auto; }
        .comment .comment-content .sign {
          height: 50px;
          font-size: 22px;
          margin-top: 5px; }
          .comment .comment-content .sign span {
            font-size: 18px;
            margin-top: 5px; } }

.modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s; }
  .modal-image__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .modal-image__content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-image__list {
    z-index: 2000;
    padding-top: 50px;
    position: relative;
    max-width: 820px;
    width: 90%; }
    .modal-image__list img {
      transition: all 0.5s ease;
      width: auto;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      /* max-height: 592px; */
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .modal-image__close {
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    transition: transform 0.3s; }
    .modal-image__close:before, .modal-image__close:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -22px;
      margin-top: -1px;
      width: 44px;
      height: 2px;
      background-color: currentColor; }
    .modal-image__close:before {
      transform: rotate(45deg); }
    .modal-image__close:after {
      transform: rotate(-45deg); }
    .modal-image__close:hover {
      transform: rotate(180deg); }

.mainimg {
  background: url("/assets/skincare/sylfirm/images/main_bg.jpg") center center no-repeat;
  background-size: auto 100%;
  text-align: center; }

.textEm {
  color: #8c4b1d;
  font-weight: bold; }

.topnavi {
  padding: 28px 0 64px; }

.navilist {
  display: flex;
  justify-content: center; }
  .navilist li {
    width: 20%;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    text-align: center; }
    .navilist li a {
      height: 100%;
      display: block;
      font-size: 16px;
      text-decoration: none;
      width: 100%;
      color: #2d3250;
      padding: 11px 0; }
  .navilist li:last-child {
    border-right: 1px solid #ccc; }
  .navilist-noted {
    background: #ffdfea;
    text-align: center;
    padding: 9px 5px 10px;
    font-weight: 700;
    color: #f0506e;
    margin-top: 45px; }

.c-ttl02 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  line-height: 1.53846;
  margin-bottom: 45px; }

.topnew {
  padding: 40px 0 60px;
  background: #b9e6fb; }
  .topnew p {
    font-size: 130%; }
  @media screen and (max-width: 979px) {
    .topnew {
      padding: 30px 0 40px; } }

.recommend {
  padding: 63px 0;
  overflow-x: hidden; }
  .recommend .c-ttl {
    margin-bottom: 130px !important; }
  .recommend_grid {
    display: grid;
    grid-template-columns: 1fr 280px 210px 490px 1fr;
    grid-template-rows: 132px auto 132px; }
  .recommend_img {
    grid-column: 1/4;
    grid-row: 1/3; }
    .recommend_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .recommend_box {
    background: #8a96b2;
    grid-column: 3/6;
    grid-row: 2/4;
    margin: 0;
    position: relative; }
  .recommend_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 500px;
    height: 130px;
    background: #f0f1f6;
    position: absolute;
    left: 115px;
    top: -190px;
    padding: 0 0 10px; }
    .recommend_text::before, .recommend_text::after {
      content: "";
      display: block;
      position: absolute; }
    .recommend_text::before {
      width: 100%;
      height: 100%;
      border: 1px solid #676f9d;
      left: -7px;
      top: -7px; }
    .recommend_text::after {
      width: 1px;
      height: 48px;
      background: #676f9d;
      bottom: -30px;
      left: 50%; }
    .recommend_text p {
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      color: #676f9d;
      text-align: left;
      padding: 0 60px; }
      .recommend_text p:last-child {
        text-align: right; }
  .recommend_list {
    max-width: 700px;
    padding: 53px 30px 53px 110px; }
    .recommend_list li {
      position: relative;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      line-height: 2.5; }
      .recommend_list li:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 25px;
        left: -47px;
        transform: translateY(-50%);
        background: url("/assets/skincare/sylfirm/images/check_icon.png") center center/100% no-repeat; }
    .recommend_list .highlight {
      color: #f3d3aa; }
  .recommend_contents {
    background: url("/assets/skincare/sylfirm/images/recommend02.jpg") center center/auto 100% no-repeat #f0f1f6;
    margin: 105px 0 0;
    padding: 110px 0 60px;
    position: relative; }
    .recommend_contents::before {
      content: "";
      display: block;
      width: 523px;
      height: 134px;
      background: url("/assets/skincare/sylfirm/images/recommend01.png") center center/100% auto no-repeat;
      position: absolute;
      left: 50%;
      top: -32px;
      transform: translate(-50%, 0); }
    .recommend_contents > p {
      text-align: center;
      font-size: 43px;
      font-weight: bold;
      color: #832782;
      line-height: 1.4;
      margin: 30px 0 0; }
      .recommend_contents > p strong {
        font-size: 53px; }
    .recommend_contents ul {
      width: 950px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 30px auto 0; }
      .recommend_contents ul li {
        width: 220px;
        height: 112px;
        padding: 2px;
        border-radius: 20px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        background: #face7a;
        background: linear-gradient(135deg, #face7a 0%, #b48b3f 25%, #ffda94 46%, #d19e3e 67%, #face7a 84%, #b48b3f 100%); }
        .recommend_contents ul li p {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          font-size: 22px;
          font-weight: bold;
          line-height: 1.4;
          text-align: center;
          color: #343547;
          background: #fff;
          border-radius: 18px; }
          .recommend_contents ul li p strong {
            display: contents;
            font-size: 24px;
            color: #832782; }

.mv_text {
  width: 980px;
  border-top: 3px solid #c6a25b;
  border-bottom: 3px solid #c6a25b;
  background: url("/assets/skincare/sylfirm/images/text01.jpg") center center/cover no-repeat;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  margin: 0 auto 50px; }
  .mv_text p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    text-shadow: 3px 3px 6px rgba(89, 63, 18, 0.5);
    padding: 10px 0 20px; }
    .mv_text p strong {
      font-size: 60px; }
  @media screen and (max-width: 979px) {
    .mv_text {
      width: 100%;
      border-top: 0.75vw solid #c6a25b;
      border-bottom: 0.75vw solid #c6a25b;
      box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.15);
      margin: 0 0 5vw; }
      .mv_text p {
        font-size: 5.5vw;
        text-shadow: 0.5vw 0.5vw 1vw rgba(89, 63, 18, 0.5);
        padding: 1.5vw 0 2.5vw; }
        .mv_text p strong {
          font-size: 8vw; } }

.topwhat {
  background: url("/assets/skincare/sylfirm/images/what_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
  perspective: 1px; }
  .topwhat .c-ttl {
    margin-bottom: 57px; }
  .topwhat_btn {
    text-align: right;
    margin-top: 6px; }
    .topwhat_btn_link {
      display: inline-block;
      width: 133px;
      text-align: center;
      position: relative;
      text-decoration: none;
      padding-bottom: 5px;
      font-size: 13px;
      color: #333;
      letter-spacing: 0; }
      .topwhat_btn_link:after {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url("/assets/skincare/sylfirm/images/arrow_link.png") center center/100% no-repeat; }
  .topwhat_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    padding: 0 27px;
    margin-top: 63px; }
  .topwhat_item {
    display: block;
    box-shadow: 20px 3px 20px rgba(0, 0, 0, 0.15); }
  .topwhat_cont {
    font-size: 20px;
    line-height: 1.7; }
    .topwhat_cont + .topwhat_cont {
      margin-top: 40px; }
    .topwhat_cont h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #252c47; }
    .topwhat_cont .shikumi {
      background-color: #f6f6f6;
      border: 2px solid #832782;
      border-radius: 20px;
      margin-top: 20px;
      padding: 30px; }
      .topwhat_cont .shikumi h4 {
        font-size: 21px;
        color: #832782; }
    .topwhat_cont .ohter_title {
      margin-top: 40px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #252c47; }
    .topwhat_cont .ohter {
      background-color: #f6f6f6;
      border: 2px solid #252c47;
      margin-top: 20px;
      padding: 30px; }
      .topwhat_cont .ohter .bold_purple01 {
        font-size: 21px;
        font-weight: bold;
        color: #832782; }
  .topwhat_powerup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 887px;
    height: 114px;
    font-size: 30px;
    font-weight: bold;
    color: #832782;
    background: url("/assets/skincare/sylfirm/images/what_img05.png") center center no-repeat;
    position: relative;
    margin: 40px auto 0; }
    .topwhat_powerup::before {
      content: "";
      display: block;
      width: 154px;
      height: 64px;
      background: url("/assets/skincare/sylfirm/images/what_img04.png") center center no-repeat;
      position: absolute;
      left: -6px;
      top: -20px; }
    @media screen and (max-width: 979px) {
      .topwhat_powerup {
        width: 100%;
        height: 20vw;
        font-size: 4vw;
        background-size: auto 100%;
        text-align: center;
        margin: 5vw auto 0; }
        .topwhat_powerup::before {
          width: 26vw;
          height: 11vw;
          background-size: 100% auto;
          left: 2vw;
          top: -2vw; } }

.about {
  padding: 142px 0 60px;
  position: relative;
  perspective: 1px; }
  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 840px;
    background: url("/assets/skincare/sylfirm/images/about_banner.jpg") center center no-repeat;
    position: absolute;
    left: 0;
    bottom: 350px;
    z-index: -1; }
  .about_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 70px; }
  .about_list2 {
    text-align: center;
    margin: 80px 0 0; }
    .about_list2_text01, .about_list2_text02 {
      display: inline-flex;
      align-items: baseline;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.1em;
      line-height: 1.1;
      text-shadow: 3px 3px 2px #bfc8da, -3px -3px 2px #bfc8da, -3px 3px 2px #bfc8da, 3px -3px 2px #bfc8da, 0 3px 2px #bfc8da, 0 -3px 2px #bfc8da, -3px 0 2px #bfc8da, 3px 0 2px #bfc8da; }
    .about_list2_text01 {
      font-size: 36px;
      position: relative; }
      .about_list2_text01::before {
        content: "";
        display: block;
        width: 209px;
        height: 84px;
        background: url("/assets/skincare/sylfirm/images/about03.png") center center no-repeat;
        position: absolute;
        left: -225px;
        top: -40px; }
    .about_list2_text02 {
      font-size: 32px;
      margin: 0 auto; }
      .about_list2_text02 span {
        font-size: 44px; }
      .about_list2_text02 strong {
        font-size: 44px;
        color: #832782;
        padding: 0 3px; }
      .about_list2_text02 em {
        font-size: 65px;
        display: inline-flex;
        transform: skew(-8deg, 0deg);
        padding: 0 3px 0 0; }
    .about_list2 ul {
      display: flex;
      justify-content: space-between;
      margin: 35px 0 0; }
      .about_list2 ul li {
        width: 308px;
        background: url("/assets/skincare/sylfirm/images/about04.jpg") center/cover no-repeat;
        border: 2px solid #832782;
        box-shadow: 5px 5px 15px 10px rgba(0, 0, 0, 0.2); }
        .about_list2 ul li .inner {
          font-size: 16px;
          padding: 25px 15px 30px;
          text-align: left; }
        .about_list2 ul li p.text01 {
          font-family: "Kaisei Opti", serif;
          justify-content: center;
          font-size: 13px;
          color: #fff;
          letter-spacing: 2px;
          background: #832782;
          padding: 7px 0 10px; }
        .about_list2 ul li p.text02 {
          font-size: 22px;
          font-weight: bold;
          color: #832782;
          text-align: center;
          margin: 0 0 25px; }
          .about_list2 ul li p.text02 span {
            border-bottom: 1px solid #832782; }
        .about_list2 ul li p.text03 {
          line-height: 1.9; }
        .about_list2 ul li p em {
          color: #d6a541;
          font-weight: bold; }
    @media screen and (max-width: 979px) {
      .about_list2 {
        margin: 10vw 0 0; }
        .about_list2_text01, .about_list2_text02 {
          text-shadow: 0.75vw 0.75vw 0.5vw #bfc8da, -0.75vw -0.75vw 0.5vw #bfc8da, -0.75vw 0.75vw 0.5vw #bfc8da, 0.75vw -0.75vw 0.5vw #bfc8da, 0 0.75vw 0.5vw #bfc8da, 0 -0.75vw 0.5vw #bfc8da, -0.75vw 0 0.5vw #bfc8da, 0.75vw 0 0.5vw #bfc8da; }
        .about_list2_text01 {
          font-size: 5vw; }
          .about_list2_text01::before {
            width: 35vw;
            height: 15vw;
            background-size: 100% auto;
            left: -35vw;
            top: -7vw; }
        .about_list2_text02 {
          display: block;
          font-size: 4.5vw;
          margin: 1vw auto 0; }
          .about_list2_text02 span {
            font-size: 5vw; }
          .about_list2_text02 strong {
            font-size: 5vw;
            padding: 0 0.5vw; }
          .about_list2_text02 em {
            font-size: 7vw;
            padding: 0 0.5vw 0 0; }
        .about_list2 ul {
          flex-direction: column;
          margin: 4vw 0 0; }
          .about_list2 ul li {
            width: 100%;
            border: 0.5vw solid #832782;
            box-shadow: 0.5vw 0.5vw 1.5vw 2vw rgba(0, 0, 0, 0.2); }
            .about_list2 ul li .inner {
              font-size: 3.7vw;
              padding: 3vw; }
            .about_list2 ul li p.text01 {
              font-size: 3vw;
              letter-spacing: 0.1vw;
              padding: 1.2vw 0 1.5vw; }
            .about_list2 ul li p.text02 {
              font-size: 5vw;
              margin: 0 0 3vw; }
            .about_list2 ul li p.text03 {
              line-height: 1.4; }
            .about_list2 ul li + li {
              margin-top: 4vw; } }
  .about_item {
    position: relative;
    padding: 78px 15px 43px;
    background: #2d3250; }
    .about_item__point {
      position: absolute;
      top: -25px;
      left: 50%;
      width: 70px;
      transform: translateX(-50%); }
    .about_item__ttl {
      color: #fff;
      text-align: center;
      margin-bottom: 29px;
      font-size: 17px;
      font-weight: 400; }
      .about_item__ttl .text-big {
        font-size: 20px;
        font-weight: 600; }
      .about_item__ttl .text-underline {
        border-bottom: 1px solid; }
    .about_item__text {
      color: #fff;
      line-height: 1.6875; }
      .about_item__text .highlight {
        font-weight: 700; }
  .about_cont {
    font-size: 20px;
    line-height: 1.7; }
  .about_banner {
    padding: 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px 56px;
    margin-top: 64px; }
    .about_banner__logo {
      grid-column: 1/3;
      text-align: center; }
      .about_banner__logo img {
        width: 475px; }

.movie {
  background: #eff1f6;
  padding: 100px 0 105px;
  overflow-x: hidden; }
  .movie .hdl {
    margin-bottom: 50px; }
  .movie_box {
    display: flex;
    justify-content: space-between; }
    .movie_box > div {
      width: 480px; }
      .movie_box > div .movie_video {
        width: 100%;
        position: relative;
        padding-bottom: 56.25%; }
        .movie_box > div .movie_video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .movie .c-ttl {
    margin-bottom: 50px; }
  .movie .movie__wrap {
    position: relative;
    margin: 30px 0 0; }
    .movie .movie__wrap #topMovie {
      width: 980px;
      margin: 0px auto 0;
      overflow: hidden; }
    .movie .movie__wrap .swip-next,
    .movie .movie__wrap .swip-prev {
      position: absolute;
      top: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      z-index: 1; }
      .movie .movie__wrap .swip-next::before, .movie .movie__wrap .swip-next::before,
      .movie .movie__wrap .swip-prev::before,
      .movie .movie__wrap .swip-prev::before {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        border-top: 3px solid #676f9d;
        border-right: 3px solid #676f9d;
        transform: translate(-75%, -50%) rotate(45deg); }
    .movie .movie__wrap .swip-prev {
      left: -50px;
      transform: translate(0, -50%) scale(-1, 1); }
    .movie .movie__wrap .swip-next {
      right: -50px;
      transform: translate(0, -50%); }
    .movie .movie__wrap .ytSlide__yt {
      width: 340px;
      height: 190px;
      background: none; }
  @media screen and (max-width: 979px) {
    .movie_box {
      justify-content: center;
      flex-direction: column; }
      .movie_box > div {
        width: 100%; }
        .movie_box > div + div {
          margin-top: 4vw; }
    .movie .movie__wrap {
      margin: 3vw 0 0; }
      .movie .movie__wrap #topMovie {
        width: 92%;
        margin: 4vw auto 0; }
      .movie .movie__wrap .swip-next,
      .movie .movie__wrap .swip-prev {
        width: 3vw;
        height: 3vw; }
      .movie .movie__wrap .swip-prev {
        top: 48%;
        left: -1vw; }
      .movie .movie__wrap .swip-next {
        top: 48%;
        right: -1vw; }
      .movie .movie__wrap .swip-next::before,
      .movie .movie__wrap .swip-prev::before {
        width: 4vw;
        height: 4vw;
        border-top: 2px solid #676f9d;
        border-right: 2px solid #676f9d; }
      .movie .movie__wrap .ytSlide__yt {
        padding-bottom: 0;
        height: auto; } }

.topabout {
  padding: 40px 0 60px; }

@media screen and (max-width: 979px) {
  .c-ttl02 {
    font-size: 15px; }
  .mainimg img {
    width: 100%; }
  .topnavi {
    padding: 0 0 20px; }
    .topnavi .ac_ly_001 {
      padding: 0 !important; }
  .navilist {
    flex-wrap: wrap; }
    .navilist li {
      width: 50%;
      position: relative; }
      .navilist li a {
        font-size: 13px; }
    .navilist li:nth-child(2n + 1) {
      border-left: none; }
    .navilist li:nth-child(n + 2) {
      border-right: none; }
    .navilist li:nth-child(n + 3) {
      border-top: 1px solid #8e929c; }
    .navilist li:nth-child(n + 5) {
      width: 100%;
      border-bottom: 1px solid #8e929c; }
    .navilist li::before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      right: 10px;
      top: 45%;
      top: calc(50% - 8px);
      border: 1px solid;
      border-color: #8e929c #8e929c transparent transparent;
      transform: rotate(135deg); }
    .navilist-noted {
      margin-top: 20px; }
  .topwhat {
    padding: 7vw 0 10vw; }
    .topwhat:after {
      bottom: 75px; }
    .topwhat .c-ttl {
      margin-bottom: 25px; }
    .topwhat_cont {
      font-size: 13px; }
      .topwhat_cont + .topwhat_cont {
        margin-top: 30px; }
      .topwhat_cont h3 {
        margin-bottom: 15px;
        font-size: 16px; }
      .topwhat_cont .shikumi {
        border-radius: 2vw;
        margin-top: 15px;
        padding: 15px; }
        .topwhat_cont .shikumi h4 {
          font-size: 16px; }
      .topwhat_cont .ohter_title {
        margin-top: 30px;
        font-size: 18px; }
      .topwhat_cont .ohter {
        margin-top: 15px;
        padding: 15px; }
        .topwhat_cont .ohter .bold_purple01 {
          font-size: 18px; }
    .topwhat_btn {
      font-size: 12px; }
      .topwhat_btn_link {
        width: 100px; }
    .topwhat_list {
      gap: 15px;
      margin: 0 auto;
      padding-top: 20px;
      padding-left: 0;
      padding-right: 0; }
    .topwhat_item img {
      width: 100%; }
  .topabout {
    padding: 30px 0 40px; }
  .recommend {
    padding: 30px 0; }
    .recommend .c-ttl {
      margin-bottom: 13vw !important; }
    .recommend_grid {
      grid-template-columns: 1fr 10vw 80vw 10vw 1fr;
      grid-template-rows: 15vw auto 15vw; }
    .recommend_box {
      display: flex;
      align-items: center; }
    .recommend_text {
      width: 55vw;
      height: 14vw;
      left: -5vw;
      top: -19vw;
      padding: 0 0 1vw; }
      .recommend_text::before {
        left: -1vw;
        top: -1vw; }
      .recommend_text::after {
        height: 5.5vw;
        bottom: -3.5vw; }
      .recommend_text p {
        font-size: 3.5vw;
        padding: 0 5vw; }
    .recommend_list {
      padding: 10px 15px 10px 45px; }
      .recommend_list li {
        font-size: 14px;
        line-height: 1.5; }
        .recommend_list li:before {
          width: 16px;
          height: 16px;
          top: 10px;
          left: -24px; }
    .recommend_contents {
      margin: 12vw 0 0;
      padding: 15vw 0 7vw;
      position: relative; }
      .recommend_contents::before {
        width: 75vw;
        height: 18vw;
        top: -4vw; }
      .recommend_contents > p {
        font-size: 6vw;
        margin: 4vw 0 0; }
        .recommend_contents > p strong {
          font-size: 8vw; }
      .recommend_contents ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 4vw auto 0; }
        .recommend_contents ul li {
          width: 40vw;
          height: 15vw;
          padding: 0.5vw;
          border-radius: 2.5vw;
          box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.1); }
          .recommend_contents ul li:nth-child(even) {
            margin-left: 4vw; }
          .recommend_contents ul li:nth-child(n + 3) {
            margin-top: 4vw; }
          .recommend_contents ul li p {
            font-size: 3.7vw;
            border-radius: 2vw; }
            .recommend_contents ul li p strong {
              font-size: 4vw; }
  .about {
    padding: 9vw 0 10vw; }
    .about:after {
      height: 245vw;
      bottom: 40vw;
      background-size: auto 100%; }
    .about .c-ttl02 {
      margin-bottom: 30px; }
    .about_cont {
      font-size: 13px; }
    .about_list {
      display: block;
      max-width: 500px;
      padding: 0 27px;
      margin: 40px auto 0; }
    .about_item {
      padding: 35px 15px 30px; }
      .about_item:not(:last-child) {
        margin-bottom: 30px; }
      .about_item__ttl {
        font-size: 14px; }
        .about_item__ttl .text-big {
          font-size: 16px; }
      .about_item__point {
        width: 50px;
        height: 50px; }
      .about_item__text {
        font-size: 13px; }
    .about_banner {
      gap: 20px;
      padding: 0 30px;
      margin-top: 40px; }
  .movie {
    padding: 30px 0; } }

.topfaq {
  padding: 40px 0 60px; }
  .topfaq .faqmain {
    margin: 30px 0 0; }
  .topfaq .faqcont:nth-child(n + 2) {
    margin-top: 35px; }
  .topfaq .faqcont .tit {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 10px 10px 60px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    background: #252c47; }
    .topfaq .faqcont .tit::before {
      content: "Q";
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      position: absolute;
      left: 15px;
      top: 5px;
      font-family: Arial; }
  .topfaq .faqcont .txt {
    font-size: 21px;
    padding: 10px 10px 10px 60px;
    position: relative; }
    .topfaq .faqcont .txt::before {
      content: "A";
      font-size: 30px;
      font-weight: bold;
      color: #8c4b1d;
      position: absolute;
      left: 16px;
      top: 5px;
      font-family: Arial; }
  @media screen and (max-width: 979px) {
    .topfaq .topfaq {
      padding: 30px 0 40px; }
    .topfaq .faqmain {
      margin: 15px 0 0; }
    .topfaq .faqcont {
      padding: 0; }
      .topfaq .faqcont:nth-child(n + 2) {
        margin-top: 15px; }
      .topfaq .faqcont .tit {
        font-size: 16px;
        padding: 10px 10px 10px 45px;
        margin-bottom: 10px;
        color: #fff;
        background-size: auto 25px; }
        .topfaq .faqcont .tit::before {
          font-size: 25px;
          left: 15px; }
      .topfaq .faqcont .txt {
        font-size: 16px;
        padding: 10px 10px 10px 45px;
        background-size: auto 25px; }
        .topfaq .faqcont .txt::before {
          font-size: 25px; } }

.topcomment {
  padding: 60px 0 0;
  background: #252c47;
  color: #fff; }
  .topcomment .ac_ly_001 {
    height: 930px;
    background: url("/assets/skincare/sylfirm/images/comment01.png") left bottom no-repeat; }
  .topcomment .commentbox {
    width: 565px;
    margin: 40px 0 0 auto; }
    .topcomment .commentbox .txt {
      font-size: 18px;
      line-height: 1.5; }
    .topcomment .commentbox .name {
      margin: 35px 0 0 auto;
      font-weight: bold;
      font-size: 21px; }
      .topcomment .commentbox .name span {
        display: block;
        font-size: 24px; }
      .topcomment .commentbox .name i {
        font-style: normal;
        margin-right: 10px;
        font-size: 37px; }

@media screen and (max-width: 979px) {
  .topcomment {
    padding: 30px 0 0;
    height: auto; }
    .topcomment .commentbox {
      width: 100%;
      margin: 20px 0 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .topcomment .commentbox .txt {
        font-size: 16px; }
    .topcomment .dr_sp {
      align-items: center; } }

.topprice {
  padding: 40px 0 60px;
  background: #f6f6f6; }
  .topprice h3 {
    background: #252c47;
    color: #fff; }
  .topprice .container {
    background: #fff;
    padding: 20px 40px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .topprice .container p {
      font-size: 24px;
      line-height: 1.2; }
      .topprice .container p:last-child {
        color: #d2067d;
        font-size: 80px;
        font-weight: bold; }
        .topprice .container p:last-child.price_monitor {
          color: #dba53b; }
        .topprice .container p:last-child.price_hifuka {
          color: #ce4c3e; }
        .topprice .container p:last-child > span {
          font-size: 46px;
          position: relative; }
          .topprice .container p:last-child > span > span {
            font-size: 20px;
            position: absolute;
            right: 3px;
            top: -22px;
            white-space: nowrap; }
  .topprice .pricetab {
    width: 100%;
    margin: 30px 0 0;
    background: #fff; }
    .topprice .pricetab th {
      text-align: center;
      font-weight: bold;
      padding: 10px; }
    .topprice .pricetab td {
      text-align: right; }
    .topprice .pricetab td,
    .topprice .pricetab th {
      border: 1px solid #000;
      font-size: 19px;
      padding: 15px;
      width: 33.3%; }
      .topprice .pricetab td .price,
      .topprice .pricetab th .price {
        color: #d2067d;
        font-weight: bold; }
    .topprice .pricetab tr.t_header {
      background: #252c47;
      border-bottom: none;
      color: #ffffff; }
      .topprice .pricetab tr.t_header th {
        text-align: center;
        font-size: 18px;
        padding: 10px; }
    .topprice .pricetab .price-cat {
      text-align: center; }
      .topprice .pricetab .price-cat th {
        background: #d1bd96;
        padding: 10px; }
    .topprice .pricetab tr.monitor td,
    .topprice .pricetab tr.monitor th {
      color: #d2067d;
      padding-bottom: 0; }
    @media only screen and (max-width: 979px) {
      .topprice .pricetab {
        width: 100%;
        margin: 15px 0 0; }
        .topprice .pricetab td,
        .topprice .pricetab th {
          font-size: 15px;
          padding: 10px; }
        .topprice .pricetab tr.t_header th {
          font-size: 18px;
          padding: 10px; }
        .topprice .pricetab .price-cat th {
          padding: 10px; } }

@media screen and (max-width: 979px) {
  .topprice {
    padding: 30px 0 40px; }
    .topprice .container {
      background: #fff;
      padding: 10px 15px; }
      .topprice .container p {
        font-size: 4vw; }
        .topprice .container p:last-child {
          font-size: 9vw;
          font-weight: bold; }
          .topprice .container p:last-child > span {
            font-size: 6vw;
            position: relative;
            margin-left: 1vw; }
            .topprice .container p:last-child > span > span {
              font-size: 3vw;
              right: 0.2vw;
              top: -2.4vw; } }

.topcolumn {
  background: #8a96b2;
  padding: 70px 0 100px;
  margin: 0; }
  .topcolumn h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .topcolumn_grid {
    display: grid;
    grid-template-columns: 1fr 75px 265px 345px 35px 1fr;
    grid-template-rows: 50px auto 20px;
    margin: 50px 0 0; }
    .topcolumn_grid_bg {
      grid-column: 2 / 6;
      grid-row: 2 / 4;
      background: #fff;
      border-radius: 10px;
      position: relative;
      z-index: 1; }
    .topcolumn_grid_img {
      grid-column: 3 / 4;
      grid-row: 1 / 3;
      background: #fff;
      text-align: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
      padding: 20px 0 0;
      position: relative;
      z-index: 2; }
      .topcolumn_grid_img::before {
        content: "";
        display: block;
        width: 110%;
        width: calc(100% + 30px);
        height: 70px;
        background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: -15px;
        bottom: -10px; }
    .topcolumn_grid_text {
      grid-column: 4 / 5;
      grid-row: 2 / 4;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0 0 0 60px;
      position: relative;
      z-index: 3; }
      .topcolumn_grid_text p {
        font-size: 20px;
        font-weight: bold; }
        .topcolumn_grid_text p.btn {
          margin: 40px 0 0; }
          .topcolumn_grid_text p.btn a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 210px;
            height: 50px;
            font-size: 15px;
            font-weight: bold;
            color: #8a96b2;
            text-decoration: none;
            border: 1px solid #8a96b2;
            background: url("/assets/skincare/sylfirm/images/column02.svg") 90% center/30px auto no-repeat;
            padding: 0 15px 0 0; }
  @media screen and (max-width: 979px) {
    .topcolumn {
      padding: 9vw 0 12vw; }
      .topcolumn h2 {
        font-size: 5vw; }
      .topcolumn_grid {
        grid-template-columns: 1fr 7vw 37vw 45vw 5vw 1fr;
        grid-template-rows: 7vw auto 3vw;
        margin: 6vw 0 0; }
        .topcolumn_grid_bg {
          border-radius: 1.5vw; }
        .topcolumn_grid_img {
          box-shadow: 0 0 1vw rgba(0, 0, 0, 0.18);
          padding: 3vw 3vw 0; }
          .topcolumn_grid_img::before {
            width: calc(100% + 5vw);
            height: 14vw;
            left: -2.5vw;
            bottom: -1.5vw; }
        .topcolumn_grid_text {
          padding: 0 0 0 5vw; }
          .topcolumn_grid_text p {
            font-size: 3.2vw; }
            .topcolumn_grid_text p.btn {
              margin: 4vw 0 0; }
              .topcolumn_grid_text p.btn a {
                width: 39vw;
                height: 8vw;
                font-size: 3.5vw;
                background-size: 5vw auto;
                padding: 0 3vw 0 0; } }

#clinic {
  margin: 0 !important; }
  #clinic .clinicText {
    font-size: 40px;
    font-weight: bold;
    color: #dbbb40;
    margin: 30px 0 0;
    text-align: center; }
  #clinic #clinic-map {
    margin: 20px auto 0;
    min-height: 1040px; }
  #clinic #tokai {
    top: 305px; }
  #clinic #chugoku {
    top: 527px; }
  #clinic #fukidashi-chugoku {
    right: -47px;
    top: 32px; }
  #clinic #tohoku {
    top: 450px; }
  #clinic #fukidashi-tohoku {
    top: 20px; }
  @media (max-width: 979px) {
    #clinic {
      padding: 35px 0 0; }
      #clinic .clinicText {
        font-size: 20px;
        margin: 4% 0 0; } }

.topinfo table {
  width: 100%;
  font-size: 18px;
  background: #fff;
  border: 1px solid #443030; }
  .topinfo table tr th,
  .topinfo table tr td {
    border-bottom: 1px solid #443030;
    padding: 15px 25px;
    font-weight: normal;
    color: #443030;
    text-align: left; }
  .topinfo table tr th {
    width: 370px;
    background: #f2ebe1; }

@media screen and (max-width: 979px) {
  .topinfo {
    padding: 30px 0 40px; }
    .topinfo table {
      font-size: 15px; }
      .topinfo table tr th,
      .topinfo table tr td {
        padding: 10px 15px;
        font-weight: normal; }
      .topinfo table tr th {
        width: 100px; } }

#clinic-map {
  min-height: 1600px !important; }

#anesthesia_cream {
  padding: 0 0 100px; }
  @media screen and (max-width: 979px) {
    #anesthesia_cream {
      padding: 0 0 10vw; } }
  #anesthesia_cream .anesthesia_wrap {
    background-color: #f1f8fd;
    width: 85%;
    padding: 5% 5%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 979px) {
      #anesthesia_cream .anesthesia_wrap {
        width: 100%;
        padding: 6% 4%; } }
    #anesthesia_cream .anesthesia_wrap::before {
      content: "";
      top: 0;
      right: 0;
      border-bottom: 2.5em solid transparent;
      border-right: 2.5em solid #ffffff;
      position: absolute;
      z-index: 100; }
      @media screen and (max-width: 979px) {
        #anesthesia_cream .anesthesia_wrap::before {
          border-bottom: 1.5em solid transparent;
          border-right: 1.5em solid #ffffff; } }
    #anesthesia_cream .anesthesia_wrap::after {
      content: "";
      bottom: 0;
      left: 0;
      border-top: 2.5em solid transparent;
      border-left: 2.5em solid #ffffff;
      position: absolute;
      z-index: 100; }
      @media screen and (max-width: 979px) {
        #anesthesia_cream .anesthesia_wrap::after {
          border-top: 1.5em solid transparent;
          border-left: 1.5em solid #ffffff; } }
    #anesthesia_cream .anesthesia_wrap .icon_header {
      position: absolute;
      top: -4%;
      left: 0;
      right: 0;
      margin: auto; }
    #anesthesia_cream .anesthesia_wrap .new {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
      @media screen and (max-width: 979px) {
        #anesthesia_cream .anesthesia_wrap .new {
          width: 26vw; } }
    #anesthesia_cream .anesthesia_wrap .headline {
      text-align: center;
      position: relative; }
      #anesthesia_cream .anesthesia_wrap .headline .fukidashi {
        position: absolute;
        top: -70px;
        left: 40px; }
        @media screen and (max-width: 979px) {
          #anesthesia_cream .anesthesia_wrap .headline .fukidashi {
            width: 30vw;
            top: -12vw;
            left: 0; } }
      #anesthesia_cream .anesthesia_wrap .headline h3 {
        font-size: 45px;
        margin-bottom: 40px; }
        @media screen and (max-width: 979px) {
          #anesthesia_cream .anesthesia_wrap .headline h3 {
            font-size: 7vw;
            margin-bottom: 4vw; } }
        #anesthesia_cream .anesthesia_wrap .headline h3 span {
          background: linear-gradient(transparent 60%, #ebe2c8 60%);
          padding: 0 6px; }
    #anesthesia_cream .anesthesia_wrap .anesthesia_contents {
      width: 67%;
      position: relative; }
      @media screen and (max-width: 979px) {
        #anesthesia_cream .anesthesia_wrap .anesthesia_contents {
          width: 100%; } }
      #anesthesia_cream .anesthesia_wrap .anesthesia_contents .images {
        text-align: center;
        position: absolute;
        bottom: -20%;
        right: -58%;
        width: 45%; }
        @media screen and (max-width: 979px) {
          #anesthesia_cream .anesthesia_wrap .anesthesia_contents .images {
            position: relative;
            bottom: inherit;
            right: inherit;
            width: 50%;
            margin: auto;
            padding-left: 6vw; } }
      #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text p {
        line-height: 1.8; }
      #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap {
        margin: 30px 0 10px;
        background-color: #fff; }
        @media screen and (max-width: 979px) {
          #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap {
            margin: 4vw 0 2vw; } }
        #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_header {
          background-color: #95b3cb;
          padding: 4px 0;
          text-align: center;
          color: #fff;
          font-size: 20px; }
          @media screen and (max-width: 979px) {
            #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_header {
              font-size: 4vw; } }
        #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 2% 8%; }
          @media screen and (max-width: 979px) {
            #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box {
              padding: 2% 5%; } }
          #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_text {
            text-align: center;
            font-size: 20px; }
            @media screen and (max-width: 979px) {
              #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_text {
                font-size: 4vw; } }
            #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_text .bui {
              border: 1px solid #000;
              line-height: 1.4; }
          #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_num {
            text-align: center;
            color: #ce4c3e;
            font-weight: bold;
            font-size: 75px; }
            @media screen and (max-width: 979px) {
              #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_num {
                line-height: 1.6;
                font-size: 45px; } }
            #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_num span {
              position: relative;
              font-size: 40px; }
              @media screen and (max-width: 979px) {
                #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_num span {
                  font-size: 30px; } }
              #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_num span > span {
                position: absolute;
                text-align: center;
                top: -24px;
                right: 0;
                left: 0;
                margin: auto;
                white-space: nowrap;
                font-size: 18px; }
                @media screen and (max-width: 979px) {
                  #anesthesia_cream .anesthesia_wrap .anesthesia_contents .text .price_wrap .price_box .price_num span > span {
                    top: -35%;
                    font-size: 12px; } }
