@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /**scroll-behavior: smooth;**/
}

a {
    display: block;
    width: 100%;
    transition: 0.8s;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}
li {
    list-style-type: none;
}

body {
    margin: 0 auto;
    padding: 0;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


#wrapper {
    max-width: 100%;
    min-width: 100%;
    font-size: 1.6em;
    font-family: 'Zen Kaku Gothic New', 'Zen Kaku Gothic Antique', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #414141;
    letter-spacing: 0.1rem;
}

h3,h4,h5,h6{
    font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', 'Zen Kaku Gothic Antique', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
}
h3{
    color: #47545D;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/**共通**/
img {
    max-width: 100%;
}

p {
    line-height: 2;
    letter-spacing: .15rem;
    text-align: justify;
}

.stress {
    font-size: 2.8rem;
    font-weight: bold;
    color: #3F3000;
}

.yugo{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.hiragino{
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.Avenir, header a, footer{
    font-family: Avenir, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
}
.sp, .sp2 {
    display: none;
}
.sp0{
    display: inline;
}

.rltive{
    position: relative;
}

.flex{
    display: flex;
    justify-content: space-between;
}
.flex a{
    flex-basis: 48%;
}

.inline{
    display: inline;
}
.red{
    color: red;
}
.bold{
    font-weight: 600;
}



/**トップに戻るボタン**/
.topBtn {
    position:fixed;
    bottom:30px;
    left:15px;
    display:block;
    background-color:rgb(51, 51, 51);
    font-size:22px;
    width:44px;
    height:44px;
    text-align:center;
    border-radius: 4px;
    line-height: 44px;
    text-decoration: none;
    z-index: 9;
  }
  
  .topBtn:link, .topBtn:visited{
    color: #fff;
  }
  
  .topBtn:hover{
    color: rgb(204, 204, 204);
  }



/*----------------------------------------------------
.wrapper
----------------------------------------------------*/
/**header**/
header{
    overflow: hidden;
    position: relative;
}

h1{
    position: absolute;
    width: 100%;
    z-index: 999;
}

h1 a{
    display: inline;
}

h1 img{
    width: 180px;
    max-width: 40%;
    padding-left: 2rem;
    padding-top: 3rem;
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, .8));
}


.header_list{
    position: absolute;
    top: 5%;
    right: 5%;
    padding-right: 1rem;
    padding-bottom: 100px;
    border-right: 1px solid #fff;
    z-index: 11111;
}

.header_list ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0px 0px 2px #666);
}
.header_list ul li{
    margin-bottom: 3rem;
}

.header_list .h_news{
    writing-mode: vertical-lr;
}
.header_list .h_news a{
    color: #fff;

}



/*** トップスライダー ***/
#slider {
    width: 100vw;
    height: 100vh !important;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    margin: 0 auto;
}

.vegas-animation-kenburnsUpLeft {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(2.3);
    }
    100% {
        transform: scale(1.0);
    }
}


.bnr_area{
    position: fixed;
    bottom: 3%;
    right: 0;
    width: 220px;
    max-width: 40%;
    z-index: 99999;
}
.hidden {
    opacity: 0;
    visibility: hidden;
}
.close-btn {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    background: rgba(204, 204, 204, 0.8); /* ボタンの背景色 */
    cursor: pointer;
    transition: .5s;
    margin-left: auto;
  }
  .close-btn:hover{
    opacity: 0.5;
  }
   
  .close-btn::before, .close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #fff; /* バツ印の色 */
  }
  .close-btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
   
  .close-btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }


/**main**/
main {
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    display: block;
    background-color: #fbfbfb;
    margin: auto;
}

section{
    position: relative;
    z-index: 1;
}

section .inner{
    width: 1500px;
    max-width: 95%;
    margin: auto;
    padding: 7.5rem 0 10rem;
}

h2{
    text-align: center;
    font-family: Avenir;
    font-weight: 400;
    font-size: 2.9rem;
    margin-bottom: 5rem;
    color: #6C808D;
}

h2 span{
    font-size: 1.2rem;
    display: block;
}


/*** キャンペーンバナー ***/
#bnr .inner{
    padding-bottom: 0;
}
#bnr a{
    width: fit-content;
    max-width: 95%;
    margin: auto;
    text-align: center;
}
#bnr img{
    border: 1px solid #eee;
    margin-bottom: 4rem;
}


/*矢印と線の形状*/
.btnarw:before{
	content:"";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top:51%;
	right:15px;
    /*線の形状*/
	width:25px;
	height:1px;
	background:#666;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarw::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 44%;
    right: 14px;
    /*矢印の形状*/
    /*矢印の形状*/    
    width: 10px;
    height:1px;
	background:#666;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
.btnarw:hover::before{
	background:#fff;
	right:10px;
}

.btnarw:hover::after{
	background:#fff;
	right:9px;
}



/** concept **/
#concept .inner{
    width: 1000px;
}

#concept .box{
    display: flex;
    align-items: center;
    margin-bottom: 7.5rem;
}
#concept .box:last-of-type{
    flex-direction: row-reverse;
    margin-bottom: 0;
}

#concept .box .txt{
    padding-right: 4rem;
}
#concept .box:last-of-type .txt{
    padding-right: 0;
    padding-left: 4rem;
}

#concept .box .txt h3{
    font-weight: 400;
    font-size: 2.8rem;
    margin-bottom: 2.6rem;
}
#concept .box:last-of-type .txt h3{
    text-align: right;
}

#concept .box .txt .img_area_sp{
    display: none;
}

#concept .box .img_area{
    position: relative;
    flex-basis: 100%;
}

#concept .box:first-of-type .img_area .conceptLogo{
    position: absolute;
    top: -10%;
    left: -35%;
    width: 250px;
}

#concept .box:last-of-type .img_area .conceptLogo{
    position: absolute;
    top: -20%;
    right: -35%;
    width: 180px;
}


/** lineUp **/
#lineUp .inner{
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 5rem;
    margin: 5rem auto 10rem;
}
#lineUp .area{
    display: flex;
    justify-content: space-between;
}

#lineUp .area .box {
    flex-basis: 31%;
    position: relative;
    padding-bottom: 8rem;
}

#lineUp .area .box h3{
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 3rem;
}
#lineUp .area .box .price{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
#lineUp .area .box .price span{
    font-size: 1.6rem;
    letter-spacing: 0px;
}
#lineUp .area .box .explain span{
    font-size: 1.55rem;
    letter-spacing: -0.5px;
}

.buyBtn{
    text-align: center;
    padding: 1rem 0;
    border: 2px solid #6C808D;
    border-radius: 10px;
    display: block;
    margin: auto;
    width: 205px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.buyBtn a{
    color: #6C808D;
    position: relative;
}

.buyBtn a::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 3.75rem;
    transition: right 0.3s;
    width: 7px;
    height: 7px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.buyBtn a:hover::after{
    right: 3rem;
}

/** 使用感 **/
#usability .area{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#usability h3{
    font-size: 3.1rem;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
}
#usability h3 span{
    font-size: 2.0rem;
    font-weight: 300;
}

#usability .box{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 30%;
}
#usability .box:nth-of-type(2n){
    flex-wrap: wrap-reverse;
}

#usability .box .unit{
    margin-top: 3rem;
}
#usability .box:nth-of-type(2n) .unit{
    margin-top: 0;
    margin-bottom: 3rem;
}

/** how to use **/
#howToUse .inner{
    width: 1200px;
}

#howToUse .area{
    display: flex;
    justify-content: space-around;
    color: #797979;
}

#howToUse a{
    color: #797979;
    text-decoration: underline;
}


.scrolldown4{
    display: none;
    /*描画位置※位置は適宜調整してください*/
    position:absolute;
    bottom:8.5rem;
    left: 98px;
    animation: arrowmove 3.0s ease-in-out 0s infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{left:98px;}
      50%{left:118px;}
     100%{left:98px;}
}
/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
    position: absolute;
    left:-75px;
    bottom:-18px;
    /*テキストの形状*/
    color: #797979;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}
    /* 矢印の描写 */
    .scrolldown4:before {
        content: "";
        /*描画位置*/
        position: absolute;
        bottom: 0;
        right: 3px;
        /*矢印の形状*/
        width: 1px;
        height: 10px;
        background: #797979;
        transform: skewX(31deg);
    }
    
    .scrolldown4:after{
        content:"";
        /*描画位置*/
        position: absolute;
        bottom:0;
        right:0;
        /*矢印の形状*/
        width:75px;
        height: 1px;
        background:#797979;
    }


/** movie **/
#movie .area{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}
#movie .area a{
    display: block;
    flex-basis: 40%;
}

video{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* モーダルウィンドウ */
 .modaal-inner-wrapper{
    padding: 0 !important;
}

.modaal-close{
    top: 0 !important;
    right: 0 !important;
}
.modaal-close:after, .modaal-close:before{
    background: #d4d4d4 !important;
}


/** sns **/
#sns .inner{
    max-width: 100%;
}

#sns .hashtag{
    display: flex;
    flex-direction: row;
    width: 400px;
    max-width: 68%;
    margin: -4rem auto 5rem;
    text-align: center;
}
#sns .hashtag a{
    display: block;
    color: #6C808D;
}


.fixArea{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
    padding-top: 500px;
    position: relative;
    z-index: 0;
    opacity: 0.8;
    width: 100vw;
}

.fixArea.a1{
    background-image: url(../img/webp/AdobeStock_319674842.webp);
}
.fixArea.a2{
    background-image: url(../img/webp/aliona-gumeniuk-W3uJvP3HJY4-unsplash.webp);
}
.a3 img.pc_img{
    display: block;
}
.a3 img.sp_img{
    display: none;
}

/** magazine **/
#magazine{
    background-color: #647784;
}

#magazine .inner{
    max-width: 100%;
}

#magazine h2{
    color: #fff;
}


/** News **/
#news .inner{
    width: 1100px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 5rem;
    margin: 5rem auto 10rem;
}

/*お知らせ欄レイアウト変更*/
#news .pre_area{
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    height: 550px;
    padding: 0 2rem;
}
#news .area dl{
    padding: 4% 2%;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
}
#news .area dl:first-of-type{
    border-top: 1px solid #E5E5E5;
}
#news .area dt{
    padding-right: 3.0rem;
}
#news .area dd{
    text-align: justify;
}
/**/

#news .slickNews .slick-slide{
    margin: 0 20px;
}

#news .slickNews dl{
    color: #414141;
}

#news .slickNews dt{
    padding: 1.5rem 0 .5rem;
    font-weight: 600;
}

.slick-prev:before{
    content: "◀︎" !important;
    font-size: 1rem !important;
}
.slick-next:before{
    content: "▶︎" !important;
    font-size: 1rem !important;
}

.slick-prev, .slick-next{
    border-radius: 50% !important;
}

.modaal-container{
    background: none !important;
    width: 500px !important;
    max-width: 80% !important;
}
.modaal-content-container{
    margin: 0 auto;
    background-color: #fff !important;
}
.modaal-content-container dl{
    font-size: 1.4rem;
    font-family: sans-serif;
}
.modaal-content-container dt{
    padding: 1.5rem 0 .5rem;
    font-weight: 600;
}
.modaal-content-container img{
    display: block;
    margin: auto;
}

/*2409追記*/
.mask{
    position: relative;
    overflow: hidden;
    min-width: 100%;
    aspect-ratio: 7 / 6;
    clip-path: inset(0 round 50px 0px 50px 0px);
    max-width: 268px;
}
.mask img{
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 185%;
    transform: translateX(-50%);
}
/*2505追記*/
#kago .inner{
    width: 1000px;
    padding-bottom: 4rem;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
}
.kago_area{
    width: 1000px;
    display: flex;
    gap: 3rem 2.3%;
    flex-wrap: wrap;
}
.kago_area .block{
    width: calc(100% / 4.3);
    flex-shrink: 0;
}
.kago_area .block a{
    color: #6E6F6F;
}
.kago_area .block a:last-of-type{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 102px;
}
.kago_ttl{
    line-height: 1.35;
    font-size: clamp(1.1rem, 1.3vw, 1.3rem);
    letter-spacing: 0px;
}
.kago_price span{
    font-size: 1.1rem;
    margin-right: 2rem;
    text-decoration-line: line-through;
}

/** contact **/
#contact{
    background: #fff;
}
#contact iframe{
    width: 100%;
    height: 750px;
}

#contact a{
    display: block;
    width: min(350px, 80%);
    margin: auto;
}


/**スライダー**/
.slick img{
     width: 100%;
}

.slick-slide{
    outline: none;
    margin: 0 10px;
}


/** other store **/
#otherStore{
    background-color: #E8EBEE;
}

#otherStore .area{
    width: 1000px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#otherStore .area a{
 display: block;
 flex-basis: 16%;
}


/*** footer ***/
footer {
    background-color: #47545D;
    text-align: center;
    color:#fff;
    padding: 5rem 0 2rem;
}

footer a{
    color: #fff;
}

footer .area{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5rem;
    width: 90%;
}

footer .area .footerLogo{
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
}
footer .area .footerLogo .link{
    padding: 0 1.5rem 1.5rem;
    border-bottom: 1px solid #5F6E79;
    margin-bottom: 1.5rem;
}

footer .area .footerLogo ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
footer .area .footerLogo ul li{
    margin: 0 5px;
}

footer .area .footer_list.f01{
    flex-basis: 20%;
    font-size: 2.2rem;
    text-decoration: underline;
}

footer .area .footer_list li{
    margin-bottom: 2rem;
    text-align: left;
}


/***** マテラ非掲載時css *****/
#lineUp .area{
    justify-content: space-around;
}
#lineUp .area .box{
    flex-basis: 41%;
}




/*----------------------------------------------------
レスポンシブ用
----------------------------------------------------*/
@media screen and (max-width:1055px) {
    #kago .inner{
        padding-bottom: 2rem;
    }
    .kago_area{
        flex-wrap: nowrap;
    }
    .kago_area .block a:last-of-type{
        height: 30%;
    }
    #kago .scrolldown4{
        display: block;
        bottom: -1.6rem;
    }
}
@media screen and (max-width:950px) {
    .sp0{
        display: none;
    }

        /** concept **/
        #concept .box, #concept .box:last-of-type{
            flex-direction: column;
        }
        #concept .box .txt, #concept .box:last-of-type .txt{
            padding-right: 0;
            padding-left: 0;
        }
        #concept .box .txt h3{
            text-align: center;
            margin-bottom: -2rem;
        }
        #concept .box:last-of-type .txt h3{
            text-align: center;
            margin-bottom: -8rem;
        }

        #concept .box .txt p{
            margin: 0 5%;
        }

        #concept .box .txt .img_area_sp{
            display: block;
            width: 60%;
            margin: auto;
            margin-left: 13%;
            margin-bottom: 2rem;
        }
        #concept .box .img_area{
            display: none;
        }
    

        /** lineUp **/
        #lineUp .inner{
            padding: 6rem;
        }
        #lineUp .area{
            flex-direction: column;
        }
        #lineUp .area .box{
            margin-bottom: 5rem;
        }
        #lineUp .area .box:last-of-type{
            margin-bottom: 0;
        }
        #lineUp .area .box img{
            display: block;
            width: 80%;
            margin: auto;
        }     
        

        /** 使用感 **/
        #usability .area{
            flex-direction: column;
        }
        #usability .box{
            margin-bottom: 5rem;
            width: 95%;
        }
        #usability .box:nth-of-type(2n){
            flex-wrap: wrap;
        }
        #usability .box:nth-of-type(2n) .unit{
            margin-top: 3rem;
            margin-bottom: 0;
        }

        #usability .box img{
            width: 60%;
            margin: auto;
        }
}


@media screen and (max-width:768px) {
    html{
        font-size: 1.5vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp0{
        display: inline;
    }

    /** header **/
    .header_list{
        top: 15%;
    }

    /** how to use **/
    .preArea{
        display: flex;
        overflow-x: scroll;
    }
    .preArea .unit{
        width: 200px;
        margin: 1rem;
    }

    .scrolldown4{
        display: block;
    }

    /** movie **/
    #movie .area{
        flex-direction: column;
    }
    #movie .area a{
        margin-bottom: 2rem;
    } 
    #movie .area a:last-of-type{
        max-width: 93%;
        margin: auto;
        display: block;
    }
    /* モーダル */
    .modaal-video-wrap{
        margin: auto 5% !important;
    }

    /** News **/
    #news .inner{
        padding: 2rem;
    }
    .slick-prev{
        left: -10px !important;
    }
    .slick-next{
        right: -10px !important;
    }
    .modaal-container{
        width: auto !important;
        max-width: 90% !important;
    }

    /* お知らせ欄レイアウト変更*/
    #news .pre_area{
        height: 400px;
        padding: 0px 2%;
    }
    #news .area dl{
        flex-direction: column;
        padding: 8% 2%;
    }
    #news .area dt{
        padding-right: 0;
        padding-bottom: .5rem;
    }



    
    /** contact **/
    #contact iframe{
    height: 850px;
    }

    /** fixエリア **/
    .a3 img.pc_img{
        display: none;
    }
    .a3 img.sp_img{
        display: block;
    }

    /** other store **/
    #otherStore .area{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    #otherStore .area a{
        flex-basis: 35%;
        margin-bottom: 3rem;
    }


    /** footer **/
    footer .area{
        flex-direction: column;
        width: 40%;
    }
    footer .area .footerLogo{
        margin-bottom: 5rem;
    }
    footer .area .footer_list.f01{
        text-align: left;
        margin-bottom: 5rem;
    }

    .fixArea{
        background-attachment: scroll;
        padding-top: 350px;
    }
    .fixArea.a2{
        background-position: center 75%;
    }

}

@media screen and (max-width:480px) {
    html {
        font-size: 2.3vw;
    }
    .sp2 {
        display: block;
    }

    /** concept **/
    #concept .box .txt h3, #concept .box:last-of-type .txt h3{
        font-size: 2.0rem;
    }
    #concept .box:first-of-type .txt h3{
        margin-bottom: -0.5rem;
    }
    #concept .box:last-of-type .txt h3{
        margin-bottom: -4rem;
    }

    /** lineUp **/
    #lineUp .inner{
        padding: 3rem;
    }

    /** how to use **/    
    .scrolldown4{
        left: 90px;
    }
    @keyframes arrowmove{
        0%{left:90px;}
        50%{left:110px;}
       100%{left:90px;}
   }

   /*kago*/
   .kago_area .block {
    width: calc(100% / 5.3);
}

    /** footer **/
    footer .area .footerLogo ul li{
        width: 25%;
    }

    .fixArea{
        padding-top: 250px;
    }

}


@media screen and (min-width:768px) {
    a[href^="tel:"] {
        pointer-events: none;
        color: #777;
    }
}

