@charset "utf-8";
/* --- ベースを10pxに --- */
html {font-size:62.5%}

/* --- reset css ------------------------ */
*, *::before, *::after {
    margin:0; padding:0; border:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  img,iframe {vertical-align:bottom}
  ul{ list-style: none;}
  address{font-style: normal}
  a { color:inherit; text-decoration:none}
  h1,h2,h3,h4,h5{ font: inherit;}
  input, button, textarea, select {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family:inherit;
  }
  th,td{ font-weight:normal;}
  /* ------------------------------------ */

/* --- 変数定義 --- */
:root {
  --def-bk: #212121;
  --key-col: #00854D;
}


body {
  font-size:1.8rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;;
  color: var(--def-bk);
  background-color: #f9f9f9;
}

p>a{
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .sp-none{
        display: none;
    }
}

/* --------- header --------- */
.head-area{
    width:100vw;
    height:100vh;
    position:relative;
}
.head-area .bg-video-area{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index:-1;
}
.head-area .bg-video-area > video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


.head-area .copy-logo-area{
    height: 100%;
    padding: 6% 0;
    position: absolute;
    right: 7%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.head-area .copy-logo-area .copy{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: max(2vw,2.2rem);
    font-weight: 700;
    line-height:2;
    letter-spacing: 0.3em;
    color: #fff;
}
.head-area .copy-logo-area .logo{
    display: block; 
    width:12vw;
    min-width:120px;
}



.head-area .open-time{
    position: absolute;
    left: 0;
    bottom: 6%;
    background-color: var(--key-col);
    padding:  0.8em 2em 0.8em 6%;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
}
.head-area .open-time span{
    letter-spacing: -0.38em;
}
.head-area .open-time .sub{
    font-size: 0.5em;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0.6em;
}

@media screen and (max-width: 768px) {
    .head-area .bg-video-area > video{
        transform: translateX(-40%) translateY(-50%);
    }
    .head-area .copy-logo-area{
        padding: 12% 0 25%;
    }
    .head-area .open-time{
        width: 100%;
        left: 0;
        bottom: 0;
        padding:  2rem 3rem 2rem 7%;
        font-size: 2.4rem;
        letter-spacing: 0.1em;
    }
    .head-area .open-time .sub-txt{
        font-size: 0.5em;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-top: 0.5em;
    }
}


/* コンテンツ幅 –––––––– */

.content-area{
    width: 92%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 0;
}
.content-area__full{
    width: 100vw;
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-area__min{
    width:92%;
    max-width: 740px;
}



/* title –––––––– */

.center{
    text-align: center;
}

.sec-title{
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.sec-title.center > span{
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 0.3em;
}
.cont-title{
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.cont-title > span{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-left: 1em;
}
@media screen and (max-width: 768px) {
    .cont-title > span{
        margin-left: 0;
    }
}


/* neww */

#news dl dt{
  font-size: 1.4rem;
  font-weight: bold;  
}
#news dl dd{
    width: 70%;
  }
  #news dl dt{
    font-size: 1.4rem;
    color: gray;
}
#news dl dd+dt{
    margin-top: 2em;
}

#news .btn{
    margin-top: 2em;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    background-color: var(--key-col);
    padding: 0.8em 2em 0.9em;
    border-radius: 6px;
}
@media screen and (max-width: 768px) {
    #news dl dd{
        width: 100%;
      }
}



/* insta レイアウト –––––––– */

.insta-items{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 24px;
}
.insta-items .insta-item{
    display: block;
    width:calc((100% - 24px*3) / 4 );
}
.insta-items .insta-item img{
    display: block;
    width: 100%;
    border-radius: 6px;

}

@media screen and (max-width: 768px) {
    .insta-items{
        gap: 18px;
    }
    .insta-items .insta-item {
        width:calc((100% - 18px) / 2 );
    }
}






.bg-img__about{
    background-image: url(./img/bg_about.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}




.fs__basic{
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 2;
}


.fs__basic + .fs__basic{
    margin-top: 1em;
}

.center{
    text-align: center;
}


/* row レイアウトエリア */

.row-layout-area{
    display: flex;
    justify-content: space-between;
}
.row-layout-area .img-area{
    width: 46%;
}
.row-layout-area .img-area img{
    display: block;
    width: 100%;
    border-radius: 4px;
}
.row-layout-area .txt-area{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 46%;
}
.row-layout-area .txt-area .title{
    font-size: 3rem;
    font-weight: 900;
    color: var(--key-col);
}

.row-layout-area .txt-area .txt{
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
.row-layout-area .txt-area .txt-sub{
    font-size: 0.6em;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    opacity: 0.6;
}
.row-layout-area.rev{
    flex-direction: row-reverse;
    margin-top: 200px;
}

@media screen and (max-width: 768px) {
    .row-layout-area{
        flex-direction: column;
        justify-content: space-between;
    }
    .row-layout-area .img-area{
        width: 100%;
        margin-bottom: 30px;
    }
    .row-layout-area .txt-area{
        width: 100%;
        row-gap: 20px;
    }
    .row-layout-area.rev{
        flex-direction: column;
        margin-top: 100px;
    }
}




.txt-flow-area{
    width:100%;
    margin-bottom: 2rem;
}
.txt-flow-area .title{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2em;
}
.txt-flow-area p{
    letter-spacing: 0.05em;
    line-height: 1.8em;
    margin-bottom: 2em;
}

.sub-txt{
opacity: 0.6;
font-size: 1.4rem;
letter-spacing: 0.05em;
line-height: 1.6em;
}

.data-list{
display: flex;
flex-flow: row wrap;
row-gap: 1em;
}
.data-list dt{
width: 8em;
font-weight: 700;
}
.data-list dd{
width: calc(100% - 8em);
}


.img__box__full-width{
    display: flex;
    align-items: center;
    width: 100vw;
    overflow: hidden;
}
.aspect__11-5{
    aspect-ratio: 11/5;
}
.aspect__2-1{
    aspect-ratio: 11/5;
    border-radius: 160px 160px 0 0 ;
}
.img__box__full-width>img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .aspect__11-5{
        aspect-ratio: 16/10;
    }
    .aspect__2-1{
        aspect-ratio: 5/3;
        border-radius: 40px 40px 0 0 ;
    }

}



.content-area-all-access{
    width: 100vw;
    background-color:var(--key-col);
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}


.googlemap{
    position: relative;
    width: 100%;
    aspect-ratio: 3/1;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    margin: 0 auto;
}
.googlemap>iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
}

#goods{
    background: url('./img/bg-hinoki.png') no-repeat center top;
    background-size: cover;
}

.bg-gr-wood{
    background:var(--key-col) url('./img/bg-sugi.png') no-repeat center top;
    background-size: cover;
    color: #fff;
}


/* spot –––––––––––––––––––––*/


.articles-wrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 30px;
}
.articles-wrap article{
    display: flex;
    flex-direction: column;
    width:calc((100% - 60px)/3);
}
.articles-wrap article>img{
    display: block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
}
.articles-wrap article>h3{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 10px;
}
.articles-wrap article>p{
    flex-grow: 1; /*高さ調整 */
    margin-bottom: 18px;
    text-align: justify;
}
.articles-wrap article>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    border-radius: 6px;
    padding-left: 1em;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 3.4rem;
    background-color: var(--key-col);
    color: #fff;
}
.articles-wrap article>a::after{
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(./img/icon_arrow.svg);
    background-size: cover;
}


@media screen and (max-width: 768px) {
    .articles-wrap{
        flex-direction: column;
        row-gap: 60px;
    }
    .articles-wrap article{
        width:100%
    }
}




/* 公式グッズ ––––––––––––––––––––– */

.goods-item-box .img-box{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2/1;
    margin-bottom: -10em;
    border-radius: 6px;
    background-color: #00854D;
}
.goods-item-box .img-slider-inner{
    display: flex;
    flex-flow: row nowrap;
    animation: slider 13s infinite ease-in-out;
}

@keyframes slider {
	0% {transform: translateX(0);}
    45% {transform: translateX(0);}
    47.5% {transform: translateX(2%);}
	50% {transform: translateX(-100%);}
    95% {transform: translateX(-100%);}
    97.5% {transform: translateX(-102%);}
	100% {transform: translateX(0);}
}
.goods-item-box .img-box img{
    display: block;
    width: 100%;
}

.goods-item-box .text-box{
    width: 100%;
    padding: 12em 6em 4em calc(50vw - 50%);
    margin-left:calc(50% - 50vw);
    background-color: var(--key-col);
    color: #fff;
    border-radius: 0 0 30px 0;
}
.goods-item-box .text-box h3{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom:0.5em;
}
.goods-item-box .text-box p{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

.goods-item-box + .goods-item-box{
    margin-top: 100px;
}

.info-block+.info-block{
    margin-top: 100px;
}


@media screen and (max-width: 768px) {
    .goods-item-box .img-box{
        aspect-ratio: 5/3;
        margin-bottom: -10em;
    }
    .goods-item-box .text-box{
        width: 100%;
        padding: 12em 2em 4em calc(50vw - 50%);
        margin-left:calc(50% - 50vw);
        background-color: var(--key-col);
        color: #fff;
        border-radius: 0 0 30px 0;
    }
    .goods-item-box .text-box h3{
        font-size: 3rem;
        font-weight: 900;
        margin-bottom:0.5em;
    }
    .goods-item-box .text-box p{
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 1.7em;
    }
    .goods-item-box + .goods-item-box{
        margin-top: 100px;
    }

}


.info-block .title{
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.info-block>.title::after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
    margin-left: 1em;
}
.info-block .desc{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.info-block .price-list{
    display: flex;
    align-items: center;
}
.info-block .price-list dt{
    flex-shrink: 0;
    width: 64px;
    border: solid 1px #fff;
    padding: 0.23em 0 0.3em;
    border-radius: 6px;
    text-align: center;
    margin-right: 1em;
}
.info-block .price-list dd{
    font-size: 2.8rem;
    width: 200px;
    letter-spacing: 0.06em;
}
.info-block .price-list dd strong{
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}
.info-block+.info-block{
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .info-block+.info-block{
        margin-top: 100px;
    }
}



/* illust –––––––––––––––––––*/

.with-illust{
    position: relative;
}
.illust{
    position: absolute;
}
.illust img{
    display: block;
    width: 100%;
}

.illust.shika{
    width: 140px;
    bottom: 0px; 
    right: 0;
}
.illust.gashifire{
    width: 120px;
    bottom: -60px; 
    left: -60px;
}
.illust.kinkura{
    width: 200px;
    top: -100px; 
    right: -60px;
}
.illust.staff{
    width: 140px;
    bottom: -80px; 
    left: -100px;
}
@media screen and (max-width: 768px) {
    .illust.shika{
        width: 90px;
        top: 20px; 
        right: 0;
    }
    .illust.kinkura{
        width: 160px;
        top: -350px; 
        right: -50px;
    }
    .illust.staff{
        display: none;
    }
    .illust.gashifire{
        display: none;
    }
}



.contact-item{
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    flex-grow: 1;
    text-align: center;
    border-radius: 6px;
    background-color: #587441;
}
.info-block .answer{
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    margin-top: 1em;
}


#goods h2::after{
    content: "現地でしか買えない限定品!";
    font-weight: 700;
    font-size: 1.6rem;
}

footer{

    font-size: 0.5em;
    color: #fff;
    background-color: var(--key-col);
    padding: 2rem;
    text-align: center;
}


.hami-cut{
    overflow-x: hidden;
}