body{
    margin: 0;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.8rem;
    letter-spacing: 0.2rem;
    scroll-behavior: smooth;
}
img{
    width: 100%;
}
a{
    color: #fff;
    text-decoration: none;
}
.a-link{
    position: absolute;
    top:0; left:0; width: 100%; height: 100%;
}
.btn {
    opacity: 1; /* 初期のopacityを設定 */
    transition: opacity 0.3s ease; /* 切り替えのアニメーション設定 */
}
.btn:hover {
    opacity: 0.6;
}
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.fade2 {
	opacity: 0;
	transition: opacity 1.5s, transform 1s;
}
.fade2.active {
	opacity: 1;
}
.font-tsuku{
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.font-century{
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header{
    height: 80px;
    background-color: #000;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.header-logo{
    width: 150px;
}
.header-menu-btn{
    position: fixed;
    top: 0;
    right: 0;
    color: #fff;
    height: 80px;
    width: 80px;
    z-index: 100;
    cursor: pointer;
    background-color: #000;
    opacity: 0.5;
}
.header-menu-btn div{
    width: 30px;
    height: 7px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.header-btm{
    position: relative;
    background-color: #000;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 70px;
    z-index: 10;
}
.header-btm-1{
    flex-basis: 15%;
}
.header-btm-2{
    text-align: center;
    flex: 1;
}
.header-btm-2-1{
    font-size: 1.5rem;
}
.header-btm-2-2{
    font-size: 0.8rem;
}
.header-menu{
    z-index: 99;
    height: 100vh;
    width: 500px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.5s;
    padding: 30px 70px;
    box-sizing: border-box;
}
.header-menu.open{
    right: 0;
}
.menu-header{
    height: 80px;
    line-height: 80px;
}
.menu-header img{
    width: 200px;
    /* padding: 30px; */
}
.menu-content{
    margin-top: 30px;
}
.menu-content div{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5rem;
    margin-top: 25px;
}
.menu-content div span{
    font-size: 1rem;
    margin-left: 15px;
}
.menu-img-1,
.menu-img-2{
    font-size: 0.8rem!important;
}
.menu-img-1 img{
    margin-right: 15px;
    width: 25px;
}
.menu-img-2 img{
    margin-right: 15px;
    width: 20px;
}
.menu-footer{
    margin-top: auto;
}
.menu-shop-btn{
    display: flex;
    border: 2px #fff solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    position: relative;
}
.menu-shop-btn-1{
    width: 35px;
}
.menu-shop-btn-2{
    text-align: center;
}
.menu-shop-btn-2-1{
    font-size: 1.2rem;
}
.menu-shop-btn-2-2{
    font-size: 0.5rem;
}
.menu-copyright{
    margin-top: 20px;
}
@media (max-width: 560px) {
    body{
        letter-spacing: 0.02rem;
    }
    .header-logo{
        width: 100px;
    }
    .header{
        width: 100%;
        height: 65px;
    }
    .header-menu-btn{
        width: 65px;
        height: 65px;
    }
    .header-menu{
        width: 100%;
        padding: 10px 10% 30px;
        letter-spacing: 0.15rem;
    }
    .header-btm{
        width: 100%;
        height: auto;
        left: 0;
        padding: 10px 0;
        letter-spacing: 0.15rem;
    }
    .header-btm-1{
        width: 35px;
        flex-basis: auto;
        line-height: 0;
    }
    .header-btm-2{
        flex: none;
        line-height: 1.8;
    }
    .header-btm-2-1{
        font-size: 1rem;
    }
    .header-btm-2-2{
        font-size: 0.5rem;
    }
    .menu-header img{
        width: 150px;
    }
    .menu-shop-btn{
        padding: 15px;
    }
    .menu-shop-btn-1{
        line-height: 0;
    }
    .menu-shop-btn-2{
        line-height: 1.5;
    }
}

/* トップビュー */
#top-view{
    position: relative;
    height: calc(100vh - 80px);
}
.top-view{
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    z-index: -99;
}
.top-view-1{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    z-index: 2;
}
.top-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-bg div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.top-bg-1{
    background-image: url("../img/top-1.jpg");
}
.swiper-container{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}
.swiper-container,.swiper-wrapper{
    width: 100%;height:100%;
    overflow: hidden;
}
.swiper-wrapper .swiper-slide{
    background-size: cover;
    background-position: center;
}
@media (max-width: 560px) {
    #top-view{
        width: 100%;
    }
    .top-view{
        width: 100%;
    }
    .top-view-1{
        width: 170px;
    }
}


/* 導入 */
#intro{
    position: relative;
}
.intro{
    position: relative;
    display: flex;
    z-index: 3;
    color: #fff;
    padding: 80px 0;
}
.intro-1{
    max-width: 1000px;
    width: 50%;
    padding-left: 5%;
}
.intro-2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40%;
    height: 70%;
    background-image: url("../img/intro-img.jpg");
    background-size: cover;
}
.intro-bg{
    position: absolute;
    /* position: fixed;
    z-index: -99; */
    top: 0;left:0;width:100%;height: 100%;
    background-image: url("../img/intro-bg.jpg");
    background-position: center;
    background-size: cover;
}
@media (max-width: 560px) {
    .intro-1{
        width: 100%;
        padding: 0 5%;
    }
    .intro-1-1{
        font-size: 1.2rem;
    }
    .intro-1-2{
        margin-top: 50px;
    }
    .intro-2{
        display: none;
    }
    .intro-bg{
        background-image: url("../img/intro-bg2.jpg");
    }
    #intro .bg-gray{
        display: none;
    }
}



/* 製品 */
#product{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F6F5EF;
}
.section-title{
    text-align: center;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3rem;
}
.section-title h1{
    margin-bottom: 5px;
}
.product{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
}
.product-item{
    background-color: #DFDFDD;
    padding: 50px 80px;
    margin-top: 50px;
}
.product-disp{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product-img{
    flex: 1;
}
.product-exp{
    flex-basis: 65%;
}
.product-title{
    border-bottom: 2px #000 solid;
    display: flex;
    align-items: center;
}
.product-title.blue{
    color: #243669;
}
.product-title.red{
    color: #910D23;
}
div.product-title h2{
    margin-right: auto;
}
div.product-title .badge {
    margin-left: 10px;
    width: 80px;
}
.product-text{
    display: flex;
    gap: 5%;
    align-items: end;
    margin-top: 20px;
}
.product-text-1{
    flex-basis: 80%;
}
.product-text-1 span{
    color: #514F43;
    line-height: 1.4;
    display: block;
}
.product-text-2{
    flex: 1;
}
.product-warning{
    display: flex;
    gap: 40px;
    margin-top: 35px;
    font-size: 0.8rem;
}
.product-warning-1{
    flex-basis: 20%;
    text-align: right;
}
.product-warning-2{
    flex: 1;
}
.product-buys{
    width: 60%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.product-buy{
    display: flex;
    border-bottom: solid 1px #000;
    margin-top: 25px;
}
.product-buy-name{
    flex-basis: 80%;
    margin: 0 auto;
    font-size: 1.2rem;
}
.product-buy-name span{
    font-size: 1rem;
}
.product-buy-btn{
    flex: 1;
}
.product-buy-btn div{
    background-color: #000;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.product-howto{
    display: flex;
    gap: 10%;
    margin-top: 40px;
    align-items: center;
}
.howto-steps{
    flex-basis: 45%;
}
.howto-step{
    border-bottom: dotted #000 1px;
    padding: 20px 0;
}
.howto-step.no-line{
    border-bottom: none;
}
.howto-img-sp{
    display: none;
}
.howto-img{
    flex: 1;
}
.howto-img img{
    margin-right: -150px;
    width: 130%;
}
@media (max-width: 560px) {
    .product{
        padding: 0 3%;
    }
    .product-item{
        padding: 50px 5%;
    }
    .product-disp{
        flex-direction: column;
    }
    .product-title{
        border-bottom: 1px #000 solid;
    }
    div.product-title h2{
        font-size: 1.2rem;
    }
    div.product-title .badge{
        margin-left: 2px;
        width: 55px;
        line-height: 0;
    }
    div.product-title .badge .badge-content{
        letter-spacing: 0.02rem;
        font-size: 0.01rem;
    }
    .product-text{
        gap:0;
    }
    .product-text-1{
        font-size: 0.8rem;
    }
    .product-text-1 span{
        font-size: 0.7rem;
    }
    .product-buys{
        margin: 60px 0;
        width: 100%;
    }
    .product-buy{
        align-items: center;
    }
    .product-buy-name{
        font-size: 1rem;
    }
    .product-buy-name span{
        font-size: 0.8rem;
    }
    .product-buy-btn div{
        width: 80px;
        height: auto;
        font-size: 0.8rem;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .howto-img-sp{
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .howto-img-sp:before{
        content:"";
        display: block;
        padding-top: 75%;
    }
    .howto-img-sp div{
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background-position: center;
        background-size: cover;
    }
    .howto-steps{
        flex-basis: auto;
    }
    .howto-img{
        display: none;
    }
}


/* 注意 */
#caution{
    background-color: #F6F5EF;
    padding: 20px 0 100px;
}
.caution{
    width: 70%;
    margin: 20px auto;
    font-size: 0.9rem;
}
@media (max-width: 560px) {
    .caution{
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
}



/* フッター */
#shop{
    height: 500px;
    position: relative;
    width: 100%;
}
.shop{
    position: relative;
    z-index: 3;
    width: 100%; height: 100%;
}
.shop-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    padding: 20px 60px;
    align-items: center;
}
.shop-btn-1{
    flex-basis: 18%;
}
.shop-btn-2{
    flex: 1;
    text-align: center;
}
.shop-btn-2 div:nth-child(1){
    font-size: 1.5rem;
}
.shop-btn-2 div:nth-child(2){
    font-size: 0.8rem;
}
.shop-bg{
    background-image: url("../img/shop-bg.jpg");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;left:0;width: 100%;height: 100%;
}
.bg-gray{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; height:100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 2
}
.term{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 0.8rem;
}
footer{
    background-color: #000;
    text-align: center;
    height: 150px;
    line-height: 150px;
    color: #fff;
}
@media (max-width: 560px) {
    #shop{
        height: 350px;
    }
    .shop-btn{
        white-space: nowrap;
        gap: 10px;
        letter-spacing: 0.15rem;
        padding: 15px 45px;
    }
    .shop-btn-1{
        flex-basis: auto;
        width: 30px;
    }
    .shop-btn-2{
        line-height: 1.5;
    }
    .shop-btn-2 div:nth-child(1){
        font-size: 1.2rem;
    }
    .shop-btn-2 div:nth-child(2){
        font-size: 0.5rem;
    }
    .term{
        font-size: 0.7rem;
        white-space: nowrap;
    }
    footer{
        margin-bottom: 50px;
        height: 100px;
        line-height: 100px;
        letter-spacing: 0.15rem;
    }
}

/* 特定商取引法に基づく表記 */
#toku{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}
#toku h1{
    text-align: center;
    margin-bottom: 70px;
    font-size: 1.2rem;
    margin-top: 70px;
}
.toku{
    display: flex;
    border-top: 1px #ccc solid;
    /* align-items: center; */
}
.toku.last{
    border-bottom: 1px #ccc solid;
}
.toku .left{
    flex-basis: 30%;
    background-color: #DFDFDD;
    padding: 20px;
}
.toku .right{
    flex: 1;
    padding: 20px;
}
.logo3{
    width: 200px;
    margin: 0 auto;
}
.logo3 img{
    width: 100%;
    margin-top: 120px;
}
.copyright2{
    text-align: center;
    margin-top: 20px;
}

/* プライバシーポリシー */
#privacy{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}
#privacy h1{
    text-align: center;
    margin-bottom: 70px;
    font-size: 1.2rem;
    margin-top: 70px;
}
.logo3{
    width: 200px;
    margin: 0 auto;
}
.logo3 img{
    width: 100%;
    margin-top: 120px;
}
.copyright2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}