﻿/* top */


/* header
----------------------------------------- */
/* main-visual-area */
.main-visual-area {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
}

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

.fade-in .main-visual-area::before {
    min-height: 100vh;
    min-height: 100svh;
}

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

/** swiper-container **/
.swiper-container {}

.swiper-container .swiper-wrapper {}

.main-visual_slide {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: -10;
}

.swiper-container .swiper-slide {
    overflow: hidden;
}

.swiper-container .slide-img {}

.swiper-container .m-slide01 {
    min-height: 100vh;
    min-height: 100svh;
    background: url(../image/mainvisual_img01_sp.webp) center center no-repeat;
    background-size: cover;
}

.swiper-container .m-slide02 {
    min-height: 100vh;
    min-height: 100svh;
    background: url(../image/mainvisual_img02_sp.webp) center center no-repeat;
    background-size: cover;
}

.swiper-container .m-slide03 {
    min-height: 100vh;
    min-height: 100svh;
    background: url(../image/mainvisual_img03_sp.webp) center center no-repeat;
    background-size: cover;
}

.swiper-container .m-slide04 {
    min-height: 100vh;
    min-height: 100svh;

}

.no-webp .swiper-container .m-slide01 {
    background: url(../image/mainvisual_img01_sp.jpg) center center no-repeat;
    background-size: cover;
}

.no-webp .swiper-container .m-slide02 {
    background: url(../image/mainvisual_img02_sp.jpg) center center no-repeat;
    background-size: cover;
}

.no-webp .swiper-container .m-slide03 {
    background: url(../image/mainvisual_img03_sp.jpg) center center no-repeat;
    background-size: cover;
}

.no-webp .swiper-container .m-slide04 {
    background: url(../image/mainvisual_img04_sp.jpg) center center no-repeat;
    background-size: cover;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.15) rotate(0.001deg);
    }

    100% {
        transform: scale(1.0) rotate(0.001deg);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 11.0s linear 0s 1 normal both;
}

/* copy */
.main-visual_copy {
    position: absolute;
    left: 0;
    top: 36%;
    width: 100%;
    z-index: 100;
    color: #fff;
}

.main-visual-area_copy-eng {
    padding-left: 20px;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 400;
    font-size: 15vw;
    line-height: 1.0;
    letter-spacing: -0.03em;
    transition: opacity 1.2s;
    transition-delay: .1s;
    opacity: 0;
}

.fade-in .main-visual-area_copy-eng {
    opacity: 1;
}

.main-visual-area_copy-jpn {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 15%;
    padding-right: 80px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.main-visual-area_copy-jpn h2 {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1.2s;
    transition-delay: .5s;
}

.fade-in .main-visual-area_copy-jpn h2 {
    opacity: 1;
    transform: translateX(0);
}

.main-visual-area_copy-jpn::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 1.6s;
    transition-delay: .5s;
}

.fade-in .main-visual-area_copy-jpn::after {
    width: 100%;
}

.main-visual-area_copy-jpn span {
    font-size: 1.6rem;
}

.main-visual-sub-copy {
    position: absolute;
    left: 20px;
    bottom: 30px;
    font-family: "Inter", system-ui;
    letter-spacing: 0.01em;
    line-height: 2.0;
    font-size: 1.0rem;
    transform: scale(0.8);
    transform-origin: left bottom;
    color: #fff;
    z-index: 100;
    opacity: 0;
    transform: translateX(20px);
    transition: all 1.2s;
    transition-delay: .6s;
}

.fade-in .main-visual-sub-copy {
    opacity: 1;
    transform: translateX(0);
}

/* scroll-line */
.scroll-line-wrap {
    position: absolute;
    bottom: 30px;
    right: 15px;
    z-index: 100;
    opacity: 0;
    transform: translateY(-14px);
    transition: all 1.0s;
    transition-delay: 1.8s;
}

.fade-in .scroll-line-wrap {
    opacity: 0.7;
    transform: translateY(0);
}

.scroll-line {
    display: block;
    position: relative;
    width: 51px;
    height: 35px;
}

.scroll-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51px;
    height: 26px;
    background: url(../image/main-visual_arrow_sp.svg) 0 0 no-repeat;
    background-size: 51px 26px;
}

.scroll-line::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 25px;
    width: 1px;
    height: 35px;
    background-color: rgba(255, 255, 255, 1);
}


/* contents
----------------------------------------- */
/* intro-sec */
.intro-sec {
    position: relative;
}

.no-webp .intro-sec {
    background: url(../image/intro-sec_bg-img_sp1.jpg) center center no-repeat;
    background-size: cover;
}

.intro-sec_inner {
    position: relative;
    padding: 70px 20px 0px;
    z-index: 100;
}

.intro-sec_left {}

.intro-sec .sec-copy {
    margin-bottom: 40px;
}

.intro-sec .sec-copy .sec-copy_sub {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.intro-sec .sec-copy .sec-copy_main {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
    transition-delay: .2s;
}

.intro-sec_left.scrollin .sec-copy .sec-copy_sub {
    opacity: 1;
    transform: translateY(0);
}

.intro-sec_left.scrollin .sec-copy .sec-copy_main {
    opacity: 1;
    transform: translateY(0);
}

.intro-sec_img {
    margin-bottom: 55px;
    padding-left: 29%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.0s;
    transition-delay: .4s;
}

.intro-sec_left.scrollin .intro-sec_img {
    opacity: 1;
    transform: translateY(0);
}

.intro-sec_right {}

.intro-sec .sec-lead {
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
}

.intro-sec .intro-sec_right.scrollin .sec-lead {
    opacity: 1;
    transform: translateY(0);
}

.intro-sec_btn {
    text-align: right;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .2s;
}

.intro-sec_right.scrollin .intro-sec_btn {
    opacity: 1;
    transform: translateY(0);
}

/* information-sec */
.information-sec {
    position: relative;
    margin: 0 0 100px;
    padding: 0 20px;
    z-index: 10;
}

.information-sec_ttl {
    margin-bottom: 48px;
}

.information-sec .sec-ttl .eng {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
}

.information-sec .sec-ttl .jpn {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .1s;
}

.information-sec.scrollin .sec-ttl .eng {
    opacity: 1;
    transform: translateY(0);
}

.information-sec.scrollin .sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0);
}

.information-sec_info-list {
    margin-bottom: 40px;
}

.information-sec_info-list li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s;
}

.information-sec_info-list li:nth-child(1) {
    transition-delay: .2s;
}

.information-sec_info-list li:nth-child(2) {
    transition-delay: .4s;
}

.information-sec_info-list li:nth-child(3) {
    transition-delay: .6s;
}

.information-sec.scrollin .information-sec_info-list li {
    opacity: 1;
    transform: translateY(0);
}

.information-sec_btn {
    text-align: right;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .8s;
}

.information-sec.scrollin .information-sec_btn {
    opacity: 1;
    transform: translateY(0);
}

/* service-sec */
.service-sec {
    margin-bottom: 80px;
}

.service-sec .sec-ttl .eng {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
}

.service-sec .sec-ttl .jpn {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .1s;
}

.service-sec.scrollin .sec-ttl .eng {
    opacity: 1;
    transform: translateY(0);
}

.service-sec.scrollin .sec-ttl .jpn {
    opacity: 1;
    transform: translateY(0);
}

/** service-sec_main-area **/
.service-sec_main-area {}

.service-sec_main-area_inner {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
}

.service-sec_main-area_inner.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.service-sec_main-area_inner.car-coating {
    margin-bottom: 35px;
}

.service-sec_main-area_inner.car-film {}

.service-sec_main-area_inner_img-side {}

.service-sec_main-area_inner_text-side {
    padding: 0 30px;
    overflow: hidden;
}

.service-sec_main-area_ttl {
    position: relative;
    margin-bottom: 18px;
    padding: 30px 0 0 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.6;
}

.car-coating .service-sec_main-area_ttl::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 10px;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 400;
    font-size: 25vw;
    letter-spacing: -0.05em;
    line-height: 1.5;
    white-space: nowrap;
    color: #444444;
    z-index: -10;
}

.car-film .service-sec_main-area_ttl::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 10px;
    font-family: "Cormorant Garamond", system-ui;
    font-weight: 400;
    font-size: 25vw;
    letter-spacing: -0.05em;
    line-height: 1.5;
    white-space: nowrap;
    color: #444444;
    z-index: -10;
}

.service-sec_main-area_ttl span {
    position: absolute;
    top: 37px;
    left: -2px;
    font-family: "Inter", system-ui;
    font-size: 1.0rem;
    letter-spacing: 0.03em;
}

.service-sec_main-area_inner_text-side .sec-lead {
    margin-bottom: 30px;
}

.service-sec_main-area_inner_text-side .sec-lead p {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2.2;
    font-weight: 500;
}

.service-sec_main-area_inner_text-side .sec-lead p:last-child {
    margin-bottom: 0;
}

.service-sec_main-area_btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

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

.service-sec_option-area {
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
}

.service-sec_option-area.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.service-sec_option-area .sec-ttl {
    margin-bottom: 35px;
}

/** ここまで **/

.service-menu_slide_wrapper {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .2s;
}

.service-sec.scrollin .service-menu_slide_wrapper {
    opacity: 1;
    transform: translateY(0);
}

.service-menu_switch {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .4s;
}

.service-sec.scrollin .service-menu_switch {
    opacity: 1;
    transform: translateY(0);
}

.service-sec_btn {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.8s;
    transition-delay: .6s;
}

.service-sec.scrollin .service-sec_btn {
    opacity: 1;
    transform: translateY(0);
}

/* about-access-sec */
.about-access-sec {
    margin-bottom: 95px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.about-access-sec .sec-copy {
    margin-bottom: 50px;
    padding: 0 20px;
}

.about-access-sec .sec-copy .sec-copy_sub {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.about-access-sec .sec-copy .sec-copy_main {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
    transition-delay: .2s;
}

.about-access-sec.scrollin .sec-copy .sec-copy_sub {
    opacity: 1;
    transform: translateY(0);
}

.about-access-sec.scrollin .sec-copy .sec-copy_main {
    opacity: 1;
    transform: translateY(0);
}

.about-access-sec_cont {}

.about-access-sec_cont_text-side {
    margin-bottom: 50px;
    padding: 0 20px;
}

.about-access-sec_cont_text-side .sec-lead {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.about-access-sec_cont_inner.scrollin .about-access-sec_cont_text-side .sec-lead {
    opacity: 1;
    transform: translateY(0);
}

.about-access-sec_cont_img-side {
    margin-bottom: -14px;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.about-access-sec_cont_img-side.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.about-access-sec_cont_img-side_img {
    width: 77%;
}

/** about-slide-typo **/
.about-access-sec .about-slide-typo_wrap {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.about-access-sec .about-slide-typo_wrap.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.about-access-sec .about-slide-typo {
    position: relative;
    width: 100%;
    z-index: -10;
}

.about-access-sec .about-slide-typo p {
    width: 262px !important;
    height: auto;
    margin-right: 30px;
}

.about-access-sec .about-slide-typo p img {
    width: 262px !important;
    height: auto;
}

.about-access-sec_img-area {
    margin-top: 0px;
    padding: 0 20px;
    text-align: right;
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.about-access-sec_img-area.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.about-access-sec_img-area img {
    width: 59%;
}

.about-access-sec_btn {
    margin-top: 60px;
    padding-left: 60px;
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.about-access-sec_btn.scrollin {
    opacity: 1;
    transform: translateY(0);
}

/* case-sec */
.case-sec {}

.case-sec .sec-copy {
    margin-bottom: 40px;
    padding: 0 20px;
}

.case-sec .sec-copy .sec-copy_sub {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.case-sec .sec-copy .sec-copy_main {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
    transition-delay: .2s;
}

.case-sec.scrollin .sec-copy .sec-copy_sub {
    opacity: 1;
    transform: translateY(0);
}

.case-sec.scrollin .sec-copy .sec-copy_main {
    opacity: 1;
    transform: translateY(0);
}

/** case-sec_slide-area **/
.case-sec_slide-area {
    position: relative;
    margin-bottom: 60px;
}

.case-sec_slide-area_ttl {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: "Cormorant Garamond", system-ui;
    font-size: 4.0rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1;
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
    transition-delay: .2s;
    color: #444444;
}

.case-sec_slide-area.scrollin .case-sec_slide-area_ttl {
    opacity: 1;
    transform: translateY(0);
}

.case_switch {
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
    transition-delay: .1s;
}

.case-sec_slide-area.scrollin .case_switch {
    opacity: 1;
    transform: translateY(0);
}

/** case-sec_slide **/
.case-sec_slide_wrap {
    padding-left: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s;
    transition-delay: .3s;
}

.case-sec_slide-area.scrollin .case-sec_slide_wrap {
    opacity: 1;
    transform: translateY(0);
}

.case-sec_slide {}

.case-sec_slide li {
    margin-right: 30px;
}

.case-sec_slidee .bxslider .slide-item {
    width: 260px;
}

.case-sec_slide_img {
    display: block;
    margin-bottom: 25px;
}

.case-sec_slide_body {}

.case-sec_slide_date {
    margin-bottom: 12px;
    font-family: "Inter", system-ui;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.case-sec_slide_ttl {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
}

.case-sec_slide_category-area {
    display: flex;
    flex-wrap: wrap;
}

.case-sec_slide_category-area a {
    margin: 0 7px 5px 0;
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid #333;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.case-sec_slide_category-area a:last-child {
    margin-right: 0;
}

.case-sec_btn {
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    opacity: 0;
    transform: translateY(15px);
    transition: all .8s;
}

.case-sec_btn.scrollin {
    opacity: 1;
    transform: translateY(0);
}

/** bx controls **/
.case_switch .bx-next,
.case_switch .bx-prev {
    display: block;
    width: 54px;
    height: 54px;
    opacity: 0;
}

.case_switch {
    display: flex;
    margin-bottom: 50px;
    padding-left: 20px;
}

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

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

.case-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;
}

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

.case-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;
}

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

/** category-link-area **/
.category-link-area {}

.category-link-area .sec-copy {
    margin-bottom: 20px;
}

.category-link-area_inner-sec {
    margin-bottom: 45px;
    padding: 0 20px;
}

.category-link-area_inner-sec:last-child {
    margin-bottom: 0;
}

.category-link-area_inner-sec_ttl {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #333;
    font-family: "Inter", system-ui;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.category-link-area_inner-sec_ttl .switch {}

.category-link-area_inner-sec_ttl .switch-state {
    display: inline-block;
    width: 0.8em;
    text-align: center;
}

/*** category-link-area_list ***/
.category-link-area_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.category-link-area_list li {
    width: 45%;
    margin-bottom: 8px;
}

.category-link-area_list li:nth-child(odd) {
    margin-right: 10%;
}

.category-link-area_list a {
    display: block;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 1.6;
    text-decoration: underline;
}





























































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


    /* header
----------------------------------------- */
    /* main-visual-area */
    .main-visual-area {
        position: relative;
        width: 100%;
        min-height: 100vh;
        min-height: 100svh;
    }

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

    .fade-in .main-visual-area::before {
        min-height: 100vh;
        min-height: 100svh;
    }

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

    /** swiper-container **/
    .swiper-container {}

    .swiper-container .swiper-wrapper {}

    .main-visual_slide {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: -10;
    }

    .swiper-container .swiper-slide {
        overflow: hidden;
    }

    .swiper-container .slide-img {}

    .swiper-container .m-slide01 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img01_tb.webp) center center no-repeat;
        background-size: cover;
    }

    .swiper-container .m-slide02 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img02_tb.webp) center center no-repeat;
        background-size: cover;
    }

    .swiper-container .m-slide03 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img03_tb.webp) center center no-repeat;
        background-size: cover;
    }

    .swiper-container .m-slide04 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img04_tb.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide01 {
        background: url(../image/mainvisual_img01_tb.jpg) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide02 {
        background: url(../image/mainvisual_img02_tb.jpg) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide03 {
        background: url(../image/mainvisual_img03_tb.jpg) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide04 {
        background: url(../image/mainvisual_img04_tb.jpg) center center no-repeat;
        background-size: cover;
    }

    @keyframes zoomUp {
        0% {
            transform: scale(1.15) rotate(0.001deg);
        }

        100% {
            transform: scale(1.0) rotate(0.001deg);
        }
    }

    .swiper-slide-active .slide-img,
    .swiper-slide-duplicate-active .slide-img,
    .swiper-slide-prev .slide-img {
        animation: zoomUp 11.0s linear 0s 1 normal both;
    }

    /* copy */
    .main-visual_copy {
        position: absolute;
        left: 0;
        top: 34%;
        width: 100%;
        z-index: 100;
        color: #fff;
    }

    .main-visual-area_copy-eng {
        padding-left: 60px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 11.0vw;
        line-height: 1.0;
        letter-spacing: -0.02em;
        transition: opacity 1.2s;
        transition-delay: .1s;
        opacity: 0;
    }

    .fade-in .main-visual-area_copy-eng {
        opacity: 1;
    }

    .main-visual-area_copy-jpn {
        display: flex;
        justify-content: flex-end;
        position: relative;
        margin-top: 12%;
        padding-right: 80px;
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .main-visual-area_copy-jpn h2 {
        opacity: 0;
        transform: translateX(-20px);
        transition: all 1.2s;
        transition-delay: .5s;
    }

    .fade-in .main-visual-area_copy-jpn h2 {
        opacity: 1;
        transform: translateX(0);
    }

    .main-visual-area_copy-jpn::after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        transition: all 1.6s;
        transition-delay: .5s;
    }

    .fade-in .main-visual-area_copy-jpn::after {
        width: 100%;
    }

    .main-visual-area_copy-jpn span {
        font-size: 2.0rem;
    }

    .main-visual-sub-copy {
        position: absolute;
        left: 60px;
        bottom: 40px;
        width: 150px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.01em;
        line-height: 2.0;
        font-size: 1.0rem;
        transform: scale(1.0);
        transform-origin: left bottom;
        color: #fff;
        z-index: 100;
        opacity: 0;
        transform: translateX(20px);
        transition: all 1.2s;
        transition-delay: .6s;
    }

    .fade-in .main-visual-sub-copy {
        opacity: 1;
        transform: translateX(0);
    }

    /* scroll-line */
    .scroll-line-wrap {
        position: absolute;
        bottom: 30px;
        right: 15px;
        z-index: 100;
        opacity: 0;
        transform: translateY(-14px);
        transition: all 1.0s;
        transition-delay: 1.8s;
    }

    .fade-in .scroll-line-wrap {
        opacity: 0.7;
        transform: translateY(0);
    }

    .scroll-line {
        display: block;
        position: relative;
        width: 51px;
        height: 35px;
    }

    .scroll-line::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 51px;
        height: 26px;
        background: url(../image/main-visual_arrow_sp.svg) 0 0 no-repeat;
        background-size: 51px 26px;
    }

    .scroll-line::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 25px;
        width: 1px;
        height: 35px;
        background-color: rgba(255, 255, 255, 1);
    }


    /* contents
----------------------------------------- */
    /* intro-sec */
    .intro-sec {
        position: relative;
    }

    .no-webp .intro-sec {
        background: url(../image/intro-sec_bg-img_sp1.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-sec_inner {
        position: relative;
        padding: 70px 60px 80px;
        z-index: 100;
    }

    .intro-sec_left {}

    .intro-sec .sec-copy {
        margin-bottom: 40px;
    }

    .intro-sec .sec-copy .sec-copy_sub {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .intro-sec .sec-copy .sec-copy_main {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .intro-sec_left.scrollin .sec-copy .sec-copy_sub {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_left.scrollin .sec-copy .sec-copy_main {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_img {
        margin-bottom: 55px;
        padding-left: 46%;
        opacity: 0;
        transform: translateY(20px);
        transition: all 1.0s;
        transition-delay: .4s;
    }

    .intro-sec_left.scrollin .intro-sec_img {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_right {}

    .intro-sec .sec-lead {
        margin-bottom: 40px;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
    }

    .intro-sec .intro-sec_right.scrollin .sec-lead {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_btn {
        text-align: right;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .2s;
    }

    .intro-sec_right.scrollin .intro-sec_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* information-sec */
    .information-sec {
        position: relative;
        margin: 0 0 120px;
        padding: 0 40px;
        z-index: 10;
    }

    .information-sec_ttl {
        margin-bottom: 63px;
    }

    .information-sec .sec-ttl .eng {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
    }

    .information-sec .sec-ttl .jpn {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .1s;
    }

    .information-sec.scrollin .sec-ttl .eng {
        opacity: 1;
        transform: translateY(0);
    }

    .information-sec.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .information-sec_info-list {
        margin-bottom: 40px;
    }

    .information-sec_info-list li {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.8s;
    }

    .information-sec_info-list li:nth-child(1) {
        transition-delay: .2s;
    }

    .information-sec_info-list li:nth-child(2) {
        transition-delay: .4s;
    }

    .information-sec_info-list li:nth-child(3) {
        transition-delay: .6s;
    }

    .information-sec.scrollin .information-sec_info-list li {
        opacity: 1;
        transform: translateY(0);
    }

    .information-sec_btn {
        text-align: right;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .8s;
    }

    .information-sec.scrollin .information-sec_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* service-sec */
    .service-sec {
        margin-bottom: 80px;
    }

    .service-sec .sec-ttl .eng {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
    }

    .service-sec .sec-ttl .jpn {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .1s;
    }

    .service-sec.scrollin .sec-ttl .eng {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    /** service-sec_main-area **/
    .service-sec_main-area {
        display: flex;
    }

    .service-sec_main-area_inner {
        width: 50%;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
    }

    .service-sec_main-area_inner.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec_main-area_inner.car-coating {
        margin-bottom: 0;
        padding: 0 10px 0 20px;
    }

    .service-sec_main-area_inner.car-film {
        padding: 0 20px 0 10px;
        transition-delay: .1s;
    }

    .service-sec_main-area_inner_img-side {}

    .service-sec_main-area_inner_text-side {
        padding: 0 10px;
        overflow: hidden;
    }

    .service-sec_main-area_ttl {
        position: relative;
        margin-bottom: 18px;
        padding: 30px 0 0 20px;
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .car-coating .service-sec_main-area_ttl::before {
        content: "";
        position: absolute;
        top: -0;
        left: 10px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 10vw;
        letter-spacing: -0.05em;
        line-height: 1.5;
        white-space: nowrap;
        color: #444444;
        z-index: -10;
    }

    .car-film .service-sec_main-area_ttl::before {
        content: "";
        position: absolute;
        top: -0;
        left: 10px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 10vw;
        letter-spacing: -0.05em;
        line-height: 1.5;
        white-space: nowrap;
        color: #444444;
        z-index: -10;
    }

    .service-sec_main-area_ttl span {
        position: absolute;
        top: 37px;
        left: -2px;
        font-family: "Inter", system-ui;
        font-size: 1.0rem;
        letter-spacing: 0.03em;
    }

    .service-sec_main-area_inner_text-side .sec-lead {
        margin-bottom: 30px;
    }

    .service-sec_main-area_inner_text-side .sec-lead p {
        margin-bottom: 20px;
        font-size: 1.3rem;
        line-height: 2.2;
        font-weight: 500;
    }

    .service-sec_main-area_inner_text-side .sec-lead p:last-child {
        margin-bottom: 0;
    }

    .service-sec_main-area_btn-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

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

    .service-sec_option-area {
        padding-top: 30px;
        border-top: 1px solid #E6E6E6;
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
    }

    .service-sec_option-area.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec_option-area .sec-ttl {
        margin-bottom: 35px;
    }

    /** ここまで **/


    .service-menu_slide_wrapper {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .2s;
    }

    .service-sec.scrollin .service-menu_slide_wrapper {
        opacity: 1;
        transform: translateY(0);
    }

    .service-menu_switch {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .4s;
    }

    .service-sec.scrollin .service-menu_switch {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec_btn {
        opacity: 0;
        transform: translateY(15px);
        transition: all 0.8s;
        transition-delay: .6s;
    }

    .service-sec.scrollin .service-sec_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* about-access-sec */
    .about-access-sec {
        margin-bottom: 125px;
        padding-bottom: 50px;
        border-bottom: 1px solid #E6E6E6;
    }

    .about-access-sec .sec-copy {
        margin-bottom: 50px;
        padding: 0 40px;
    }

    .about-access-sec .sec-copy .sec-copy_sub {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .about-access-sec .sec-copy .sec-copy_main {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .about-access-sec.scrollin .sec-copy .sec-copy_sub {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec.scrollin .sec-copy .sec-copy_main {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_cont {}

    .about-access-sec_cont_text-side {
        margin-bottom: 50px;
        padding: 0 40px;
    }

    .about-access-sec_cont_text-side .sec-lead {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .about-access-sec_cont_inner.scrollin .about-access-sec_cont_text-side .sec-lead {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_cont_img-side {
        margin-bottom: -14px;
        padding: 0 40px;
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .about-access-sec_cont_img-side.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_cont_img-side_img {
        width: 55%;
    }

    /** about-slide-typo **/
    .about-access-sec .about-slide-typo_wrap {
        position: relative;
        width: 100%;
        z-index: 1;
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .about-access-sec .about-slide-typo_wrap.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec .about-slide-typo {
        position: relative;
        width: 100%;
        z-index: -10;
    }

    .about-access-sec .about-slide-typo p {
        width: 622px !important;
        height: auto;
        margin-right: 30px;
    }

    .about-access-sec .about-slide-typo p img {
        width: 622px !important;
        height: auto;
    }

    .about-access-sec_img-area {
        margin-top: 0px;
        padding: 0 20px;
        text-align: right;
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .about-access-sec_img-area.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_img-area img {
        width: 42%;
    }

    .about-access-sec_btn {
        margin-top: 40px;
        padding-left: 60px;
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .about-access-sec_btn.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    /* case-sec */
    .case-sec {}

    .case-sec .sec-copy {
        margin-bottom: 40px;
        padding: 0 40px;
    }

    .case-sec .sec-copy .sec-copy_sub {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .case-sec .sec-copy .sec-copy_main {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .case-sec.scrollin .sec-copy .sec-copy_sub {
        opacity: 1;
        transform: translateY(0);
    }

    .case-sec.scrollin .sec-copy .sec-copy_main {
        opacity: 1;
        transform: translateY(0);
    }

    /** case-sec_slide-area **/
    .case-sec_slide-area {
        position: relative;
        margin-bottom: 60px;
    }

    .case-sec_slide-area_ttl {
        position: absolute;
        top: -15px;
        right: 40px;
        font-family: "Cormorant Garamond", system-ui;
        font-size: 8.0rem;
        font-weight: 400;
        letter-spacing: -0.03em;
        line-height: 1;
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .case-sec_slide-area.scrollin .case-sec_slide-area_ttl {
        opacity: 1;
        transform: translateY(0);
    }

    .case_switch {
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
        transition-delay: .1s;
    }

    .case-sec_slide-area.scrollin .case_switch {
        opacity: 1;
        transform: translateY(0);
    }

    /** case-sec_slide **/
    .case-sec_slide_wrap {
        padding-left: 40px;
        opacity: 0;
        transform: translateY(20px);
        transition: all .8s;
        transition-delay: .3s;
    }

    .case-sec_slide-area.scrollin .case-sec_slide_wrap {
        opacity: 1;
        transform: translateY(0);
    }

    .case-sec_slide {}

    .case-sec_slide li {
        margin-right: 30px;
    }

    .case-sec_slidee .bxslider .slide-item {
        width: 260px;
    }

    .case-sec_slide_img {
        display: block;
        margin-bottom: 25px;
    }

    .case-sec_slide_body {}

    .case-sec_slide_date {
        margin-bottom: 12px;
        font-family: "Inter", system-ui;
        font-weight: 400;
        font-size: 1.1rem;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .case-sec_slide_ttl {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8;
    }

    .case-sec_slide_category-area {
        display: flex;
        flex-wrap: wrap;
    }

    .case-sec_slide_category-area a {
        margin: 0 7px 5px 0;
        padding: 4px 14px;
        border-radius: 20px;
        border: 1px solid #333;
        font-size: 1.0rem;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.01em;
    }

    .case-sec_slide_category-area a:last-child {
        margin-right: 0;
    }

    .case-sec_btn {
        margin-top: 20px;
        padding-right: 40px;
        text-align: right;
        opacity: 0;
        transform: translateY(15px);
        transition: all .8s;
    }

    .case-sec_btn.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    /** bx controls **/
    .case_switch .bx-next,
    .case_switch .bx-prev {
        display: block;
        width: 54px;
        height: 54px;
        opacity: 0;
    }

    .case_switch {
        display: flex;
        margin-bottom: 50px;
        padding-left: 40px;
    }

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

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

    .case-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;
    }

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

    .case-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;
    }

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

    /** category-link-area **/
    .category-link-area {}

    .category-link-area .sec-copy {
        margin-bottom: 20px;
    }

    .category-link-area_inner-sec {
        margin-bottom: 45px;
        padding: 0 40px;
    }

    .category-link-area_inner-sec:last-child {
        margin-bottom: 0;
    }

    .category-link-area_inner-sec_ttl {
        margin-bottom: 24px;
        padding-bottom: 22px;
        border-bottom: 1px solid #333;
        font-family: "Inter", system-ui;
        font-weight: 400;
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .category-link-area_inner-sec_ttl .switch {}

    .category-link-area_inner-sec_ttl .switch-state {
        display: inline-block;
        width: 0.8em;
        text-align: center;
    }

    /*** category-link-area_list ***/
    .category-link-area_list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .category-link-area_list li {
        width: 45%;
        margin-bottom: 12px;
    }

    .category-link-area_list li:nth-child(odd) {
        margin-right: 10%;
    }

    .category-link-area_list a {
        display: block;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 1.6;
        text-decoration: underline;
    }



}

/* tablet end */





























































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


    /* header
----------------------------------------- */
    /* main-visual-area */
    .main-visual-area {
        position: relative;
        width: 100%;
        min-height: 100vh;
        min-height: 100svh;
    }

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

    .fade-in .main-visual-area::before {
        min-height: 100vh;
        min-height: 100svh;
    }

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

    /** swiper-container **/
    .swiper-container {}

    .swiper-container .swiper-wrapper {}

    .main-visual_slide {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: -10;
    }

    .swiper-container .swiper-slide {
        overflow: hidden;
    }

    .swiper-container .slide-img {}

    .swiper-container .m-slide01 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img01_pc.webp) center center no-repeat;
        background-size: cover;
    }

    .swiper-container .m-slide02 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img02_pc.webp) center center no-repeat;
        background-size: cover;
    }

    .swiper-container .m-slide03 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img03_pc.webp) center center no-repeat;
        background-size: cover;
    }

    .swiper-container .m-slide04 {
        min-height: 100vh;
        min-height: 100svh;
        background: url(../image/mainvisual_img04_pc.webp) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide01 {
        background: url(../image/mainvisual_img01_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide02 {
        background: url(../image/mainvisual_img02_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide03 {
        background: url(../image/mainvisual_img03_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    .no-webp .swiper-container .m-slide04 {
        background: url(../image/mainvisual_img04_pc.jpg) center center no-repeat;
        background-size: cover;
    }

    @keyframes zoomUp {
        0% {
            transform: scale(1.15) rotate(0.001deg);
        }

        100% {
            transform: scale(1.0) rotate(0.001deg);
        }
    }

    .swiper-slide-active .slide-img,
    .swiper-slide-duplicate-active .slide-img,
    .swiper-slide-prev .slide-img {
        animation: zoomUp 11.0s linear 0s 1 normal both;
    }

    /* copy */
    .main-visual_copy {
        position: absolute;
        left: 0;
        top: 35%;
        width: 100%;
        z-index: 100;
        color: #fff;
    }

    .main-visual-area_copy-eng {
        padding-left: 170px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 10.6rem;
        line-height: 1.0;
        letter-spacing: 0;
        transition: opacity 1.2s;
        transition-delay: .1s;
        opacity: 0;
    }

    .fade-in .main-visual-area_copy-eng {
        opacity: 1;
    }

    .main-visual-area_copy-jpn {
        display: flex;
        justify-content: flex-start;
        position: relative;
        margin-top: 67px;
        padding: 0 0 0 260px;
        font-size: 1.8rem;
        line-height: 1.4;
        letter-spacing: 0.09em;
    }

    .main-visual-area_copy-jpn h2 {
        opacity: 0;
        transform: translateX(20px);
        transition: all 1.2s;
        transition-delay: .5s;
    }

    .fade-in .main-visual-area_copy-jpn h2 {
        opacity: 1;
        transform: translateX(0);
    }

    .main-visual-area_copy-jpn::after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        transition: all 1.6s;
        transition-delay: 0.8s;
    }

    .fade-in .main-visual-area_copy-jpn::after {
        width: 100%;
    }

    .main-visual-area_copy-jpn span {
        font-size: 2.0rem;
    }

    .main-visual-area_copy-jpn br {
        display: none;
    }

    .main-visual-sub-copy {
        position: absolute;
        left: 260px;
        bottom: 55px;
        width: 170px;
        font-family: "Inter", system-ui;
        letter-spacing: 0.01em;
        line-height: 1.95;
        font-size: 1.0rem;
        transform: scale(1.0);
        transform-origin: left bottom;
        color: #fff;
        z-index: 100;
        opacity: 0;
        transform: translateX(20px);
        transition: all 1.2s;
        transition-delay: .8s;
    }

    .fade-in .main-visual-sub-copy {
        opacity: 1;
        transform: translateX(0);
    }

    /* scroll-line */
    .scroll-line-wrap {
        position: absolute;
        bottom: 60px;
        right: 60px;
        z-index: 100;
        opacity: 0;
        transform: translateY(-22px);
        transition: all 1.0s;
        transition-delay: 1.8s;
    }

    .fade-in .scroll-line-wrap {
        opacity: 0.6;
        transform: translateY(0);
    }

    .scroll-line {
        display: block;
        position: relative;
        width: 90px;
        height: 65px;
        transition: all .4s;
    }

    .scroll-line {
        height: 45px;
    }

    .scroll-line::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90px;
        height: 46px;
        background: url(../image/main-visual_arrow_pc.svg) 0 0 no-repeat;
        background-size: 90px 46px;
        transition: all .4s;
    }

    .scroll-line:hover::before {
        transform: translateY(10px);
    }

    .scroll-line::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 44.5px;
        width: 1px;
        height: 65px;
        background-color: rgba(255, 255, 255, 1);
        transition: all .4s;
    }

    .scroll-line:hover::after {
        bottom: -9px;
        height: 75px;
    }


    /* contents
----------------------------------------- */
    /* intro-sec */
    .intro-sec {
        position: relative;
    }

    .no-webp .intro-sec {
        background: url(../image/intro-sec_bg-img_pc1.jpg) center center no-repeat;
        background-size: cover;
    }

    .intro-sec_inner {
        display: flex;
        position: relative;
        margin: 0 14.2% 0 12%;
        padding: 150px 0 180px;
        z-index: 100;
    }

    .intro-sec_left {
        width: 45%;
        margin-right: 17%;
    }

    .intro-sec .sec-copy {
        margin-bottom: 85px;
    }

    .intro-sec .sec-copy .sec-copy_sub {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .intro-sec .sec-copy .sec-copy_main {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .intro-sec_left.scrollin .sec-copy .sec-copy_sub {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_left.scrollin .sec-copy .sec-copy_main {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_img {
        margin-bottom: 0;
        padding-left: 22%;
        opacity: 0;
        transform: translateY(30px);
        transition: all 1.0s;
        transition-delay: .4s;
    }

    .intro-sec_left.scrollin .intro-sec_img {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_right {
        width: 38%;
        padding-top: 100px;
    }

    .intro-sec .sec-lead {
        margin-bottom: 55px;
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .6s;
    }

    .intro-sec .intro-sec_right.scrollin .sec-lead {
        opacity: 1;
        transform: translateY(0);
    }

    .intro-sec_btn {
        text-align: right;
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .7s;
    }

    .intro-sec_right.scrollin .intro-sec_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* information-sec */
    .information-sec {
        position: relative;
        max-width: 860px;
        margin: 0 auto 140px;
        padding: 0;
        z-index: 10;
    }

    .information-sec_ttl {
        margin-bottom: 75px;
    }

    .information-sec .sec-ttl .eng {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
    }

    .information-sec .sec-ttl .jpn {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .1s;
    }

    .information-sec.scrollin .sec-ttl .eng {
        opacity: 1;
        transform: translateY(0);
    }

    .information-sec.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    .information-sec_info-list {
        margin-bottom: 70px;
    }

    .information-sec_info-list li {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s;
    }

    .information-sec_info-list li:nth-child(1) {
        transition-delay: .2s;
    }

    .information-sec_info-list li:nth-child(2) {
        transition-delay: .4s;
    }

    .information-sec_info-list li:nth-child(3) {
        transition-delay: .6s;
    }

    .information-sec.scrollin .information-sec_info-list li {
        opacity: 1;
        transform: translateY(0);
    }

    .information-sec_btn {
        text-align: right;
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .8s;
    }

    .information-sec.scrollin .information-sec_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* service-sec */
    .service-sec {
        margin-bottom: 100px;
    }

    .service-sec .sec-ttl .eng {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
    }

    .service-sec .sec-ttl .jpn {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .1s;
    }

    .service-sec.scrollin .sec-ttl .eng {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec.scrollin .sec-ttl .jpn {
        opacity: 1;
        transform: translateY(0);
    }

    /** service-sec_main-area **/
    .service-sec_main-area {
        display: block;
        overflow: hidden;
    }

    .service-sec_main-area_inner {
        display: flex;
        width: 100%;
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
    }

    .service-sec_main-area_inner.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec_main-area_inner.car-coating {
        flex-direction: row-reverse;
        margin-bottom: 120px;
        padding: 0;
    }

    .service-sec_main-area_inner.car-film {
        padding: 0;
        transition-delay: 0s;
        margin-bottom: 120px;
    }

    .service-sec_main-area_inner_img-side {
        width: 45%;
        transition: opacity .3s;
    }

    .service-sec_main-area_inner_img-side:hover {
        opacity: .7;
    }

    .service-sec_main-area_inner_text-side {
        position: relative;
        box-sizing: border-box;
        width: 55%;
        padding: 0 10%;
        overflow: visible;
    }

    .service-sec_main-area_ttl {
        position: static;
        margin-bottom: 40px;
        padding: 80px 0 0;
        font-size: 3.4rem;
        font-weight: 500;
        line-height: 1.6;
    }

    .car-coating .service-sec_main-area_ttl::before {
        content: "";
        position: absolute;
        top: -55px;
        left: 10px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 12.5vw;
        letter-spacing: -0.05em;
        line-height: 1.5;
        white-space: nowrap;
        color: #444444;
        z-index: -10;
    }

    .car-film .service-sec_main-area_ttl::before {
        content: "";
        position: absolute;
        top: -55px;
        left: 10px;
        font-family: "Cormorant Garamond", system-ui;
        font-weight: 400;
        font-size: 13.8vw;
        letter-spacing: -0.05em;
        line-height: 1.5;
        white-space: nowrap;
        color: #444444;
        z-index: -10;
    }

    .service-sec_main-area_ttl span {
        position: absolute;
        top: 77px;
        left: 16%;
        font-family: "Inter", system-ui;
        font-size: 1.0rem;
        letter-spacing: 0.03em;
    }

    .service-sec_main-area_inner_text-side .sec-lead {
        margin-bottom: 50px;
    }

    .service-sec_main-area_inner_text-side .sec-lead p {
        margin-bottom: 25px;
        font-size: 1.4rem;
        line-height: 2.2;
        font-weight: 500;
    }

    .service-sec_main-area_inner_text-side .sec-lead p:last-child {
        margin-bottom: 0;
    }

    .service-sec_main-area_btn-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

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

    .service-sec_option-area {
        padding-top: 0;
        border-top: none;
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
    }

    .service-sec_option-area.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec_option-area .sec-ttl {
        margin-bottom: 50px;
    }

    /** ここまで **/

    .service-menu_slide_wrapper {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .2s;
    }

    .service-sec.scrollin .service-menu_slide_wrapper {
        opacity: 1;
        transform: translateY(0);
    }

    .service-menu_switch {
        z-index: 100;
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .4s;
    }

    .service-sec.scrollin .service-menu_switch {
        opacity: 1;
        transform: translateY(0);
    }

    .service-sec_btn {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.8s;
        transition-delay: .6s;
    }

    .service-sec.scrollin .service-sec_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* about-access-sec */
    .about-access-sec {
        position: relative;
        margin-bottom: 135px;
        padding-bottom: 140px;
        border-bottom: 1px solid #E6E6E6;
    }

    .about-access-sec .sec-copy {
        margin-bottom: 60px;
        padding: 0 0 0 10%;
    }

    .about-access-sec .sec-copy .sec-copy_sub {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .about-access-sec .sec-copy .sec-copy_main {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .about-access-sec.scrollin .sec-copy .sec-copy_sub {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec.scrollin .sec-copy .sec-copy_main {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_cont {}

    .about-access-sec_cont_inner {
        display: flex;
        padding: 0 8.5% 0 10%;
    }

    .about-access-sec_cont_text-side {
        width: 40%;
        margin: 0 15% 0 0;
        padding: 0;
    }

    .about-access-sec_cont_text-side .sec-lead {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .about-access-sec_cont_inner.scrollin .about-access-sec_cont_text-side .sec-lead {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_cont_img-side {
        width: 45%;
        margin: 10px 0 0 0;
        padding: 0;
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .about-access-sec_cont_img-side.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_cont_img-side_img {
        width: 100%;
    }

    /** about-slide-typo **/
    .about-access-sec .about-slide-typo_wrap {
        position: relative;
        width: 100%;
        z-index: 1;
        margin-top: -15%;
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .about-access-sec .about-slide-typo_wrap.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec .about-slide-typo {
        position: relative;
        width: 100%;
        z-index: -10;
    }

    .about-access-sec .about-slide-typo p {
        width: 622px !important;
        height: auto;
        margin-right: 30px;
    }

    .about-access-sec .about-slide-typo p img {
        width: 622px !important;
        height: auto;
    }

    .about-access-sec_img-area {
        margin-top: 0px;
        padding: 0 0 0 10%;
        text-align: left;
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .about-access-sec_img-area.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    .about-access-sec_img-area img {
        width: 24%;
    }

    .about-access-sec_btn {
        position: absolute;
        top: 65px;
        right: 8.5%;
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .about-access-sec_btn.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    /* case-sec */
    .case-sec {
        padding-left: 14%;
    }

    .case-sec .sec-copy {
        margin-bottom: 80px;
        padding: 0;
    }

    .case-sec .sec-copy .sec-copy_sub {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .case-sec .sec-copy .sec-copy_main {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .case-sec.scrollin .sec-copy .sec-copy_sub {
        opacity: 1;
        transform: translateY(0);
    }

    .case-sec.scrollin .sec-copy .sec-copy_main {
        opacity: 1;
        transform: translateY(0);
    }

    /** case-sec_slide-area **/
    .case-sec_slide-area {
        position: relative;
        margin-bottom: 30px;
    }

    .case-sec_slide-area_ttl {
        position: absolute;
        top: -45px;
        right: 60px;
        font-family: "Cormorant Garamond", system-ui;
        font-size: 12.0rem;
        font-weight: 400;
        letter-spacing: -0.03em;
        line-height: 1;
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
        transition-delay: .2s;
    }

    .case-sec_slide-area.scrollin .case-sec_slide-area_ttl {
        opacity: 1;
        transform: translateY(0);
    }

    .case_switch {
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
        transition-delay: .1s;
    }

    .case-sec_slide-area.scrollin .case_switch {
        opacity: 1;
        transform: translateY(0);
    }

    /** case-sec_slide **/
    .case-sec_slide_wrap {
        padding: 0;
        opacity: 0;
        transform: translateY(30px);
        transition: all .8s;
        transition-delay: .3s;
    }

    .case-sec_slide-area.scrollin .case-sec_slide_wrap {
        opacity: 1;
        transform: translateY(0);
    }

    .case-sec_slide {}

    .case-sec_slide li {
        margin-right: 60px;
    }

    .case-sec_slidee .bxslider .slide-item {
        width: 340px;
    }

    .case-sec_slide_img {
        display: block;
        margin-bottom: 28px;
        transition: opacity .3s;
    }

    .case-sec_slide_img:hover {
        opacity: .7;
    }

    .case-sec_slide_body {}

    .case-sec_slide_date {
        margin-bottom: 16px;
        font-family: "Inter", system-ui;
        font-weight: 400;
        font-size: 1.3rem;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .case-sec_slide_ttl {
        display: inline-block;
        margin-bottom: 24px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.8;
        transition: color .3s;
    }

    .case-sec_slide_ttl:hover {
        color: #999;
    }

    .case-sec_slide_category-area {
        display: flex;
        flex-wrap: wrap;
    }

    .case-sec_slide_category-area a {
        margin: 0 7px 5px 0;
        padding: 5px 14px;
        border-radius: 20px;
        border: 1px solid #333;
        font-size: 1.0rem;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: 0.01em;
        transition: all .3s;
    }

    .case-sec_slide_category-area a:hover {
        background-color: #333;
        color: #fff;
    }

    .case-sec_slide_category-area a:last-child {
        margin-right: 0;
    }

    .case-sec_btn {
        margin-top: 20px;
        padding-right: 60px;
        text-align: right;
        opacity: 0;
        transform: translateY(25px);
        transition: all .8s;
    }

    .case-sec_btn.scrollin {
        opacity: 1;
        transform: translateY(0);
    }

    /** bx controls **/
    .case_switch .bx-next,
    .case_switch .bx-prev {
        display: block;
        width: 54px;
        height: 54px;
        opacity: 0;
    }

    .case_switch {
        display: flex;
        margin-bottom: 80px;
        padding-left: 0;
    }

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

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

    .case-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;
    }

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

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

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

    .case-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;
    }

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

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

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

    /** category-link-area **/
    .category-link-area {}

    .category-link-area .sec-copy {
        margin-bottom: 24px;
        padding-left: 10px;
    }

    .category-link-area_inner-sec {
        margin-bottom: 60px;
        padding: 0;
    }

    .category-link-area_inner-sec:last-child {
        margin-bottom: 0;
    }

    .category-link-area_inner-sec_ttl {
        margin-bottom: 38px;
        padding-bottom: 28px;
        border-bottom: 1px solid #333;
        font-family: "Inter", system-ui;
        font-weight: 400;
        font-size: 1.5rem;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }

    .category-link-area_inner-sec_ttl .switch {
        cursor: pointer;
        transition: color .3s;
    }

    .category-link-area_inner-sec_ttl .switch:hover {
        color: #999;
    }

    .category-link-area_inner-sec_ttl .switch-state {
        display: inline-block;
        width: 0.8em;
        text-align: center;
    }

    /*** category-link-area_list ***/
    .category-link-area_list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .category-link-area_list li {
        width: 25%;
        margin-bottom: 13px;
        padding-right: 30px;
    }

    .category-link-area_list li:nth-child(odd) {
        margin-right: 0;
    }

    .category-link-area_list a {
        display: block;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.6;
        text-decoration: underline;
    }

    .category-link-area_list a:hover {
        text-decoration: none;
    }

}

/* PC end */


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

/* PC end */

.case-sec_slide-area .bx-controls {
    display: none;
}