.case-viewAll {
    margin-bottom: 10rem;
}


/* header */

.gtranslate_wrapper{
    font-family: "Cormorant Garamond", "Noto Serif JP", serif;
    color: #111952;
    background: #fff;
    border-radius: 2px;
    padding: 3px 6px;
}
.gtranslate_wrapper img{
    width: 24px;
}

.un_lang{
    display: flex;
    align-items: center;
}

.un_lang .gtranslate_wrapper{
    background: unset;
    padding: unset;
}
.un_lang .gtranslate_wrapper .gt_switcher-popup span{
    display: none;
}
.un_lang .gt_white_content a{
    display: block;
}


/*======================= 
Top Pick upバナー
========================*/

.homeBannerListWrapper {
    margin-top: 32px;
    padding-inline: 1rem;
}

.homeBannerList {
    max-width: 900px;
    margin-inline: auto;
}

.homeBannerList {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
    place-items: center;
    gap: 1rem;
}


.menu-recommend__main_movie_img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}


.home-case__doctor {
    margin-top: 90px;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home-case__doctor__image{
    display: block;
    position: relative;
    z-index: -1;
}


@media screen and (max-width : 480px) {
    .home-case__doctor__ttl {
        bottom: 67px;
    }

    .home-case__doctor__ttl__ja {
        margin-top: 0;
        font-size: 2.2rem;
    }

    .home-case__doctor__btn {
        bottom: 6%;
    }

    .home-case__doctor__ttl__en {
        font-size: 1.2rem;
    }

}

.doctor-sakai-position {
    background-position: center 3%;
}

.doc_iwai {
    background-position: center 12%;
}

.doc_kawai {
    background-position: center 3%;
}


/* trifill-pro */
.ly_menu_pointFlexWrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bl_pointContainer {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.bl_pointContainer_inner_ttl {
    display: grid;
    grid-template-columns: 65px auto;
    gap: 20px;
    margin-bottom: 8px;
}

.bl_pointContainer_inner_ttl_txt_main {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}

.bl_pointContainer_inner_ttl_txt_sub {
    color: #5C5C64;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
}

.bl_pointContainer_inner_txt {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 1.7;
}

@media screen and (max-width : 600px) {
    .ly_menu_pointFlexWrapper {
        grid-template-columns: auto;
    }
}

.bl_menuTableCopyTxt {
    position: relative;
    padding-top: 90px;
    padding-bottom: 10px;
    border-bottom: 1px #111952 solid;
    margin-bottom: 40px
}


.bl_menuTableCopyTxt::before {
    position: absolute;
    bottom: -11px;
    left: 49.2%;
    transform: rotate(-45deg);
    height: 1px;
    width: 30px;
    background-color: #333;
    z-index: 1;
    content: "";
}

.bl_menuTableCopyTxt::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 38px;
    height: 1px;
    background-color: #E6DED9;
    content: "";
}

.el_menuTableCopyTxt_txt {
    color: #111952;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
}

.el_menuTableCopyTxt_txt .sp_br {
    display: none;
}

.bl_trifill-pro_movie {
    margin-bottom: 90px;
}


@media screen and (max-width : 600px) {
    .el_menuTableCopyTxt_txt .sp_br {
        display: block;
    }
}

@media screen and (max-width : 375px) {
    .el_menuTableCopyTxt_txt {
        font-size: 20px;
    }
}

/* ジュベリック & リジュラン */

.ly_trifillTable {
    width: 100%;
    margin-top: 1rem;
}

.el_trifillTable_ttl {
    width: 100%;
    background-color: #111952;
    text-align: center;
    color: #FFF;
    text-align: center;
    padding: 8px;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

.ly_trifillTable_list {
    background-color: #fff;
    padding: 8px;
}

.ly_trifillTable_list_item {
    width: fit-content;
    display: grid;
    grid-template-columns: 115px auto;
    margin-inline: auto;
}

.ly_trifillTable_list_item_ttl,
.ly_trifillTable_list_item_price {
    color: #5c5c64;
    font-size: 1.3rem;
    line-height: 2;
    vertical-align: middle;
}


.menu-detail__table td p>a {
    display: block;
}

.newGnav__children__nav__col__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.home-popular__item__btn {
    margin-inline: auto;
}

/*======================= 
キャンペーン
========================*/

.home-campaign__list {
    justify-content: flex-start;
}

.home-campaign__list__item {
    width: calc(100% / 4 - 8px);
}

@media screen and (max-width : 800px) {

    .home-campaign__list__item {
        width: calc(100% / 2 - 8px);
    }
}


.home-case__doctor__ttl__en {
    padding-left: 8px;
}

@media screen and (max-width : 800px) {

    .home-campaign__list__item {
        padding-left: 0;
    }
}



.menu-head__scroll {
    color: #111952;
    font-family: "Cormorant Garamond", "Noto Serif JP", serif;
    font-size: 1.4rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    padding-bottom: 55px;
}

.menu-head__scroll::after {
    content: "";
    background-color: #111952;
    width: 1px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.post-archive__item__image {
    flex-shrink: 0;
}

@media screen and (max-width : 800px) {
    .post-archive__item {
        gap: 10px;
    }
    .post-archive__item__image {
        width: 120px;
        height: 120px;
    }
    .post-archive__item__title {
        font-size: 1.6rem;
        margin-top: 0;
    }
    .post-archive__item__info {
        font-size: 1.4rem;
    }
}



.body-home.gnav-active {
    overflow: hidden;
}
.gnav-active .pc-gnav {
    overflow-x: hidden;
}
.body-home .header {
    background-color: rgb(17, 25, 82, 0.8);
    position: fixed;
    transition: 0.3s;
}
.body-home .header.bg-current {
    background-color: transparent;
}
.home-mv {
    background-color: #111952;
}
.header-top {
    background-color: transparent;
}
.header-utility__banner {
    flex-direction: row-reverse;
    background-image: unset !important;
    background-color: #FFF;
    color: #111952;
    border: 1px solid #e6e6e8;
    font-size: 1.4rem;
}
.header-utility__btn {
    width: fit-content;
    height: auto;
    padding: 4px 12px;
}
.body-home .header-utility__btn.--web {
    color: #111952;
}
.body-home .header-utility__btn.--web .icon {
    fill: #111952;
}
.header-utility__tel__num {
    color: #111952;
    font-size: 1.4rem;
}
.header-utility__btn .icon {
    fill: #111952;
    width: 17px !important;
    height: 17px !important;
}
.header-utility__banner svg {
    fill: #111952 !important;
    width: 17px !important;
    height: 17px !important;
}
.header-utility__btn__ttl {
    font-size: 1.4rem;
}
.header-utility__btn__ttl--en {
    font-size: 1.4rem;
    line-height: 1.7;
}
.header-utility__btn, .navigation-side__banner__item.--line {
    color: #111952;
    background-color: #FFF;
    border: 1px solid #e6e6e8;
}
.header-utility__btn.--line .icon, .navigation-side__banner__item.--line .icon {
    fill: #111952 !important;   
}
.header-utility__btn.--line, .navigation-side__banner__item.--line {
    color: #111952;
    background-color: #FFF;
    border: 1px solid #e6e6e8;
}
.header-utility__btn.--web, .navigation-side__banner__item.--web {
    color: #111952;
    background-color: #FFF;
    border: 1px solid #e6e6e8;
}
.gnav__group:last-of-type .gnav__item {
    padding-right: 0;
}
.gnav__item {
    padding: 0px 6px 20px;
}
.gnav__ttl {
    font-size: 1.4rem;
}

.gnav__info__btn.--web {
    background-color: #FFF;
    color: #111952;
}
.gnav__info__btn.--line {
    background-color: #FFF;
    color: #111952;
}
.gnav__info__btn .icon-line {
    fill: #111952;
}

.navigation-block__col.col2 .navigation-block__col__list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.navigation-block__col.col2 .navigation-block__col__list a{
    width: 180px;
}
.navigation-block__col.col2 .navigation-block__col__item small{
	display: inline-block;
}

.footer-fixed {
    display: none;
}
.footer-fixed_list {
    position: fixed;
    bottom: -300px;
    right: 15px;
    z-index: 99;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transition: bottom 0.5s ease-out;
}
.footer-fixed_list.active {
    bottom: 15px;
}
.footer-fixed_list li {
    width: 24px;
    height: 24px;
    position: relative;
}
.footer-fixed_list li a,
.footer-fixed_list li.inbound-icon .inbound-btn {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    cursor: pointer;
}
.footer-fixed_list li.inbound-icon .inbound-icon_modle {
    position: absolute;
    top: -5px;
    left: -90px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: solid 1px #111952;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.footer-fixed_list li.inbound-icon.bg-current .inbound-icon_modle {
    border: solid 1px #FFF;
}
.footer-fixed_list li.inbound-icon .inbound-icon_modle.active {
    opacity: 1;
    pointer-events: all;
}

.footer-fixed_list li.inbound-icon .inbound-btn {
    background-image: url(../../svg/icon-fix-f01-blue.svg);
}
.footer-fixed_list li.inbound-icon.bg-current .inbound-btn {
    background-image: url(../../svg/icon-fix-f01.svg);
}
.footer-fixed_list li.wechat-icon a {
    background-image: url(../../svg/icon-fix-f05-blue.svg);
}
.footer-fixed_list li.inbound-icon.bg-current .wechat-icon a {
    background-image: url(../../svg/icon-fix-f05.svg);
}
.footer-fixed_list li.whatsapp-icon a {
    background-image: url(../../svg/icon-fix-f06-blue.svg);
}
.footer-fixed_list li.inbound-icon.bg-current .whatsapp-icon a {
    background-image: url(../../svg/icon-fix-f06.svg);
}
.footer-fixed_list li.insta-icon a {
    background-image: url(../../svg/icon-fix-f02-blue.svg);
}
.footer-fixed_list li.insta-icon.bg-current a {
    background-image: url(../../svg/icon-fix-f02.svg);
}
.footer-fixed_list li.youtube-icon a {
    background-image: url(../../svg/icon-fix-f03-blue.svg);
}
.footer-fixed_list li.youtube-icon.bg-current a {
    background-image: url(../../svg/icon-fix-f03.svg);
}
.footer-fixed_list li.tiktok-icon a {
    background-image: url(../../svg/icon-fix-f04-blue.svg);
}
.footer-fixed_list li.tiktok-icon.bg-current a {
    background-image: url(../../svg/icon-fix-f04.svg);
}

.to-top {
    background-color: #111952;
    border-radius: 100%;
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
}
.to-top:after {
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 2px;
}
.bg-current .to-top {
    background-color: #FFF;
}
.bg-current .to-top:after {
    border-right: 1px solid #111952;
    border-top: 1px solid #111952;
}

@media screen and (max-width : 800px) {
    .home-mv {
        padding-top: 76px;
    }
    .header > .container {
        padding-right: 65px;
    }
    .header-container {
        height: 50px;
        justify-content: space-between;
    }
    .gnav {
        top: 76px;
        max-height: calc(100vh - 85px);
    }
    .gnav__item {
        padding: 12px 10px;
    }
    .header-brand__link {
        width: 101px;
    }
    .header__sns__nav__list {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .header__sns__nav__list li {
        width: 24px;
        height: 24px;
        position: relative;
    }
    .header__sns__nav__list li a {
        display: flex;
        width: 100%;
        height: 100%;
    }
    .header__sns__nav__list .inbound-icon .inbound-btn {
        display: flex;
    }
    .header__sns__nav__list .inbound-icon .inbound-icon_modle {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 5px 10px;
        background-color: rgb(17, 25, 82, 0.2);
        border: solid 1px #FFF;
        border-radius: 10px;
        width: fit-content;
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
        z-index: 1000;
    }
    .header__sns__nav__list .inbound-icon .inbound-icon_modle.active {
        opacity: 1;
        pointer-events: all;
    }
    .header__burger {
        top: -10px;
    }
    .home-pickup {
        padding: 50px 0 60px;
    }

    .footer-fixed {
        display: block;
        background-color: rgb(17, 25, 82, 0.2);
        background-color: transparent;
        bottom: 10px;
        z-index: 999;
    }
    .to-top {
        bottom: 105%;
        right: 2%;
        position: absolute;
        width: 30px;
        height: 30px;
        border: 1px solid #71769b;
        background-color: #FFF;
        /* background-color: rgb(255, 255, 255, 0.5); */
    }
    .to-top:after {
        border-right: 1px solid #111952;
        border-top: 1px solid #111952;
    }
    .footer-fixed_sp {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 4px;
    }
    .footer-fixed_sp li {
        width: calc((100% - 69px) / 3);
    }
    .footer-fixed_sp li a {
        display: flex;
        align-items: center;
        gap: 5px;
        height: 100%;
        color: #111952;
        border: solid 2px #111952;
        background: #FFF;
        border-radius: 24px;
        padding: 4px 9px;
    }
    .footer-fixed_sp li a img, .footer-fixed_sp li a svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }
    .footer-fixed_sp li a .btn-txt {
        font-size: 12px;
        line-height: 1.2;
    }

    .footer-fixed_sp li.ec-btn a {
        color: #FFF;
        background: #111952;
        position: relative;
    }
    .footer-fixed_sp li.ec-btn a::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: solid 1px #FFF;
        border-radius: 24px;
    }
    .footer-fixed_sp li.tel-btn {
        width: 45px;
        height: auto;
        aspect-ratio: 1/1;
    }
    .footer-fixed_sp li.tel-btn a {
        display: flex;
        background: #FFF;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 6px;
        border-radius: 100%;
        border: solid 2px #111952;
        overflow: hidden;
    }
    .footer-fixed_sp li.tel-btn a svg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        fill: #111952;
    }
    .footer-fixed_sp li.line-btn a svg {
        fill: #111952;
    }
}