@charset "utf-8";

/*基本スタイル*/

html{
    font-family: "Noto Sans JP", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
    text-decoration: none;
}

a{
    text-decoration: none;
    color: white;
}

.flex{
    display: flex;
    align-items: baseline;
}

.sp-br{
    display: none;
}

.sp-contents{
    display: none;
}

.pagetop{
    display: none;
}

.container{
        margin: 0 auto;
        max-width: 80%;
    }


p{
    text-align: justify;
}

.pt50{
    padding-top: 50px;
}

.pt100{
    padding-top: 100px;
}

.pb50{
    padding-bottom: 50px;
}

.pb100{
    padding-bottom: 100px;
}

/*ヘッダー*/

header{
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    animation: slide 0.5s ease-in-out;
}

header img{
    width: 150px;
    padding-left: 20px;
}

.logo{
    justify-content: space-between; 
    align-items: center;
}

.menu a{
    color: white;
    padding-right: 20px;
}
.menu a:last-child{
    padding-right: 0px !important;
}

.menu button{
    background-color: #D61518;
    color: white;
    border: none;
    height: 70px;
    padding: 0 20px;
}

@media screen and (min-width:641px) {
.sp-header{
    display: none;
}
}

/*ヘッダーのスマホサイズ*/
@media screen and (max-width:640px) {
    .pc-header{
        display: none;
    }

    #hamburger{
        position: relative;
        display: block;
        width: 40px;
        height: 25px;
        margin: 0 10px 0 auto;
    }

    #hamburger span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transform: translateY(-50%);
        z-index: 9999;
     }

     #hamburger::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
     }
     #hamburger::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
     }

     .sp-header{
        padding: 15px 0;
    }

    .sp-nav {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, .8);
        transition: all .2s ease-in-out;
        opacity: 0;
        transform: translateY(-100%);
     }

     .logo img{
        margin: 0;
     }

     .sp-nav ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none;
     }
     .sp-nav li {
        margin: 0;
        padding: 0;
        text-decoration: none;
     }
     .sp-nav li span {
        font-size: 15px;
        color: #fff;
     }
     .sp-nav li a, .sp-nav li span {
        display: block;
        padding: 20px 0;
     }

     /*基準となるli要素*/
    .sp-nav .close {
        position: relative;
        padding-left: 20px;
        z-index: 99;
    }
    /*バツ印線1*/


    .toggle {
        transform: translateY( 0 );
        opacity: 1;
     }

    .sp-nav a{
        color: white;
        width: -webkit-fill-available;
    }

    .li ::marker{
        text-decoration: none;
     }

    .sp-nav button{
        padding: 20px;
        border-radius: 40px;
        width: 100%;
        position: relative;
        bottom: -10%;
        border: none;
    }

    .pagetop {
        height: 50px;
        width: 80px;
        position: fixed;
        right: 10px;
        bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    


     
}



/*スライダー1*/
.splide__slide img {
    width: 100%;
    height: auto;
    position: relative;
    top:70px;
  }

@media screen and (min-width:641px) {
    .sp-slider{
        display: none;
    }
    }

  @media screen and (max-width:640px) {
    .sp-slider{
        display: block;
    }

    .splide{
        visibility:visible;

    }

    .splide__slide img{
        width: 100%;
        height: auto;
      
    }

    .hp-slider{
        display: none;
    }

    .splide__slide img{
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  }

  /*スライダー2*/



/*コンセプト*/
.concept{
    background-color: #36A8A0;
    color: white;
    text-align: center;
}

.concept p{
    text-align: center;
}

.concept h1{
    font-size: 3rem;
    font-weight: 500;
}

.concept_img{
    width: 100vw;
    position: relative;
}

.concept_img .concept_bg{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  margin: auto;
}

.concept_watch{
    width: 50vw;
    margin: 0 auto;
    z-index: 999;
}

.concept_goods{
    justify-content: center;
}

.concept_goods img{
    width: 300px;
}

.concept_shop div{
    align-items:flex-start;
    justify-content: center;
}

.concept_shop hr{
    width: 80%;
    border: 1.5px solid white;
}

.concept_shop h2{
    font-size: 2.5rem;
    font-weight: 500;
}

.concept_shop img{
    width: 70%;
}

.concept_shop p{
    width: 30%;
    padding-left: 40px;
    text-align: justify;
    font-size: large;
}

.concept_shop button{
    padding: 30px;
    background-color: #36A8A0;
    border: 2px solid white;
    color: white;
    width: 45%;
    transition: 0.5s;
    position: relative;
}

.concept_shop button::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: white;
    transition: 0.5s;
}

.concept_shop button:hover{
    background-color: #53BEB6;
}

.concept_shop button:hover::after{
    right: -2rem;
}

.concept_btn{
    justify-content: space-between !important;
}

video{
    width: 100%;
}

.concept_video{
    max-width: 100%;
    justify-content: center;
}

.concept_video div:first-child{
    padding-right: 50px;
}

.product01 h1{
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
}

.product01 h2{
    font-size: 2rem;
    color: #36A8A0;
    padding-bottom: 30px;
    padding-top: 30px;
}

.product01{
    color: white;
}

.product01{
    background-color: #2A2A28;
    width: 100vw;
    margin: 0 calc(50%-50vw);
}

.product02 div{
    align-items: center;
}

.product02{
    background-color: #EAEAEA;
}

.product02 img:first-child{
    width: 60%;
    padding-right: 20px;
}

.product02 h2{
    color: #36A8A0;
    font-size: 2rem;
    padding-bottom: 30px;
}

.product02 p{
    text-align: justify;
}

.product02 img:nth-child(2){
    width: 60%;
    padding-left: 20px;
}

.product03{
    background-color:black ;
    color: #36A8A0;
    text-align: center;
    font-size: 2rem;
}

.bg001{
    background-color: #181818;
}

.product04 h1{
    color: #36A8A0;
    font-size: 2.5rem;
    padding-bottom: 30px;
    text-align: center;
}

.product04 div > div:first-child{
    padding-right: 50px;
}

.product04 h2{
    color: #36A8A0;
    font-size: 2rem;
    padding-bottom: 30px;
    padding-top: 30px;
}

.product04 p{
    text-align: justify;
}

.product05 h1{
    color: #36A8A0;
    font-size: 2.5rem;
    padding-bottom: 30px;
    text-align: center;
}

.product05 video{
    width: 40%;
}

.product05 div{
    align-items: center;
    margin: 0 auto;
}

.product05 h2{
    color: #36A8A0;
    font-size: 2rem;
    padding-bottom: 20px;
}

.product06{
    background-color: #36A8A0;
    color: white;
    text-align: center;
}

.product06 h1{
    font-size: 2.5rem;
}

.product06 h3{
    font-size: 4rem;
}

.product06 span{
    font-size: 1.5rem;
}

.product06_img img{
    width: 30%;
    display: inline-block;
}

.name p{
    text-align: center;
}

.compere h1{
    font-size: 2.5rem;
    text-align: center;
}

.compere p{
    text-align: center;
    padding-top: 30px;
}

.compere_img img{
    margin: 0 auto;
}

@media screen and (max-width:640px) {
    .concept h1{
        font-size: 1.8rem;
    }

    .concept p{
        margin: 0 auto;
    }

    .sp-br{
        display: block;
    }

    .sp-block{
        display: block !important;
    }

    .concept_shop h2{
        font-size: 1.5rem;
    }

    .concept_shop img{
        width: 90%;
        margin: 0 auto;
    }

    .sp-pt20{
        padding: 20px 0 !important;
    }

    .concept_shop p{
        width: 90% !important;
        padding-left:0;
        padding-top: 20px;
        margin: 0 auto;
    }

    .concept_shop button{
        margin-bottom: 20px;
        width: 90%;
    }

    .concept_goods img{
        margin: 0 auto;
    }

    .product01 h1{
        font-size: 1.8rem;
    }

    .concept_video div:first-child{
        padding-right:0;
    }

    .container{
        width: 100%;
        max-width: 100%;

    }

    .product01 h2{
        text-align: center;
        padding-bottom: 0;
        padding-top: 10px;
        font-size: 1.6rem;
    }

    .product01{
        padding-bottom: 50px;
    }

    .sp-movie{
        padding-top: 30px;
    }

    .product02 img:first-child{
        width: 90%;
        margin: 0 auto;
    }

    .product02 h2{
        font-size: 1.7rem;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }

    .product02 p{
        width: 90%;
        margin: 0 auto;
    }

    .hp-contents{
        display: none;
    }

    .product04 div > div:first-child{
        padding-right:0;
    }

    .product02 img:first-child{
        padding-right:0;
    }

    .product03{
        font-size: 1.3rem;
    }

    .product03 > .container{
        padding-bottom: 30px;
    }

    .product04 p{
        padding-bottom: 50px;
        width: 90%;
        margin: 0 auto;
    }

    .product04 h1{
        font-size: 1.8rem;
    }

    .product04 h2{
        font-size: 1.8rem;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .product04 h3,ul{
        width: 90%;
        margin: 0 auto;
    }

    .product05 h1{
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .product05 p{
        width: 90%;
        margin: 0 auto;
    }


    .product05 video,img{
        width: 100%;
        margin: 0 auto;
    }

    .product05 img{
        padding-top: 30px;
        padding-bottom: 50px;

    }

    .product05 h2{
        font-size: 1.8rem;
        text-align: center;
        padding-top: 30px;
    }

    .product06 h1{
        font-size: 1.8rem;
    }
}




footer{
    background-color: #181818;
    color: white;
}

footer div{
    justify-content: space-between;
}

footer .footer{
    width: 45%;
}

footer h3,p{
    text-align: center;
}

footer a{
    color: white;
}

@media screen and (max-width:640px) {
    footer .footer{
        width: 80%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

}