@charset "UTF-8";
#main {
  background: #000 url("/assets/doctor/gensen/images/back.jpg") center top/1500px auto no-repeat; }
  #main.doctor {
    position: relative;
    max-width: 1500px;
    margin-inline: auto;
    background: url("/assets/doctor/gensen/images/doctor/doctorback.jpg") center top/100% repeat; }
    @media screen and (max-width: 979px) {
      #main.doctor {
        background-image: url("/assets/doctor/gensen/images/doctor/doctorback_sp.jpg"); } }
    #main.doctor::before {
      position: absolute;
      content: "";
      width: 100vw;
      margin-left: calc(50% - 50vw);
      background-color: black;
      height: 100%;
      z-index: -1; }
  #main #container {
    background: none; }
  #main #mv {
    max-width: 1500px;
    margin-inline: auto;
    position: relative;
    background: none; }
  #main #intro .introInner .introIndex {
    display: inline-flex;
    font-size: 32px;
    font-weight: bold;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
    color: #7f5423;
    border: 1px solid #7f5423;
    padding: 5px 65px;
    border-radius: 100px; }
  #main #intro .introInner .introShorei {
    font-size: 75px;
    font-weight: bold;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
    color: #7f5423;
    line-height: 1;
    margin: 25px 0 10px; }
    #main #intro .introInner .introShorei em {
      font-size: 90px;
      vertical-align: text-bottom; }
    #main #intro .introInner .introShorei span {
      font-size: 55px; }
  #main #intro .introInner .introText01 {
    font-size: 30px;
    font-weight: bold;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
    color: #7f5423;
    line-height: 1.4;
    margin: 0 0 20px; }
    #main #intro .introInner .introText01 em {
      color: #e81f4a; }
  @media screen and (max-width: 979px) {
    #main #intro .introInner {
      padding-top: 5vw; }
      #main #intro .introInner .introIndex {
        font-size: 5vw;
        border: 0.25vw solid #7f5423;
        padding: 1vw 5vw; }
      #main #intro .introInner .introShorei {
        font-size: 7vw;
        margin: 3vw 0 2.5vw; }
        #main #intro .introInner .introShorei em {
          font-size: 10vw; }
        #main #intro .introInner .introShorei span {
          font-size: 6vw;
          padding: 0 0 0 0.5vw; }
      #main #intro .introInner .introText01 {
        font-size: 5vw;
        margin: 0 0 2vw; } }
  #main #intro .introConfirm.eyelid {
    height: 214px;
    background: url("/assets/doctor/gensen/images/eyelid/intro01.jpg") center top no-repeat; }
  #main #intro .introConfirm.memoto {
    height: 214px;
    background: url("/assets/doctor/gensen/images/memoto/intro01.jpg") center top no-repeat; }
  #main #intro .introConfirm.nose {
    height: 214px;
    background: url("/assets/doctor/gensen/images/nose/intro01.jpg") center top no-repeat; }
  #main #intro .introConfirm.breast {
    height: 214px;
    background: url("/assets/doctor/gensen/images/breast/intro01.jpg") center top no-repeat; }
  #main #intro .introConfirm.liposuction {
    height: 214px;
    background: url("/assets/doctor/gensen/images/liposuction/intro01.jpg") center top no-repeat; }
  #main #intro .introConfirm.fa-under {
    height: 214px;
    background: url("/assets/doctor/gensen/images/fa-under/intro01.jpg") center top no-repeat; }
  @media screen and (max-width: 979px) {
    #main #intro .introConfirm.eyelid, #main #intro .introConfirm.liposuction, #main #intro .introConfirm.memoto, #main #intro .introConfirm.nose {
      height: 32vw;
      background-size: cover; }
    #main #intro .introConfirm.eyelid {
      background-image: url("/assets/doctor/gensen/images/eyelid/intro01_sp.jpg"); }
    #main #intro .introConfirm.memoto {
      background-image: url("/assets/doctor/gensen/images/memoto/intro01_sp.jpg"); }
    #main #intro .introConfirm.nose {
      background-image: url("/assets/doctor/gensen/images/nose/intro01_sp.jpg"); }
    #main #intro .introConfirm.breast {
      background-size: contain;
      height: 32vw;
      background-image: url("/assets/doctor/gensen/images/breast/intro01_sp.jpg"); } }
  #main #intro .introDoctor {
    padding: 55px 55px 95px;
    display: flex;
    justify-content: space-between;
    background-color: #fff; }
    #main #intro .introDoctor .introDoctorLeft {
      flex: 1; }
    #main #intro .introDoctor .introDoctorRight {
      min-width: 392px; }
      #main #intro .introDoctor .introDoctorRight p {
        line-height: 1.4; }
        #main #intro .introDoctor .introDoctorRight p.title {
          font-size: 21px;
          margin: 20px 0 0; }
        #main #intro .introDoctor .introDoctorRight p.name {
          font-size: 55px;
          font-weight: bold;
          font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
          margin: 10px 0 0; }
          #main #intro .introDoctor .introDoctorRight p.name span {
            font-size: 35px; }
        #main #intro .introDoctor .introDoctorRight p.kana {
          font-size: 22px;
          margin: 10px 0 0; }
    @media screen and (max-width: 979px) {
      #main #intro .introDoctor {
        padding: 5vw 4vw 12vw; }
        #main #intro .introDoctor .introDoctorLeft {
          width: 40%;
          margin: 0 auto;
          text-align: center; }
        #main #intro .introDoctor .introDoctorRight {
          min-width: inherit;
          width: 60%;
          padding: 0 0 0 4vw;
          margin: 0; }
          #main #intro .introDoctor .introDoctorRight .img {
            padding: 0; }
          #main #intro .introDoctor .introDoctorRight p {
            text-align: left; }
            #main #intro .introDoctor .introDoctorRight p.title {
              font-size: 3vw;
              margin: 2vw 0 0; }
            #main #intro .introDoctor .introDoctorRight p.name {
              font-size: 7vw;
              margin: 1vw 0 0; }
              #main #intro .introDoctor .introDoctorRight p.name span {
                font-size: 5vw; }
            #main #intro .introDoctor .introDoctorRight p.kana {
              font-size: 3vw;
              margin: 1vw 0 0; } }
  #main #intro .introCareer {
    padding: 1px 0px 60px;
    margin-top: 100px; }
    #main #intro .introCareer header {
      text-align: center; }
      #main #intro .introCareer header h3 {
        font-size: 30px;
        font-weight: bold;
        font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
        color: #fff;
        margin: 5px 0 0;
        letter-spacing: 4px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff; }
    #main #intro .introCareer table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      font-size: 19px;
      margin: 20px 0 0; }
      #main #intro .introCareer table tr th,
      #main #intro .introCareer table tr td {
        border: 1px solid #d4b287;
        padding: 15px 30px;
        font-weight: normal; }
      #main #intro .introCareer table tr th {
        width: 175px;
        background: #fdf8ef; }
    @media screen and (max-width: 979px) {
      #main #intro .introCareer {
        background-size: 100% auto;
        padding: 0.1vw 4vw 5vw; }
        #main #intro .introCareer header {
          margin-top: -6.5vw; }
          #main #intro .introCareer header h3 {
            padding: 0 7vw; }
            #main #intro .introCareer header h3 img {
              width: 100%; }
            #main #intro .introCareer header h3 + p {
              font-size: 5vw;
              margin: 1vw 0 0;
              letter-spacing: 0.2vw; }
        #main #intro .introCareer table {
          font-size: 3.5vw;
          margin: 2vw 0 0; }
          #main #intro .introCareer table tr th,
          #main #intro .introCareer table tr td {
            border: 0.2vw solid #d4b287;
            padding: 2vw 3vw; }
          #main #intro .introCareer table tr th {
            width: 25vw; } }
  #main #intro .introComment {
    background-color: #fff;
    padding: 20px 55px 60px 35px;
    margin-top: -1px; }
    #main #intro .introComment .introCommentInner {
      position: relative;
      padding-top: 1px;
      min-height: 550px; }
      #main #intro .introComment .introCommentInner .introCommentLeft {
        position: relative;
        z-index: 1;
        margin: 95px 0 0;
        background: #fff;
        padding: 1px 0 20px;
        width: 485px; }
        #main #intro .introComment .introCommentInner .introCommentLeft header {
          margin-top: -33px; }
          #main #intro .introComment .introCommentInner .introCommentLeft header h3 + p {
            font-size: 30px;
            font-weight: bold;
            font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
            margin: 5px 0 0;
            letter-spacing: 4px; }
        #main #intro .introComment .introCommentInner .introCommentLeft .introCommentText {
          padding: 0 30px 0 5px;
          margin: 10px 0 0; }
          #main #intro .introComment .introCommentInner .introCommentLeft .introCommentText p {
            font-size: 20px;
            margin: 0;
            line-height: 1.5; }
      #main #intro .introComment .introCommentInner .introCommentRight {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right; }
      #main #intro .introComment .introCommentInner .introCommentText02 {
        padding-bottom: 20px; }
        #main #intro .introComment .introCommentInner .introCommentText02 p {
          font-size: 20px;
          margin: 0;
          line-height: 1.5; }
    @media screen and (max-width: 979px) {
      #main #intro .introComment {
        padding: 0 4vw 5vw; }
        #main #intro .introComment .introCommentInner {
          padding-top: 0;
          min-height: auto; }
          #main #intro .introComment .introCommentInner .introCommentLeft {
            margin: 0;
            padding: 0.2vw 0 0;
            width: 100%;
            position: relative;
            background: none; }
            #main #intro .introComment .introCommentInner .introCommentLeft header {
              position: absolute;
              margin-top: 0;
              left: 0;
              top: 7vw;
              width: 95%; }
              #main #intro .introComment .introCommentInner .introCommentLeft header h3 {
                padding: 0; }
                #main #intro .introComment .introCommentInner .introCommentLeft header h3 img {
                  width: 100%; }
                #main #intro .introComment .introCommentInner .introCommentLeft header h3 + p {
                  font-size: 5vw;
                  margin: 1vw 0 0;
                  letter-spacing: 0.2vw;
                  text-align: left; }
            #main #intro .introComment .introCommentInner .introCommentLeft .introCommentText {
              width: 60vw;
              padding: 15vw 3vw 0 0;
              margin: 15vw 0 0;
              background: #fff;
              text-align: left; }
              #main #intro .introComment .introCommentInner .introCommentLeft .introCommentText p {
                font-size: 3.5vw; }
          #main #intro .introComment .introCommentInner .introCommentRight {
            width: 55vw;
            overflow: hidden; }
            #main #intro .introComment .introCommentInner .introCommentRight.nakamura img {
              margin-right: -7vw; }
            #main #intro .introComment .introCommentInner .introCommentRight.takizawa {
              width: 38vw;
              top: 14vh; }
          #main #intro .introComment .introCommentInner .introCommentText02 p {
            font-size: 3.5vw; } }
  #main #doctor {
    text-align: center; }
    #main #doctor h2 {
      margin: 0 0 30px;
      mix-blend-mode: exclusion; }
    #main #doctor .doctorText01,
    #main #doctor .doctorText02 {
      font-weight: bold;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
      letter-spacing: 0.1em;
      line-height: 1.6; }
      @media screen and (max-width: 979px) {
        #main #doctor .doctorText01,
        #main #doctor .doctorText02 {
          letter-spacing: 0.05em; } }
    #main #doctor .doctorText01 {
      font-size: 32px; }
    #main #doctor .doctorText02 {
      font-size: 16px;
      margin: 10px 0 15px; }
    #main #doctor .area-label {
      margin-left: 20px; }
    @media screen and (min-width: 980px) {
      #main #doctor > ul {
        padding: 0 20px; }
        #main #doctor > ul li {
          width: 220px; }
          #main #doctor > ul li:not(:nth-child(4n + 1)) {
            margin-left: 20px; }
          #main #doctor > ul li:nth-child(n + 5) {
            margin-top: 40px; } }
    #main #doctor > ul li a .img {
      margin: 0 0 15px; }
      #main #doctor > ul li a .img img.shadow {
        display: none; }
    @media screen and (max-width: 979px) {
      #main #doctor h2 {
        margin: 0 0 4vw; }
      #main #doctor .doctorText01 {
        font-size: 4.7vw; }
      #main #doctor .doctorText02 {
        font-size: 3vw;
        margin: 1vw 0 1.5vw; }
      #main #doctor p {
        font-size: 3.5vw; }
      #main #doctor > ul {
        justify-content: center; }
        #main #doctor > ul li a .img {
          margin: 0 0 2vw; } }
  #main #doctorContents header {
    text-align: center; }
    #main #doctorContents header h3 {
      mix-blend-mode: exclusion; }
      #main #doctorContents header h3 + p {
        font-size: 32px;
        font-weight: bold;
        font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
        color: #fff;
        margin: 15px 0 0; }
  #main #doctorContents ul {
    width: 880px;
    margin: 35px auto 0; }
    #main #doctorContents ul.photo {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #main #doctorContents ul.photo.column-1 {
        justify-content: center; }
      #main #doctorContents ul.photo li {
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
        padding: 0 10px; }
    #main #doctorContents ul.movie {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      #main #doctorContents ul.movie li {
        width: 412px; }
        #main #doctorContents ul.movie li:nth-child(n + 3) {
          margin-top: 31px; }
  #main #doctorContents .youtube-box,
  #main #doctorContents .gmap-box,
  #main #doctorContents .iframe-box {
    background: none; }
  @media screen and (max-width: 979px) {
    #main #doctorContents {
      margin: 10vw 0 0; }
      #main #doctorContents header {
        width: 100%;
        margin: 0 auto; }
        #main #doctorContents header h3 + p {
          font-size: 5vw;
          margin: 2vw 0 0; }
      #main #doctorContents ul {
        width: 100%;
        margin: 4vw auto 0; }
        #main #doctorContents ul.photo {
          display: block; }
          #main #doctorContents ul.photo li {
            width: 100%;
            margin-bottom: 20px;
            padding: 0 2%; }
        #main #doctorContents ul.movie {
          display: flex;
          flex-direction: column; }
          #main #doctorContents ul.movie li {
            width: 90%;
            margin: 0 auto;
            text-align: center; }
            #main #doctorContents ul.movie li:nth-child(n + 3) {
              margin-top: 0; }
            #main #doctorContents ul.movie li:nth-child(n + 2) {
              margin-top: 4%; }
        #main #doctorContents ul + header {
          margin-top: 80px; } }
      @media screen and (max-width: 979px) and (max-width: 979px) {
        #main #doctorContents ul + header {
          margin-top: 0; } }

.jquery-modal .modal {
  width: auto; }
  .jquery-modal .modal video.modal-video {
    width: 100%;
    max-width: 400px;
    height: auto; }
    .jquery-modal .modal video.modal-video.wide {
      max-width: 800px; }
  @media screen and (max-width: 979px) {
    .jquery-modal .modal {
      width: 90%; } }

.monitor {
  position: relative;
  background: url("/assets/agingcare/ope/threadlift/prima/images/monitor01.jpg") right 0/auto 100% no-repeat;
  padding: 1px 0 100px;
  margin-top: 150px; }
  @media screen and (max-width: 979px) {
    .monitor {
      margin-top: 100px; } }
  .monitor > * {
    position: relative;
    z-index: 1; }
  .monitor .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-inline: auto; }
    .monitor .container .text {
      flex: 1;
      background: rgba(255, 255, 255, 0.7);
      margin: 0;
      margin-top: 50px;
      padding: 20px 40px;
      position: relative; }
      .monitor .container .text p {
        font-size: 1.8rem; }
        .monitor .container .text p + p {
          margin-top: 1em; }
        .monitor .container .text p.caution {
          font-size: 16px; }
      .monitor .container .text em {
        color: #ac1231;
        font-weight: bold; }
      .monitor .container .text > figure {
        position: absolute;
        right: 20px; }
    .monitor .container .text2 {
      flex: unset;
      width: 100%;
      margin-top: 0; }
  @media screen and (max-width: 979px) {
    .monitor {
      background-position: right top;
      padding: 0 0 25vw; }
      .monitor::before {
        width: 80vw;
        height: 50vw;
        top: 0;
        left: inherit;
        right: 0;
        transform: translate(0, 0); }
      .monitor .container {
        width: 100%;
        margin: 10px auto 0;
        padding: 0; }
        .monitor .container .text {
          width: 70vw;
          padding: 10px;
          margin: 0;
          margin-top: 30px;
          text-align: left; } }
      @media screen and (max-width: 979px) and (max-width: 979px) {
        .monitor .container .text {
          margin-top: 15px; } }
  @media screen and (max-width: 979px) {
          .monitor .container .text p {
            font-size: 1.2rem; }
            .monitor .container .text p.caution {
              font-size: 2.5vw; }
          .monitor .container .text > figure {
            width: 30vw;
            right: 2vw;
            bottom: -8vw; }
        .monitor .container .text2 {
          width: 100%;
          margin-top: 0; }
        .monitor .container > figure {
          width: 45vw;
          margin-right: 0; }
          .monitor .container > figure img {
            aspect-ratio: 100/150;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center center;
               object-position: center center; } }
  .monitor .primaIndex2 {
    position: absolute;
    width: 100%;
    top: -110px;
    left: 0;
    color: #fff;
    padding-top: 0; }
  @media screen and (max-width: 979px) {
    .monitor p {
      font-size: 10vw; }
      .monitor p img {
        height: 100%; }
    .monitor h2 {
      font-size: 5vw;
      margin: 1vw 0 0;
      letter-spacing: 0.2vw; }
    .monitor.primaIndex1 {
      width: 70vw;
      height: 25vw;
      box-shadow: 2vw 2vw 0 0 #cba296;
      padding: 0 0 0.5vw;
      margin: -10vw auto 10vw; }
    .monitor.primaIndex2 {
      padding: 8vw 0 0; } }
  .monitor .primaIndex2 {
    text-align: center;
    line-height: 1; }
    .monitor .primaIndex2 p {
      font-weight: normal;
      font-family: "glitther", "游明朝", "Yu Mincho", "YuMincho", sans-serif; }
    .monitor .primaIndex2 h2 {
      font-size: 30px;
      font-weight: bold;
      font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", メイリオ, Meiryo, serif, Georgia;
      color: #fff;
      margin: 5px 0 0;
      letter-spacing: 4px;
      padding-bottom: 10px;
      border-bottom: 1px solid #fff;
      line-height: 2; }
    .monitor .primaIndex2.primaIndex1 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 650px;
      height: 220px;
      background: #fff;
      box-shadow: 18px 18px 0 0 #cba296;
      margin: -76px auto 100px;
      position: relative; }
    .monitor .primaIndex2.primaIndex2 {
      color: #fff;
      padding-top: 0; }
    @media screen and (max-width: 979px) {
      .monitor .primaIndex2 p {
        font-size: 10vw; }
      .monitor .primaIndex2 h2 {
        font-size: 5vw;
        letter-spacing: 0.2vw;
        margin: 1vw 0 0; }
      .monitor .primaIndex2.primaIndex1 {
        width: 70vw;
        height: 25vw;
        box-shadow: 2vw 2vw 0 0 #cba296;
        padding: 0 0 0.5vw;
        margin: -10vw auto 10vw; }
      .monitor .primaIndex2.primaIndex2 {
        padding: 8vw 0 0; } }

.sns {
  display: flex;
  justify-content: center;
  gap: 20px; }
  @media screen and (max-width: 979px) {
    .sns {
      gap: 10px; } }
  @media screen and (max-width: 979px) {
    .sns li {
      width: 40px; } }

@media screen and (max-width: 979px) {
  .movie {
    width: 94%;
    margin-inline: auto !important; } }

@media screen and (max-width: 979px) {
  .btn {
    width: 80%;
    margin-inline: auto; } }
