html{
    letter-spacing: 0.1rem;
    line-height: 28px;
    scroll-behavior: smooth;
}
body{
    margin: 0;
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal;
    z-index: 0;
}
.ani {
    opacity: 0;
    visibility: hidden;
    transition: 2s;
    transform: translateY(50px);
}
.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sp-br,.sp{
    display: none;
}
.btn:hover{
    opacity: 0.5;
    transition: 0.3s
}
a{
    color: #000;
}
@media screen and (max-width: 768px) {
    html{
        letter-spacing: 0.08rem;
    }
    main{
        background-color: #fff;
    }
    .pc-br,.pc{
        display: none;
    }
    .sp-br,.sp{
        display: block;
    }
}
/* モーダルウィンドウ用 */
.js-open{
    cursor: pointer;
}
.js-close{
    display: flex;
    justify-content: flex-end;
    padding: 1.8vh 3%;
}
.js-close div{
    cursor: pointer;
    font-size: 14px;
}
.modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 95vh;
    background-color: #fff;
    z-index: 102;
    max-width: 650px;
}
.modal-contents{
    overflow-y: auto;
    width: 100%;
    height: 88.9vh;
}
.modal-contents img{
    width: 100%;
}
.modal-contents .main-img{
    width: 100%;
}
.modal-contents .sub-img{
    margin: 30px 5%;
    display: flex;
    gap: 4%;
}
.modal-contents div{
    flex-basis: 35%;
}
.modal-contents .text{
    margin: 30px 5%;
}
.modal-contents .text p{
    color: #666666;
    font-size: 14px;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .modal-window{
        width: 95%;
    }
    .modal-contents .sub-img{
        margin: 30px 0;
    }
    .modal-contents div{
        flex-basis: 43%;
    }

}
/* ヘッダー */
.header-logo{
    position: absolute;
    top: 0;left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.header-logo img{
    width: 70px;
}
.header-firstimg-section{
    height: 100vh;
    width: 100%;
}
.header-firstimg{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    z-index: -100;
}
.header-firstimg-gray{
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0; left:0;
}
.header-section{
    width: 100%;
    z-index: 1;
}
.header{
    display: flex;
    background-color: #fff;
    height: 90px;
}
.header-img{
    width: 60px;
    display: flex;
    align-items: baseline;
    margin-left: 3%;
    margin-top: 30px;
    position: relative;
}
.header-img img{
    width: 100%;
}
.header-img a{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
}
.header-menu{
    display: flex;
    margin-left: auto;
    font-size: 20px;
}
.header-menu div{
    display: flex;
    align-items: center; justify-content: center;
    width: 115px;
    position: relative;
}
.header-menu div a{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.header-sp{
    display: none;
}
.header-sns{
    display: none;
}
.header-sns-1{
    height: 100vh;
    width: 30px;
    position: fixed;
    top:0; right:1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.header-sns-1 img{
    width: 20px;
}
.top-slide{
    box-sizing: border-box;
}
.flexslider{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0!important;
    border: 0!important;
}
.flex-control-nav{
    display: none;
}
.slides{
    width: 100%;
    height: 100%;
}
.slides li{
    height: 100%;
    z-index: 0!important;
    background-size: cover;
    background-position: center;
}
.slide-1{background-image: url("/img/header-firstimg-5.jpg");}
.slide-2{background-image: url("/img/header-firstimg-6.jpg");}
.slide-3{background-image: url("/img/header-firstimg-7.jpg");}
.slide-4{background-image: url("/img/header-firstimg-2.jpg");}
.slide-5{background-image: url("/img/header-firstimg-3.jpg");}
@media screen and (max-width: 768px) {
    .slide-1{background-image: url("/img/header-firstimg-1-sp.jpg");}
    .slide-2{background-image: url("/img/header-firstimg-2-sp.jpg");}
    .slide-3{background-image: url("/img/header-firstimg-3.jpg");}
    .slide-4{background-image: url("/img/header-firstimg-3-sp.jpg");}
    .header,
    .header-sns{
        display: none;
    }
    .header-logo img{
        width: 60px;
    }
    .header-sp{
        display: block;
    }
    /* スマホメニュー（三本線） */
    .header-sp .open-close-btn{
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 101;
    }
    .open-close-btn span,
    .open-close-btn span::before,
    .open-close-btn span::after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #4D4D4D;
        position: absolute;
        left: 0;
        top: 12px;
        transition: all 0.3s;
    }
    .open-close-btn span::before{
        top: -12px;
    }
    .open-close-btn span::after{
        top: 12px;
    }
    .open-close-btn.checked span{
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    .open-close-btn.checked span::before{
        top: 0;
        transform: rotate(45deg);
        background-color: #EBE7DF;
    }
    .open-close-btn.checked span::after{
        top: 0;
        transform: rotate(-45deg);
        background-color: #EBE7DF;
    }
    /* スマホメニュー（本体） */
    .header-sp .menu{
        background-color: #939393;
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        transition: all 0.5s;
    }
    .header-sp .menu.checked{
        right: 0;
    }
    .header-sp .menu ul{
        list-style: none;
        padding-left: 0;
        color: #EBE7DF;
        font-size: 20px;
        text-align: center;
    }
    .header-sp .menu li{
        margin-bottom: 50px;
        position: relative;
    }
    .header-sp .menu a{
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
    .header-menu-ig{
        width: 20px;
        margin: 0 auto;
        margin-top: 120px;
    }
    .header-menu-ig img{
        width: 100%;
    }
}
/* メイン */

/* TOP */
#top{
    background-color: #fff;
}
.top-1{
    text-align: center;
    margin: 0;
    padding: 250px 5% 150px;
    color: #4D4D4D;
}
.top-2{
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.top-2 img{
    width: 100%;
}
.top-2-1,
.top-2-2,
.top-2-3{
    display: flex;
    gap: 2vw;
}
.top-2-1 div,
.top-2-2 div,
.top-2-3 div{
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-2-1 div::before,
.top-2-2 div::before,
.top-2-3 div::before{
    content:"";
    display: block;
}
/* 画像１行目 */
.top-2-1-1{
    flex-basis: 45%;
    background-image: url("/img/top-1.jpg");
}
.top-2-1-1::before{
    padding-bottom: 60%;
}
.top-2-1-2{
    flex-basis: 40%;
    background-image: url("/img/top-2.jpg");
}
.top-2-1-2::before{
    padding-bottom: 75%;
}
/* 画像２行目 */
.top-2-2-1{
    flex-basis: 40%;
    background-image: url("/img/top-7.jpg");
}
.top-2-2-1::before{
    padding-bottom: 50%;
}
.top-2-2-2{
    flex-basis: 40%;
    background-image: url("/img/top-8.jpg");
}
.top-2-2-2::before{
    padding-bottom: 50%;
}
/* 画像３行目 */
.top-2-3{
    justify-content: flex-end;
}
.top-2-3-1{
    flex-basis: 45%;
    background-image: url("/img/top-9.jpg");
}
.top-2-3-1::before{
    padding-bottom: 75%;
}
.top-2-3-2{
    flex-basis: 40%;
    background-image: url("/img/top-6.jpg");
}
.top-2-3-2::before{
    padding-bottom: 60%;
}
@media screen and (max-width: 768px) {
    .top-1{
        font-size: 14px;
        padding: 90px 5%;
        line-height: 32px;
    }
    .top-2{
        gap: 5vw;
    }
    .top-2-1,
    .top-2-2,
    .top-2-3{
        display: flex;
        gap: 5vw;
    }
    .top-2-1{
        flex-direction: column;
    }
    .top-2-1-1{
        width: 80%;
        margin-left: auto;
    }
    .top-2-1-1::before{
        padding-bottom: 75%;
    }
    .top-2-1-2{
        width: 80%;
    }
    .top-2-1-2::before{
        padding-bottom: 75%;
    }
    .top-2-2{
        flex-direction: column-reverse;
        gap: 0;
    }
    .top-2-2-1{
        width: 80%;
        margin-top: 5vw;
        background-image: url("/img/top-8.jpg");
    }
    .top-2-2-2{
        background-image: url("/img/top-7.jpg");
    }
    .top-2-2-2::before{
        padding-bottom: 60%;
    }
    .top-2-3{
        justify-content: space-between;
    }
    .top-2-3-1{
        flex-basis: 50%;
    }
    .top-2-3-2{
        flex-basis: 45%;
    }
}
/* SHOPS */
#shop{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 5% 0;
}
.shop-1{
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    font-size: 20px;
}
.shop-1:after{
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
}
.shop-2{
    display: flex;
    align-items:center;
    gap: 50px;
    margin-top: 50px;
    min-height: 250px;
}
.shop-2-1,
.shop-2-2{
    flex-basis: 50%;
}
.shop-2-1{
    position: relative;
    width: 100%;
    min-height: 250px;
}
.shop-2-1 div{
    position: absolute;
    top:0;left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image:url("/img/shop-1.jpg");
}
.shop-2-2 button{
    color: #000;
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    background-color: #fff;
    font-family: ten-mincho,serif;
    font-size: 18px;
    letter-spacing: 0.1rem;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #shop-sp{
        margin: 0 auto;
        padding: 100px 5% 0;
    }
    .shop-1{
        text-align: left;
        padding-bottom: 10px;
    }
    .shop-1:after{
        height: 1px;
    }
    .shop-2{
        flex-direction: column;
        margin-top: 20px;
        gap: 10px;
    }
    .shop-2-1,
    .shop-2-2{
        flex-basis: auto;
    }
    .shop-2-1{
        height: 150px;
    }
    .shop-2-2{
        text-align: center;
    }
    .shop-2-2 button{
        width: 80%;
        font-size: 15px;
    }
}


/* WORKS */
#works{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 5% 0;
}
.works-1{
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    font-size: 20px;
}
.works-1:after{
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
}
.works-2{
    display: flex;
    gap: 5vh 5%;
    flex-wrap: wrap;
    margin-top: 50px;
}
.works-2 div{
    width: 30%;
    line-height: 0;
    overflow: hidden;
}
.works-2 div img{
    width: 100%;
    transition: 1s all;
}
.works-2 div img:hover{
    transform: scale(1.2,1.2);
    transition: 1s all;
}
.works-3{
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .works-1{
        padding-bottom: 0;
        font-size: 18px;
    }
    .works-1:after{
        display: none;
    }
    .works-2{
        gap: 2vh 5%;
        margin-top: 35px;
    }
    .works-2 div{
        flex-basis: 47%;
    }
    .works-3{
        display: none;
    }
}

/* プロフィール */
#profile,
#profile2{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}
.profile-1{
    flex-basis: 80%;
    max-width: 630px;
}
.profile-2{
    flex-basis: 20%;
}
.profile-2 img{
    border-radius: 50%;
    width: 100%;
}
.p-title{
    position: relative;
    padding-bottom: 10px;
    font-size: 20px;
}
.p-title:after{
    content: "";
    position: absolute;
    bottom:0;left:0;
    height: 2px;
    width: 100%;
    background-color: #000;
}
.p-content-1{
    margin-top: 26px;
}
.p-content-2{
    color: #4D4D4D;  
}
#profile .p-content-2{
    margin-top: 30px;
    font-size: 15px;
}
#profile2 .p-content-2{
    margin-top: 37px;
    font-size: 15px;
}
.p-button{
    /* text-align: center; */
}
.profile-1 button{
    color: #000;
    width: 300px;
    height: 50px;
    border: 1px solid #000;
    background-color: #fff;
    font-family: ten-mincho, serif;
    font-size: 18px;
    letter-spacing: 0.1rem;
    cursor: pointer;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    #profile,
    #profile2{
        flex-direction: column;
        padding: 50px 7% 0;
    }
    .profile-2{
        width: 150px;
        margin-top: 35px;
    }
    .p-title{
        font-size: 15px;
    }
    .p-title:after{
        height: 1px;
        width: 85%;
    }
    .p-content-1 {
        margin-top: 16px;
    }
}
/* フッター */
footer{
    background-color: #fff;
    /* z-index: -1; */
    position: relative;
}
.footer-svg,
.footer-svg-sp{
    position: absolute;
    left: 0;
    bottom: 0;
    fill: #F8F7F7;
}
.footer-svg-sp{
    display: none;
}
#contact{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 200px 5% 100px;
    gap: 3%;
}
.contact-1 img,
.contact-3 img{
    width: 100%;
}
.contact-1{
    width: 40px;
    padding-right: 30px;
}
.contact-3{
    margin-left: auto;
    width: 170px;
    position: relative;
}
.contact-3 a{
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
}
@media screen and (max-width: 768px) {
    footer{
        margin-top: -1px;
    }
    .footer-svg{
        display: none;
    }
    .footer-svg-sp{
        display: block;
    }
    #contact{
        flex-direction: column;
        gap: 25px;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .contact-1{
        padding-right: 0;
    }
    .contact-2{
        text-align: center;
        font-size: 14px;
    }
    .contact-3{
        margin: 35px auto 0;
        width: 130px;
    }
}
