﻿/* common.css
----------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.06em;
    text-align: left;
    font-weight: 500;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:focus {}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

input:focus,
select:focus,
textarea:focus {}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}


/* common
----------------------------------------- */
/* loading */
#contents-wrap {
    opacity: 0;
    transition: all 1.0s;
    background-color: #181818;
}

#contents-wrap.fade-in {
    opacity: 1;
}

.loading-img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -45px;
    margin-left: -40px;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.loading-img img {
    width: 100%;
    height: auto;
}

/* 全ページ反映の場合はbgクラス外して.loading-imgに反映 */
.loading-img.bg {
    background: url(../image/loading.svg) center center no-repeat;
    background-size: cover;
}

/* breadcrumbs-area */
.breadcrumbs-area {
    position: relative;
    padding: 14px 0 0 20px;
    z-index: 50;
}

.breadcrumbs-list {}

.breadcrumbs-list li {
    display: inline-block;
}

.breadcrumbs-list a,
.breadcrumbs-list li span {
    display: inline-block;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.6;
}

.breadcrumbs-list a {
    position: relative;
    margin-right: 20px;
    color: #999;
}

.breadcrumbs-list a::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    width: 4.4px;
    height: 4.8px;
    margin-top: -2px;
    background: url(../image/breadcrumb-arrow.svg) 0 0 no-repeat;
    background-size: 4.4px 4.8px;
}

/* cta-sec */
.cta-sec {
    margin-top: 100px;
}

.cta-sec_main-area {
    padding: 95px 0 100px;
    color: #fff;
}

.no-webp .cta-sec_main-area {
    background: url(../image/cta-sec_bg-img_sp.jpg) center center no-repeat;
    background-size: cover;
}

.cta-sec_ttl-area {
    position: relative;
    margin-bottom: 55px;
    padding: 0 13%;
}

.cta-sec_ttl-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(230, 230, 230, 0.15);
}

.cta-sec_ttl {
    position: relative;
    padding-bottom: 18px;
}

.cta-sec_ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95px;
    height: 1px;
    background-color: #fff;
}

.cta-sec_ttl .eng {
    margin-right: 28px;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.cta-sec_ttl .jpn {
    font-size: 1.1rem;
    font-weight: 500;
}

.cta-sec_main-area_inner {
    padding: 0 13%;
}

.cta-sec_main-area_lead {
    margin-bottom: 42px;
    font-size: 1.2rem;
    line-height: 2.3;
}

.cta-sec_main-area_action-area {}

.cta-sec_btn-side {
    margin-bottom: 45px;
}

.cta-sec_btn-side a {
    display: block;
    padding: 21px 0;
    border-radius: 4px;
    background-color: #AC0008;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}

.cta-sec_tel-side {}

.cta-sec_tel-num {
    display: flex;
    margin-bottom: 10px;
    font-family: "Inter", system-ui;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
}

.cta-sec_tel-num span {
    display: inline-block;
    margin-right: 10px;
    padding-top: 3px;
    font-size: 1.3rem;
}

.cta-sec_tel-num a {
    color: #fff;
    font-size: 2.6rem;
}

.cta-sec_tel-num a:hover {
    color: #fff;
}

.cta-sec_tel_open-hour {
    padding-left: 38px;
    font-size: 1.1rem;
    font-weight: 400;
}

/** cta-sec_sub-are **/
.cta-sec_sub-area {
    margin-bottom: 105px;
    padding: 40px 0 0 30px;
}

.cta-sec_sub-area_list {}

.cta-sec_sub-area_list li {
    margin-bottom: 30px;
    padding: 0 30px 35px 0;
    border-bottom: 1px solid #E6E6E6;
}

.cta-sec_sub-area_list li:last-child {
    margin-bottom: 0;
}

.cta-sec_sub-area_list_num {
    display: inline-block;
    margin-bottom: 8px;
    font-family: "Inter", system-ui;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 1.0rem;
}

.cta-sec_sub-area_list_ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500;
}

.cta-sec_sub-area_list_ttl .small {
    font-size: 1.4rem;
}

.cta-sec_sub-area_list_lead {
    font-size: 1.2rem;
    line-height: 2.3;
    font-weight: 500;
}

/* inner-link */
.inner-link {
    text-align: center;
}

#service .inner-link {
    text-align: left;
}

.inner-link a {
    display: inline-block;
    margin: 5px 8px 0 0;
    padding: 5px 16px;
    border-radius: 30px;
    background-color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

#service .inner-link a {
    margin: 5px 4px 0 0;
}

.inner-link a:last-child {
    margin-right: 0;
}

.inner-link a span {
    position: relative;
    padding-left: 16px;
    letter-spacing: 0.01em;
}

.inner-link a span::before {
    content: "";
    position: absolute;
    top: calc(50% + 6px);
    left: 0;
    width: 6px;
    height: 7px;
    background: url(../image/inner-link-arrow.svg) 0 0 no-repeat;
    background-size: 6px 7px;
    transform-origin: left top;
    transform: rotate(-90deg);
}

.inner-link a span::after {
    content: "";
    position: absolute;
    top: calc(50% + 5px);
    left: 3px;
    width: 7px;
    height: 1px;
    background-color: #fff;
    transform-origin: left top;
    transform: rotate(-90deg);
}

/* ttl */
.sec-ttl {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.sec-ttl .eng {
    display: block;
    font-family: "Cormorant Garamond", system-ui;
    font-size: 3.0rem;
}

.sec-ttl .jpn {
    display: block;
    font-size: 1.0rem;
}

.sec-ttl.left {
    padding-left: 40px;
    text-align: left;
}

.sec-ttl.left .jpn {
    padding-left: 2px;
}

/** inner-sec-ttl01 **/
.inner-sec-ttl01 {
    position: relative;
    margin-bottom: 25px;
    padding: 16px 20px 20px 25px;
    border-radius: 4px;
    background-color: #333;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

.inner-sec-ttl01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 100%;
    background-color: #4B4B4B;
}

.inner-sec-ttl01::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4B4B4B;
}

/** inner-sec-ttl02 **/
.inner-sec-ttl02 {
    margin-bottom: 25px;
    padding: 0 0 12px 5px;
    border-bottom: 1px solid #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
}

/** inner-sec-ttl03 **/
.inner-sec-ttl03 {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}

.inner-sec-ttl03.price-tbl-ttl {
    font-size: 1.6rem;
}

/** inner-sec-ttl04 **/
.inner-sec-ttl04 {
    margin-bottom: 20px;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
}

/** sec-copy **/
.sec-copy {}

.sec-copy_sub {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    padding-left: 12px;
    font-size: 1.0rem;
    letter-spacing: 0.02em;
}

.sec-copy_sub::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.sec-copy_sub.jpn {
    font-weight: 500;
}

.sec-copy_sub.eng {
    font-family: "Inter", system-ui;
    font-weight: 400;
}

.sec-copy_main {
    font-size: 2.3rem;
    line-height: 1.9;
}

.sec-copy_main strong {
    position: relative;
    font-weight: normal;
}

.sec-copy_main strong::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background-color: #fff;
}

/* link */
.sec-btn {
    position: relative;
    display: inline-block;
    padding: 6px 35px 6px 20px;
    border-radius: 4px;
    background-color: #AC0008;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.sec-btn.small {
    font-size: 1.0rem;
    padding: 6px 35px 6px 20px;
}

.sec-btn:hover {
    color: #fff;
}

.sec-btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 16px;
    width: 5px;
    height: 6px;
    background: url(../image/sec-btn_arrow.svg) 0 0 no-repeat;
    background-size: 5px 6px;
}

.sec-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 17px;
    width: 7px;
    height: 1px;
    background-color: #fff;
}

.sec-btn.jpn {}

.sec-btn.eng {
    font-family: "Inter", system-ui;
    letter-spacing: 0.02em;
}

/** inner-link-btn **/
.inner-link-btn {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px 32px;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.0rem;
    font-weight: 500;
}

.inner-link-btn:hover {}

.inner-link-btn::before {
    content: "";
    position: absolute;
    top: calc(50% + 5px);
    left: 17px;
    width: 6px;
    height: 7px;
    background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
    background-size: 6px 7px;
    transform-origin: left top;
    transform: rotate(-90deg);
}

.inner-link-btn::after {
    content: "";
    position: absolute;
    top: calc(50% + 4px);
    left: 20px;
    width: 7px;
    height: 1px;
    background-color: #333;
    transform-origin: left top;
    transform: rotate(-90deg);
}

/* lead */
.sec-lead {
    color: #fff;
}

.sec-lead p {
    margin-bottom: 25px;
    font-size: 1.3rem;
    line-height: 2.3;
    font-weight: 500;
}

.sec-lead.narrow p {
    line-height: 2.1;
}

.sec-lead p:last-child {
    margin-bottom: 0;
}

.sec-lead .sign {
    text-align: right;
    line-height: 1.8;
}

.sec-lead p.sup-text {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2rem;
    line-height: 1.8;
}


/* header
----------------------------------------- */
#header {
    position: relative;
}

#header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 50;
    opacity: .15;
}

.header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 78px;
    height: auto;
    z-index: 100;
}

/* page-visual-area */
.page-visual-area {
    display: flex;
    align-items: center;
    width: 100%;
    height: 280px;
}

.page-visual-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: rgba(38, 38, 38, 0.5);
    background-size: cover;
    z-index: 10;
}

.page-ttl {
    margin-top: 8px;
    padding: 0 10.5% 0 10.5%;
    color: #fff;
    z-index: 100;
    line-height: 1.5;
}

.page-ttl .jpn {
    display: block;
    margin-bottom: 13px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.page-ttl .eng {
    display: block;
    padding-left: 2px;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    /* opacity: 0; */
    /* visibility: hidden; */
}

/* slide-menu_btn */
.slide-menu_btn {
    position: fixed;
    top: 12px;
    right: 16px;
    z-index: 10000;
    mix-blend-mode: difference;
}

/* slide-menu_nav */
.slide-menu_nav {
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0 70px 60px;
    background-color: #2F2E2F;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.slide-menu_nav.open {
    visibility: visible;
    opacity: 1;
}

.slide-menu_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: auto;
}

.slide-menu_nav .gnav_sp {
    position: relative;
}

.slide-menu_nav .gnav_sp>li {
    position: relative;
    margin-bottom: 20px;
}

.slide-menu_nav li:last-child {
    margin-bottom: 0;
}

.slide-menu_nav .gnav_sp>li>a,
.slide-menu_nav .gnav_sp>li>span,
.gnav_sp_instagram a {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
}

.slide-menu_nav .gnav01 {
    opacity: 0;
    transition: all .6s;
}

.slide-menu_nav .gnav02 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .04s;
}

.slide-menu_nav .gnav03 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .08s;
}

.slide-menu_nav .gnav03 span {
    position: relative;
}

.slide-menu_nav .gnav03 span::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 6px;
    width: 5.8px;
    height: 3.6px;
    background: url(../image/gnav-arrow_black.svg) 0 0 no-repeat;
    background-size: 5.8px 3.6px;
    transition: all .3s;
}

.slide-menu_nav .gnav03 span.active::after {
    transform: rotate(180deg);
}

.slide-menu_nav .gnav04 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .12s;
}

.slide-menu_nav .gnav05 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .16s;
}

.slide-menu_nav .gnav06 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .2s;
}

.slide-menu_nav .gnav07 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .24s;
}

.slide-menu_nav.open .gnav01,
.slide-menu_nav.open .gnav02,
.slide-menu_nav.open .gnav03,
.slide-menu_nav.open .gnav04,
.slide-menu_nav.open .gnav05,
.slide-menu_nav.open .gnav06,
.slide-menu_nav.open .gnav07 {
    opacity: 1;
}

#top .slide-menu_nav .gnav01>a,
.slide-menu_nav .gnavC.cur>a {
    color: #999;
}

/* service-nav */
.service-nav_wrapper {
    overflow: hidden;
    position: relative;
}

.service-nav {
    padding: 14px 0 0 15px;
    transition: all .6s;
}

.service-nav li {
    margin-bottom: 8px;
}

.service-nav li:last-child {
    margin-bottom: 0;
}

.service-nav a {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
}

.service-nav a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
    background-size: 3px 3px;
}

/* gnav_sp_sub */
.gnav_sp_sub {
    margin-top: 48px;
}

.gnav_sp_sub li {
    margin-bottom: 24px;
}

.gnav_sp_sub li:last-child {
    margin-bottom: 0;
}

.gnav_sp_sub li.snav01 {
    font-weight: 400;
    color: #333;
    font-size: 1.3rem;
    opacity: 0;
    transition: all .6s;
    transition-delay: .2s;
}

.gnav_sp_sub li.snav-btn {
    display: inline-block;
    padding: 6px 40px;
    border-radius: 60px;
    background-color: #AC0008;
    font-weight: 500;
    font-size: 1.2rem;
    opacity: 0;
    transition: all .6s;
    transition-delay: .24s;
}

.gnav_sp_sub a {}

.gnav_sp_sub li.snav-btn a {
    color: #fff;
}

.slide-menu_nav.open .snav01,
.slide-menu_nav.open .snav-btn {
    opacity: 1;
}

#about-access .slide-menu_nav .snav01 a {
    color: #999;
}

/* gnav_sp_policy */
.gnav_sp_policy {
    margin-top: 48px;
    font-family: "Inter", system-ui;
    letter-spacing: 0.006em;
    font-size: 1.0rem;
}

.gnav_sp_policy li {
    margin-bottom: 6px;
}

.gnav_sp_policy li:last-child {
    margin-bottom: 0;
}

.gnav_sp_policy li.pnav01 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .28s;
}

.gnav_sp_policy li.pnav02 {
    opacity: 0;
    transition: all .6s;
    transition-delay: .32s;
}

.gnav_sp_policy a {}

.slide-menu_nav.open .pnav01,
.slide-menu_nav.open .pnav02 {
    opacity: 1;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 39px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #999;
}

.menu-trigger.active span {
    background-color: #ccc;
}

.menu-trigger span:nth-of-type(1) {
    top: 16px;
    left: 10px;
}

.menu-trigger span:nth-of-type(2) {
    bottom: 16px;
    left: 10px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
}

/* bottom-trace-area */
.bottom-trace-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.bottom-trace-area.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.bt_sp-body {
    display: flex;
}

.bt_sp-body a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
    background-color: rgba(51, 51, 51, 0.96);
    color: #fff;
}

.bt_tel-num_sp {
    margin-right: 1px;
    font-family: "Inter", system-ui;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.bt_tel-num_sp span {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    transform: translateY(1px);
}

.bt_tel-num_sp span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -4px;
    width: 20px;
    height: 20px;
    background: url(../image/bottom-trace-icon_tel-line.svg) 0 0 no-repeat;
    background-size: 20px 20px;
}

.bt_contact-btn_sp {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.bt_contact-btn_sp span {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    transform: translateY(1px);
}

.bt_contact-btn_sp span::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -2px;
    width: 22px;
    height: 16px;
    background: url(../image/bottom-trace-icon_mail.svg) 0 0 no-repeat;
    background-size: 22px 16px;
}

.bt_pc-body {
    display: none;
}

.bt_tel-side {}

.bt_tel-num_pc {}

.bt_open-hour {}

.bt_contact-side {}


/* contents
----------------------------------------- */
#contents {
    padding-top: 40px;
    background: #181818;
}

#top #contents {
    padding-top: 0;
}

/* information-list */
.information-list {}

.information-list li {
    display: flex;
    margin-bottom: 36px;
}

.information-list_img-side {
    width: 40%;
    margin-right: 8%;
}

.information-list_text-side {
    width: 52%;
}

.information-list_date-category-area {
    margin-bottom: 7px;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #fff;
}

.information-list_date {
    display: inline-block;
    min-width: 6.5em;
    margin-bottom: 7px;
    font-family: "Inter", system-ui;
    line-height: 1.0;
    font-size: 1.2rem;
}

.information-list_category {}

.information-list_category a {
    display: inline-block;
    margin: 3px 4px 0 0;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #fff;
    font-size: 1.0rem;
    line-height: 1.1;
}

.information-list_ttl {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
}

/* service-sec */
.service-sec {
    position: relative;
    margin-bottom: 80px;
    padding-top: 35px;
    background-color: #181818;
}

.service-sec .sec-ttl {
    margin-bottom: 47px;
}

.service-sec_btn {
    margin-top: 30px;
    padding-right: 20px;
    text-align: right;
}

/** bx controls **/
.service-sec .service-menu_switch {
    position: absolute;
    top: 32px;
    right: 30px;
    z-index: 1;
}

.service-sec .service-menu_switch.under-page {
    position: absolute;
    top: 42px;
    right: 30px;
}

/** service-menu_slide **/
.bx-wrapper {
    position: relative;
}

.service-menu_slide {
    display: flex;
    margin-left: 50%;
}

.service-menu_slide li {
    margin-right: 165px;
    margin-left: -165px;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    z-index: 100;
}

.service-menu_slide .bxslider .slide-item {
    width: 330px;
}

.service-menu_slide_img {
    display: block;
}

.service-menu_slide_body {
    padding: 30px 40px 0px;
}

.service-menu_slide_ttl {
    margin-bottom: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}

.service-menu_slide_ttl a {
    display: block;
    position: relative;
    padding-left: 24px;
    color: #fff;
}

.service-menu_slide_ttl span {
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "Inter", system-ui;
    font-size: 1.0rem;
    letter-spacing: 0.03em;
}

.service-menu_slide_lead {
    margin-bottom: 10px;
    color: #fff;
}

.service-menu_slide_lead p {
    margin-bottom: 25px;
    font-size: 1.3rem;
    line-height: 2.2;
    font-weight: 500;
}

.service-menu_slide_lead p:last-child {
    margin-bottom: 0;
}

.service-menu_slide_btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.service-menu_slide_btn-area .left {
    margin-right: 8px;
}

.service-menu_slide_btn-area .right {}

/** bx controls **/
.service-sec .bx-has-controls-direction {}

.service-sec .bx-controls-direction {}

.service-menu_switch .bx-next,
.service-menu_switch .bx-prev {
    display: block;
    width: 54px;
    height: 54px;
    opacity: 0;
}

.service-menu_switch {
    display: flex;
}

.service-next-btn {
    position: relative;
    width: 54px;
    height: 54px;
    margin-right: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.service-prev-btn {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.service-next-btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 21px;
    width: 6px;
    height: 7px;
    background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
    background-size: 6px 7px;
}

.service-next-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    width: 10px;
    height: 1px;
    background-color: #fff;
}

.service-prev-btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 21px;
    width: 6px;
    height: 7px;
    background: url(../image/switch-arrow_right.svg) 0 0 no-repeat;
    background-size: 6px 7px;
}

.service-prev-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 1px;
    background-color: #fff;
}


/* footer
----------------------------------------- */
#footer {
    position: relative;
    background-color: #181818;
}

.page-top-btn {
    display: block;
    position: absolute;
    top: -25px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transform-origin: center;
    transform: rotate(90deg);
    z-index: 10;
}

.page-top-btn::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 19px;
    width: 6px;
    height: 7px;
    background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
    background-size: 6px 7px;
}

.page-top-btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 20px;
    width: 10px;
    height: 1px;
    background-color: #fff;
}

/* footer_sitemap-sec */
.footer_sitemap-sec {}

/** footer_sitemap-sec_inner-top **/
.footer_sitemap-sec_inner-top {
    position: relative;
    padding: 60px 40px 50px;
    border-left: 20px solid #181818;
    border-right: 20px solid #181818;
    background-color: #2F2E2F;
    margin-bottom: 80px;
}

.footer-gnav {
    margin-bottom: 35px;
}

.footer-gnav li {
    margin-bottom: 14px;
}

.footer-gnav li:last-child {
    margin-bottom: 0;
}

.footer-gnav a {
    font-size: 1.3rem;
    font-weight: 500;
}

.footer-snav {}

.footer-snav li.snav {
    margin-bottom: 28px;
}

.footer-snav li.snav a {
    font-family: "Inter", system-ui;
    letter-spacing: 0.01em;
    line-height: 2.0;
    font-size: 1.3rem;
}

.footer-snav li.snav-btn {}

.footer-snav li.snav-btn a {
    padding: 8px 30px;
    border-radius: 4px;
    background-color: #AC0008;
    line-height: 2.0;
    font-size: 1.3rem;
    color: #fff;
}

/** footer_sitemap-sec_inner-bottom **/
.footer_sitemap-sec_inner-bottom {
    padding: 50px 40px 60px;
    border-left: 20px solid #E8E8E8;
    border-right: 20px solid #E8E8E8;
    background-color: #F7F7F7;
}

.footer_sitemap-sec_inner-bottom_ttl {
    margin-bottom: 17px;
    font-size: 1.3rem;
    font-weight: 500;
}

.footer_service-nav {}

.footer_service-nav_inner {}

.footer_service-nav_inner p {
    margin-bottom: 7px;
}

.footer_service-nav_inner a {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
}

/* footer_info-sec */
.footer_info-sec {
    padding-top: 28px;
    background-color: #0A0A0A;
}

.footer_policy-link {
    margin-bottom: 60px;
    padding-right: 20px;
    text-align: right;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: end;
}

.footer_policy-link li {
    margin-left: 30px;
}

.footer_policy-link a {
    display: inline-block;
    font-family: "Inter", system-ui;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 1.0rem;
    font-weight: 500;
}

.footer_copy {
    margin-bottom: 60px;
    padding-right: 20px;
    font-family: "Cormorant Garamond", system-ui;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.75;
    text-align: right;
    color: #949494;
}

.footer_logo-area {
    margin-bottom: 35px;
    padding-left: 20px;
}

.footer_logo {
    width: 120px;
    height: auto;
}

.footer_address {
    margin-bottom: 7px;
    font-size: 1.0rem;
    font-weight: 500;
}

.footer_tel-fax {
    font-size: 1.0rem;
    font-weight: 500;
}

.footer_copyright {
    padding: 0 0 60px 20px;
    font-family: "Inter", system-ui;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 1.0rem;
    font-weight: 500;
}















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

    /* common
----------------------------------------- */
    /* loading */
    #contents-wrap {
        opacity: 0;
        transition: all 1.0s;
    }

    #contents-wrap.fade-in {
        opacity: 1;
    }

    .loading-img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin-top: -60px;
        margin-left: -50px;
        text-align: center;
        color: #fff;
        z-index: 2;
        text-align: center;
    }

    .loading-img img {
        width: 100%;
        height: auto;
    }

    /* 全ページ反映の場合はbgクラス外して.loading-imgに反映 */
    .loading-img.bg {
        background: url(../image/loading.svg) center center no-repeat;
        background-size: cover;
    }

    /* breadcrumbs-area */
    .breadcrumbs-area {
        position: relative;
        padding: 22px 0 0 40px;
        z-index: 50;
    }

    .breadcrumbs-list {}

    .breadcrumbs-list li {
        display: inline-block;
    }

    .breadcrumbs-list a,
    .breadcrumbs-list li span {
        display: inline-block;
        font-size: 1.0rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .breadcrumbs-list a {
        position: relative;
        margin-right: 20px;
        color: #999;
    }

    .breadcrumbs-list a::before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: -13px;
        width: 4.4px;
        height: 4.8px;
        margin-top: -2px;
        background: url(../image/breadcrumb-arrow.svg) 0 0 no-repeat;
        background-size: 4.4px 4.8px;
    }

    /* cta-sec */
    .cta-sec {
        margin-top: 150px;
    }

    .cta-sec_main-area {
        padding: 95px 0 100px;
        background: url(../image/cta-sec_bg-img_sp.webp) center center no-repeat;
        background-size: cover;
        color: #fff;
    }

    .no-webp .cta-sec_main-area {
        background: url(../image/cta-sec_bg-img_sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .cta-sec_ttl-area {
        position: relative;
        margin-bottom: 55px;
        padding: 0 13%;
    }

    .cta-sec_ttl-area::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(230, 230, 230, 0.15);
    }

    .cta-sec_ttl {
        position: relative;
        padding-bottom: 18px;
    }

    .cta-sec_ttl::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95px;
        height: 1px;
        background-color: #fff;
    }

    .cta-sec_ttl .eng {
        margin-right: 28px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 1.4;
        letter-spacing: 0.03em;
    }

    .cta-sec_ttl .jpn {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .cta-sec_main-area_inner {
        padding: 0 13%;
    }

    .cta-sec_main-area_lead {
        margin-bottom: 42px;
        font-size: 1.3rem;
        line-height: 2.3;
    }

    .cta-sec_main-area_lead .br {
        display: none;
    }

    .cta-sec_main-area_action-area {}

    .cta-sec_btn-side {
        margin-bottom: 45px;
    }

    .cta-sec_btn-side a {
        display: block;
        width: 300px;
        padding: 21px 0;
        border-radius: 4px;
        background-color: #AC0008;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .cta-sec_tel-side {}

    .cta-sec_tel-num {
        display: flex;
        margin-bottom: 10px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.05em;
        font-weight: 400;
        line-height: 1;
    }

    .cta-sec_tel-num span {
        display: inline-block;
        margin-right: 10px;
        padding-top: 3px;
        font-size: 1.3rem;
    }

    .cta-sec_tel-num a {
        color: #fff;
        font-size: 2.6rem;
    }

    .cta-sec_tel-num a:hover {
        color: #fff;
    }

    .cta-sec_tel_open-hour {
        padding-left: 38px;
        font-size: 1.1rem;
        font-weight: 400;
    }

    /** cta-sec_sub-are **/
    .cta-sec_sub-area {
        margin-bottom: 105px;
        padding: 50px 0 0 60px;
    }

    .cta-sec_sub-area_list {}

    .cta-sec_sub-area_list li {
        margin-bottom: 30px;
        padding: 0 50px 35px 0;
        border-bottom: 1px solid #E6E6E6;
    }

    .cta-sec_sub-area_list li:last-child {
        margin-bottom: 0;
    }

    .cta-sec_sub-area_list_num {
        display: inline-block;
        margin-bottom: 8px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.02em;
        font-weight: 500;
        font-size: 1.0rem;
    }

    .cta-sec_sub-area_list_ttl {
        margin-bottom: 15px;
        font-size: 2.0rem;
        font-weight: 500;
    }

    .cta-sec_sub-area_list_ttl .small {
        font-size: 1.4rem;
    }

    .cta-sec_sub-area_list_lead {
        font-size: 1.3rem;
        line-height: 2.3;
        font-weight: 500;
    }

    /* inner-link */
    .inner-link {
        text-align: center;
    }

    #service .inner-link {
        text-align: left;
    }

    .inner-link a {
        display: inline-block;
        margin: 5px 8px 0 0;
        padding: 8px 22px;
        border-radius: 30px;
        background-color: #333;
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
    }

    #service .inner-link a {
        margin: 5px 4px 0 0;
    }

    .inner-link a:last-child {
        margin-right: 0;
    }

    .inner-link a span {
        position: relative;
        padding-left: 20px;
        letter-spacing: 0.01em;
    }

    .inner-link a span::before {
        content: "";
        position: absolute;
        top: calc(50% + 5px);
        left: 0;
        width: 6px;
        height: 7px;
        background: url(../image/inner-link-arrow.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        transform-origin: left top;
        transform: rotate(-90deg);
    }

    .inner-link a span::after {
        content: "";
        position: absolute;
        top: calc(50% + 4px);
        left: 3px;
        width: 7px;
        height: 1px;
        background-color: #fff;
        transform-origin: left top;
        transform: rotate(-90deg);
    }

    /* ttl */
    .sec-ttl {
        text-align: center;
        font-weight: 500;
        line-height: 1.4;
    }

    .sec-ttl .eng {
        display: block;
        font-family: "Cormorant Garamond", system-ui;
        font-size: 3.0rem;
    }

    .sec-ttl .jpn {
        display: block;
        font-size: 1.0rem;
    }

    .sec-ttl.left {
        padding-left: 0;
        text-align: center;
    }

    .sec-ttl.left .jpn {
        padding-left: 0;
    }

    /** inner-sec-ttl01 **/
    .inner-sec-ttl01 {
        position: relative;
        margin-bottom: 40px;
        padding: 22px 30px 26px 35px;
        border-radius: 4px;
        background-color: #333;
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.4;
        color: #fff;
    }

    .inner-sec-ttl01::before {
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        width: 1px;
        height: 100%;
        background-color: #4B4B4B;
    }

    .inner-sec-ttl01::after {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #4B4B4B;
    }

    /** inner-sec-ttl02 **/
    .inner-sec-ttl02 {
        margin-bottom: 35px;
        padding: 0 0 16px 8px;
        border-bottom: 1px solid #333;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6;
    }

    /** inner-sec-ttl03 **/
    .inner-sec-ttl03 {
        margin-bottom: 12px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .inner-sec-ttl03.price-tbl-ttl {
        font-size: 1.6rem;
    }

    /** inner-sec-ttl04 **/
    .inner-sec-ttl04 {
        margin-bottom: 25px;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #333;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 1.6;
    }

    /** sec-copy **/
    .sec-copy {}

    .sec-copy_sub {
        display: inline-block;
        position: relative;
        margin-bottom: 16px;
        padding-left: 12px;
        font-size: 1.1rem;
        letter-spacing: 0.02em;
    }

    .sec-copy_sub::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
    }

    .sec-copy_sub.jpn {
        font-weight: 500;
    }

    .sec-copy_sub.eng {
        font-family: "Inter", system-ui;
        font-weight: 400;
    }

    .sec-copy_main {
        font-size: 2.4rem;
        line-height: 1.9;
    }

    .sec-copy_main strong {
        position: relative;
        font-weight: normal;
    }

    .sec-copy_main strong::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 1px;
        width: calc(100% - 2px);
        height: 1px;
        background-color: #fff;
    }

    /* link */
    .sec-btn {
        position: relative;
        display: inline-block;
        padding: 6px 35px 6px 20px;
        border-radius: 4px;
        background-color: #AC0008;
        font-size: 1.1rem;
        font-weight: 500;
        color: #fff;
    }

    .sec-btn.small {
        font-size: 1.0rem;
        padding: 6px 35px 6px 20px;
    }

    .sec-btn:hover {
        color: #fff;
    }

    .sec-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        right: 16px;
        width: 5px;
        height: 6px;
        background: url(../image/sec-btn_arrow.svg) 0 0 no-repeat;
        background-size: 5px 6px;
    }

    .sec-btn::after {
        content: "";
        position: absolute;
        top: calc(50% - 0.5px);
        right: 17px;
        width: 7px;
        height: 1px;
        background-color: #fff;
    }

    .sec-btn.jpn {}

    .sec-btn.eng {
        font-family: "Inter", system-ui;
        letter-spacing: 0.02em;
    }

    /** inner-link-btn **/
    .inner-link-btn {
        position: relative;
        display: inline-block;
        padding: 5px 20px 5px 32px;
        border: 1px solid #333;
        border-radius: 20px;
        font-size: 1.0rem;
        font-weight: 500;
    }

    .inner-link-btn:hover {}

    .inner-link-btn::before {
        content: "";
        position: absolute;
        top: calc(50% + 5px);
        left: 17px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        transform-origin: left top;
        transform: rotate(-90deg);
    }

    .inner-link-btn::after {
        content: "";
        position: absolute;
        top: calc(50% + 4px);
        left: 20px;
        width: 7px;
        height: 1px;
        background-color: #333;
        transform-origin: left top;
        transform: rotate(-90deg);
    }

    /* lead */
    .sec-lead {}

    .sec-lead p {
        margin-bottom: 25px;
        font-size: 1.4rem;
        line-height: 2.3;
        font-weight: 500;
    }

    .sec-lead.narrow p {
        line-height: 2.1;
    }

    .sec-lead p:last-child {
        margin-bottom: 0;
    }

    .sec-lead .sign {
        text-align: right;
        line-height: 1.8;
    }

    .sec-lead p.sup-text {
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.2rem;
        line-height: 1.8;
    }


    /* header
----------------------------------------- */
    #header {}

    #header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 50;
        opacity: .15;
    }

    .header-logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 78px;
        height: auto;
        z-index: 100;
    }

    /* page-visual-area */
    .page-visual-area {
        display: flex;
        align-items: center;
        width: 100%;
        height: 380px;
    }

    .page-visual-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 380px;
        background-color: rgba(38, 38, 38, 0.5);
        background-size: cover;
        z-index: 10;
    }

    .page-ttl {
        margin-top: 8px;
        padding: 0 10.5% 0 10.5%;
        color: #fff;
        z-index: 100;
        line-height: 1.5;
    }

    .page-ttl .jpn {
        display: block;
        margin-bottom: 13px;
        font-size: 2.1rem;
        font-weight: 400;
        letter-spacing: 0.05em;
        /* opacity: 0; */
        /* visibility: hidden; */
    }

    .page-ttl .eng {
        display: block;
        padding-left: 2px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 500;
        font-size: 1.4rem;
        letter-spacing: 0.01em;
        /* opacity: 0; */
        /* visibility: hidden; */
    }

    /* slide-menu_btn */
    .slide-menu_btn {
        position: fixed;
        top: 12px;
        right: 16px;
        z-index: 10000;
        mix-blend-mode: difference;
    }

    /* slide-menu_nav */
    .slide-menu_nav {
        box-sizing: border-box;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 22% 0 70px 16%;
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.96);
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 9000;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .slide-menu_nav.open {
        visibility: visible;
        opacity: 1;
    }

    .slide-menu_logo {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 180px;
        height: auto;
    }

    .slide-menu_nav .gnav_sp {
        position: relative;
    }

    .slide-menu_nav .gnav_sp>li {
        position: relative;
        margin-bottom: 20px;
    }

    .slide-menu_nav li:last-child {
        margin-bottom: 0;
    }

    .slide-menu_nav .gnav_sp>li>a,
    .slide-menu_nav .gnav_sp>li>span,
    .gnav_sp_instagram a {
        position: relative;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1;
    }

    .slide-menu_nav .gnav01 {
        opacity: 0;
        transition: all .6s;
    }

    .slide-menu_nav .gnav02 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .04s;
    }

    .slide-menu_nav .gnav03 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .08s;
    }

    .slide-menu_nav .gnav03 span {
        position: relative;
    }

    .slide-menu_nav .gnav03 span::after {
        content: "";
        position: absolute;
        right: -13px;
        top: 8px;
        width: 5.8px;
        height: 3.6px;
        background: url(../image/gnav-arrow_black.svg) 0 0 no-repeat;
        background-size: 5.8px 3.6px;
        transition: all .3s;
    }

    .slide-menu_nav .gnav03 span.active::after {
        transform: rotate(180deg);
    }

    .slide-menu_nav .gnav04 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .12s;
    }

    .slide-menu_nav .gnav05 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .16s;
    }

    .slide-menu_nav .gnav06 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .2s;
    }

    .slide-menu_nav .gnav07 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .24s;
    }

    .slide-menu_nav.open .gnav01,
    .slide-menu_nav.open .gnav02,
    .slide-menu_nav.open .gnav03,
    .slide-menu_nav.open .gnav04,
    .slide-menu_nav.open .gnav05,
    .slide-menu_nav.open .gnav06,
    .slide-menu_nav.open .gnav07 {
        opacity: 1;
    }

    #top .slide-menu_nav .gnav01>a,
    .slide-menu_nav .gnavC.cur>a {
        color: #999;
    }

    /* service-nav */
    .service-nav_wrapper {
        overflow: hidden;
        position: relative;
    }

    .service-nav {
        padding: 15px 0 0 15px;
        transition: all .6s;
    }

    .service-nav li {
        margin-bottom: 10px;
    }

    .service-nav li:last-child {
        margin-bottom: 0;
    }

    .service-nav a {
        position: relative;
        display: inline-block;
        padding-left: 10px;
        font-size: 1.3rem;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1;
    }

    .service-nav a::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #333;
        background-size: 3px 3px;
    }

    /* gnav_sp_sub */
    .gnav_sp_sub {
        margin-top: 48px;
    }

    .gnav_sp_sub li {
        margin-bottom: 24px;
    }

    .gnav_sp_sub li:last-child {
        margin-bottom: 0;
    }

    .gnav_sp_sub li.snav01 {
        font-weight: 400;
        color: #333;
        font-size: 1.3rem;
        opacity: 0;
        transition: all .6s;
        transition-delay: .2s;
    }

    .gnav_sp_sub li.snav-btn {
        display: inline-block;
        padding: 6px 40px;
        border-radius: 60px;
        background-color: #333;
        font-weight: 500;
        font-size: 1.2rem;
        opacity: 0;
        transition: all .6s;
        transition-delay: .24s;
    }

    .gnav_sp_sub a {}

    .gnav_sp_sub li.snav-btn a {
        color: #fff;
    }

    .slide-menu_nav.open .snav01,
    .slide-menu_nav.open .snav-btn {
        opacity: 1;
    }

    #about-access .slide-menu_nav .snav01 a {
        color: #999;
    }

    /* gnav_sp_policy */
    .gnav_sp_policy {
        margin-top: 48px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.006em;
        font-size: 1.0rem;
    }

    .gnav_sp_policy li {
        margin-bottom: 6px;
    }

    .gnav_sp_policy li:last-child {
        margin-bottom: 0;
    }

    .gnav_sp_policy li.pnav01 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .28s;
    }

    .gnav_sp_policy li.pnav02 {
        opacity: 0;
        transition: all .6s;
        transition-delay: .32s;
    }

    .gnav_sp_policy a {}

    .slide-menu_nav.open .pnav01,
    .slide-menu_nav.open .pnav02 {
        opacity: 1;
    }

    /* menu-trigger */
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 50px;
        height: 39px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 30px;
        height: 1px;
        background-color: #999;
    }

    .menu-trigger.active span {
        background-color: #ccc;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 16px;
        left: 10px;
    }

    .menu-trigger span:nth-of-type(2) {
        bottom: 16px;
        left: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(-2px) rotate(45deg);
        transform: translateY(-2px) rotate(45deg);
    }

    /* bottom-trace-area */
    .bottom-trace-area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .bottom-trace-area.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .bt_sp-body {
        display: flex;
    }

    .bt_sp-body a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 50px;
        background-color: rgba(51, 51, 51, 0.96);
        color: #fff;
    }

    .bt_tel-num_sp {
        margin-right: 1px;
        font-family: "Inter", system-ui;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.01em;
    }

    .bt_tel-num_sp span {
        position: relative;
        display: inline-block;
        padding-left: 22px;
        transform: translateY(1px);
    }

    .bt_tel-num_sp span::before {
        content: "";
        position: absolute;
        top: 6px;
        left: -4px;
        width: 20px;
        height: 20px;
        background: url(../image/bottom-trace-icon_tel-line.svg) 0 0 no-repeat;
        background-size: 20px 20px;
    }

    .bt_contact-btn_sp {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.03em;
    }

    .bt_contact-btn_sp span {
        position: relative;
        display: inline-block;
        padding-left: 28px;
        transform: translateY(1px);
    }

    .bt_contact-btn_sp span::before {
        content: "";
        position: absolute;
        top: 6px;
        left: -2px;
        width: 22px;
        height: 16px;
        background: url(../image/bottom-trace-icon_mail.svg) 0 0 no-repeat;
        background-size: 22px 16px;
    }

    .bt_pc-body {
        display: none;
    }

    .bt_tel-side {}

    .bt_tel-num_pc {}

    .bt_open-hour {}

    .bt_contact-side {}



    /* contents
----------------------------------------- */
    #contents {
        padding-top: 60px;
    }

    #top #contents {
        padding-top: 0;
    }

    /* information-list */
    .information-list {}

    .information-list li {
        display: flex;
        align-items: center;
        margin-bottom: 36px;
    }

    .information-list_img-side {
        width: 30%;
        margin-right: 5%;
    }

    .information-list_text-side {
        width: 65%;
    }

    .information-list_date-category-area {
        display: flex;
        margin-bottom: 14px;
        letter-spacing: 0.03em;
        font-weight: 400;
    }

    .information-list_date {
        display: inline-block;
        min-width: 6.5em;
        margin-top: 7px;
        font-family: "Inter", system-ui;
        line-height: 1.0;
        font-size: 1.3rem;
    }

    .information-list_category {}

    .information-list_category a {
        display: inline-block;
        margin: 3px 4px 0 0;
        padding: 3px 10px;
        border-radius: 20px;
        border: 1px solid #fff;
        font-size: 1.0rem;
        line-height: 1.1;
    }

    .information-list_ttl {
        display: inline-block;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.8;
    }

    /* service-sec */
    .service-sec {
        position: relative;
        margin-bottom: 120px;
        padding-top: 45px;
    }

    .service-sec .sec-ttl {
        margin-bottom: 52px;
    }

    .service-sec_btn {
        margin-top: 40px;
        padding-right: 20px;
        text-align: right;
    }

    /** bx controls **/
    .service-sec .service-menu_switch {
        position: absolute;
        top: 32px;
        right: 40px;
        z-index: 1;
    }

    .service-sec .service-menu_switch.under-page {
        position: absolute;
        top: 50px;
        right: 40px;
    }

    /** service-menu_slide **/
    .bx-wrapper {
        position: relative;
    }

    .service-menu_slide {
        display: flex;
        margin-left: 50%;
    }

    .service-menu_slide li {
        margin-right: 165px;
        margin-left: -165px;
        border-right: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }

    .service-menu_slide .bxslider .slide-item {
        width: 330px;
    }

    .service-menu_slide_img {}

    .service-menu_slide_body {
        padding: 30px 40px 0px;
    }

    .service-menu_slide_ttl {
        margin-bottom: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .service-menu_slide_ttl a {
        display: block;
        position: relative;
        padding-left: 24px;
    }

    .service-menu_slide_ttl span {
        position: absolute;
        top: 5px;
        left: 0;
        font-family: "Inter", system-ui;
        font-size: 1.0rem;
        letter-spacing: 0.03em;
    }

    .service-menu_slide_lead {
        margin-bottom: 10px;
    }

    .service-menu_slide_lead p {
        margin-bottom: 25px;
        font-size: 1.3rem;
        line-height: 2.2;
        font-weight: 500;
    }

    .service-menu_slide_lead p:last-child {
        margin-bottom: 0;
    }

    .service-menu_slide_btn-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }

    .service-menu_slide_btn-area .left {
        margin-right: 8px;
    }

    .service-menu_slide_btn-area .right {}

    /** bx controls **/
    .service-sec .bx-has-controls-direction {}

    .service-sec .bx-controls-direction {}

    .service-menu_switch .bx-next,
    .service-menu_switch .bx-prev {
        display: block;
        width: 54px;
        height: 54px;
        opacity: 0;
    }

    .service-menu_switch {
        display: flex;
    }

    .service-next-btn {
        position: relative;
        width: 54px;
        height: 54px;
        margin-right: 18px;
        border-radius: 50%;
        border: 1px solid #333;
        cursor: pointer;
    }

    .service-prev-btn {
        position: relative;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
    }

    .service-next-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        left: 21px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
        background-size: 6px 7px;
    }

    .service-next-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 22px;
        width: 10px;
        height: 1px;
        background-color: #fff;
    }

    .service-prev-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        right: 21px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_right.svg) 0 0 no-repeat;
        background-size: 6px 7px;
    }

    .service-prev-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 22px;
        width: 10px;
        height: 1px;
        background-color: #fff;
    }


    /* footer
----------------------------------------- */
    #footer {
        position: relative;
    }

    .page-top-btn {
        display: block;
        position: absolute;
        top: -25px;
        right: 70px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #fff;
        transform-origin: center;
        transform: rotate(90deg);
        z-index: 10;
    }

    .page-top-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 4px);
        left: 19px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
        background-size: 6px 7px;
    }

    .page-top-btn::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 20px;
        width: 10px;
        height: 1px;
        background-color: #fff;
    }

    /* footer_sitemap-sec */
    .footer_sitemap-sec {}

    /** footer_sitemap-sec_inner-top **/
    .footer_sitemap-sec_inner-top {
        position: relative;
        padding: 80px 60px 60px;
        border-left: 30px solid #181818;
        border-right: 30px solid #181818;
        background-color: #2F2E2F;
    }

    .footer-gnav {
        margin-bottom: 45px;
    }

    .footer-gnav li {
        margin-bottom: 18px;
    }

    .footer-gnav li:last-child {
        margin-bottom: 0;
    }

    .footer-gnav a {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .footer-snav {}

    .footer-snav li.snav {
        margin-bottom: 28px;
    }

    .footer-snav li.snav a {
        font-family: "Inter", system-ui;
        letter-spacing: 0.01em;
        line-height: 2.0;
        font-size: 1.3rem;
    }

    .footer-snav li.snav-btn {}

    .footer-snav li.snav-btn a {
        padding: 8px 35px;
        border-radius: 4px;
        background-color: #AC0008;
        line-height: 2.0;
        font-size: 1.4rem;
        color: #fff;
    }

    /** footer_sitemap-sec_inner-bottom **/
    .footer_sitemap-sec_inner-bottom {
        padding: 50px 60px 60px;
        border-left: 30px solid #E8E8E8;
        border-right: 30px solid #E8E8E8;
        background-color: #F7F7F7;
    }

    .footer_sitemap-sec_inner-bottom_ttl {
        margin-bottom: 22px;
        font-size: 1.4rem;
        font-weight: 500;
    }

    .footer_service-nav {}

    .footer_service-nav_inner {}

    .footer_service-nav_inner p {
        margin-bottom: 10px;
    }

    .footer_service-nav_inner a {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 500;
    }

    /* footer_info-sec */
    .footer_info-sec {
        padding-top: 38px;
        background-color: #0A0A0A;
    }

    .footer_policy-link {
        margin-bottom: 60px;
        padding-right: 30px;
        text-align: right;
    }

    .footer_policy-link li {
        margin-bottom: 3px;
    }

    .footer_policy-link a {
        display: inline-block;
        font-family: "Inter", system-ui;
        letter-spacing: 0;
        line-height: 1.4;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .footer_copy {
        margin-bottom: 50px;
        padding-right: 30px;
        font-family: "Cormorant Garamond", system-ui;
        font-size: 4rem;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 1.75;
        text-align: right;
    }

    .footer_logo-area {
        margin-bottom: 35px;
        padding-left: 30px;
    }

    .footer_logo {
        width: 150px;
        height: auto;
    }

    .footer_address {
        margin-bottom: 7px;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .footer_tel-fax {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .footer_copyright {
        padding: 0 0 80px 30px;
        font-family: "Inter", system-ui;
        letter-spacing: 0;
        line-height: 1.4;
        font-size: 1.1rem;
        font-weight: 500;
    }


}

/* tablet end */
























































/* PC 960px - */
@media only screen and (min-width: 960px) {

    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    img {
        width: 100%;
        height: auto;
    }


    /* common
----------------------------------------- */
    /* loading */
    #contents-wrap {
        position: relative;
        opacity: 0;
        transition: all 1.0s;
    }

    #contents-wrap.fade-in {
        opacity: 1;
    }

    .loading-img {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin-top: -70px;
        margin-left: -50px;
        text-align: center;
        color: #fff;
        z-index: 2;
        text-align: center;
    }

    .loading-img img {
        width: 100%;
        height: auto;
    }

    /* 全ページ反映の場合はbgクラス外して.loading-imgに反映 */
    .loading-img.bg {
        background: url(../image/loading.svg) center center no-repeat;
        background-size: cover;
    }

    /* breadcrumbs-area */
    .breadcrumbs-area {
        position: relative;
        padding: 17px 0 0 50px;
        z-index: 50;
    }

    .breadcrumbs-list {}

    .breadcrumbs-list li {
        display: inline-block;
    }

    .breadcrumbs-list a,
    .breadcrumbs-list li span {
        display: inline-block;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .breadcrumbs-list a {
        position: relative;
        margin-right: 20px;
        color: #999;
        transition: color .3s;
    }

    .breadcrumbs-list a:hover {
        color: #333;
    }

    .breadcrumbs-list a::before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: -13px;
        width: 4.4px;
        height: 4.8px;
        margin-top: -2px;
        background: url(../image/breadcrumb-arrow.svg) 0 0 no-repeat;
        background-size: 4.4px 4.8px;
    }

    /* cta-sec */
    .cta-sec {
        margin-top: 80px;
    }

    .cta-sec_main-area {
        padding: 95px 0 120px;
        background: url(../image/cta-sec_bg-img_pc.webp) center center no-repeat;
        background-size: cover;
        color: #fff;
    }

    .no-webp .cta-sec_main-area {
        background: url(../image/cta-sec_bg-img_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .cta-sec_ttl-area {
        position: relative;
        margin-bottom: 70px;
        padding: 0 14.4%;
    }

    .cta-sec_ttl-area::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(230, 230, 230, 0.15);
    }

    .cta-sec_ttl {
        position: relative;
        padding-bottom: 18px;
    }

    .cta-sec_ttl::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 109px;
        height: 1px;
        background-color: #fff;
    }

    .cta-sec_ttl .eng {
        margin-right: 40px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 3.2rem;
        line-height: 1.4;
        letter-spacing: 0.03em;
    }

    .cta-sec_ttl .jpn {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 500;
        transform: translateY(-2px);
    }

    .cta-sec_main-area_inner {
        padding: 0 0 0 29%;
    }

    .cta-sec_main-area_lead {
        margin-bottom: 45px;
        font-size: 1.3rem;
        line-height: 2.6;
    }

    .cta-sec_main-area_lead .br {
        display: none;
    }

    .cta-sec_main-area_action-area {
        display: flex;
    }

    .cta-sec_btn-side {
        margin: 0 7% 0 0;
    }

    .cta-sec_btn-side a {
        display: block;
        width: 300px;
        padding: 22px 0;
        border-radius: 4px;
        background-color: #AC0008;
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        transition: all .3s;
    }

    .cta-sec_btn-side a:hover {
        background-color: #333;
        color: #fff;
    }

    .cta-sec_tel-side {}

    .cta-sec_tel-num {
        display: flex;
        margin-bottom: 10px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.06em;
        font-weight: 400;
        line-height: 1;
    }

    .cta-sec_tel-num span {
        display: inline-block;
        margin-right: 10px;
        padding-top: 3px;
        font-size: 1.4rem;
    }

    .cta-sec_tel-num a {
        color: #fff;
        font-size: 3.0rem;
        transition: opacity .3s;
    }

    .cta-sec_tel-num a:hover {
        opacity: .6;
    }

    .cta-sec_tel-num a:hover {
        color: #fff;
    }

    .cta-sec_tel_open-hour {
        padding-left: 38px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2.0;
    }

    /** cta-sec_sub-are **/
    .cta-sec_sub-area {
        margin-bottom: 120px;
        padding: 40px 0 0 14%;
    }

    .cta-sec_sub-area_list {
        display: flex;
    }

    .cta-sec_sub-area_list li {
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
        border-right: 1px solid #E6E6E6;
    }

    .cta-sec_sub-area_list li.list-left {
        width: 32.5%;
        padding: 18px 60px 28px 0;
    }

    .cta-sec_sub-area_list li.list-center {
        width: 33.5%;
        padding: 18px 60px 28px 60px;
    }

    .cta-sec_sub-area_list li.list-right {
        width: 34%;
        padding: 18px 90px 28px 60px;
        border-right: none;
    }

    .cta-sec_sub-area_list li:last-child {
        margin-bottom: 0;
    }

    .cta-sec_sub-area_list_num {
        display: inline-block;
        margin-bottom: 8px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.02em;
        font-weight: 500;
        font-size: 1.1rem;
    }

    .cta-sec_sub-area_list_ttl {
        margin-bottom: 20px;
        font-size: 2.0rem;
        font-weight: 500;
    }

    .cta-sec_sub-area_list_ttl .small {
        font-size: 1.4rem;
    }

    .cta-sec_sub-area_list_lead {
        font-size: 1.3rem;
        line-height: 2.3;
        font-weight: 500;
    }

    /* inner-link */
    .inner-link {
        text-align: center;
    }

    #service .inner-link {
        text-align: left;
    }

    .inner-link a {
        display: inline-block;
        margin: 10px 20px 0 0;
        padding: 11px 30px;
        border-radius: 30px;
        background-color: #333;
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        transition: background-color .3s;
    }

    .inner-link a:hover {
        background-color: #555;
    }

    #service .inner-link a {
        margin: 10px 8px 0 0;
    }

    .inner-link a:last-child {
        margin-right: 0;
    }

    .inner-link a span {
        position: relative;
        padding-left: 20px;
        letter-spacing: 0.01em;
    }

    .inner-link a span::before {
        content: "";
        position: absolute;
        top: calc(50% + 5px);
        left: 0;
        width: 6px;
        height: 7px;
        background: url(../image/inner-link-arrow.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        transform-origin: left top;
        transform: rotate(-90deg);
        transition: top .3s;
    }

    .inner-link a:hover span::before {
        top: calc(50% + 8px);
    }

    .inner-link a span::after {
        content: "";
        position: absolute;
        top: calc(50% + 4px);
        left: 3px;
        width: 7px;
        height: 1px;
        background-color: #fff;
        transform-origin: left top;
        transform: rotate(-90deg);
        transition: all .3s;
    }

    .inner-link a:hover span::after {
        top: calc(50% + 7px);
        width: 10px;
    }

    /* ttl */
    .sec-ttl {
        text-align: center;
        font-weight: 500;
        line-height: 1.38;
    }

    .sec-ttl .eng {
        display: block;
        font-family: "Cormorant Garamond", system-ui;
        font-size: 3.4rem;
        letter-spacing: 0.04em;
    }

    .sec-ttl .jpn {
        display: block;
        font-size: 1.2rem;
    }

    .sec-ttl.left {
        padding-left: 0;
        text-align: center;
    }

    .sec-ttl.left .jpn {
        padding-left: 0;
    }

    /** inner-sec-ttl01 **/
    .inner-sec-ttl01 {
        position: relative;
        margin-bottom: 50px;
        padding: 28px 30px 32px 37px;
        border-radius: 6px;
        background-color: #333;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.4;
        color: #fff;
    }

    .inner-sec-ttl01::before {
        content: "";
        position: absolute;
        top: 0;
        left: 17px;
        width: 1px;
        height: 100%;
        background-color: #4B4B4B;
    }

    .inner-sec-ttl01::after {
        content: "";
        position: absolute;
        bottom: 17px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #4B4B4B;
    }

    /** inner-sec-ttl02 **/
    .inner-sec-ttl02 {
        margin-bottom: 50px;
        padding: 0 0 22px 10px;
        border-bottom: 1px solid #333;
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 1.6;
    }

    /** inner-sec-ttl03 **/
    .inner-sec-ttl03 {
        margin-bottom: 22px;
        padding-left: 10px;
        font-size: 2.3rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .inner-sec-ttl03.price-tbl-ttl {
        font-size: 2.3rem;
    }

    /** inner-sec-ttl04 **/
    .inner-sec-ttl04 {
        margin-bottom: 35px;
        padding: 0 0 25px 0;
        border-bottom: 1px solid #333;
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.6;
    }

    /** sec-copy **/
    .sec-copy {}

    .sec-copy_sub {
        display: inline-block;
        position: relative;
        margin-bottom: 20px;
        padding-left: 5px;
        font-size: 1.1rem;
        letter-spacing: 0.02em;
    }

    .sec-copy_sub::before {
        content: "";
        position: absolute;
        top: 7px;
        left: -9px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #fff;
    }

    .sec-copy_sub.jpn {
        font-weight: 500;
    }

    .sec-copy_sub.eng {
        font-family: "Inter", system-ui;
        font-weight: 400;
    }

    .sec-copy_main {
        font-size: 3.0rem;
        line-height: 1.95;
        letter-spacing: 0.03em;
    }

    .sec-copy_main strong {
        position: relative;
        font-weight: normal;
    }

    .sec-copy_main strong::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 1px;
        width: calc(100% - 2px);
        height: 1px;
        background-color: #fff;
    }

    /* link */
    .sec-btn {
        position: relative;
        display: inline-block;
        padding: 5px 37px 5px 20px;
        border-radius: 4px;
        background-color: #AC0008;
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
        transition: background-color .3s;
    }

    .sec-btn:hover {
        background-color: #555;
    }

    .sec-btn.small {
        font-size: 1.2rem;
        padding: 6px 35px 6px 20px;
    }

    .sec-btn:hover {
        color: #fff;
    }

    .sec-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        right: 18px;
        width: 6px;
        height: 7px;
        background: url(../image/sec-btn_arrow.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        transition: right .3s;
    }

    .sec-btn:hover::before {
        right: 15px;
    }

    .sec-btn::after {
        content: "";
        position: absolute;
        top: calc(50% + 1px);
        right: 19px;
        width: 7px;
        height: 1px;
        background-color: #fff;
        transition: all .3s;
    }

    .sec-btn:hover::after {
        right: 16px;
        width: 10px;
    }

    .sec-btn.jpn {}

    .sec-btn.eng {
        font-family: "Inter", system-ui;
        letter-spacing: 0.02em;
    }

    /** inner-link-btn **/
    .inner-link-btn {
        position: relative;
        display: inline-block;
        padding: 5px 20px 5px 36px;
        border: 1px solid #333;
        border-radius: 20px;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .inner-link-btn:hover {}

    .inner-link-btn::before {
        content: "";
        position: absolute;
        top: calc(50% + 5px);
        left: 18px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        transform-origin: left top;
        transform: rotate(-90deg);
        transition: top .3s;
    }

    .inner-link-btn:hover::before {
        top: calc(50% + 8px);
    }

    .inner-link-btn::after {
        content: "";
        position: absolute;
        top: calc(50% + 4px);
        left: 21px;
        width: 7px;
        height: 1px;
        background-color: #333;
        transform-origin: left top;
        transform: rotate(-90deg);
        transition: all .3s;
    }

    .inner-link-btn:hover::after {
        top: calc(50% + 7px);
        width: 10px;
    }

    /* lead */
    .sec-lead {}

    .sec-lead p {
        margin-bottom: 30px;
        font-size: 1.4rem;
        line-height: 2.4;
        font-weight: 500;
    }

    .sec-lead.narrow p {
        line-height: 2.1;
    }

    .sec-lead p:last-child {
        margin-bottom: 0;
    }

    .sec-lead .sign {
        text-align: right;
        line-height: 1.8;
    }

    .sec-lead p.sup-text {
        text-indent: -1em;
        padding-left: 1em;
        font-size: 1.2rem;
        line-height: 1.8;
    }


    /* header
----------------------------------------- */
    #header {}

    #header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 50;
        opacity: .15;
    }

    /* header-trace-area */
    .header-trace-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        z-index: 1000;
        transition: all .3s;
    }

    .header-trace-area.scroll {
        background-color: rgba(51, 51, 51, 0.92);
    }

    .header-trace-area::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        background-size: cover;
        z-index: 100;
    }

    .header-trace-area::after {
        width: 0;
        transition: width 1.6s;
    }

    #top .header-trace-area::after {
        transition-delay: .5s;
    }

    .fade-in .header-trace-area::after {
        width: 100%;
    }

    .header-logo {
        position: absolute;
        top: 18px;
        left: 50px;
        width: 78px;
        height: auto;
        z-index: 100;
        transition: all .3s;
    }

    .header-trace-area.scroll .header-logo {
        position: absolute;
        top: 0px;
        left: 50px;
    }

    /* header-gnav_pc */
    .header-gnav_pc {}

    .header-gnav_pc_list {
        display: flex;
        padding: 0 0 0 290px;
    }

    .header-gnav_pc_list>li {
        margin-right: 23px;
        z-index: 101;
    }

    .header-gnav_pc_list>li.gnav02 {
        margin-right: 17px;
    }

    .header-gnav_pc_list>li:last-child {
        margin-right: 0;
    }

    .header-gnav_pc_list>li>a,
    .header-gnav_pc_list>li>span {
        display: inline-block;
        line-height: 105px;
        transform: translateY(-2px);
        font-size: 1.0rem;
        color: #fff;
        transition: all .3s;
    }

    .header-trace-area.scroll .header-gnav_pc_list>li>a,
    .header-trace-area.scroll .header-gnav_pc_list>li>span {
        line-height: 80px;
    }

    .header-gnav_pc_list>li>a:hover,
    .header-gnav_pc_list>li>span:hover {
        opacity: .6;
        cursor: pointer;
    }

    #top .header-gnav_pc_list .gnav01 a,
    .header-gnav_pc_list .gnavC.cur a {
        opacity: .7;
    }

    .service-nav-ttl {
        position: relative;
        display: inline-block;
        padding-right: 14px;
    }

    .service-nav-ttl::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        width: 5.8px;
        height: 3.6px;
        background: url(../image/gnav-arrow_white.svg);
        background-size: 5.8px 3.6px;
        transition: all .3s;
    }

    li.gnav09:hover .service-nav-ttl::before {
        transform: rotate(180deg);
    }

    /** service-mega-menu **/
    .service-mega-menu {
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        padding: 30px 40px;
        background-color: rgba(51, 51, 51, 0.92);
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        z-index: 100;
    }

    .header-trace-area.scroll .service-mega-menu {
        position: absolute;
    }

    .service-mega-menu_list {
        margin-right: 60px;
    }

    .service-mega-menu_list:last-child {
        margin-right: 0;
    }

    .service-mega-menu_list li {
        margin-bottom: 8px;
    }

    .service-mega-menu_list li:last-child {
        margin-bottom: 0;
    }

    .service-mega-menu_list a {
        display: inline-block;
        font-size: 1.1rem;
        line-height: 1.4;
        color: #fff;
        white-space: nowrap;
        transition: opacity .3s;
    }

    .service-mega-menu_list a:hover {
        opacity: .6;
    }

    .header-gnav_pc_list .gnav09:hover .service-mega-menu {
        opacity: 1;
        visibility: visible;
    }

    /** header-snav_pc **/
    .header-snav_pc {
        display: flex;
        align-items: center;
        position: absolute;
        top: 36px;
        right: 20px;
        transition: all .3s;
    }

    .header-trace-area.scroll .header-snav_pc {
        position: absolute;
        top: 22px;
        right: 20px;
    }

    .header-snav_pc li {}

    .header-snav_pc li.snav01 a {
        display: inline-block;
        margin-right: 18px;
        font-size: 1.0rem;
        color: #fff;
        transition: opacity .3s;
    }

    .header-snav_pc li.snav01 a:hover {
        opacity: .6;
    }

    #about-access .header-snav_pc .snav01 a {
        opacity: .7;
    }

    .header-snav_pc li.snav-btn a {
        display: inline-block;
        padding: 4px 22px;
        border-radius: 4px;
        background-color: #AC0008;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        font-size: 1.0rem;
        color: #fff;
        transition: all .3s;
    }

    .header-snav_pc li.snav-btn a:hover {
        background-color: #333;
        color: #fff;
    }

    /* page-visual-area */
    .page-visual-area {
        display: flex;
        align-items: center;
        width: 100%;
        height: 618px;
    }

    .page-visual-area::before {
        content: "";
        position: absolute;
        top: 0;
        right: auto;
        left: 260px;
        width: 1px;
        height: 0;
        background-color: rgba(255, 255, 255, 0.15);
        background-size: cover;
        z-index: 100;
        transition: height 1.6s;
    }

    .fade-in .page-visual-area::before {
        height: 618px;
    }

    .page-visual-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 618px;
        background-color: rgba(38, 38, 38, 0.4);
        background-size: cover;
        z-index: 10;
    }

    .page-ttl {
        margin-top: 37px;
        padding: 0 60px 0 260px;
        color: #fff;
        z-index: 100;
        line-height: 1.5;
    }

    .page-ttl .jpn {
        display: block;
        margin-bottom: 9px;
        font-size: 3.0rem;
        font-weight: 400;
        letter-spacing: 0.06em;
        /* opacity: 0; */
        /* visibility: hidden; */
    }

    .page-ttl .eng {
        display: block;
        padding-left: 2px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 500;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        /* opacity: 0; */
        /* visibility: hidden; */
    }

    /* bottom-trace-area */
    .bottom-trace-area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .bottom-trace-area.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .bt_sp-body {
        display: none;
    }

    .bt_sp-body a {}

    .bt_tel-num_sp {}

    .bt_tel-num_sp span {}

    .bt_tel-num_sp span::before {}

    .bt_contact-btn_sp {}

    .bt_contact-btn_sp span {}

    .bt_contact-btn_sp span::before {}

    .bt_pc-body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(51, 51, 51, 0.96);
        height: 73px;
    }

    .bt_tel-side {
        display: flex;
        align-items: center;
        padding-left: 50px;
    }

    .bt_tel-num_pc {
        margin-right: 20px;
        font-family: "Inter", system-ui;
        font-size: 2.6rem;
        font-weight: 500;
        letter-spacing: 0.02em;
        transition: opacity .3s;
    }

    .bt_tel-num_pc:hover {
        opacity: .6;
        color: #fff;
    }

    .bt_tel-num_pc span {
        position: relative;
        padding-left: 36px;
    }

    .bt_tel-num_pc span::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 26px;
        height: 26px;
        background: url(../image/bottom-trace-icon_tel-fill.svg) 0 0 no-repeat;
        background-size: 26px 26px;
    }

    .bt_open-hour {}

    .bt_contact-side {
        padding-right: 30px;
    }

    .bt_contact-btn_pc {
        display: inline-block;
        padding: 4px 22px;
        border-radius: 60px;
        background-color: #ac0008;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        font-size: 1.3rem;
        color: #fff;
        transition: all .3s;
    }

    .bt_contact-btn_pc:hover {
        background-color: #fff;
        color: #333;
    }


    /* contents
----------------------------------------- */
    #contents {
        padding-top: 100px;
    }

    #top #contents {
        padding-top: 0;
    }

    /* information-list */
    .information-list {}

    .information-list li {
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }

    .information-list_img-side {
        width: 180px;
        margin-right: 40px;
    }

    .information-list_img-side img {
        display: inline-block;
        transition: opacity .3s;
    }

    .information-list_img-side img:hover {
        opacity: .7;
    }

    .information-list_text-side {
        width: calc(100% - 220px);
        margin-top: -4px;
    }

    .information-list_date-category-area {
        display: flex;
        margin-bottom: 14px;
        letter-spacing: 0.03em;
        font-weight: 400;
    }

    .information-list_date {
        display: inline-block;
        min-width: 7em;
        font-family: "Inter", system-ui;
        line-height: 1.0;
        font-size: 1.3rem;
    }

    .information-list_category {}

    .information-list_category a {
        display: inline-block;
        padding: 3px 10px;
        border-radius: 20px;
        border: 1px solid #fff;
        font-size: 1.0rem;
        line-height: 1.1;
        transition: all .3s;
    }

    .information-list_category a:hover {
        background-color: #333;
        color: #fff;
    }

    .information-list_ttl {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.8;
        transition: color .3s;
    }

    .information-list_ttl:hover {
        color: #999;
    }

    /* service-sec */
    .service-sec {
        position: relative;
        margin-bottom: 120px;
        padding-top: 78px;
    }

    .service-sec .sec-ttl {
        margin-bottom: 95px;
    }

    .service-sec_btn {
        margin-top: 60px;
        padding-right: 8.5%;
        text-align: right;
    }

    /** bx controls **/
    .service-sec .service-menu_switch {
        position: absolute;
        top: 5px;
        right: 70px;
        z-index: 100;
    }

    .service-sec .service-menu_switch.under-page {
        position: absolute;
        top: 90px;
        right: 70px;
    }

    /** service-menu_slide **/
    .bx-wrapper {
        position: relative;
    }

    .service-menu_slide {
        display: flex;
        margin-left: 50%;
    }

    .service-menu_slide li {
        margin-right: 233px;
        margin-left: -233px;
        border-right: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }

    .service-menu_slide .bxslider .slide-item {
        width: 466px;
    }

    .service-menu_slide_img {
        transition: opacity .3s;
    }

    .service-menu_slide_img:hover {
        opacity: .7;
    }

    .service-menu_slide_body {
        padding: 37px 60px 0px;
    }

    .service-menu_slide_ttl {
        margin-bottom: 22px;
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .service-menu_slide_ttl a {
        display: block;
        position: relative;
        padding-left: 27px;
        transition: color .3s;
    }

    .service-menu_slide_ttl a:hover {
        color: #999;
    }

    .service-menu_slide_ttl span {
        position: absolute;
        top: 5px;
        left: 0;
        font-family: "Inter", system-ui;
        font-size: 1.1rem;
        letter-spacing: 0.03em;
    }

    .service-menu_slide_lead {
        margin-bottom: 10px;
    }

    .service-menu_slide_lead p {
        margin-bottom: 25px;
        font-size: 1.3rem;
        line-height: 2.2;
        font-weight: 500;
    }

    .service-menu_slide_lead p:last-child {
        margin-bottom: 0;
    }

    .service-menu_slide_btn-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }

    .service-menu_slide_btn-area .left {
        margin-right: 10px;
    }

    .service-menu_slide_btn-area .right {}

    /** bx controls **/
    .service-sec .bx-has-controls-direction {}

    .service-sec .bx-controls-direction {}

    .service-menu_switch .bx-next,
    .service-menu_switch .bx-prev {
        display: block;
        width: 60px;
        height: 60px;
        opacity: 0;
    }

    .service-menu_switch {
        display: flex;
    }

    .service-next-btn {
        position: relative;
        width: 60px;
        height: 60px;
        margin-right: 25px;
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
    }

    .service-prev-btn {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
    }

    .service-next-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        left: 23px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        z-index: -10;
        transition: left .3s;
    }

    .service-next-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 24px;
        width: 10px;
        height: 1px;
        background-color: #fff;
        z-index: -10;
        transition: all .3s;
    }

    .service-next-btn:hover::before {
        left: 20px;
    }

    .service-next-btn:hover::after {
        left: 21px;
        width: 13px;
    }

    .service-prev-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        right: 23px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_right.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        z-index: -10;
        transition: right .3s;
    }

    .service-prev-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 24px;
        width: 10px;
        height: 1px;
        background-color: #fff;
        z-index: -10;
        transition: all .3s;
    }

    .service-prev-btn:hover::before {
        right: 20px;
    }

    .service-prev-btn:hover::after {
        right: 21px;
        width: 13px;
    }


    /* footer
----------------------------------------- */
    #footer {
        position: relative;
    }

    .page-top-btn {
        display: block;
        position: absolute;
        top: -30px;
        right: 120px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #fff;
        transform-origin: center;
        transform: rotate(90deg);
        z-index: 10;
    }

    .page-top-btn::before {
        content: "";
        position: absolute;
        top: calc(50% - 4px);
        left: 23px;
        width: 6px;
        height: 7px;
        background: url(../image/switch-arrow_left.svg) 0 0 no-repeat;
        background-size: 6px 7px;
        transition: left .3s;
    }

    .page-top-btn:hover::before {
        left: 19px;
    }

    .page-top-btn::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 24px;
        width: 10px;
        height: 1px;
        background-color: #fff;
        transition: all .3s;
    }

    .page-top-btn:hover::after {
        left: 20px;
        width: 14px;
    }

    /* footer_sitemap-sec */
    .footer_sitemap-sec {}

    /** footer_sitemap-sec_inner-top **/
    .footer_sitemap-sec_inner-top {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding: 98px 60px 98px;
        border-left: 60px solid #181818;
        border-right: 60px solid #181818;
        background-color: #2F2E2F;
    }

    .footer-gnav {
        display: flex;
        margin-bottom: 0;
    }

    .footer-gnav li {
        margin: 0 30px 0 0;
    }

    .footer-gnav li:last-child {
        margin: 0;
    }

    .footer-gnav a {
        font-size: 1.3rem;
        font-weight: 500;
        transition: color .3s;
    }

    .footer-gnav a:hover {
        color: #999;
    }

    .footer-snav {
        display: flex;
    }

    .footer-snav li.snav {
        margin: 0 30px 0 0;
    }

    .footer-snav li.snav a {
        font-family: "Inter", system-ui;
        letter-spacing: 0.01em;
        line-height: 2.0;
        font-size: 1.2rem;
        transition: color .3s;
    }

    .footer-snav li.snav a:hover {
        color: #999;
    }

    .footer-snav li.snav-btn {}

    .footer-snav li.snav-btn a {
        padding: 7px 30px;
        border-radius: 4px;
        background-color: #AC0008;
        line-height: 2.0;
        font-size: 1.3rem;
        color: #fff;
        transition: all .3s;
    }

    .footer-snav li.snav-btn a:hover {
        background-color: #fff;
        color: #333;
    }

    /** footer_sitemap-sec_inner-bottom **/
    .footer_sitemap-sec_inner-bottom {
        display: flex;
        position: relative;
        margin: 0 60px;
        padding: 50px 60px 95px;
        border-left: none;
        border-right: none;
        background-color: #F7F7F7;
    }

    .footer_sitemap-sec_inner-bottom::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -60px;
        width: calc(100% + 120px);
        height: 66.5%;
        background-color: #E8E8E8;
        z-index: -10;
    }

    .footer_sitemap-sec_inner-bottom_ttl {
        width: 18%;
        margin: 0;
        padding-right: 20px;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .footer_service-nav {
        display: flex;
        width: 82%;
    }

    .footer_service-nav_inner.left {
        width: 30%;
    }

    .footer_service-nav_inner.center {
        width: 32%;
    }

    .footer_service-nav_inner.right {
        width: 38%;
    }

    .footer_service-nav_inner p {
        margin-bottom: 10px;
    }

    .footer_service-nav_inner a {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 500;
        transition: color .3s;
    }

    .footer_service-nav_inner a:hover {
        color: #999;
    }

    /* footer_info-sec */
    .footer_info-sec {
        position: relative;
        padding-top: 45px;
        background-color: #0A0A0A;
    }

    .footer_policy-link {
        margin-bottom: 60px;
        padding-right: 60px;
        text-align: right;
    }

    .footer_policy-link li {
        margin-bottom: 0;
    }

    .footer_policy-link a {
        display: inline-block;
        font-family: "Inter", system-ui;
        letter-spacing: 0;
        line-height: 1.3;
        font-size: 1.1rem;
        font-weight: 500;
        transition: color .3s;
    }

    .footer_policy-link a:hover {
        color: #999;
    }

    .footer_copy {
        margin-bottom: 55px;
        padding-right: 60px;
        font-family: "Cormorant Garamond", system-ui;
        font-size: 4rem;
        font-weight: 500;
        letter-spacing: -0.015em;
        line-height: 1.75;
        text-align: right;
    }

    .footer_logo-area {
        position: absolute;
        bottom: 118px;
        left: 60px;
        margin: 0;
        padding-left: 0;
    }

    .footer_logo {
        width: 139px;
        height: auto;
    }

    .footer_address {
        margin-bottom: 10px;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .footer_tel-fax {
        font-size: 1.0rem;
        font-weight: 500;
    }

    .footer_copyright {
        padding: 0 60px 115px 0;
        font-family: "Inter", system-ui;
        letter-spacing: 0;
        line-height: 1.4;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: right;
    }



}

/* pc end */




































/* PC:1150px - */
@media only screen and (min-width: 1150px) {

    /* header
    ----------------------------------------- */
    .header-gnav_pc_list>li {
        margin-right: 28px;
    }

    .header-gnav_pc_list>li.gnav02 {
        margin-right: 26px;
    }

    .header-gnav_pc_list>li>a,
    .header-gnav_pc_list>li>span {
        font-size: 1.2rem;
    }

    .header-snav_pc {
        position: absolute;
        top: 36px;
        right: 30px;
    }

    .header-snav_pc li.snav01 a {
        margin-right: 30px;
        font-size: 1.2rem;
    }

    .header-snav_pc li.snav-btn a {
        padding: 4px 25px;
        font-size: 1.1rem;
    }

    /** service-mega-menu **/
    .service-mega-menu {
        padding: 40px 55px;
    }

    .service-mega-menu_list li {
        margin-bottom: 10px;
    }

    .service-mega-menu_list a {
        font-size: 1.2rem;
    }
}

/* pc end */













/* PC:1200px - */
@media only screen and (min-width: 1200px) {

    /* header
----------------------------------------- */
    /* header-trace-area */
    .header-trace-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 0;
        z-index: 1000;
    }

    /* header-gnav_pc */
    .header-gnav_pc_list {
        display: flex;
        padding: 0 0 0 310px;
        width: calc(100% - 250px);
        justify-content: space-between;
    }

    .header-gnav_pc_list>li {
        margin-right: 30px;
    }

    .header-gnav_pc_list>li.gnav02 {
        margin-right: 24px;
    }

    .header-gnav_pc_list>li>a,
    .header-gnav_pc_list>li>span {
        font-size: 1.3rem;
    }

    .header-snav_pc {
        position: absolute;
        top: 36px;
        right: 30px;
    }

    .header-snav_pc li.snav01 a {
        margin-right: 30px;
        font-size: 1.2rem;
    }

    .header-snav_pc li.snav-btn a {
        padding: 4px 25px;
        font-size: 1.2rem;
    }

    /** service-mega-menu **/
    .service-mega-menu {
        padding: 40px 55px;
    }

    .service-mega-menu_list li {
        margin-bottom: 10px;
    }

    .service-mega-menu_list a {
        font-size: 1.3rem;
    }

}

.footer_logo-area {}

.footer_logo-area ul {
    display: inline-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.footer_logo-area ul li {
    margin-right: 30px;
}

.footer_logo-area ul li>a {
    display: block;
    width: 30px;
}

.header-gnav_pc_list>li.gnav09 {
    position: relative;
}

/* pc end */