@charset "UTF-8";
/* ---------------------------------------------
*   strong-font-style
テキスト
--------------------------------------------- */
.sfs {
    font-weight: 700;
    color: #EDA06A;
}

/* ---------------------------------------------
*   c-txt-3
テキスト
--------------------------------------------- */
.c-txt-3 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .c-txt-3 {
        font-size: 3.7333333333vw;
        line-height: 1.7857142857;
    }
}
.c-txt-3--b {
    font-weight: 700;
}
.c-txt-3--lts-25 {
    letter-spacing: 0.025em;
}
.c-txt-3--lts-0 {
    letter-spacing: 0;
}
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}
/* ---------------------------------------------
/*  data-filter-target
--------------------------------------------- */
[data-filter-target].is-hide {
    display: none;
}
/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}
/* ---------------------------------------------
*   is-hide
--------------------------------------------- */
.is-hide {
    display: none;
}
/* ---------------------------------------------
*   scroll-bar
--------------------------------------------- */
.scroll-bar::-webkit-scrollbar {
    height: 3px;
}
@media screen and (max-width: 768px) {
    .scroll-bar::-webkit-scrollbar {
        height: 0.8vw;
    }
}
.scroll-bar::-webkit-scrollbar-track {
    background-color: rgba(218, 220, 219, 0.6);
}
@media screen and (max-width: 768px) {
    .scroll-bar.c-block-21__img-wrap::-webkit-scrollbar-track, .scroll-bar.c-cassette-10__table::-webkit-scrollbar-track {
        margin-left: 5.3333333333vw;
    }
}
.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #1A1A1A;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
    .scroll-bar::-webkit-scrollbar-thumb {
        border-radius: 0.8vw;
    }
}
/* ---------------------------------------------
*   close-btn
モーダル閉じるボタン
全ページ共通
モーダル閉じるボタン
全ページ共通
--------------------------------------------- */
.close-btn {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}
.close-btn::before {
    position: absolute;
    top: 24px;
    right: 24px;
    content: "";
    width: 38px;
    height: 38px;
    background: url("/shared/img/common/icon_cross.svg") 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .close-btn::before {
        top: 3vw;
        right: 3vw;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .close-btn:hover::before {
        transition: opacity 0.3s;
        opacity: 0.8;
    }
}
.top-mainvisual-wrapper {
    background: #fff;
    background-size: cover;
    z-index: 102;
    position: relative;
    height: 100vh;
    min-height: 36.6666vw;
    max-height: 56.25vw;
    width: 100%;
}
.top-mainvisual-wrapper .top-mainvisual {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.top-mainvisual-wrapper .top-mainvisual .top-mainvisual-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 95.7407407407%;
}
@media screen and (min-width: 1921px) {
    .top-mainvisual-wrapper .top-mainvisual .top-mainvisual-container {
        max-height: 1034px;
    }
}
.top-mainvisual-wrapper .top-mainvisual .scroll {
    display: block;
    background-color: #000;
    width: 1px;
    height: 35%;
    position: absolute;
    left: 5%;
    bottom: -13%;
    animation: scroll_anim 1.2s infinite;
}

/* アニメーション */
@keyframes scroll_anim {
    0% {
        bottom: 22%;
        height: 0;
    }
    50% {
        bottom: -13%;
        height: 35%;
    }
    100% {
        bottom: -13%;
        height: 0;
    }
}
.top-mainvisual-wrapper .top-mainvisual .mainvisual-title {
    position: absolute;
    z-index: 100;
    left: 7.5%;
    top: 15.625%;
    font-size: 4.479vw;
    line-height: 1;
    letter-spacing: 0.01em;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-title span {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 17px;
    padding: 0 15px;
}

.top-mainvisual-wrapper .top-mainvisual {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    position: relative;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide {
    position: absolute;
    left: 26.5%;
    bottom: 0;
    width: 62.5%;
    padding-top: 46.875%;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .swiper-initialized {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-wrapper {
    overflow: hidden;
    height: 100%;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide .swiper-inner {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
    animation: none;
    /*transition-duration: 0s !important;*/
    /*will-change: animation;*/
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide.swiper-slide-prev .swiper-inner {
    z-index: 2;
    -webkit-animation: none;
    animation: none;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide.swiper-slide-active .swiper-inner.animenone {
    -webkit-animation: none !important;
    animation: none !important;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide.swiper-slide-active .swiper-inner {
    z-index: 3;
    /*-webkit-animation: indexShow 2s cubic-bezier(0.77, 0, 0.175, 1) normal;
    animation: indexShow 2s cubic-bezier(0.77, 0, 0.175, 1) normal;*/
    -webkit-animation: indexShow 1.5s ease normal;
    animation: indexShow 1.5s ease normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide .swiper-photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*width: calc(1200 / 1920 * 100vw);*/
    overflow: hidden;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide.swiper-slide-active .swiper-photo img,
.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide.swiper-slide-duplicate-active .swiper-photo img,
.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide.swiper-slide-prev .swiper-photo img {
    -webkit-animation: zoomIn linear 8s forwards;
    animation: zoomIn linear 8s forwards;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide .swiper-photo.js-animenone img {
    -webkit-animation: none !important;
    animation: none !important;
}

/* アニメーション */
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.top-mainvisual-wrapper .top-mainvisual .swiper-text-outer {
    z-index: 120;
    position: absolute;
    bottom: 8%;
    left: 8.5%;
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap {
    opacity: 0;
    transition: opacity 1s;
    /*transition-delay: .5s;*/
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-mainvisual-wrapper .top-mainvisual .is-current .swiper-text-wrap {
    opacity: 1;
    transition: opacity 1s;
    /*transition-delay: .5s;*/
}

.top-mainvisual-wrapper .top-mainvisual .is-current .swiper-text-wrap.animenone {
    transition-delay: 0s;
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap .swiper-logo {
    max-width: 210px;
    width: 10.9375vw;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap .swiper-logo.oceanus {
    max-width: 190px;
    width: 9.8958333333vw;
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap .swiper-logo.edifice {
    max-width: 180px;
    width: 9.375vw;
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap .swiper-logo.pro_trek {
    max-width: 150px;
    width: 7.8125vw;
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap .swiper-logo.baby-g {
    max-width: 180px;
    width: 9.375vw;
}

.top-mainvisual-wrapper .top-mainvisual .swiper-text-wrap .swiper-name {
    display: inline-block;
    padding-right: 4%;
    font-size: 3.3333333333vw;
    white-space: nowrap;
    background-color: #fff;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9.375%;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 {
    position: absolute;
    right: 0;
    bottom: 11.0416666667vw;
    width: 9.375%;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    /*clip: rect(0 100vw 100vh 0);*/
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
    animation: none;
    transition-delay: 0s;
    transition-duration: 0s;
    /*will-change: animation;*/
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    /*clip: rect(0 100vw 100vh 0);*/
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: none;
    animation: none;
    transition-delay: 0s;
    transition-duration: 0s;
    /*will-change: animation;*/
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-wrapper {
    /*padding-top: calc(180 / 1920 * 100%);*/
    width: 9.375vw;
    height: 9.375vw;
    overflow: hidden;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-wrapper {
    /*padding-top: calc(180 / 1920 * 100%);*/
    width: 9.375vw;
    height: 9.375vw;
    overflow: hidden;
}

@keyframes indexShow {
    0% {
        /*clip: rect(0 100vw 100vh 100vw);*/
        -webkit-clip-path: inset(0 0 0 100vw);
                clip-path: inset(0 0 0 100vw);
    }
    /*5% {
        clip-path: inset(0 0 0 100vw);
    }*/
    100% {
        /*clip: rect(0 100vw 100vh 0);*/
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}
.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide.is-prev {
    z-index: 2;
    -webkit-animation: none;
    animation: none;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide.is-prev {
    z-index: 2;
    -webkit-animation: none;
    animation: none;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide.animenone {
    -webkit-animation: none !important;
    animation: none !important;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide.animenone {
    -webkit-animation: none !important;
    animation: none !important;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide.is-current {
    z-index: 3;
    -webkit-animation: indexShowSub 1.2s ease normal;
    animation: indexShowSub 1.2s ease normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide.is-current {
    z-index: 3;
    -webkit-animation: indexShowSub 1.2s ease normal;
    animation: indexShowSub 1.2s ease normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes indexShowSub {
    0% {
        /*clip: rect(0 100vw 100vh 100vw);*/
        -webkit-clip-path: inset(0 0 0 100vw);
                clip-path: inset(0 0 0 100vw);
    }
    100% {
        /*clip: rect(0 100vw 100vh 0);*/
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}
.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide .swiper-slide-link {
    position: relative;
    display: block;
    pointer-events: none;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide .swiper-slide-link:hover {
    opacity: 1;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide .swiper-slide-link:hover::before {
    opacity: 0;
    transition: opacity 0.3s;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide .swiper-slide .swiper-slide-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide .swiper-slide-link {
    position: relative;
    display: block;
    pointer-events: none;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide .swiper-slide-link:hover {
    opacity: 1;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide .swiper-slide-link:hover::before {
    opacity: 0;
    transition: opacity 0.3s;
}

.top-mainvisual-wrapper .top-mainvisual .mainvisual-subslide-2 .swiper-slide .swiper-slide-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
}

@media screen and (min-width: 1921px) {
    .top-mainvisual-wrapper .top-mainvisual .mainvisual-title {
        font-size: 86px;
    }
    .top-mainvisual-wrapper .top-mainvisual .mainvisual-mainslide .mainslide-content .swiper-slide .swiper-text-wrap .swiper-name {
        font-size: 64px;
    }
}
/* ---------------------------------------------
*   white-area
余白
使用ページ：/aboutBaus/brand/
--------------------------------------------- */
.white-area {
    width: 100%;
    height: 200px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .white-area {
        height: 22.4vw;
    }
}
.white-area--01 {
    height: 139px;
}
@media screen and (max-width: 768px) {
    .white-area--01 {
        height: 0;
    }
}
.white-area--02 {
    height: 126px;
}
@media screen and (max-width: 768px) {
    .white-area--02 {
        height: 0;
    }
}

/* ---------------------------------------------
*   js-menu-target
--------------------------------------------- */
.js-menu-target {
    display: none;
}

/* ---------------------------------------------
*   js-ham-acc-target
--------------------------------------------- */
.js-ham-acc-target {
    display: none;
}
@media screen and (min-width: 769px) {
    .js-ham-acc-target {
        display: block !important;
    }
}

.js-ham-acc-trigger::before, .js-ham-acc-trigger::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-image: url(/shared/img/common/icon_plus.svg);
    background-size: 100% 100%;
    content: "";
    transition: 0.3s;
}
.js-ham-acc-trigger::before {
    background-image: url(/shared/img/common/icon_plus.svg);
}
.is-ham-acc-open .js-ham-acc-trigger::before {
    opacity: 0;
}

.nav-wrap .js-ham-acc-trigger::before {
    background-image: url(/shared/img/common/icon_plus_gray.svg);
}

.js-ham-acc-trigger::after {
    background-image: url(/shared/img/common/icon_minus.svg);
    opacity: 0;
}
.is-ham-acc-open .js-ham-acc-trigger::after {
    opacity: 1;
}

.nav-wrap .js-ham-acc-trigger::after {
    background-image: url(/shared/img/common/icon_minus_gray.svg);
}

/* ---------------------------------------------
*   js-fadeup
--------------------------------------------- */
.js-fadeup {
    opacity: 0;
    transform: translateY(20px);
}
.js-fadeup.is-fadeup {
    opacity: 1;
    transform: translateY(0);
}
.js-fadeup.is-fadeup.c-ttl-4 {
    transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.js-fadeup.is-fadeup.c-txt-2 {
    transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.js-fadeup.is-fadeup.l-breadcrumb {
    transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}

/* ---------------------------------------------
*   js-fadeup-top
--------------------------------------------- */
.js-fadeup-top {
    opacity: 0;
    transform: translateY(100px);
    transition: 2s;
}
.js-fadeup-top.is-fadeup-top {
    opacity: 1;
    transform: translateY(0);
}

/* ---------------------------------------------
*   js-fadeup-history
--------------------------------------------- */
.js-fadeup-history {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadeup-history.is-fadeup-history {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-out, transform 0.5s;
    z-index: 1;
}

/* ---------------------------------------------
*   js-scroll-bar"
--------------------------------------------- */
.js-scroll-bar {
    cursor: grab;
}

/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    display: inline-block;
    pointer-events: none;
}

/* ---------------------------------------------
*   js-more-item
--------------------------------------------- */
.js-more-item {
    visibility: visible;
    height: auto;
}
.js-more-item.is-slide-hidden {
    visibility: hidden;
    height: 0;
    margin-top: 0 !important;
}

/* ---------------------------------------------
*   js-more-all
--------------------------------------------- */
.js-more-all-scope .is-hide {
    display: none;
}

@media print and (min-width: 769px), screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}
@media print and (max-width: 1024px), screen and (max-width: 1024px) {
    .sp-hide-2 {
        display: none !important;
    }
}
@media print and (min-width: 1025px), screen and (min-width: 1025px) {
    .pc-hide-2 {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 1.3333333333vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--15 {
        margin-top: 4vw !important;
    }
    .mgt-sp--20 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--25 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--30 {
        margin-top: 8vw !important;
    }
    .mgt-sp--35 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--40 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--45 {
        margin-top: 12vw !important;
    }
    .mgt-sp--50 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--55 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--60 {
        margin-top: 16vw !important;
    }
    .mgt-sp--65 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--70 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--75 {
        margin-top: 20vw !important;
    }
    .mgt-sp--80 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--85 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--90 {
        margin-top: 24vw !important;
    }
    .mgt-sp--95 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--100 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--105 {
        margin-top: 28vw !important;
    }
    .mgt-sp--110 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--115 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--120 {
        margin-top: 32vw !important;
    }
    .mgt-sp--125 {
        margin-top: 33.3333333333vw !important;
    }
    .mgt-sp--130 {
        margin-top: 34.6666666667vw !important;
    }
    .mgt-sp--135 {
        margin-top: 36vw !important;
    }
    .mgt-sp--140 {
        margin-top: 37.3333333333vw !important;
    }
    .mgt-sp--145 {
        margin-top: 38.6666666667vw !important;
    }
    .mgt-sp--150 {
        margin-top: 40vw !important;
    }
    .mgt-sp--155 {
        margin-top: 41.3333333333vw !important;
    }
    .mgt-sp--160 {
        margin-top: 42.6666666667vw !important;
    }
    .mgt-sp--165 {
        margin-top: 44vw !important;
    }
    .mgt-sp--170 {
        margin-top: 45.3333333333vw !important;
    }
    .mgt-sp--175 {
        margin-top: 46.6666666667vw !important;
    }
    .mgt-sp--180 {
        margin-top: 48vw !important;
    }
    .mgt-sp--185 {
        margin-top: 49.3333333333vw !important;
    }
    .mgt-sp--190 {
        margin-top: 50.6666666667vw !important;
    }
    .mgt-sp--195 {
        margin-top: 52vw !important;
    }
    .mgt-sp--200 {
        margin-top: 53.3333333333vw !important;
    }
    .mgt-sp--205 {
        margin-top: 54.6666666667vw !important;
    }
    .mgt-sp--210 {
        margin-top: 56vw !important;
    }
    .mgt-sp--215 {
        margin-top: 57.3333333333vw !important;
    }
    .mgt-sp--220 {
        margin-top: 58.6666666667vw !important;
    }
    .mgt-sp--225 {
        margin-top: 60vw !important;
    }
    .mgt-sp--230 {
        margin-top: 61.3333333333vw !important;
    }
    .mgt-sp--235 {
        margin-top: 62.6666666667vw !important;
    }
    .mgt-sp--240 {
        margin-top: 64vw !important;
    }
    .mgt-sp--245 {
        margin-top: 65.3333333333vw !important;
    }
    .mgt-sp--250 {
        margin-top: 66.6666666667vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 1.3333333333vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 33.3333333333vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 34.6666666667vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 36vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 37.3333333333vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 38.6666666667vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 40vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 41.3333333333vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 42.6666666667vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 44vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 45.3333333333vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 46.6666666667vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 48vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 49.3333333333vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 50.6666666667vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 52vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 53.3333333333vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 54.6666666667vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 56vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 57.3333333333vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 58.6666666667vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 60vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 61.3333333333vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 62.6666666667vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 64vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 65.3333333333vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 66.6666666667vw !important;
    }
}


/* ---------------------------------------------
*   2023
--------------------------------------------- */
.pc-hide {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .pc-hide {
        display: block !important;
    }
}

/* ---------------------------------------------
*   l-header ページ共通ヘッダー部分  2023
--------------------------------------------- */
.l-header {
    /* position: fixed; */
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    /* height: 184px; */
    height: 104px;
    background-color: #fff;
    transition: height 0.5s;
}
body:not(.is-gnav-opened) .l-header.is-narrow .l-header__nittochi {
    display: none;
}
@media screen and (max-width: 768px) {
    body:not(.is-gnav-opened) .l-header.is-narrow {
        height: 50px;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__container {
        padding: 0 10px;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__logo {
        width: 125px;
    }
}
@media screen and (min-width: 769px) {
    body:not(.is-gnav-opened) .l-header.is-narrow {
        height: 84px;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__container {
        padding: 22px 2.5% 17px 1.8125%;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__logo {
        display: none;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__left-logo {
        display: block;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header-nav {
        display: none;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__center .l-header-nav {
        display: block;
        padding-top: 6px;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__center .l-header-nav__list {
        gap: 0 2.9717682021%;
    }
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__center .l-header-nav__link {
        left: -27px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
    body:not(.is-gnav-opened) .l-header.is-narrow .l-header__center .l-header-nav__link {
        left: 0;
        font-size: 10px;
    }
}
@media screen and (min-width: 769px) {
    body:not(.is-gnav-opened) .l-header.is-narrow .header-menu-button {
        top: 0;
    }
}
@media screen and (min-width: 769px) {
    .is-gnav-opened .l-header {
        background-color: transparent;
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .l-header {
        height: 64px;
    }
}
.l-header__container {
    height: 100%;
    padding: 31px 2.5% 26px 1.3125%;
}
@media screen and (max-width: 768px) {
    .l-header__container {
        padding: 8px 10px;
        max-width: none;
    }
}
.l-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-header__logo {
    width: 321px;
    margin: 0 auto;
    position: relative;
    
}
@media screen and (min-width: 769px) {
    .l-header__logo {
        top: 8px;
        /* right: 39px; */
        right: 70.5px;
    }
}
@media screen and (max-width: 768px) {
    .l-header__logo {
        width: 155px;
        /* right: -25px; */
        right: 0;
        transition: width 0.5s;
        margin: 1.3333333333vw auto 0;
    }
}
.l-header__logo-txt {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.l-header__logo-link {
    display: block;
    font-size: 0;
}
@media screen and (min-width: 769px) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}
.l-header__nittochi {
    width: 157px;
    display: block;
}
@media screen and (max-width: 768px) {
    .l-header__nittochi {
        width: 78px;
        position: absolute;
        left: 9px;
        top: 12px;
        font-size: 0;
    }
}
@media screen and (min-width: 769px) {
    .l-header__nittochi {
        transition: opacity 300ms;
    }
    .l-header__nittochi:hover {
        opacity: 0.8;
    }
}
.l-header__left-logo {
    display: none;
    width: 125px;
}
.l-header__center {
    flex-grow: 1;
}
.l-header__center .l-header-nav {
    display: none;
    margin-top: 0;
}


/* ---------------------------------------------
*   l-contents 2023
--------------------------------------------- */
.l-contents {
    padding-top: 0;
  /* padding-top: 184px; */
}
@media screen and (max-width: 768px) {
    .l-contents {
        /* padding-top: 64px; */
    }
}
.l-contents--no-padding {
    padding-top: 0;
}
.l-contents--history {
    position: relative;
}
.l-contents--history::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 184px;
    background-color: white;
    content: "";
}
@media screen and (max-width: 768px) {
    .l-contents--history::before {
        height: 64px;
    }
}

/* ---------------------------------------------
    20231023
*   c-section-head
--------------------------------------------- */
.c-section-pagehead {
    padding: 10px 0 35px;
}
.c-ttl-main {
    text-align: center;
    /* letter-spacing: 0.04em; */
    /* font-weight: 500; */
    /* display: block; */
    /* margin-top: 17px; */
}
span.c-ttl-main__en {
    font-size: 14px;
    line-height: 2;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    color: #AAAA88;
    display: block;
}
@media screen and (max-width: 768px) {
    span.c-ttl-main__en {
        font-size: 3.4666666667vw;
    }
}
span.c-ttl-main__ja {
    font-size: 32px;
    letter-spacing: 0.04em;
    font-weight: 500;
    display: block;
    margin-top: 17px;
}
@media screen and (max-width: 768px) {
    span.c-ttl-main__ja {
        font-size: 5.3333333333vw;
        margin-top: 5px;
    }
}
/* ---------------------------------------------
*   c-kv-1
kv
--------------------------------------------- */
.c-kv-1 {
    position: relative;
    width: 100%;
    margin-bottom: 23px;
    height: 40.0625vw;
    /* height: 59.0625vw; */
}
@media screen and (max-width: 768px) {
    .c-kv-1 {
        /* height: 187.7333333333vw; */
        height: 90.733333vw;
        margin-bottom: 8vw;
    }
}
.c-kv-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-kv-1__inner {
    position: absolute;
    top: 10.4375vw;
    left: 19.125vw;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .c-kv-1__inner {
        top: 56vw;
        left: 12.2666666667vw;
    }
}
.c-kv-1__big {
    font-size: 2.5vw;
    line-height: 1.65;
    font-weight: 500;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .c-kv-1__big {
        font-size: 6.4vw;
        line-height: 1.6666666667;
    }
}
.c-kv-1__big--white {
    color: #fff;
}
.slider-caption {
    font-size: 13px;
    color: #ccc;
    position: absolute;
    z-index: 300;
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), -1px 1px 3px rgba(0, 0, 0, 0.8), 1px -1px 3px rgba(0, 0, 0, 0.8), -1px -1px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .slider-caption {
    font-size: 3.4666666667vw;
    bottom: 6.6666666667vw;
  }
}
/* ---------------------------------------------
*   c-slider-1
スライダー
--------------------------------------------- */
.c-slider-1 .swiper {
    height: 40.25vw;
    /* height: 59.25vw; */
}
@media screen and (max-width: 768px) {
    .c-slider-1 .swiper {
        /* height: 187.7333333333vw; */
        height: 106.6666666666vw;
    }
}
.c-slider-1 .swiper-pagination {
    position: absolute;
    bottom: 1.125vw;
    left: 2.4375vw;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    color: #929393;
    width: auto;
    font-size: 0;
}
@media screen and (max-width: 768px) {
    .c-slider-1 .swiper-pagination {
        background-color: rgba(255, 255, 255, 0.8);
        width: 16vw;
        height: 16vw;
        left: 1.8666666667vw;
        bottom: -8vw;
    }
}
.c-slider-1 .swiper-pagination-current,
.c-slider-1 .swiper-pagination-total {
    display: inline-block;
    font-weight: 600;
    position: relative;
}
.c-slider-1 .swiper-pagination-current {
    color: #6E6F6F;
    font-size: 1.5vw;
    line-height: 1.2083333333;
    left: 0;
    top: -2.875vw;
    position: absolute;
}
@media screen and (max-width: 768px) {
    .c-slider-1 .swiper-pagination-current {
        font-size: 5.0666666667vw;
        line-height: 1.2105263158;
        top: 1.6vw;
        left: 2.9333333333vw;
    }
}
.c-slider-1 .swiper-pagination-total {
    font-size: 1vw;
    line-height: 1.1875;
    top: -0.375vw;
    right: -1.625vw;
}
@media screen and (max-width: 768px) {
    .c-slider-1 .swiper-pagination-total {
        font-size: 3.4666666667vw;
        line-height: 1.2307692308;
        top: 10.1333333333vw;
        right: -2.6666666667vw;
    }
}
.c-slider-1 .swiper-pagination-slash {
    position: relative;
    display: inline-block;
}
.c-slider-1 .swiper-pagination-slash::before {
    width: 3.8125vw;
    height: 1px;
    background-color: #929393;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: -1.8125vw;
    left: -0.125vw;
}
@media screen and (max-width: 768px) {
    .c-slider-1 .swiper-pagination-slash::before {
        width: 12.5333333333vw;
        left: -3.2vw;
        top: 4.8vw;
    }
}
.c-slider-1 .swiper-slide-active img,
.c-slider-1 .swiper-slide-duplicate-active img,
.c-slider-1 .swiper-slide-prev img {
    animation: showTranslateBG 7s linear forwards;
    animation-fill-mode: both;
}
.c-slider-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: cover;
       object-position: cover;
}

@keyframes showTranslateBG {
    0% {
        transform: scale(1.1) translate3d(0, 0, 0);
    }
    100% {
        transform: scale(1) translate3d(0, 0, 0);
    }
}
/* ---------------------------------------------
*   c-section-tk01
--------------------------------------------- */
.c-section-tk01 {
    margin: 120px auto;
}
@media screen and (max-width: 768px) {
    .c-section-tk01 {
        /* margin: 20.2666666667vw auto; */
        margin: 0 auto;
    }
}
.c-section-tk01__container {
    max-width: 640px;
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-tk01__container {
        padding: 24vw 5.3333333333vw 0;
    }
}
.c-ttl-tk01 {
    text-align: center;
}
span.c-sttl-tk01 {
    display: block;
    font-size: 26px;
}
@media screen and (max-width: 768px) {
  span.c-sttl-tk01 {
      font-size: 5vw;
  }
}
span.c-ttl-tk01 {
    display: block;
    font-size: 42px;
    padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  span.c-ttl-tk01 {
      font-size: 6.4vw;
      padding: 1.8666666667vw 0 0;
  }
}
.c-block-off {
    margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
    .c-block-off {
        margin: 9.3333333333vw 0 0;
    }
}
.c-box-off-item {
    background-color: #F3F5F5;
    max-width: 600px;
    padding: 70px 92px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 601px) {
    .c-box-off-item {
        max-width: 90%;
        margin: 0 auto;
        padding: 70px 5.333333vw 35px;
    }
}
.c-box-off__txt {
    font-size: 24px;
    color: #EDA06A;
    position: relative;
}
@media screen and (max-width: 601px) {
    .c-box-off__txt {
        font-size: 4.4vw;
    }
}
.c-box-off__txt::after {
    content: '';
    width: 120%;
    height: 1px;
    display: inline-block;
    background-color: #AAAA88;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    bottom: -50%;
    margin-left: 1%;
}
@media screen and (max-width: 601px) {
    .c-box-off__txt::after {
        width: 100%;
    }
}
.c-box-off__txt span {
    font-size: 75%;
}
.c-box-off__price {
    font-size: 130px;
    font-weight: 500;
    color: #EDA06A;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 601px) {
  .c-box-off__price {
      font-size: 20vw;
  }
}
.c-box-off__price span {
    font-size: 57.69230769230769%;
}

/* ---------------------------------------------
*   c-section-tk02
--------------------------------------------- */
.c-section-tk02 {
    margin: 100px auto;
}
@media screen and (max-width: 768px) {
    .c-section-tk02 {
        margin: 16vw auto;
    }
}
.c-section-tk02__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
      .c-section-tk02__container {
        padding: 0 5.3333333333vw;
    }
}
.c-ttl-tk02 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-ttl-tk02 {
      font-size: 5.8666666667vw;
  }
}
.c-section-tk02__body {
    margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
      .c-section-tk02__body {
        margin: 20px 0 0;
    }
}
.c-ssttl-tk02 {
    font-size: 18px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .c-ssttl-tk02 {
        font-size: 4vw;
        line-height: 2;
    }
}
.c-cassette-tk02__txt {
    margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c-cassette-tk02__txt {
      margin: 20px 0 0;
  }
}
.c-cassette-notes {
    font-size: 14px;
    padding-left: 1.3em;
    text-indent: -1.3em;
    padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .c-cassette-notes {
        font-size: 3.4666666667vw;
        padding-left: 1.3em;
        text-indent: -1.3em;
      padding-bottom: 5px;
    }
}
.c-cassette-tk02__step {
    margin: 40px auto;
    padding: 60px 63px;
    background-color: #000;
    background-color: #F3F5F5;
}
@media screen and (max-width: 768px) {
    .c-cassette-tk02__step {
        padding: 5.3333333333vw;
    }
}
/* ---------------------------------------------
*   c-block-3
* 通常ブロック(STEP)
--------------------------------------------- */
.c-block-3 {
    display: flex;
    justify-content: space-between;
    gap: 0 42px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .c-block-3 {
        display: block;
    }
}
.c-block-3::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    /* width: 300px; */
    width: 500px;
    height: 1px;
    background-color: #EDA06A;
    content: "";
}
@media screen and (max-width: 768px) {
    .c-block-3::before {
        width: 1px;
        height: 106.6666666666vw;
    }
}
.c-block-3__content-wrap {
    width: 396px;
    position: relative;
    flex: 0 1 auto;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-block-3__content-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .c-block-3__content-wrap:nth-of-type(n+2) {
        margin-top: 11.2vw;
    }
}
.c-block-3__content {
    /* max-width: 360px; */
    max-width: 330px;
    background-color: #fff;
    padding: 47px 13.63636363636364% 100px;
}
@media screen and (max-width: 768px) {
    .c-block-3__content {
        max-width: none;
        width: 100%;
        padding: 16vw 10.6666666667vw 8vw;
    }
}
.c-block-3__ttl {
    font-size: 16px;
    line-height: 1.5;
    color: #EDA06A;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-block-3__ttl {
        font-size: 4.2666666667vw;
    }
}
.c-block-3__ttl span {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .c-block-3__ttl span {
        font-size: 4.2666666667vw;
    }
}
.c-block-3__txt {
    margin-top: 21px;
}
@media screen and (max-width: 768px) {
    .c-block-3__txt {
        margin-top: 3.4666666667vw;
    }
}
@media screen and (max-width: 768px) {
    .c-block-3__txt .c-txt-3 {
        font-size: 3.4666666667vw;
        line-height: 1.7692307692;
        letter-spacing: 0;
    }
}
.c-block-3__txt--idea .c-txt-3 {
    letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
    .c-block-3__txt--idea .c-txt-3 {
        letter-spacing: 0;
    }
}
.c-block-3__icon01 {
    position: absolute;
    width: 60px;
    margin: 0 auto;
    left: calc( 50% - 15px );
    bottom: 10%;
}
@media screen and (max-width: 768px) {
    .c-block-3__icon01 {
        position: relative;
        margin: 0;
        padding: 20% 0 0;
    }
}
.c-block-3__icon02 {
    position: absolute;
    width: 60px;
    margin: 0 auto;
    left: calc( 50% - 15px );
    bottom: 10%;
}
@media screen and (max-width: 768px) {
    .c-block-3__icon02 {
        position: relative;
        margin: 0;
        padding: 8% 0 0;
    }
}
@media screen and (max-width: 768px) {
    .c-block-3__icon {
        width: 14.1333333333vw;
        margin-top: 6.4vw;
    }
}
.c-block-3__icon img {
    /* width: 100%; */
}
.c-block-3__step {
    position: absolute;
    right: -25px;
    bottom: 30px;
}
@media screen and (max-width: 768px) {
    .c-block-3__step {
        width: 12.8vw;
        right: -4.8%;
        bottom: 5.3333333333vw;
    }
}
.c-block-3__step--raijo {
    right: -37px;
}
@media screen and (max-width: 768px) {
    .c-block-3__step--raijo {
        width: 16vw;
        right: -8.2%;
        bottom: 4.2666666667vw;
    }
}
@media screen and (max-width: 768px) {
    .c-block-3__step--raijo .c-block-3__step-txt {
        padding-left: 3.4666666667vw;
    }
}
.c-block-3__step--kinyu {
    right: -37px;
}
@media screen and (max-width: 768px) {
    .c-block-3__step--kinyu {
        width: 16vw;
        right: -8.2%;
        bottom: 4.2666666667vw;
    }
}
@media screen and (max-width: 768px) {
    .c-block-3__step--kinyu .c-block-3__step-txt {
        padding-left: 3.4666666667vw;
    }
}
.c-block-3__step-txt {
    font-size: 18px;
    line-height: 1.3333333333;
    font-family: "Montserrat", sans-serif;
    color: #EDA06A;
    margin-bottom: 7px;
    padding-left: 16px;
}
@media screen and (max-width: 768px) {
    .c-block-3__step-txt {
        font-size: 3.7333333333vw;
        line-height: 1.3571428571;
        margin-bottom: 1.3333333333vw;
        padding-left: 2.9333333333vw;
    }
}
.c-block-3__step-num img {
    width: 100%;
}
.kinyu-check {
    margin: 10px 0 0 0;
    padding: 12px;
    border: 1px solid #000;
    font-size: 13px;
}
.check-point {
    display: flex;
}
/* ---------------------------------------------
*   c-section-23
通常セクション
使用ページ:/aboutBaus/brand/
--------------------------------------------- */
.c-section-tk03 {
    padding: 70px 0;
    position: relative;
}
@media screen and (max-width: 768px) {
    .c-section-tk03 {
        padding: 16vw 0;
    }
}
.c-section-tk03::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/bg_brand.png");
    background-size: 958px 581px;
    background-repeat: repeat-x;
    content: "";
    pointer-events: none;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .c-section-tk03::before {
        background-image: url("../img/common/bg_brand.png");
        background-size: 100% 100%;
        /* top: 45.0666666667vw; */
        /* height: 91.7333333333vw; */
    }
}
.c-section-tk03__container {
    max-width: 1040px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
   
}
.c-section-tk03__head .c-ttl-5 {
    text-align: left;
}
.c-section-tk03__body {
    margin-top: 46px;
}
@media screen and (max-width: 768px) {
    .c-section-tk03__body {
        margin-top: 7.7333333333vw;
    }
}
.c-section-tk03__body-txt:nth-of-type(n+2) {
    margin-top: 45px;
}
@media screen and (max-width: 768px) {
    .c-section-tk03__body-txt:nth-of-type(n+2) {
        margin-top: 8vw;
    }
}
@media screen and (max-width: 768px) {
    .c-section-tk03__body-txt .c-txt-13 {
        letter-spacing: 0;
    }
}
/* ---------------------------------------------
*   c-box-18
* 通常ブロック(動画ブロック)
--------------------------------------------- */
.c-box-18 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 7%;
    margin: 0 20px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-box-18 {
        display: block;
    }
}
.c-box-18__movie-outer {
    width: 57%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .c-box-18__movie-outer {
        width: 100%;
    }
}
.c-box-18__movie-outer::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .c-box-18__movie-outer::before {
        content: normal;
    }
}
.c-card-18__thumb::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 62px;
    height: 62px;
    background-image: url("../img/common/icon_playback.svg");
    background-size: 100% 100%;
}
.c-box-18__youtube {
    display: block;
    width: 100%;
    border: none;
    aspect-ratio: 560/315;
}
@media screen and (min-width: 769px) {
    .c-box-18__youtube {
        transition: opacity 300ms;
    }
    .c-box-18__youtube:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 768px) {
    .c-box-18__youtube {
        aspect-ratio: 335/188;
    }
}
.c-box-18__thumb {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.c-box-18__thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(110, 111, 111, 0.15);
    transition: opacity 0.3s;
    opacity: 1;
}
@media screen and (min-width: 769px) {
    .c-box-18__thumb:hover::before {
        opacity: 0;
    }
}
.c-box-18__thumb::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 62px;
    height: 62px;
    background-image: url("/shared/img/common/icon_playback.svg");
    background-size: 100% 100%;
}
@media screen and (max-width: 1040px) {
    .c-box-18__thumb::after {
        width: 11.0714285714%;
        height: 19.6825396825%;
    }
}
@media screen and (max-width: 768px) {
    .c-box-18__thumb::after {
        width: 13.3333333333vw;
        height: 13.3333333333vw;
    }
}
.c-box-18__txt-wrap {
    width: 36%;
    padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
    .c-box-18__txt-wrap {
        width: 100%;
        /* margin-top: 9.6vw; */
        padding: 9.6vw;
    }
}
.c-box-18__lead {
    color: #AAAA88;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2857142857;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
    .c-box-18__lead {
        font-size: 3.2vw;
        line-height: 1.25;
        letter-spacing: normal;
    }
}
.c-box-18__ttl {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 6.5789473684%;
    white-space: nowrap;
}
@media screen and (max-width: 1000px) {
    .c-box-18__ttl {
        font-size: 2vw;
    }
}
@media screen and (max-width: 768px) {
    .c-box-18__ttl {
        font-size: 4.8vw;
        line-height: 1.8;
        margin-top: 3.4666666667vw;
        white-space: normal;
    }
}
.windows .c-box-18__ttl {
    letter-spacing: 0.02em;
}

.c-box-18__ttl-s {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .c-box-18__ttl-s {
        font-size: 4.8vw;
    }
}
.c-box-18__list {
    margin-top: 27px;
}
@media screen and (max-width: 768px) {
    .c-box-18__list {
        margin-top: 4.5333333333vw;
    }
}
@media screen and (min-width: 769px) {
    .c-box-18__list .c-list-10__item {
        white-space: nowrap;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    .c-box-18__list .c-list-10__item {
        font-size: 1.6vw;
    }
}
.windows .c-box-18__list .c-list-10__item {
    letter-spacing: 0.01em;
}

/* ---------------------------------------------
*   c-section-tk04
--------------------------------------------- */
.c-section-tk04 {
    margin: 100px auto;
}
@media screen and (max-width: 768px) {
    .c-section-tk04 {
        margin: 16vw auto;
    }
}
.c-section-tk04__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.c-btn-2__txt {
    color: #6E6F6F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.c-section-tk04__txt {
    margin: 40px 0 0;
    text-align: left;
}
@media screen and (max-width: 768px) {
  .c-section-tk04__txt {
      margin: 20px 0 0;
  }
}
.c-section-tk04-notes {
    font-size: 14px;
    padding-left: 1.3em;
    text-indent: -1.3em;
    padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .c-section-tk04-notes {
        font-size: 3.4666666667vw;
        padding-left: 1.3em;
        text-indent: -1.3em;
        padding-bottom: 5px;
    }
}

/* ---------------------------------------------
*   c-section-tk05
--------------------------------------------- */
.c-section-tk05 {
}
.c-section-tk05__container {
    max-width: 538px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}
@media screen and (max-width: 768px) {
    .c-section-tk05__container {
        max-width: 70%;
        padding: 16vw 0;
    }
}
.c-banner-list {
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-banner-list {
    }
}
.c-banner-item {
    display: inline-flex;
    width: 538px;
    height: 100%;
    background-color: transparent;
}
@media screen and (max-width: 768px) {
    .c-banner-item {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
    }  
}
.c-banner-left {
    width: 50%;
    padding: 42px 0;
}
@media screen and (max-width: 768px) {
    .c-banner-left {
        width: 100%;
    }
}
.c-banner-left:hover {
}
.c-banner-right {
    width: 50%;
    background-color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .c-banner-right {
        width: 100%;
        padding: 56px 0;
    }
}
.c-banner-right:hover {
    background-color: #00AEBD;
}

/* ---------------------------------------------
*   c-btn-2
* 枠付きボタン
--------------------------------------------- */
.c-btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 176px;
    min-height: 50px;
    padding: 5px;
    border: 1px solid #6E6F6F;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .c-btn-2 {
        transition: background-color 0.3s;
    }
    .c-btn-2:hover {
        will-change: background-color, border, transform;
        background-color: #000;
        border: none;
        transform: scale(1);
    }
}
@media screen and (max-width: 1240px) {
    .c-btn-2 {
        min-width: 14.194vw;
        min-height: 4.032vw;
        padding: 0.403vw;
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2 {
        min-width: auto;
        min-height: 16vw;
        padding: 1.3333333333vw;
    }
}
.c-btn-2--bg-gold {
    background-color: #AAAA88;
    border: none;
}
.c-btn-2--bg-silver {
    background-color: #A6A9AA;
    border: none;
}
.c-btn-2__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 8px;
}
@media screen and (max-width: 1240px) {
    .c-btn-2__icon {
        margin-right: 0.645vw;
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2__icon {
        margin-right: 2.1333333333vw;
    }
}
.c-btn-2__icon img {
    width: 100%;
    height: 100%;
}
.c-btn-2__icon--01 {
    width: 22px;
}
.c-btn-2__icon--01:last-of-type {
    display: none;
}
@media screen and (min-width: 769px) {
    .c-btn-2:hover .c-btn-2__icon--01:first-of-type {
        display: none;
    }
    .c-btn-2:hover .c-btn-2__icon--01:last-of-type {
        display: flex;
    }
}
@media screen and (max-width: 1240px) {
    .c-btn-2__icon--01 {
        width: 1.774vw;
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2__icon--01 {
        width: 5.8666666667vw;
        height: 4.2666666667vw;
    }
}
.c-btn-2__icon--02 {
    width: 20px;
}
@media screen and (max-width: 1240px) {
    .c-btn-2__icon--02 {
        width: 1.613vw;
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2__icon--02 {
        width: 5.3333333333vw;
        height: 5.8666666667vw;
    }
}
.c-btn-2__icon--03 {
    width: 22px;
}
@media screen and (max-width: 1240px) {
    .c-btn-2__icon--03 {
        width: 1.855vw;
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2__icon--03 {
        width: 5.8666666667vw;
    }
}
.c-btn-2__icon--04 {
    width: 23px;
    height: 31px;
    margin-right: 14px;
    margin-bottom: 3px;
}
.c-btn-2__icon--04:last-of-type {
    display: none;
}
@media screen and (min-width: 769px) {
    .c-btn-2:hover .c-btn-2__icon--04:first-of-type {
        display: none;
    }
    .c-btn-2:hover .c-btn-2__icon--04:last-of-type {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2__icon--04 {
        width: 5.0666666667vw;
        height: 6.6666666667vw;
        margin-right: 3.7333333333vw;
        margin-bottom: 0;
    }
}
.c-btn-2__txt {
    color: #6E6F6F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
    .c-btn-2:hover .c-btn-2__txt {
        will-change: color, transform;
        color: #fff;
        transform: scale(1);
    }
}
@media screen and (max-width: 1240px) {
    .c-btn-2__txt {
        /* font-size: 1.29vw; */
    }
}
@media screen and (max-width: 768px) {
    .c-btn-2__txt {
        font-size: 4.2666666667vw;
        letter-spacing: normal;
    }
    .androidphone .c-btn-2__txt {
        padding-top: 0.5333333333vw;
    }
}
.c-btn-2__txt--white {
    color: #fff;
}
.c-btn-2__txt--02 {
    font-weight: 500;
}
@media screen and (max-width: 1240px) {
    .c-btn-2__txt--02 {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
}

/* ---------------------------------------------
*   c-card-3__btn
中ボタン (外部リンク)
--------------------------------------------- */
.c-card-3__btn {
    margin-top: 62px;
}
@media screen and (max-width: 768px) {
    .c-card-3__btn {
        /* width: 95.2380952381%; */
        width: 100%;
        position: relative;
        /* left: 5.7142857143%; */ 
        left: 0;
        margin-top: 11.7333333333vw;
    }
}
.c-card-3__btn .c-btn-2 {
    min-width: auto;
    min-height: auto;
    padding: 15px 0 14px;
    background-color: transparent;
}
@media screen and (min-width: 769px) {
    .c-card-3__btn .c-btn-2:hover {
        background-color: #1A1A1A;
        border: 1px solid transparent;
    }
}
@media screen and (max-width: 768px) {
    .c-card-3__btn .c-btn-2 {
        padding: 4vw 0;
    }
}
.c-card-3__btn .c-btn-2__txt {
    color: #6E6F6F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .c-card-3__btn .c-btn-2__txt {
        font-size: 3.7333333333vw;
        line-height: 2;
        position: relative;
        right: 1.3333333333%;
    }
}
@media screen and (min-width: 769px) {
    .c-card-3__btn .c-btn-2:hover .c-btn-2__txt {
        color: #fff;
    }
}
/* ---------------------------------------------
*   btn icon--blank
大ボタン (外部リンク)
--------------------------------------------- */
.c-btn-2--large {
    display: inline-flex;
    min-width: 538px;
    min-height: 78px;
    background-color: transparent;
}
@media screen and (max-width: 768px) {
    .c-btn-2--large {
        min-width: 80vw;
        min-height: 16vw;
    }
}
.c-btn-2__icon--blank {
    margin-right: 0;
    width: 20px;
    margin-left: 7px;
}
@media screen and (max-width: 768px) {
    .c-btn-2__icon--blank {
        width: 4.2666666667vw;
        position: relative;
        margin-left: 1.8666666667vw;
        right: 1.3333333333%;
    }
}
.c-btn-2__icon--blank svg {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .c-btn-2:hover .c-btn-2__icon--blank path {
        fill: #fff;
    }
}
/* ---------------------------------------------
*   c-card-3
フッターバナー　背景グレー
--------------------------------------------- */
.c-section--gray {
    background-color: #C1C6CB;
}
@media screen and (max-width: 768px) {
    .c-section--gray {
    }
}
/* ---------------------------------------------
*   l-footer 
--------------------------------------------- */
.l-footer {
    background-color: #fff;
}
.l-footer__container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .l-footer__container {
    }
}
.l-footer-contact {
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    .l-footer-contact {
        padding: 10.6666666667vw 0;
    }
}
.l-footer-tel__num {
    font-size: 40px;
}
@media screen and (max-width: 768px) {
    .l-footer-tel__num {
        font-size: 40px;
    }
}
@media (min-width: 769px){
    .l-footer-tel__num a[href^="tel:"] {
        pointer-events: none;
    }
}
.l-footer-tel__num-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-footer-sub-nav {
    padding: 20px 0;
    background-color: #6E6F6F;
    font-size: 14px;
    color: #fff;
}
.l-footer-sub-nav a {
    border-bottom: 1px solid;
}
.l-footer-sub-nav a:hover {
    color: #00AEBD;
    border-bottom: 1px solid;
}
.l-footer-business__text {
    margin: 10px 0 5px;
}
.l-footer-copyright {
    padding: 20px 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
    .l-footer-copyright {
        font-size: 2.6666666667vw;
    }
}