.fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-line {
    opacity: 1;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-load {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-load2 {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-load3 {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-load4 {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-load5 {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}
.poyoyon {
    animation-name: poyoyon ;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count:infinite;
}

@keyframes poyoyon {
    0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}

.reflection{
    display:inline-block;
    position:relative;
    overflow:hidden;
}
.reflection:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    top:-180px;
    left:0;
    background-color: #00800045;
    opacity:0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}
body {
    background-color: #090018;
    margin: 0px;
    font-family: 'M PLUS 1p', sans-serif;
}
img {
    width: 100%;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.block {
    display: block;
}
.none {
    display: none;
}
.block_width {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.block_top {
    position: relative;
}
.top_text_1 {
    position: absolute;
    right: 0px;
    top: 3vw;
}
.top_text_2 {
    position: absolute;
    right: 0px;
    top: 23vw;
}
.block_gentei {
    position: relative;
}
.top_text_3 {
    position: absolute;
    bottom: 0vw;
}
.header_logo {
    width: 34%;
}
.block_header {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 6px 15px;
    align-items: center;
}
.header_line {
    width: 46%;
}
.block_line {
    position: relative;
}
.line_button_img {
    position: absolute;
    bottom: 31%;
    z-index: 2;
}
.line_button_text {
    color: #fff;
    position: absolute;
    top: 40%;
    font-size: 14px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.block_nayami {
    position: relative;
    margin-top: -4%;
    z-index: -1;
}
.nayami_item_block div {
    width: calc( 100% / 3 );
    opacity: 0;
    transition: 1s;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.nayami_item_block div.active_nayami {
    opacity: 1;
    transform: translate(0, 50px);
}
.nayami_text_1 {
    position: absolute;
    z-index: 2;
    top: 3%;
}
.nayami_text_2 {
    position: absolute;
    z-index: 2;
    top: 23.2%;
}
.nayami_item_bigblock {
    position: absolute;
    z-index: 2;
    top: 56%;
    width: 100%;
}
.nayami_item_block {
    display: flex;
    width: 86%;
    gap: 21px;
    margin: 0 auto;
    justify-content: center;
}
.nayami_text_3 {
    position: absolute;
    top: 72%;
    z-index: 2;
}
.nayami_text_4 {
    position: absolute;
    top: 77.5%;
    z-index: 2;
}
.nayami_text_5 {
    position: absolute;
    top: 93.5%;
    font-size: 10px;
    right: 3%;
    color: #999;
}
.block_riyu {
    position: relative;
}
.riyu_img_1 {
    margin-top: -10%;
}
.riyu_text_1 {
    position: absolute;
    top: 26%;
    z-index: 2;
}
.riyu_img_2 {
    margin-top: -10%;
}
.riyu_img_3 {
    margin-top: -10%;
}
.riyu_img_4 {
    margin-top: -10%;
}
.block_doctor {
    position: relative;
    background-color: #0a011a;
    color: #fff;
}
.doctor_bigtitle {
    padding-top: 9%;
}
.doctor_title {
    padding-top: 9%;
}
.doctor_photo {
    padding-top: 10%;
    width: 80%;
    margin: 0 auto 5%;
}
.doctor_photo2 {
    display: flex;
    margin-bottom: 16%;
}
.doctor_link {
    padding-bottom: 5%;
    width: 90%;
    margin: 0 auto;
}
.doctor_text {
    width: 87%;
    margin: 0 auto 30px;
    text-align: center;
}
.doctor_text2 {
    font-size: 14px;
    text-align: center;
}
.doctor_text p {
    font-size: 20px;
}
.block_beforeafter {
    position: relative;
    background-color: #0a011a;
}
.beforeafter_title_1 {
    position: absolute;
    top: 19.5%;
    z-index: 2;
}
.beforeafter_text {
    width: 100%;
    margin: 0 auto;
    color: #fff;
}
.beforeafter_title_3 {
    position: absolute;
    top: 20%;
    margin: 0 auto;
    z-index: 2;
}
.beforeafter_text p {
    width: 90%;
    margin: 0 auto 60px;
    font-size: 20px;
    text-align: left !important;
}
.block_beforeafter .item_wrapper {
    content: "";
    display: flex;
    gap: 30px;
    width: 83%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
}
.block_beforeafter .item {
    width: calc( (100% - 60px) / 2);
}
.global_wrapper {
    top: 27%;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
}
.block_beforeafter .popupbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}
.block_beforeafter .popup_wrapper {
    width: 29%;
    position: fixed;
    top: 7%;
    left: 35%;
    margin: 0 auto;
    z-index: 11;
    text-align: center;
    display: none;
    transform:translateZ(1px);
}
.block_beforeafter .popup_wrapper .popup {
    position: relative;
}
.block_beforeafter .popup_wrapper .img {
    display: inline-block;
    width: 100%;
}
.block_beforeafter .popup_wrapper .caption {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.block_beforeafter .popup_wrapper .close_btn {
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    margin: -15px -15px 0 0;
    font-size: 24px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.block_beforeafter p {
    text-align: center;
}
.movie_box {
    width: calc((100% - 20px )/2);
}
.movie_bigblock {
    width: 100%;
    position: absolute;
    top: 69%;
}
.block_beforeafter {
    color: #fff;
}
.beforeafter_subtitle_1 {
    position: absolute;
    top: 25.5%;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.beforeafter_subtitle_2 {
    position: absolute;
    top: 67.5%;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
}
.movie_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
}
li {
    list-style-type: none;
}
iframe {
    min-width: inherit !important;
}
.block_vioce {
    position : relative;
    margin-top: -11%;
}
.price_title {
    margin-top: 12%;
    margin-bottom: 0%;
}
.block_line.mt {
    margin-top: -4%;
}
.block_schedule {
    position: relative;
}
.schedule_title {
    position: absolute;
    top: 4%;
}
.schedule_text {
    margin-left: 24%;
    margin-right: 5%;
    color: #fff;
    font-size: 20px;
}
.schedule_box_1 {
    position: absolute;
    top: 9.6%;
}
.schedule_box_2 {
    position: absolute;
    top: 27.6%;
}
.schedule_box_3 {
    position: absolute;
    top: 41.4%;
}
.schedule_box_4 {
    position: absolute;
    top: 55.5%;
}
.schedule_box_5 {
    position: absolute;
    top: 73%;
}
.doctor_movie {
    width: 80%;
    margin: 30px auto 40px;
}
.block_qa {
    margin-top: 11%;
}
.access_title {
    margin-top: 11%;
    margin-bottom: 13%;
}
.slick-dots li button:before {
    color: #fff;
}
.slick_access .slick_box {
    padding: 10px;
}
.slick-dots li.slick-active button {
    color: #fff;
}
.slick-dots li.slick-active button:before {
    color: #fff;
}
.access_text {
    color: #fff;
    margin: 2% 6%;
    line-height: 1.8rem;
}
.access_text a {
    color: #fff;
}
.access_box {
    width: 80%;
    margin: 0 auto;
}
.access_box iframe {
    width: 100%;
    height: 400px;
}
.line_popup .posirela {
    position: relative;
    width: 55vw;
    margin: 0 auto;
}
.line_popup button {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    bottom: 40px;
    right: -1px;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.block_access {
    margin-bottom: 80px;
}
.block_access h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #fff;
    margin-left: 30px;
}
.slick_access {
    margin-bottom: 10px;
}
.slick_access2_box {
    margin: 0 auto;
    width: 76%;
}
.line_popup {
    position: fixed;
    bottom: 2%;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
}
.schedule_sub_title {
    margin-bottom: 10px;
}
.move_yajirushi {
    animation: move-y .5s infinite alternate ease-in-out;
    display: inline-block;
}
.block_present {
    position: relative;
}
.block_present .line_button_img {
    position: absolute;
    top: 49%;
    width: 88%;
    left:50%;
    height: fit-content;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}
.present_img1 {
    position: absolute;
    z-index: 2;
    top: 5%;
    width: 100%;
}
.present_img2 {
    position: absolute;
    z-index: 2;
    top: 56%;
    width: 100%;
}
.present_img3 {
    position: absolute;
    z-index: 2;
    top: 66%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}
.present_img4 {
    position: absolute;
    z-index: 2;
    top: 79%;
    width: 100%;
}
.present_img5 {
    position: absolute;
    z-index: 3;
    top: 71%;
    width: 100%;
}
.present_img6 {
    position: absolute;
    z-index: 3;
    top: 88%;
    width: 100%;
}
.block_after {
    background-color: #000;
}
.block_after_flex {
    display: flex;
    gap: 5px;
}
.block_after_flexbox {
    width: calc((100% - 10px)/3);
}
.movie_text {
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 40px;
    margin-top: 0px;
}
.movie_interview {
    height:auto;
    position:relative;
    width: 80%;
    margin: 0 auto 10px;
}
.movie_interview::before {
    display:block;
    content:'';
    width:100%;height:0;
    padding-top:177.25%; /* ※1)ココがアスペクト比（縦横比）*/
}
.movie_interview video {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;top:0;left:0;right:0;bottom:0;
}
#movie-button {
    width:80px;
    height:80px;
    position:absolute;
    right:20px;
    bottom:40px;/*親要素に対する位置指定*/
    cursor:pointer;/*カーソルを指に変更*/
    z-index:1;
}
.movie-button {
    display:flex;
    justify-content:center;
    align-items:center;/*#video-buttonの中央に配置*/
}
.movie-button span {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#f1ff00;
    font-size:1.5rem;
}
.movie-button span i {
  font-size:7.6vw;/*アイコンの大きさを指定*/
}

.block_support {
    position: relative;
}
.support_img {
    position: absolute;
    top: 18%;
}

.case_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5% auto;
}
.case_box {
    width: calc( 100% / 3);
}
@keyframes move-y {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}

.accordion {
    margin-left: auto;
    margin-right: auto;
    max-width: 757px;
    position: relative;
    width: 100%;
    color: #fff;
}
.accordion-title {
    color: #035d8b;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 0px 10px 0px;
    margin: 10px 20px;
    letter-spacing: .1rem;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #fff;
}
.accordion-title_flexbox_l {
    width: 30px;
}
.accordion-title_flexbox_r {
    width: calc( 100% - 30px );
}
.accordion p {
    margin: 0px;
    font-size: 12px;
}
.accordion-content {
    display: none;
    padding: 0px 20px 20px;
}
.accordion-content_flex {
    display: flex;
    gap: 10px;
}
.accordion-content_l {
    width: 30px;
}
.accordion-content_r {
    width: calc( 100% - 40px);
}
@media screen and (max-width: 768px) {
    .top_text_1 {
        top: 4vw;
    }
    .top_text_2 {
        top: 49vw;
    }
    .top_text_3 {
        bottom: 0vw;
    }
    .nayami_item_bigblock {
        top: 54%;
    }
    .doctor_text p, .beforeafter_text p,.beforeafter_subtitle_1 ,.beforeafter_subtitle_2 {
        font-size: 14px;
    }
    .beforeafter_title_1 {
        top: 13.5%;
    }
    .beforeafter_title_2 {
        top: 32%;
    }
    .beforeafter_text {
        top: 42.5%;
    }
    .beforeafter_title_3 {
        top: 22%;
    }
    .beforeafter_subtitle_1 {
        top: 26.5%;
    }
    .global_wrapper {
        top: 28%;
    }
    .beforeafter_subtitle_2 {
        top: 60.5%;
    }
    .movie_bigblock {
        top: 62%;
    }
    .block_beforeafter .popup_wrapper {
        width: 73%;
        top: 5%;
        left: 13%;
    }
    .schedule_text {
        font-size: 13px;
        margin-top: 4px;
    }
    .access_text {
        font-size: 13px;
    }
    .access_box iframe {
        width: 100%;
        height: 200px;
    }
    .pc-display {
        display: none;
    }
    .sp-display {
        display: block;
    }
    .line_popup .posirela {
        width: 95vw;
    }
    .schedule_box_1 {
        top: 9.5%;
    }
    .schedule_box_2 {
        top: 27.5%;
    }
    .schedule_box_3 {
        top: 41.2%;
    }
    .schedule_box_4 {
        top: 55.2%;
    }
    .schedule_box_5 {
        top: 72.7%;
    }
    .movie-button span {
        font-size: 1.2rem;
    }
    .movie-button span i {
        font-size: 12.6vw;
    }
    #movie-button {
        right: -3px;
        bottom: 0px;
    }
}
@media screen and (min-width: 769px) {
    .accordion-title {
        padding: 40px 0px 20px 0px;
    }
    .accordion p {
        font-size: 16px;
    }
    .accordion-content_flex {
        gap: 17px;
    }
    .accordion-title_flexbox_l {
        width: 60px;
    }
    .accordion-title_flexbox_r {
        width: calc(100% - 70px);
    }
    .accordion-content_l {
        width: 60px;
    }
    .accordion-content_r {
        width: calc(100% - 70px);
    }
    .line_button_text {
        top: 41%;
        font-size: 22px;
    }
    .movie_box {
        width: calc((100% - 30px )/2);
    }
    .movie_block {
        gap: 40px 30px;
        width: 94%;
    }
    .block_beforeafter .item_wrapper {
        width: 98%;
        gap: 40px 30px;
    }
    .line_popup button {
        bottom: 5.5vw;
    }
    .sp-display {
        display: none;
    }
    .pc-display {
        display: block;
    }
    .top_text_1 {
        top: 3vw;
        width: 100%;
    }
    .top_text_2 {
        top: 27vw;
        width: 100%;
    }
    .header_line {
        width: 16%;
    }
    .header_logo {
        width: 10%;
    }
    .block_access {
        margin-bottom: 160px;
    }
    .schedule_sub_title {
        margin-bottom: 2vw;
    }
}

/* -------- */
/* 問い合わせ */
/* -------- */

/* レイアウト */

.block_inquiry_form_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    flex-direction: column;
    /* LINEポップアップとぶつからないための余白 */
    padding-bottom: 75px;
}
.inquiry_title {
    width: 100%;
    margin-bottom: 20px;
}
.inquiry_title .title {
    font-size: 30px;
    margin: 0 10px;
}
.inquiry_title .description {
    margin: 0 10px;
}

/* Input */

.inquiry_input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.inquiry_input .label_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.inquiry_input label {
    font-size: 23px;
    margin: 0 10px;;
}

.inquiry_input label.sub {
    font-size: 15px;
    margin: 0 10px;;
}


.inquiry_input input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    margin: 0 10px;
}

.inquiry_input ::placeholder {
    color: #bbbbbb;
}

.inquiry_input select {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    margin: 0 10px;
}

.inquiry_input span.required {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #ce052c;
    color: white;
}

.inquiry_input span.optional {
    font-size: 12px;
    padding: 2px 5px;
    background-color: #898989;
    color: #ffffff;
}

.inquiry_input small {
    font-size: 12px;
    margin: 5px 10px;
}

.inquiry_input .error {
    margin: 0 10px;
    color: #f65252;
}

.inquiry_input textarea {
    padding: 10px;
    font-size: 16px;
    height: 100px;
    border: 1px solid #cccccc;
    margin: 0 10px;
}

.inquiry_input small.description {
    font-size: 12px;
    margin: 5px 10px;
}

.inquiry_input .inquiry_radio {
    margin: 0 10px;
}

.block_inquiry_form_wrapper button   {
    padding: 15px 75px;
    font-size: 16px;
    background-color: #bc9532;
    color: #ffffff;
    border: none;
    margin: 10px;
    cursor: pointer;
}


/* 選択タイル */
.inquiry_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.inquiry_radio input{
	display: none;
}
.inquiry_radio label{
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	width: 50%;
    height: 30px;
	margin: 0;
	padding: 12px 5px;
	border-right: 1px solid #abb2b7;
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

.inquiry_radio label:last-of-type{
	border-right: 0px;
}
.inquiry_radio input[type="radio"]:checked + label {
	background-color: #bc9532;
	color: #ffffff;
}

.inquiry_privacy_policy {
    border: 1px solid #ffffff;
    padding: 10px;
    margin: 10px;
    font-size: 13px;
}

.inquiry_privacy_policy .title {
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    float: center;
}
.inquiry_privacy_policy .title p {
    margin: 0;
}
