@media only screen and (max-width: 768px) {
  .home_page .key {
    --height: calc(100vh - 60px);
    --max-height: 130vw;
    --min-height: 520px;
    font-size: min(8px, 2vw);
  }
  .home_page .key .key_text .item {
    padding: 10px;
  }
  .home_page .key .key_catch {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 11em;
  }
  .home_page .key .key_catch::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    max-width: 100%;
  }
  .home_page .key .catch {
    text-align: center;
    margin-left: 0;
    padding: 0 2em;
  }
  .home_page .key .key-dots {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }
  .home_page .key .key-dots .slick-dots {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_page .key .key-dots .slick-dots li {
    margin: 3px;
  }
  .home_page .key .key-dots .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .home_page .key .key_banner {
    width: calc(100% - 2em);
    bottom: -7em;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_page .key .key_banner .bnr_tl {
    font-size: 1.7em;
  }
  .home_page .key .key_banner .bnr_item {
    padding-left: 2em;
  }
  .home_page .key .key_banner .bnr_item.bnr02 {
    width: 56%;
    margin-right: 0;
  }
  .home_page .idx_scroll {
    bottom: 14em;
    left: 0.3em;
    top: unset;
    font-size: 8px;
  }
  .home_page .idx_scroll a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  .home_page .idx_scroll a::before {
    width: 9px;
    height: 55px;
    position: relative;
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .home_page .key {
    font-size: 1.4vmin;
  }
  .home_page .key .key_catch {
    padding-bottom: 14em;
  }
  .home_page .key .key_banner {
    bottom: -22em;
    font-size: 7px;
  }
  .home_page .key .key_banner .bnr_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5em;
    height: 14em;
  }
  .home_page .key .key_banner .bnr_item.bnr01, .home_page .key .key_banner .bnr_item.bnr02 {
    width: 100%;
    max-width: 40em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .home_page .key {
    font-size: 1.4vmin;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .home_page .key .s1 {
    background-image: url(../images/idx_mv01_sp.jpg);
  }
  .home_page .key .slick-initialized .s2 {
    background-image: url(../images/idx_mv02_sp.jpg);
  }
  .home_page .key .slick-initialized .s3 {
    background-image: url(../images/idx_mv03_sp.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .h3_tl h3 {
    font-size: 28px;
    text-align: center;
  }
  .h3_tl h3::after {
    width: 38px;
    height: 4px;
    margin-top: 5px;
  }
  .h3_tl .h_en {
    white-space: wrap;
    letter-spacing: 0.05em;
    font-size: min(90px, 12vw);
  }
  .h3_tl.tl_white h3:after {
    width: 40px;
    margin-top: 5px;
  }
  .h3_tl.tl_left .h_en {
    left: 0;
    right: 0;
    text-align: center;
  }
  .h3_tl.tl_left h3::after {
    margin-left: auto;
    margin-right: auto;
  }
  .h3_st02 h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .h3_st02 h3 .txt_sm {
    font-size: 22px;
  }
  .h3_st02 .h_en {
    font-size: 16px;
    padding: 0 40px;
  }
  .h3_st02 .h_en::before, .h3_st02 .h_en::after {
    width: 33px;
  }
  .btn02 a::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .idx01 {
    padding: 130px 0 55px;
  }
  .idx01 .h3_tl h3 {
    font-size: 26px;
  }
  .idx01 .h3_tl h3::after {
    margin-bottom: 5px;
  }
  .idx01 .btn_news {
    margin-right: auto;
  }
  .idx01 .btn_news a:before {
    top: -5px;
  }
  .idx01 .tab_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .idx01 .tab_btn .tab {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 14px 15px 14px;
  }
  .idx01 .list_post {
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
  .idx01 .list_post a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .idx01 .list_post a::after {
    width: 20px;
    height: 20px;
  }
  .idx01 .list_post .date {
    font-size: 12px;
    width: 80px;
  }
  .idx01 .list_post .cate {
    font-size: 12px;
    width: 80px;
    padding: 5px 7px 6px;
  }
  .idx01 .list_post .title {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .idx02 {
    padding: 65px 0;
  }
  .idx02::before {
    max-height: 500px;
    height: 100vw;
  }
  .idx02 .h3_tl {
    margin-bottom: 25px;
  }
  .idx02 .idx_logo {
    margin: 0 auto 20px;
    max-width: 250px;
  }
  .idx02 .b_info {
    margin-bottom: 25px;
  }
  .idx02 .btn-group {
    margin-top: 10px;
  }
  .idx02 .block_clinic {
    border-radius: 30px;
    padding: 40px 5%;
  }
  .idx02 .block_clinic .col {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 .b_traffic .traffic_item {
    width: 100%;
  }
  .idx03 {
    border-width: 2px;
    padding-bottom: 60px;
  }
  .idx03 .h3_tl {
    margin-bottom: 25px;
  }
  .idx03 .box_name {
    top: 0;
    right: 4%;
    font-size: min(15px, 2.5vw);
  }
  .idx03 .box_name .name {
    padding-bottom: 1.235294em;
    padding-left: 1em;
    margin-left: 1em;
  }
  .idx03 .box_name .name .en {
    font-size: 1.2em;
  }
  .idx03 .greeting_img {
    position: relative;
  }
  .idx03 .greeting_cont {
    padding: 35px 10px 35px 10px;
    width: calc(100% - 10px);
    max-width: 710px;
    margin-top: -30px;
  }
  .idx03 .greeting_cont:before {
    border-radius: 0 40px 40px 0;
  }
  .idx03 .btn-group {
    margin-top: 25px;
  }
  .idx_map {
    margin-top: 35px;
    height: 299px;
  }
  .idx04 {
    padding: 65px 0 55px;
    background-image: url(../images/idx04_bg_sp.jpg);
  }
  .idx04 .h3_tl {
    margin-bottom: 25px;
  }
  .idx04 .feature_slider {
    padding: 0 10px;
  }
  .idx04 .feature_slider .feature_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx04 .feature_slider h4 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  .idx04 .feature_slider .btn {
    margin-top: 30px;
    margin-right: auto;
    max-width: 280px;
  }
  .idx04 .feature_slider .feature_num {
    font-size: min(20px, 4vw);
    right: 0;
    left: 0;
    top: 0.1em;
    text-align: center;
  }
  .idx04 .feature_slider .feature_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .idx04 .feature_slider .feature_img img {
    border-radius: 20px;
  }
  .idx04 .feature_slider .p_cont {
    min-height: 9.352941em;
  }
  .idx04 .feature_slider .feature_cont {
    width: 100%;
    padding: 65px 10% 40px;
  }
  .idx04 .feature_slider .feature_cont::before {
    border-radius: 20px;
    width: 100%;
    height: calc(100% - 30px);
    top: unset;
    bottom: 0;
  }
  .idx04 .slick-dots {
    margin-top: 15px;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx04 .feature_thumb {
    display: none;
    margin-top: 12px;
    font-size: min(10px, 1.9vw);
  }
  .idx04 .feature_thumb .thumb_it {
    width: calc(25% - 1em) !important;
    margin: 0.5em;
  }
  .idx04 .feature_thumb .thumb_it::before {
    border-radius: 2em;
    border-width: 3px;
  }
  .idx04 .feature_thumb .point {
    right: 0.2em;
    bottom: 0.1em;
    font-size: 4em;
  }
  .idx04 .feature_thumb .thumb_img {
    border-radius: 2em;
  }
  .idx05 {
    background-size: 40% auto;
    padding: 65px 0 0;
  }
  .idx05 .h3_tl {
    margin-bottom: 30px;
  }
  .idx05 .b_tab::before {
    font-size: min(8px, 0.8vw);
    right: -4.1em;
  }
  .idx05 .block_medical .medical_item {
    width: calc(50% - 10px);
    margin: 5px;
    font-size: min(10px, 2.1vw);
  }
  .idx05 .block_menu {
    padding: 20px 10px;
  }
  .idx05 .block_menu .menu_title {
    margin-bottom: 15px;
  }
  .idx05 .block_menu .menu_title .title {
    font-size: 18px;
    margin-top: 6px;
  }
  .idx05 .block_menu .btn-group .btn {
    min-width: auto;
  }
  .idx05 .block_menu .btn-group .btn a {
    height: 100%;
    font-size: min(14px, 3.1vw);
    letter-spacing: 0.05em;
  }
  .idx06 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .idx06 .h3_tl {
    margin-bottom: 25px;
  }
  .idx06 .h3_tl .h_en {
    top: -0.1em;
  }
  .idx06 .block_pickup .btn {
    margin-top: 20px;
    max-width: 280px;
  }
  .idx06 .block_pickup .pickup_item {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 610px;
  }
  .idx06 .block_pickup .pickup_item:last-child {
    margin-bottom: 0;
  }
  .idx06 .block_pickup .pickup_img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .idx06 .block_pickup .pickup_cont {
    padding: 0 10px;
  }
  .idx06 .block_pickup .pickup_tl {
    padding: 0 15px 20px;
  }
  .idx06 .block_pickup .pickup_tl .en {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .idx06 .block_pickup .pickup_tl h4 {
    font-size: 21px;
  }
  .idx07 {
    padding: 55px 0 75px;
    background-image: url(../images/idx07_bg_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-color: #6e624e;
  }
  .idx07 .h3_st02 {
    margin-bottom: 25px;
  }
  .idx07 .btn02 {
    margin-top: 25px;
  }
  .idx07 .block_artmake .artmake_img {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    font-size: min(8px, 1.55vw);
  }
  .idx07 .block_artmake .artmake_img .circle02 {
    top: -1em;
  }
  .idx07 .block_artmake .artmake_img .circle p {
    font-size: 1.75em;
  }
  .idx08 {
    padding-bottom: 50px;
  }
  .idx08 .h3_st02 {
    margin-bottom: 35px;
  }
  .idx08 .h3_st02 h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .idx08 .h3_st02 .h_en {
    padding-left: 40px;
  }
  .idx08 .h_tl {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .idx08 .h_tl .en {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .idx08 .h_tl h4 {
    font-size: 22px;
  }
  .idx08 .btn02 {
    margin: 20px auto 0;
  }
  .idx08 .listcheck {
    max-width: 100%;
  }
  .idx08 .listcheck li {
    padding-left: 22px;
    margin-bottom: 12px;
  }
  .idx08 .listcheck li::before {
    top: 8px;
  }
  .idx08 .block_concerns .concerns_img {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .idx08 .block_concerns .concerns_img .img01 {
    margin-top: 20px;
  }
  .idx08 .block_concerns .concerns_img img {
    -webkit-box-shadow: 10px 10px 0px rgba(199, 187, 169, 0.16);
            box-shadow: 10px 10px 0px rgba(199, 187, 169, 0.16);
  }
  .idx08 .block_concerns .concerns_cont {
    padding: 25px 40px 40px 20px;
  }
  .idx08 .block_concerns .concerns_cont::before {
    top: -30px;
    left: -20px;
    width: calc(100% + 20px);
    height: 100%;
  }
  .idx08 .idx_tab {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .idx08 .tab_img {
    display: table;
    width: 100%;
    max-height: 475px;
    height: 57vw;
    margin: 0 auto 20px;
  }
  .idx08 .tab_content {
    width: calc(100% + 20px);
    margin-top: -40px;
    margin-left: auto;
    margin-right: -20px;
  }
  .idx08 .block_tattoo {
    margin-left: auto;
    margin-right: auto;
  }
  .idx08 .block_tattoo figure {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  .idx08 .block_flow .flow_item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 40px;
    margin-right: 15px;
    font-size: min(8.75px, 2.1vw);
  }
  .idx08 .block_flow .flow_item:nth-child(2n+2) {
    margin-right: 0;
  }
  .idx08 .block_flow .flow_img {
    -webkit-filter: drop-shadow(10px 10px 0px rgba(199, 187, 169, 0.16));
            filter: drop-shadow(10px 10px 0px rgba(199, 187, 169, 0.16));
  }
  .idx08 .idx_banner {
    font-size: min(8.75px, 1.8vw);
    margin-top: 0;
  }
  .idx08 .idx_banner .bnr_it {
    width: 100%;
    margin: 2em auto;
  }
  .idx08 .idx_banner .bnr_it:nth-child(2n+2) {
    margin-right: auto;
  }
  .idx_instagram {
    padding: 55px 0;
  }
  .idx_instagram .inner_big {
    position: relative;
    padding-bottom: 80px;
  }
  .idx_instagram .insta_tt {
    font-size: 24px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .idx_instagram .insta_btn {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .idx_instagram .insta_btn a {
    font-size: 16px;
  }
  .idx_instagram .insta_btn a::after {
    width: 26px;
    height: 26px;
  }
  .idx_instagram .instagram_list {
    max-width: 620px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_instagram .instagram_list .item {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
  }
}
@media only screen and (max-width: 570px) {
  .idx01 {
    padding-top: 215px;
  }
}
@media only screen and (max-width: 550px) {
  .h3_tl .h_en {
    font-size: min(90px, 12vw);
  }
  .idx02 .b_traffic .traffic_item {
    width: calc(50% - 10px);
    margin: 5px;
    display: block;
    margin: 5px;
    padding: 15px 12px 15px;
  }
  .idx02 .b_traffic .traffic_ic {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .idx02 .b_traffic .traffic_tl {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: min(15px, 4.2vw);
  }
  .idx04 .feature_thumb {
    font-size: min(10px, 3vw);
  }
  .idx04 .feature_thumb .slick-track {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx04 .feature_thumb .thumb_it {
    width: calc(50% - 1em) !important;
  }
  .idx05 .block_menu .btn-group .btn {
    width: calc(50% - 10px);
  }
  .idx08 .block_flow .flow_item {
    width: calc((100% - 1em) / 2);
    max-width: 360px;
    margin-right: 1em;
    font-size: min(8px, 1.6vw);
    min-height: 50em;
  }
  .idx08 .block_flow .flow_item:nth-child(2n+2) {
    margin-right: 0;
  }
  .idx08 .block_flow .flow_item a::before {
    top: 4em;
  }
  .idx08 .block_flow .flow_cont{
    padding: 5.7em 2em 2em;
  }
}
@media only screen and (max-width: 350px) {
  .h3_tl h3 {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  .h3_st02 .h_en {
    font-size: 14px;
  }
  .idx05 .block_menu .btn-group .btn {
    width: 100%;
  }
  .idx05 .block_menu .btn-group .btn a {
    font-size: 14px;
  }
  .idx07 .block_artmake .artmake_img .circle02 {
    top: -4em;
    padding-top: 4em;
  }
}