@charset "utf-8";

/*
Theme Name: STYLE PRODUCE Co., Ltd. 株式会社スタイルプロデュース
Author: 
Version: 1.0.0
*/

/* -----------------------------------------------------------
body
----------------------------------------------------------- */

body {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: auto;
    margin: auto !important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #1D1D1D;
    background-color: #ffffff;
    overflow-x: hidden;
}

@media screen and (min-width:768px) {

    body {
        font-size: 14px;
    }

}

@media screen and (min-width:1024px) {

    body {
        font-size: 16px;
    }

}

/* -----------------------------------------------------------
plugins
----------------------------------------------------------- */

/* reCAPTCHA  */
.grecaptcha-badge {
    visibility: hidden;
}

/* 翻訳 */
.gtranslate_wrapper {
    opacity: 1;
    transition: all .5s;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.gt_float_switcher {
    display: flex !important;
    flex-direction: column-reverse !important;
    font-family: "Russo One", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px !important;
    color: #fff !important;
    line-height: 1.5 !important;
    background-color: rgba(255, 255, 255, .2) !important;
    backdrop-filter: blur(5px) !important;
}

.gt_float_switcher .gt-selected {
    background-color: rgba(255, 255, 255, .2) !important;
    backdrop-filter: blur(5px) !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 10px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.gt_float_switcher .gt_options a {
    padding: 5px 10px !important;
    color: #fff !important;
}

.gt_float_switcher img {
    width: 20px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    width: 0 !important;
    height: 0 !important;
    margin: 0 0 0 5px !important;
    border-style: solid !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    border-top: 6px solid #ffffff !important;
    border-bottom: 0 !important;
    background-image: none !important;
    transform: none !important;
    transition: all .5s !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: scale(1, -1) !important;
    transition: all .5s !important;
}

@media screen and (min-width:1024px) {

    .gt_float_switcher {
        font-size: 14px !important;
    }

}

/* -----------------------------------------------------------
Loading
----------------------------------------------------------- */

/* bg */
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    backdrop-filter: blur(3px);
    text-align: center;
    color: #fff;
}

.loadingVideo {
    opacity: .3;
    overflow: hidden;
}

/* logo */
#loading_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading_logo svg {
    width: 90%;
}

/*svg animation*/
#logo path {
    fill-opacity: 0;
    transition: fill-opacity .5s;
    fill: none;
    stroke: #1D1D1D;
    filter: drop-shadow(0 0 0.5rem #1D1D1D);
}

#logo.done path {
    fill: #1D1D1D;
    filter: drop-shadow(0 0 0.5rem #1D1D1D);
    fill-opacity: 1;
    stroke: none;
}

/* sessionStorage */
.loading {
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    opacity: 0;
    visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}

body.scroll-stop {
    animation: disableScroll .1s linear 5s both;
}

@keyframes disableScroll {
    0% {
        overflow: hidden;
    }

    100% {
        overflow: auto;
    }
}

/* -----------------------------------------------------------
common
----------------------------------------------------------- */

.brPc {
    display: none;
}

.videoBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.youTubeBox {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
}

.youTube {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.notFoundTxt {
    text-align: center;
    margin: 0 auto 20px;
}

.notFoundBtn {
    margin: 0 auto;
}

.blurGradMask {
    position: relative;
}

.blurGradMask::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    backdrop-filter: blur(10px);
    mask-image: linear-gradient(to bottom,
            rgb(0 0 0 / 0%) 0%,
            rgb(0 0 0 / 4.9%) 0.3%,
            rgb(0 0 0 / 10.4%) 0.5%,
            rgb(0 0 0 / 45%) 0.8%,
            rgb(0 0 0 / 55%) 2.5%,
            rgb(0 0 0 / 89.6%) 4.5%,
            rgb(0 0 0 / 95.1%) 6.5%,
            rgb(0 0 0 / 100%) 8.5%);
}

.blurGradMask::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    top: 25%;
    content: "";
    backdrop-filter: blur(2rem);
    mask-image: linear-gradient(to bottom,
            rgb(0 0 0 / 0%) 0%,
            rgb(0 0 0 / 4.9%) 0.7%,
            rgb(0 0 0 / 10.4%) 1%,
            rgb(0 0 0 / 45%) 2%,
            rgb(0 0 0 / 55%) 3%,
            rgb(0 0 0 / 89.6%) 6%,
            rgb(0 0 0 / 95.1%) 8%,
            rgb(0 0 0 / 100%) 10%);
}

.cmnTtlBox {
    margin: 0 auto 20px;
}

.cmnEnTtl {
    margin: 0 auto 10px;
    font-family: "Bodoni Moda SC", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
}

.cmnTtlBox .cmnEnTtl {
    margin-bottom: 0 !important;
    font-weight: 700;
}

.cmnJaTtl {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.cmnBtn01 {
    display: flex;
    justify-content: flex-start;
    max-width: fit-content;
    width: 100%;
    padding: 10px 30px;
    border: solid 1px #1D1D1D;
    border-radius: 36px;
    background-color: #fff;
    pointer-events: auto;
    transition: all .5s;
}

.cmnBtn01 .cmnBtn01Txt {
    position: relative;
    padding: 0 0 0 15px;
    color: #1D1D1D;
    font-family: "Bodoni Moda SC", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4835;
    transition: all .5s;
}

.cmnBtn01Txt::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1D1D1D;
    transition: all .5s;
}

.cmnBtn01:hover {
    background-color: #1D1D1D;
    transition: all .5s;
}

.cmnBtn01:hover .cmnBtn01Txt {
    color: #fff;
    transition: all .5s;
}

.cmnBtn01:hover .cmnBtn01Txt::after {
    background: #fff;
    transition: all .5s;
}

.inCover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.inCoverEnTtl {
    font-family: "Bodoni Moda SC", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
}

.inCoverJaTtl {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.breadWrap {
    padding: 15px 0;
    font-size: 10px;
    color: #1D1D1D;
}

.breadBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1230px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.breadLink {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: fit-content;
    width: 100%;
    color: #1D1D1D;
}

.breadLink::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    background: #1D1D1D;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.breadLink:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.breadPart {
    margin: 0 .5rem;
}

.inWr01 {
    position: relative;
    padding: 80px 0;
}

.inWr02 {
    position: relative;
    padding: 60px 0 80px;
}

.inWr03 {
    padding: 0 0 80px;
}

.inner {
    max-width: 1230px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.enFont {
    font-family: "Bodoni Moda SC", serif;
}

@media screen and (min-width:768px) {

    .cmnEnTtl {
        font-family: "Bodoni Moda SC 28pt", serif;
        font-size: 40px;
    }

    .cmnJaTtl {
        font-size: 16px;
    }

    .cmnBtn01 .cmnBtn01Txt {
        font-family: "Bodoni Moda SC 18pt", serif;
    }

    .inCoverEnTtl {
        font-family: "Bodoni Moda SC 28pt", serif;
        font-size: 40px;
    }

    .inCoverJaTtl {
        font-size: 16px;
    }

    .breadWrap {
        font-size: 12px;
    }

}

@media screen and (min-width:1024px) {

    .brSp {
        display: none;
    }

    .brPc {
        display: block;
    }

    .notFoundTxt {
        margin: 0 auto 40px;
    }

    .cmnTtlBox {
        margin: 0 auto 40px;
    }

    .cmnEnTtl {
        margin: 0 auto 20px;
        font-size: 60px;
    }

    .cmnJaTtl {
        font-size: 20px;
    }

    .inCoverEnTtl {
        font-size: 80px;
    }

    .inCoverJaTtl {
        font-size: 24px;
    }

    .breadWrap {
        font-size: 14px;
    }

    .inWr01 {
        padding: 160px 0;
    }

    .inWr02 {
        padding: 120px 0 160px;
    }

    .inWr03 {
        padding: 0 0 160px;
    }

}

/* -----------------------------------------------------------
header
----------------------------------------------------------- */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    padding: 15px;
    z-index: 9;
}

.header.clone,
.header.clone2 {
    position: fixed;
    top: -140px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 9;
}

.header.clone {
    mix-blend-mode: difference;
}

.header.clone.is-animation,
.header.clone2.is-animation {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.header.clone .hLogo {
    position: relative;
    z-index: 2;
}

.header.clone .hNavLinkBox {
    display: none;
}

.header.clone .hLogo {
    opacity: 1;
}

.header.clone2 .hLogo {
    opacity: 0;
}

.header .hLogo {
    opacity: 0;
}

.headerLogoBox {
    position: relative;
    padding: 15px;
    z-index: 8;
}

.header .hLogo,
.headerLogoBox .hLogo {
    max-width: 60px;
    width: 100%;
}

.hNavLinkBox {
    display: none;
}

/*--hamburger--*/
.hamBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
    mix-blend-mode: difference;
    z-index: 9998;
}

.hamBtn.open {
    position: fixed !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hamBtn.open.clone {
    opacity: 0 !important;
    visibility: hidden !important;
}

.hamBtn.clone {
    position: fixed;
    top: -100px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.hamBtn.clone.is-animation {
    top: 15px;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.hamBar {
    position: relative;
    width: 100%;
    max-width: 30px;
    height: 8px;
}

.hamBar>div {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E2E2E2;
    border-radius: 5px;
    transition: all .5s;
}

.hamBar>div:nth-child(1) {
    top: 0;
}

.hamBar>div:nth-child(2) {
    top: 50%;
    opacity: 0;
}

.hamBar>div:nth-child(3) {
    top: 100%;
}

.open .hamBar {
    max-width: 40px;
}

.open .hamBar>div:nth-child(1) {
    top: 50%;
    transform: rotate(200deg);
}

.open .hamBar>div:nth-child(2) {
    opacity: 0;
}

.open .hamBar>div:nth-child(3) {
    top: 50%;
    transform: rotate(160deg);
}

.navArea {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    z-index: 999;
}

.navArea.open {
    opacity: 1;
    transition: all .5s;
    visibility: visible;
}

.navAreaIn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 15px 5%;
    text-align: center;
    overflow: auto;
    -ms-overflow-style: none;
    background-color: rgba(255, 255, 255, .8);
    /* backdrop-filter: blur(20px); */
}

/*--headerLink--*/
.navLinkBox {
    position: relative;
    max-width: 340px;
    width: 100%;
    margin: 0 auto 20px;
    z-index: 1;
    pointer-events: none;
}

.hNavLink {
    display: flex;
    justify-content: flex-start;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 30px;
    border: solid 1px #1D1D1D;
    border-radius: 36px;
    background-color: #fff;
    pointer-events: auto;
    transition: all .5s;
}

.hNavLink .hNavLinkTxt {
    position: relative;
    padding: 0 0 0 15px;
    color: #1D1D1D;
    font-family: "Bodoni Moda SC", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4835;
    transition: all .5s;
}

.hNavLinkTxt::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1D1D1D;
    transition: all .5s;
}

.hNavLink:hover {
    background-color: #1D1D1D;
    transition: all .5s;
}

.hNavLink:hover .hNavLinkTxt {
    color: #fff;
    transition: all .5s;
}

.hNavLink:hover .hNavLinkTxt::after {
    background: #fff;
    transition: all .5s;
}

.hNavLink:last-child {
    margin: 0 auto;
}

@media screen and (min-width:768px) {

    /*--hamburger--*/
    .navArea {
        left: initial;
        right: -320px;
        max-width: 320px;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

    .navArea.open {
        right: 0;
    }

    .navAreaIn {
        padding: 15px 15%;
    }

    .navLinkBox {
        margin: 0 auto 40px;
    }

    .hNavLink {
        margin: 0 0 20px 0;
    }

    .hNavLink:last-child {
        margin: 0;
    }

    .hNavLink .hNavLinkTxt {
        font-family: "Bodoni Moda SC 18pt", serif;
    }

}

@media screen and (min-width:1024px) {

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
    }

    .headerLogoBox {
        padding: 20px 30px;
    }

    .header .hLogo,
    .headerLogoBox .hLogo {
        max-width: 120px;
        width: 12%;
    }

    .hNavLinkBox {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .hNavLink {
        margin: 0;
    }

    /*--hamburger--*/
    .hamBtn {
        display: none;
    }

}

@media screen and (min-width:1440px) {

    .header {
        padding: 30px 40px;
    }

    .headerLogoBox {
        padding: 30px 40px;
    }

    .header .hLogo,
    .headerLogoBox .hLogo {
        max-width: 180px;
        width: 100%;
        padding: 0 0 0 20px;
    }

}

/* -----------------------------------------------------------
main
----------------------------------------------------------- */

.bgVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    z-index: -1;
}

/* -----------------------------------------------------------
front-page
----------------------------------------------------------- */

.tCover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.tCoverEnTtl {
    font-family: "Bodoni Moda SC", serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: center;
}

.tCoverJaTtl {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width:768px) {

    .tCoverEnTtl {
        font-family: "Bodoni Moda SC 28pt", serif;
        font-size: 24px;
    }

    .tCoverJaTtl {
        font-size: 14px;
    }

}

@media screen and (min-width:1024px) {

    .tCoverEnTtl {
        font-size: 38px;
    }

    .tCoverJaTtl {
        font-size: 20px;
    }

}

@media screen and (min-width:1440px) {

    .tCoverEnTtl {
        font-size: 54px;
    }

    .tCoverJaTtl {
        font-size: 30px;
    }

}

/* --- about --- */
.tAboutWr {
    position: relative;
    padding: 60px 0 20px;
}

.tAboutBgImg01 {
    position: absolute;
    top: 11.11%;
    left: 0;
    max-width: 580px;
    width: 30.21%;
    opacity: .6;
}

.tAboutBgImg02 {
    position: absolute;
    top: 19.17%;
    right: 0;
    max-width: 960px;
    width: 50%;
    opacity: .8;
}

.tAboutEnTtl {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    font-family: "Bodoni Moda SC", serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.tAboutTxtBox {
    padding: 0 15px;
}

.tAboutJaTtl {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

.tAboutJaTxt {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
}

@media screen and (min-width:768px) {

    .tAboutEnTtl {
        font-family: "Bodoni Moda SC 28pt", serif;
        font-size: 60px;
    }

    .tAboutJaTtl {
        font-size: 20px;
    }

}

@media screen and (min-width:1024px) {

    .tAboutWr {
        padding: 120px 0 20px;
    }

    .tAboutEnTtl {
        margin: 0 0 40px;
        font-size: 90px;
    }

    .tAboutJaTtl {
        margin: 0 0 40px;
    }

}

@media screen and (min-width:1440px) {

    .tAboutTxtBox {
        padding: 0 15px 0 11.11%;
    }

    .tAboutEnTtl {
        font-size: 140px;
    }

}

/* --- Service --- */
.tServiceWr {
    position: relative;
    padding: 40px 0 0;
}

.tServiceEnTtl {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: "Bodoni Moda SC", serif;
    color: #E2E2E2;
    font-size: 47px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.13;
    mix-blend-mode: difference;
}

.tServiceBox {
    padding: 80px 15px;
    background-color: #1D1D1D;
}

.tServiceList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.tServiceItem {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    width: 100%;
    padding: 30px 0 0 10px
}

.tServiceItemNum {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Bodoni Moda SC", serif;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.tServiceItemIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    height: 240px;
    width: 100%;
    margin: 0 0 20px;
    border: solid 1px #fff;
    border-radius: 50%;
}

.tServiceItemIconImg {
    max-width: 120px;
    width: 100%;
}

.tServiceItemTxt {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width:768px) {

    .tServiceWr {
        padding: 68px 0 0;
    }

    .tServiceEnTtl {
        font-family: "Bodoni Moda SC 28pt", serif;
        font-size: 80px;
    }

    .tServiceItemNum {
        font-family: "Bodoni Moda SC 28pt", serif;
    }

}

@media screen and (min-width:1024px) {

    .tServiceWr {
        padding: 114px 0 0;
    }

    .tServiceEnTtl {
        font-size: 134px;
    }

    .tServiceBox {
        padding: 160px 15px;
    }

    .tServiceList {
        flex-direction: row;
        align-items: flex-start;
        gap: 80px;
    }

}

@media screen and (min-width:1440px) {

    .tServiceWr {
        padding: 160px 0 0;
    }

    .tServiceEnTtl {
        font-size: 180px;
    }

}

/* --- Company --- */
.tCompanyWr {
    position: relative;
    padding: 80px 0 120px;
}

.tCompanyBg {
    position: relative;
}

.tCompanyBgImgBox {
    margin: 0 0 0 auto;
    padding: 0 8.33% 0 0;
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    width: 61.46%;
}

.tCompanyBgImg {
    max-width: 300px;
    width: 29.5%;
}

.tCompanyBgImg01 {
    padding: 10% 0;
}

.tCompanyBgImg02 {
    padding: 20% 0 0 0;
}

.tCompanyBgImg03 {
    padding: 0 0 20% 0;
}

.tCompanyTxtBox {
    position: absolute;
    top: 34.24%;
    left: 8.33%;
}

.tCompanyEnTtl {
    margin: 0 0 20px;
    font-family: "Bodoni Moda SC", serif;
    color: #808080;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    mix-blend-mode: difference;
}

@media screen and (min-width:768px) {

    .tCompanyWr {
        padding: 80px 0 100px;
    }

    .tCompanyEnTtl {
        font-family: "Bodoni Moda SC 28pt", serif;
        font-size: 60px;
    }

}

@media screen and (min-width:1024px) {

    .tCompanyWr {
        padding: 160px 0;
    }

    .tCompanyEnTtl {
        font-size: 80px;
    }

}

@media screen and (min-width:1440px) {

    .tCompanyEnTtl {
        font-size: 120px;
    }

}

/* -----------------------------------------------------------
footer
----------------------------------------------------------- */

.footerWr {
    position: relative;
    padding: 60px 15px 15px;
}

.footerWr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-image: url(img/footer_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fLogoLink {
    max-width: 120px;
    width: 100%;
    margin: 0 auto 40px;
}

.fNavBox {
    display: none;
}

.fNavLink {
    display: flex;
    justify-content: flex-start;
    max-width: fit-content;
    width: 100%;
    padding: 10px 30px;
    border: solid 1px #1D1D1D;
    border-radius: 36px;
    background-color: #fff;
    pointer-events: auto;
    transition: all .5s;
}

.fNavLink .fNavLinkTxt {
    position: relative;
    padding: 0 0 0 15px;
    color: #1D1D1D;
    font-family: "Bodoni Moda SC", serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4835;
    transition: all .5s;
}

.fNavLinkTxt::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1D1D1D;
    transition: all .5s;
}

.fNavLink:hover {
    background-color: #1D1D1D;
    transition: all .5s;
}

.fNavLink:hover .fNavLinkTxt {
    color: #fff;
    transition: all .5s;
}

.fNavLink:hover .fNavLinkTxt::after {
    background: #fff;
    transition: all .5s;
}

.fTxtLogo {
    position: relative;
    max-width: 1890px;
    width: 100%;
    margin: 0 auto 30px;
}

.fPrivacyLinkBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 20px;
}

.fPrivacyLink {
    display: flex;
    max-width: fit-content;
    color: #1D1D1D;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.25;
    transition: all .5s;
}

.fPrivacyLink:hover {
    opacity: .7;
    transition: all .5s;
}

.fPrivacyLink:first-child::after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    margin: 0 0 0 10px;
    background-color: #1D1D1D;
}

.fMailIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 30px;
    width: 100%;
    transition: all .5s;
}

.fMailIcon:hover {
    opacity: .5;
    transition: all .5s;
}

.copy {
    color: #1D1D1D;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

@media screen and (min-width:1024px) {

    .footerWr {
        padding: 120px 15px 15px;
    }

    .fLogoLink {
        max-width: 240px;
        margin: 0 auto 80px;
    }

    .fNavBox {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin: 0 auto 80px;
    }

    .fNavLink .fNavLinkTxt {
        font-family: "Bodoni Moda SC 18pt", serif;
    }

    .fMailIcon {
        top: 30px;
        right: 60px;
        max-width: 60px;
    }

    .copy {
        font-size: 12px;
    }

}