@font-face {
    font-family: Marcellus;
    src: url(../fonts/Marcellus-Regular.ttf);
}

.en {
    font-family: Marcellus;
}

@font-face {
    font-family: YuMin-Medium;
    src: url(../fonts/NotoSerifJP-Medium.otf);
}

@font-face {
    font-family: YuGo-Medium;
    src: url(../fonts/YuGothM_0.ttc);
}

html {
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: YuGo-Medium;
    font-weight: 500;
    background: url(../img/common/bg1.jpg);
    background-size: 100%;
    background-attachment: fixed;
}

img {
    max-width: 100%;
}

section {
    width: 100%;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin-bottom: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--c-text);
}

a:hover {
    text-decoration: none;
    color: var(--c-text);
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.no-padding [class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

[class*='col'] {
    position: relative;
}

@media only screen and (max-width: 767px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: none !important
    }
    .sp {
        display: block !important
    }
    body {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 24px;
        color: #404040;
    }
    /* header */
    .header {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
    }
    .header h1 img {
        width: 70px;
    }
    .header h1 img.white {
        display: none;
    }
    .header h1 img.black {
        display: block;
    }
    .header.inverse-sp h1 img.white {
        display: block;
    }
    .header.inverse-sp h1 img.black {
        display: none;
    }
    .hamburger-menu {
        outline: none;
        border: none;
        background: none;
        position: relative;
    }
    .hamburger-menu .hamburger {
        position: relative;
        width: 46px;
        height: 16px;
    }
    .hamburger-menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .hamburger-menu span:nth-child(1) {
        top: 0;
    }
    .hamburger-menu span:nth-child(2) {
        top: 50%;
    }
    .hamburger-menu span:nth-child(3) {
        top: 100%;
    }
    .hamburger-menu.active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(135deg);
    }
    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .hamburger-menu.active span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
    }
    .hamburger-menu p {
        font-family: Marcellus;
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 36px;
        color: white;
        margin-top: 4px;
    }
    .hamburger-menu p::before {
        content: 'MENU';
    }
    .hamburger-menu.active p::before {
        content: 'CLOSE';
    }
    /*  */
    /* menu */
    .menu {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1000;
        left: 0%;
        top: 0;
        background-image: url(../img/common/bg2.jpg);
        background-size: 100%;
        transition: all .5s;
        padding: 80px 20px;
        overflow: scroll;
        opacity: 0;
        visibility: hidden;
        flex: 1;
    }
    .menu.active {
        opacity: 1;
        visibility: visible;
    }
    .menu .info {
        text-align: center;
        margin-top: 20px;
    }
    /* .menu .links {
        margin-top: 20px;
    } */
    .menu .logo {
        width: 120px;
    }
    .info .en {
        font-size: 12px;
        line-height: 22px;
        margin-top: 20px;
    }
    .info .jp {
        margin-top: 30px;
    }
    .links ul {
        font-size: 16px;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .links ul li {
        padding: 5px 0;
    }
    .links ul li a {
        padding: 5px 0;
        position: relative;
        display: inline-block;
        color: #404040;
    }
    .links ul li a::before {
        width: 0%;
        height: 1px;
        background-color: #404040;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        transition: all .5s;
    }
    .links ul li a:hover::before {
        width: 100%;
    }
    .links .sns {
        text-align: center;
    }
    .links .sns img {
        width: 20px;
        margin: 20px;
    }
    /*  */
    /* mv-section */
    .mv-section {
        height: 100vh;
        background-image: url(../img/top/top01.jpg);
        background-size: cover;
        background-position: center center;
        z-index: 5;
    }
    .mv-text {
        position: absolute;
        width: 100%;
        bottom: 90px;
        left: 0;
        padding-left: 40px;
    }
    .subpage .mv-text {
        padding: 10px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto !important;
    }
    .mv-section .mv-text .jp {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 20px;
        letter-spacing: 0.2em;
        line-height: 32px;
        display: block;
        color: #fff;
    }
    .mv-section .mv-text .en {
        font-family: Marcellus;
        font-weight: normal;
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 36px;
        color: #fff;
        display: block;
    }
    .online-shop {
        writing-mode: tb;
        padding: 15px 5px;
        border: 1px solid white;
        z-index: 100;
        position: fixed;
        right: 30px;
        bottom: 30px;
        color: #fff;
        transition: all .5s;
    }
    .online-shop:hover {
        background-color: white;
        color: #000;
        border: 1px solid #000;
    }
    .online-shop .en {
        font-weight: normal;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 36px;
    }
    .online-shop .jp {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.2em;
        line-height: 36px;
    }
    /* top-about-section */
    .top-about-section {
        padding: 100px 0;
    }
    .top-about-section .text-container {
        padding-left: 30px;
        flex-direction: column-reverse;
    }
    .top-about-section .text-container p {
        padding-right: 30px;
    }
    .top-about-section .text-container .col-md-7 {
        margin-top: 80px;
    }
    .top-about-section .img-container {
        margin-top: 80px;
    }
    .top-about-section .img-container .col-md-7 {
        padding-right: 30px;
    }
    .top-about-section .img-container .col-md-5 {
        padding-left: 180px;
        padding-top: 80px;
    }
    .section-title {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 40px;
        color: #404040;
    }
    .section-title.top {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .sec-en {
        font-family: Marcellus;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 36px;
        text-align: left;
        color: #404040;
        display: block;
        position: relative;
        padding-left: 40px;
    }
    .sec-en:before {
        width: 31px;
        height: 1px;
        background: #404040;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
    .more-btn01 {
        display: block;
        width: fit-content;
        position: relative;
        padding-right: 50px;
        padding-bottom: 10px;
        overflow: hidden;
    }
    .more-btn01::before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #404040;
        position: absolute;
        left: 0;
        bottom: 8px;
        transition: all .9s;
    }
    .more-btn01::after {
        content: '';
        height: 5px;
        width: 29px;
        background-image: url(../img/common/more-btn-arrow.svg);
        position: absolute;
        right: 0;
        top: 8px;
        background-repeat: no-repeat;
    }
    .more-btn01:hover::before {
        animation: btnanim 1s 1;
    }
    @keyframes btnanim {
        from {
            left: -100%;
        }
        to {
            left: 0%;
        }
    }
    /* top-shop-section */
    .top-shop-section {
        background: linear-gradient(transparent 30%, #C0C0C0 0%);
    }
    .top-shop-section .wrap {
        padding: 100px 0;
    }
	.top-shop-section .bnr{margin: 4rem 0 0 0;}
    .top-shop-section .wrap .ps-md-5 {
        margin-top: 50px;
    }
    .top-shop-section .parallax {
        background-image: url(../img/top/top05-sp.jpg);
    }
    .about-parallax .parallax {
        background-image: url(../img/about/02_image05-sp.jpg);
    }
    .parallax {
        height: 240px;
        background-size: cover;
        background-position: center center;
    }
    .en-title {
        font-family: Marcellus;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 36px;
        text-align: center;
        color: #000;
        position: relative;
        padding-top: 75px;
    }
    .en-title::before {
        background-color: #626262;
        width: 1px;
        height: 64px;
        left: 50%;
        top: 0;
        position: absolute;
        content: '';
    }
    .top-shop-section .en {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 52.88px;
        text-align: center;
    }
    .top-shop-section .jp {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 21px;
        text-align: center;
    }
    .top-shop-section .row {
        margin-top: 50px;
    }
    /* top-product-section */
    .top-product-section .txt-box {
        padding: 100px 30px 50px;
    }
    .top-product-section .img-box .col-6 {
        padding-top: 5px;
    }
    .top-product-section .img-box .col-6:nth-child(2n+1) {
        padding-right: 2.5px;
    }
    .top-product-section .img-box .col-6:nth-child(2n) {
        padding-left: 2.5px;
    }
    /* top-instagram */
    .top-instagram {
        padding: 100px 0px;
        background-image: url(../img/common/bg2.jpg);
        background-size: 100%;
        position: relative;
        z-index: 1;
    }
    .top-instagram .img-box {
        margin-top: 50px;
    }
    .top-instagram .img-box [class*='col'] {
        padding-top: 10px;
        padding-left: 10px;
    }
    .top-instagram .img-box .right-box {
        margin-left: -10px;
    }
    /* shop-section */
    .shop-section {
        padding: 100px 0;
        background-image: url(../img/top/top19.jpg);
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
    }
    .shop-section p {
        font-size: 13px;
    }
    /* footer */
    footer {
        padding: 100px 0;
        background-color: #4B4B4B;
        margin-top: -10px;
        text-align: center;
    }
    footer .mt50 {
        margin-top: 32px;
    }
    footer .wrap {
        max-width: 1000px;
        padding: 0 10px;
        margin: auto;
        position: relative;
    }
    footer h2 {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 36px;
        color: #fff;
    }
    footer p {
        line-height: 24.5px;
    }
    footer .copyright {
        font-family: Marcellus;
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 22px;
        color: #fff;
    }
    footer .more-btn01::before {
        background-color: white;
    }
    footer .more-btn01::after {
        background-image: url(../img/common/more-btn-arrow-white.svg);
    }
    footer .links ul {
        display: none;
    }
    footer .info .jp,
    footer .info .en {
        display: none;
    }
    footer .info,
    footer .links .sns {
        margin-top: 32px;
    }
    footer .links .sns img {
        margin: 0 10px !important;
    }
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    .subpage.about {
        background-position-x: 75%;
    }
    .dps {
        padding: 100px 0;
    }
    .wrap {
        max-width: calc(100% - 60px);
        margin: auto;
        position: relative;
    }
    .about-section .about-02_image04 {
        margin-top: 60px;
        width: calc(100% - 100px);
    }
    .about-section .about-02_image02 {
        width: calc(100% - 30px);
    }
    .about-section .right-box p {
        margin-top: 60px;
        padding: 0 30px;
    }
    .about-section .right-box .about-02_image03 {
        margin-top: 60px;
        width: calc(100% - 30px);
        margin-left: auto;
    }
    /*  about-full-bg */
    .about-full-bg {
        height: 380px;
    }
    .zigzag .row {
        margin-bottom: 80px;
    }
    .zigzag .row:last-child {
        margin-bottom: 0;
    }
    .zigzag .anim {
        margin-top: 50px;
    }
    .zigzag {
        background: url(../img/common/bg2.jpg);
        background-size: 100%;
    }
    /* googlemap-section */
    .googlemap-section {
        position: relative;
        height: 400px;
    }
    /* anim-border */
    .anim-border .anim {
        position: relative;
        font-size: 20px;
        transition: none;
        opacity: 1;
        display: inline-block;
        filter: blur(0);
    }
    .anim-border .anim::before {
        position: absolute;
        width: 0;
        height: 1px;
        left: 0;
        bottom: 0;
        transition: all 1s;
        content: '';
        background-color: #404040;
        transition-delay: 1s;
    }
    .anim-border .anim.on::before {
        width: 100%;
    }
    .shop2 .row,
    .shop3 .row {
        margin-top: 60px;
    }
    .shop2 .wrap,
    .shop3 .wrap {
        max-width: 100%;
    }
    .shop2 .section-title,
    .shop3 .section-title {
        padding: 0 30px;
        font-size: 20px;
        margin-top: 50px;
    }
    .shop2.about-section .right-box p,
    .shop3.about-section .right-box p {
        margin-top: 20px;
    }
    .shop3.about-section .right-box .about-02_image03 {
        margin-left: 0;
    }
    .shop3.about-section .about-02_image02,
    .shop3.about-section .about-02_image04 {
        margin-left: auto;
    }
    /* muk-media */
    .muk-media {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .muk-media .unit {
        width: calc(50% - 5px);
        margin-bottom: 30px;
    }
    .muk-media .movie {
        width: 100%;
        position: relative;
    }
    .muk-media .movie .position-absolute {
        width: 50px;
    }
    .muk-media .unit p {
        text-align: center;
        padding-top: 16px;
    }
    .muk-media .muk-modal {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1003;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        object-fit: fill;
    }
    .muk-media .muk-modal img {
        transition: 1s;
        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        transform: scale(1.2);
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .muk-media .active .muk-modal {
        opacity: 1;
        visibility: visible;
    }
    .muk-media .active .muk-modal img {
        transform: none;
        opacity: 1;
    }
    .muk-media .muk-modal .description {
        position: absolute;
        padding: 30px;
        left: 0;
        bottom: 0;
        color: white;
    }
    .muk-media .muk-modal .close {
        position: absolute;
        right: 30px;
        top: 30px;
        color: rgb(194, 194, 194);
        font-size: 30px;
    }
    .muk-media .muk-modal .description h3 {
        opacity: 0;
        transition: all 1s;
        transform: translateY(20px);
        transition-delay: .5s;
    }
    .muk-media .muk-modal .description p {
        text-align: left;
        opacity: 0;
        transition: all 1s;
        transform: translateY(20px);
        transition-delay: 1s;
    }
    .muk-media .active .muk-modal .description h3,
    .muk-media .active .muk-modal .description p {
        opacity: 1;
        transform: translateY(0);
    }
    /* contact */
    input[type='text'],
    input[type='email'],
    textarea {
        border-radius: 6px;
        background: #b2b2b2;
        width: 100%;
        border: none;
        padding: 10px;
    }
    .contact>form>.row>div {
        margin-bottom: 10px;
    }
    .contact>.row>div p {
        padding-top: 12px;
    }
    .contact .note {
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        padding: 20px 0;
        margin-top: 30px;
    }
    .contact .agree {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }
    .contact .agree input {
        width: 26px !important;
        height: 26px !important;
    }
    .contact .agree p {
        width: calc(100% - 46px);
    }
    .contact input[type='submit'] {
        border: 1px solid #707070;
        background: none;
        width: 230px;
        padding: 10px 0;
        margin-top: 80px;
        transition: all .5s;
    }
    .contact input[type='submit']:hover {
        background-color: #707070;
        color: white;
    }
    .thanks img {
        width: 130px;
    }
    .dps-220 {
        padding: 100px 0;
    }
}


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */


/* - */

@media only screen and (min-width: 768px) {
    /* ----------------- common  ------------------ */
    .pc {
        display: block !important
    }
    .sp {
        display: none !important
    }
    body {
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 29px;
        color: #404040;
    }
    /* header */
    .header {
        padding: 0 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 1001;
    }
    .header h1 img {
        width: 108px;
    }
    .header h1 img.white {
        display: none;
    }
    .header h1 img.black {
        display: block;
    }
    .header.inverse h1 img.white {
        display: block;
    }
    .header.inverse h1 img.black {
        display: none;
    }
    .hamburger-menu {
        outline: none;
        border: none;
        background: none;
        position: relative;
        transition: all .5s;
    }
    .hamburger-menu:hover {
        opacity: 0.5;
    }
    .hamburger-menu .hamburger {
        position: relative;
        width: 60px;
        height: 30px;
    }
    .hamburger-menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #404040;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .header.inverse .hamburger-menu span {
        background: #fff;
    }
    .header.inverse .hamburger-menu p {
        color: white;
    }
    .hamburger-menu span:nth-child(1) {
        top: 0;
    }
    .hamburger-menu span:nth-child(2) {
        top: 50%;
    }
    .hamburger-menu span:nth-child(3) {
        top: 100%;
    }
    .hamburger-menu.active span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(135deg);
    }
    .hamburger-menu.active span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .hamburger-menu.active span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
    }
    .hamburger-menu p {
        font-family: Marcellus;
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 36px;
        color: #404040;
        margin-top: 10px;
        transition: all .5s;
    }
    .hamburger-menu p::before {
        content: 'MENU';
    }
    .hamburger-menu.active p::before {
        content: 'CLOSE';
    }
    /*  */
    /* menu */
    .menu {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1000;
        left: 0%;
        top: 0;
        background-image: url(../img/common/bg2.jpg);
        background-size: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
    }
    .menu.active {
        opacity: 1;
        visibility: visible;
    }
    .menu .info {
        padding-right: 100px;
    }
    .menu .links {
        padding-left: 100px;
    }
    .menu .logo {
        width: 200px;
    }
    .info .en {
        font-size: 12px;
        line-height: 22px;
        margin-top: 20px;
    }
    .info .jp {
        margin-top: 50px;
    }
    .links ul {
        font-size: 18px;
        list-style-type: none;
        display: flex;
        flex-direction: column;
    }
    .links ul li {
        padding: 5px 0;
    }
    .links ul li a {
        padding: 10px 0;
        position: relative;
        display: inline-block;
        color: #404040;
    }
    .links ul li a::before {
        width: 0%;
        height: 1px;
        background-color: #404040;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        transition: all .5s;
    }
    .links ul li a:hover::before {
        width: 100%;
    }
    .links .sns {
        margin-top: 20px;
    }
    .links .sns img {
        width: 20px;
        margin-right: 20px;
    }
    /* mv-section */
    .mv-section {
        height: 100vh;
        background-image: url(../img/top/top01.jpg);
        background-size: cover;
        background-position: center center;
        z-index: 5;
    }
    .mv-text {
        position: absolute;
        width: 100%;
        bottom: 200px;
        left: 0;
        padding-left: 150px;
    }
    .mv-section .mv-text .jp {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 28px;
        letter-spacing: 0.2em;
        line-height: 36px;
        color: #fff;
        display: block;
    }
    .mv-section .mv-text .en {
        font-family: Marcellus;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 36px;
        color: #fff;
        display: block;
        margin-top: 12px;
    }
    /* top-about-section */
    .top-about-section {
        padding: 300px 0;
        padding-right: 100px;
    }
    .top-about-section .img-container {
        margin-top: 180px;
    }
    .top-about-section .img-container .col-md-5 {
        padding-left: 180px;
        padding-top: 300px;
    }
    .section-title.top {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .section-title {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 28px;
        letter-spacing: 0.2em;
        line-height: 46px;
        color: #404040;
    }
    .sec-en {
        font-family: Marcellus;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 36px;
        text-align: left;
        color: #404040;
        display: block;
        position: relative;
        padding-left: 40px;
    }
    .sec-en:before {
        width: 31px;
        height: 1px;
        background: #404040;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
    .more-btn01 {
        display: block;
        width: fit-content;
        position: relative;
        padding-right: 50px;
        padding-bottom: 10px;
        overflow: hidden;
    }
    .more-btn01::before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #404040;
        position: absolute;
        left: 0;
        bottom: 8px;
    }
    .more-btn01:hover::before {
        animation: btnanim 1s 1;
    }
    @keyframes btnanim {
        from {
            left: -100%;
        }
        to {
            left: 0%;
        }
    }
    .more-btn01::after {
        content: '';
        height: 5px;
        width: 29px;
        background-image: url(../img/common/more-btn-arrow.svg);
        position: absolute;
        right: 0;
        top: 8px;
        background-repeat: no-repeat;
    }
    /* top-shop-section */
    .top-shop-section {
        background: linear-gradient(transparent 49%, #C0C0C0 0%);
    }
    .top-shop-section .wrap {
        padding: 300px 0 350px;
    }
	.top-shop-section .bnr{margin: 130px 0 0 0;}
    .top-shop-section .parallax {
        background-image: url(../img/top/top05.jpg);
    }
    .about-parallax .parallax {
        background-image: url(../img/about/02_image05.jpg);
    }
    .parallax {
        height: 429px;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }
    .en-title {
        font-family: Marcellus;
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 36px;
        text-align: center;
        color: #000;
        position: relative;
        padding-top: 80px;
    }
    .en-title::before {
        background-color: #626262;
        width: 1px;
        height: 64px;
        left: 50%;
        top: 0;
        position: absolute;
        content: '';
    }
    .top-shop-section .en {
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 52.88px;
        text-align: center;
    }
    .top-shop-section .jp {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 21px;
        text-align: center;
    }
    .top-shop-section .row {
        margin-top: 100px;
    }
    /* top-product-section */
    .top-product-section {
        z-index: 2;
    }
    .top-product-section .img-box {
        margin: -100px 0;
    }
    .top-product-section .img-box .col-6 {
        padding-top: 10px;
        padding-left: 10px;
    }
    /* top-instagram */
    .top-instagram {
        padding: 350px 0 300px;
        background-image: url(../img/common/bg2.jpg);
        background-size: 100%;
        position: relative;
        z-index: 1;
    }
    .top-instagram .img-box {
        display: flex;
        margin-top: 50px;
    }
    .top-instagram .img-box .left-box {
        width: 39.6%;
        padding-top: 10px;
    }
    .top-instagram .img-box .right-box {
        width: 60.4%;
    }
    .top-instagram .img-box [class*='col'] {
        padding-top: 10px;
        padding-left: 10px;
    }
    /* shop-section */
    .shop-section {
        height: 600px;
        background-image: url(../img/top/top19.jpg);
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center;
    }
    /* footer */
    footer {
        padding: 150px 0;
        background-color: #4B4B4B;
        margin-top: -10px;
    }
    footer .mt50 {
        margin-top: 32px;
    }
    footer .wrap {
        max-width: 1000px;
        padding: 0 10px;
        margin: auto;
        position: relative;
    }
    footer h2 {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 22px;
        letter-spacing: 0.1em;
        line-height: 36px;
        text-align: left;
        color: #fff;
    }
    footer p {
        line-height: 24.5px;
    }
    footer .copyright {
        font-family: Marcellus;
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 22px;
        text-align: left;
        color: #fff;
    }
    footer .more-btn01::before {
        background-color: white;
    }
    footer .more-btn01::after {
        background-image: url(../img/common/more-btn-arrow-white.svg);
    }
    footer .links ul {
        color: white;
        font-size: 14px;
    }
    footer .links ul li a {
        padding: 0;
        color: white;
    }
    footer .links ul li a::before {
        background-color: white;
    }
    footer .info .jp {
        margin-top: 30px;
    }
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    /* . */
    .mv-section.subpage {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mv-section.subpage .mv-text {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        text-align: center;
        padding-left: 0;
    }
    .dps {
        padding: 300px 0;
    }
    .half-dps {
        padding-bottom: 150px;
    }
    .wrap {
        padding: 0 10px;
        max-width: 1200px;
        margin: auto;
        position: relative;
    }
    .about-section .about-02_image04 {
        margin-top: 180px;
        margin-left: auto;
    }
    .about-section .right-box {
        padding-left: 130px;
    }
    .about-section .right-box p {
        margin-top: 80px;
        padding-right: 30px;
    }
    .about-section .right-box .about-02_image03 {
        margin-top: 120px;
    }
    /*  about-full-bg */
    .about-full-bg {
        height: 429px;
    }
    .zigzag {
        background: url(../img/common/bg2.jpg);
        background-size: 100%;
    }
    .zigzag .row {
        margin-bottom: 120px;
    }
    .zigzag .row .anim {
        padding-left: 70px;
    }
    .zigzag .row.flex-md-row-reverse .anim {
        padding-left: 0;
        padding-right: 70px;
    }
    .zigzag .row:last-child {
        margin-bottom: 0;
    }
    .zigzag .flex-md-row-reverse .col-md-5 {
        padding-left: 30px;
    }
    .pc-calc-30-right {
        width: calc(100% - 30px);
    }
    .pc-calc-100-right {
        width: calc(100% - 100px);
    }
    /* googlemap-section */
    .googlemap-section {
        position: relative;
        height: 600px;
    }
    /* anim-border */
    .anim-border .anim {
        position: relative;
        transition: none;
        opacity: 1;
        filter: blur(0);
        display: inline-block;
    }
    .anim-border .anim::before {
        position: absolute;
        width: 0;
        height: 1px;
        left: 0;
        bottom: 0;
        transition: all 1s;
        content: '';
        background-color: #404040;
        transition-delay: 1s;
    }
    .anim-border .anim.on::before {
        width: 100%;
    }
    .about-section.shop2 .right-box p {
        margin-top: 20px;
    }
    .shop2 .row,
    .shop3 .row {
        margin-top: 120px;
    }
    .shop2.about-section .about-02_image04 {
        margin-top: 130px;
    }
    .about-section.shop2 .right-box .about-02_image03 {
        margin-top: 200px;
    }
    .shop3.about-section .right-box {
        padding-left: 0;
        padding-right: 0;
    }
    .shop3.about-section .about-02_image04 {
        margin-left: 0;
    }
    .shop3.about-section .left-box {
        padding-left: 120px;
    }
    .shop3.about-section .right-box p {
        margin-top: 50px;
    }
    .shop3.about-section .about-02_image04 {
        margin-top: 230px;
    }
    /* muk-media */
    .muk-media {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .muk-media .unit {
        width: 31%;
        margin-bottom: 45px;
        position: relative;
    }
    .muk-media .movie {
        width: 100%;
        position: relative;
    }
    .muk-media .unit p {
        text-align: center;
        padding-top: 16px;
    }
    .muk-media .muk-modal {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1003;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }
    .muk-media .muk-modal img {
        filter: blur(15px);
        transition: 1.5s;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .muk-media .active .muk-modal {
        opacity: 1;
        visibility: visible;
    }
    .muk-media .active .muk-modal img {
        filter: blur(0);
        opacity: 1;
    }
    .muk-media .muk-modal .description {
        position: absolute;
        left: 100px;
        bottom: 100px;
        color: white;
    }
    .muk-media .muk-modal .close {
        position: absolute;
        right: 50px;
        top: 50px;
        color: rgb(194, 194, 194);
        font-size: 30px;
    }
    .muk-media .muk-modal .description h3 {
        opacity: 0;
        transition: all 1s;
        transform: translateY(20px);
        transition-delay: .5s;
    }
    .muk-media .muk-modal .description p {
        text-align: left;
        opacity: 0;
        transition: all 1s;
        transform: translateY(20px);
        transition-delay: 1s;
    }
    .muk-media .active .muk-modal .description h3,
    .muk-media .active .muk-modal .description p {
        opacity: 1;
        transform: translateY(0);
    }
    /* contact */
    input[type='text'],
    input[type='email'],
    textarea {
        border-radius: 6px;
        background: #b2b2b2;
        width: 100%;
        border: none;
        padding: 10px;
    }
    .contact-wrap {
        max-width: 920px;
        margin: auto;
    }
    .contact>form>.row>div {
        margin-bottom: 30px;
    }
    .contact>.row>div p {
        padding-top: 12px;
    }
    .contact .note {
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        padding: 20px 0;
        margin-top: 30px;
    }
    .contact .agree {
        display: flex;
        align-items: center;
        margin-top: 50px;
    }
    .contact .agree input {
        width: 26px;
        height: 26px;
        margin-right: 26px;
    }
    .contact input[type='submit'] {
        border: 1px solid #707070;
        background: none;
        width: 230px;
        padding: 10px 0;
        margin-top: 80px;
        transition: all .5s;
    }
    .contact input[type='submit']:hover {
        background-color: #707070;
        color: white;
    }
	.contact_sns { width: 40px;
	text-align: center;
	
	}
    .online-shop {
        writing-mode: tb;
        padding: 20px 10px;
        border: 1px solid white;
        z-index: 100;
        position: fixed;
        right: 30px;
        bottom: 50px;
        color: #fff;
        transition: all .5s;
    }
    .online-shop:hover {
        background-color: white;
        color: #000;
        border: 1px solid #000;
    }
    .online-shop .en {
        font-weight: normal;
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 36px;
    }
    .online-shop .jp {
        font-family: YuMin-Medium;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0.2em;
        line-height: 36px;
    }
    /* dps-220 */
    .dps-220 {
        padding: 220px 0;
    }
    .dps-220 .text-box {
        padding-left: 70px;
    }
    footer .row.flex-column-reverse.flex-md-row>div {
        width: 50% !important;
    }
    /*  */
    .menu .info {
        transition: all 1s;
        opacity: 0;
        transition-delay: .5s;
    }
    .menu.active .info {
        opacity: 1
    }
    .menu ul li,
    .menu .sns {
        transition: all 1s;
        opacity: 0;
        transform: translateX(-30px);
    }
    .menu.active ul li,
    .menu.active .sns {
        opacity: 1;
        transform: translateX(0px);
    }
    .menu ul li:nth-child(1) {
        transition-delay: .6s;
    }
    .menu ul li:nth-child(2) {
        transition-delay: .7s;
    }
    .menu ul li:nth-child(3) {
        transition-delay: .8s;
    }
    .menu ul li:nth-child(4) {
        transition-delay: 0.9s;
    }
    .menu ul li:nth-child(5) {
        transition-delay: 1s;
    }
    .menu ul li:nth-child(6) {
        transition-delay: 1.1s;
    }
    .menu ul li:nth-child(7) {
        transition-delay: 1.2s;
    }
	.menu ul li:nth-child(8) {
        transition-delay: 1.3s;
    }
    .menu .sns {
        transition-delay: 1.4s;
    }
}

.stalker {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    mix-blend-mode: exclusion;
    z-index: 1002;
}

.fit {
    width: fit-content;
}

.movetext {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

.movetext span {
    display: inline-block;
    position: relative;
    opacity: 0;
}

.anim {
    /* overflow: hidden;
    padding: 0 !important; */
    filter: blur(5px);
    opacity: 0;
    transition: 1.5s;
}

.anim.on {
    filter: blur(0);
    opacity: 1;
}


/* .anim img {
    transition: 3s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transform: scale(1.2);
}

.anim.on img {
    transform: none;
    opacity: 1;
} */

.en-title.text-white::before {
    background-color: #fff;
}

.googlemap-section iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.bg2 {
    background-image: url(../img/common/bg2.jpg);
    background-size: 100%;
}

ul.list {
    margin-left: 15px;
}

ul.list li {
    margin-top: 15px;
}

.more-btn01.download {
    padding-right: 30px;
}

.more-btn01.download::after {
    background-image: url(../img/common/download.svg);
    width: 17px;
    height: 14px;
    background-size: cover;
    right: 0px;
    top: 15%;
}

.muk-media .muk-modal .close,
.muk-media .open {
    cursor: pointer;
}

header h1.active img {
    visibility: hidden;
}

.thanks-btn {
    border: 1px solid #000;
    padding: 10px;
    width: 229px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 60px;
    transition: all .5s;
}

.thanks-btn:hover {
    background-color: #404040;
    color: white;
}


/*  */

.muk-media .unit .anim img,
.muk-media .unit .open {
    transition: all .5s;
    cursor: pointer;
}

.muk-media .unit .anim img:hover,
.muk-media .unit .open:hover {
    opacity: .7;
}

footer .info img {
    width: 108px;
}

.top-mv {
    animation: top-mv-animation 2s 1;
}

@keyframes top-mv-animation {
    from {
        opacity: 0;
        filter: blur(15px);
    }
    to {
        opacity: 1;
        filter: blur(0px);
    }
}