@charset "utf-8";

.fv{
    margin-top: 99px;
    padding-bottom: 45px;
    width: 100%;

}
.swper-container{
    max-width: 700px;
    /* width: 48.55vw; */
    width: 90%;
    margin: 0 auto 100px;
    position: relative;
    transition: all .4s;
}
.fixed .swper-container{
    z-index: -1;
}

.swiper-deco{
    position: absolute;
    /* left: -90px; */
    bottom: -50px;
    z-index: 2;
    width: 64.27vw;
    max-width: 900px;
    left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/* .swiper-deco{
    position: absolute;
    z-index: 2;
    width: 64.27vw;
    max-width: 420px;
    bottom: -63px;
    left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
} */



.swiper-deco-left{
    position: absolute;
    left: -43%;
    top: 50px;
    z-index: 2;
    width: min(210px, 13.69vw);
}
.swiper-deco-right{
    position: absolute;
    right: -43%;
    /* top: 0;飾付きコメントアウト */
    /* width: 188px; */
    width: min(210px, 13.62vw);
    z-index: 2;
    top:60%;
}
.swiper-deco-right__img{
    width: 100%;
    position: relative;
    z-index: 3;
}
.swiper-deco-btn{
    position: absolute;
    /* bottom: -150px; */
    bottom: max(-150px,-10.86vw);
    z-index: 2;
    width:min(176px,12.75vw);
}
.swiper-deco-btn a{
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide__img{
    overflow: hidden;
}
.swiper-slide img{
   width: 100%;
   /* border-radius: 51px 51px 0 0; */
}



/* ページネーションの位置 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -108px;
}
.swiper-pagination {
    z-index: 5;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px 8px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
 background-color: #fff;
 opacity: 1;
height: 6px;
  width: 6px;
}
.swiper-pagination-bullet-active{
    background-color: rgb(0, 0, 0);
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}








/*===================

menu

===================*/
.menu{
    background: rgba(255, 255, 255, 0.6);
    transition: all 1.5s;
}
.menu-top .menu{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
}
.menu__list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: all .4s;
}
.menu-top .menu__list{
    padding: 20px 0;
}

.menu__listItem{
    width: calc(100% / 5);
    max-width: 193px;
    text-align: center;
    /* font-size: 13px; */
    font-size: 16px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.15;
    padding: 6px 10px;
    border-right: 1px solid #4a5a42;
}
.menu__listItem:first-child{
    border-left: 1px solid #4a5a42;
}
.menu__listLink{
    display: block;
}


/*===================

about

===================*/

.center{
    text-align: center;
    font-size: 30px;
}
.about{
    padding-top: clamp(100px,9.782vw,135px);
    padding-bottom: clamp(100px,10vw,144px);
}
.menu-top .about{
    padding-top: clamp(166px,14.49vw,200px);
}


.about__wrap{
    display: flex;
    justify-content: center;
    align-items: start;
}
.about__img{
    padding-top: 10px;
    width: 50%;
    max-width: 360px;
    margin-right: 12%;
}
.about__textWrap{
    width: 50%;
    max-width: 312px;
}
.about__text{
    /* font-size: 14px; */
    font-size: clamp(14px,1.866vw,16px);
    line-height: 2.64;
    letter-spacing: 0.12em;
    color: #4a5a42;
}



/* 共通 */
.sec-title{
    font-size: 24px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: #4a5a42;
    position: relative;
    text-align: center;
}
.sec-title::before{
    content: '';
    display: block;
    width: 55px;
    height: 3px;
    background-color: #4a5a42;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}



/*===================

news

===================*/

.news{
    padding-top: 26px;
    padding-bottom: clamp(70px,11.811vw,163px);
}
.news__title{
    margin-bottom: max(4.347vw,40px);
}
.news__list{
   margin-bottom: 89px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap:93px 11.1%;
}
.news__listItem{
    width: calc((100% - 22.2%)/ 3 );
}

.news__listImg{
    content: '';
    display: block;
    background-image: url(../imgs/news/dummy-bunnr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 93%;
}
.news__listText{
    border-left: 1px solid #707070;
    padding: 15px 0 0 15px;
}
.news__listDate{
    margin-bottom: 5px;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #4a5a42;
}
.news__listTitle{
    /* font-size: 12px; */
    font-size: clamp(14px,1.866vw,16px);
    line-height: 1.66;
    letter-spacing: 0.01em;
    color: #4a5a42;
}

.news__btn{
}
.btnLink{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 224px;
    height: 48px;
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0.01em;
    color: #02a6a2;
    border: 1px solid #0ba7a3;
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.btnLink:hover{
    background-color: #02a6a2;
    color: #fff;
}

/*===================

shop list

===================*/
.shop{
    padding-top: 26px;
    padding-bottom: max(14.49vw,70px);
}
.shop__title{
    margin-bottom: max(4.347vw,40px);
}
.shop__wrap{
    /* margin-top: 80px; */
}
.shop__floor{
    margin-bottom: 50px;
}
/* スライダー */
.shop__slider{
    width:  100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: min(55px,3.819vw); /* ボタンの幅 */
  height:min(110px,7.638vw); /* ボタンの高さ */
  background-size: contain; /* 表示したいサイズ */
  transform: translateY(-50%) translateX(100%);
  margin-top: 0;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: .7;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url(../imgs/index/slid_arrow.png);
background-repeat: no-repeat;
right:-5%;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../imgs/index/slid_arrow.png);
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-100%)  scale(-1, 1); /* 左右反転 */
  left:-5%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}


.shop__list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap:93px 11.1%;
}

/* ここから修正 */
.shop__listItem{
    content: '';
    display: block;
    width: calc((100% - 22.2%)/ 3 );
    position: relative;
}
.shop__listImg{
    background-color: #fff;
    background-image: url(../imgs/shop/tempo-img01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 260px; */
    position: relative;
    padding-top: 100%;
}

.shop__listItem:hover{
    opacity: 0.7;
}
.shop__listLink{
   position: absolute;
   display: block;
   top: 0;
   left: 0;
    width: 100%;
    height: 100%;
}
.shop__listItem.bg-bk{
    background-color: #3b3b3b;
}
.shop__listImg::before{
    content: '';
    display: block;
    width: 30px;
    padding-top: 33px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    right: 4px;
}
.shop__listImg.f1::before{
    background-image: url(../imgs/shop/f1-img.png);
}
.shop__listImg.f2::before{
    background-image: url(../imgs/shop/f2-img.png);
}
.shop__listImg.f3::before{
    background-image: url(../imgs/shop/f3-img.png);
}
.shop__listImg.fb::before{
    background-image: url(../imgs/shop/fb-img.png);
}

.shop__listCategory{
    display: inline-block;
    margin-bottom: 8px;
    font-size:12px ;
    background-color: #fff;
    border: 1px solid #4c5142;
    border-radius: 15px;
    padding: 4px 14px;
}
.shop__listName{
    margin-bottom: 10px;
    font-size: clamp(14px,1.866vw,18px); 
    font-weight: 700;
    color: #4c5142;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
/* ここまで */

@media screen and (max-width: 1380px) {
    .swiper-deco{
        /* left: -7.649vw; */
        bottom: -3.6vw;
        width: 64.27vw;
        max-width: 900px;
    }
    .swiper-deco-left{
        left: -33%;

    }
    .swiper-deco-right{
        /* right: -33%; */
        /* top: 3.043vw; */
        right: -28%;
        width: min(250px, 13.62vw);
    }

    }
@media screen and (max-width: 1200px) {
    .shop__floor{
        width: 90%;
        margin: 0 auto 30px;
    }

    .swiper-button-next {
    right:-2%;
    }
    .swiper-button-prev {
      left:-2%;
    }

}
@media screen and (max-width: 1080px) {

/* .swiper-deco-left {
    left: -19vw;
    width: 17.5vw;
} */
.swiper-deco-right {
    /* right: -16vw; */
    /* width: 17.5vw; */
    bottom: 150px;
    right: 0;
}

.about__wrap{
    gap: 5%;
}
.about__img{
    margin-right: 0;
}
.about__textWrap{
    max-width: 290px;
}

/*===================

shop list

===================*/
    .shop__list{
        gap: 5vw 8%;
    }
    .shop__listItem{
        width: calc((100% - 16%)/ 3 );
        /* padding-top: 28%; */
    }
}

@media screen and (max-width: 750px) {
    .fv{
        padding-bottom: 0;
    }
    .swper-container {
       width: 80%;
    }
    .swiper-deco{
        width: 115%;
        /* left: -7%; */
        /* bottom: -8%; */
    }
    .swiper-deco-left {
        top: -10px;
        left: -9vw;
        z-index: 2;
    }
    .swiper-deco-right {
        top: auto;
        bottom: 21vw;
        right: -9vw;
        z-index: 2;
    }
    .swiper-deco-btn.sp {
        position: fixed;
        bottom: 2%;
        right: 2%;
        width: clamp(100px,16vw,120px);
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -100px;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px 8px;
    }
    .menu {
        display: none;
    }
    .about{
        padding-top: 10.666vw;
        padding-bottom: 70px;
    }
    .menu-top .about{
        padding-top: 10.666vw;
    }
    .about__wrap{
        margin:  0 auto;
        gap: 3%
    }
    .about__img{
        width: 50%;
        margin-bottom: 10px;
    }
    .about__textWrap{
        width: 50%;
        padding-left: 30px;
    }
    .about__text{
        letter-spacing: 0.01em;
    }


    .sec-title{
        font-size: 20px;
    }
    .sec-title::before {
        width: 40px;
        top: -20px;
    }

/*===================

news

===================*/
.news__list{
    margin-bottom: 60px;
    gap: 7vw 4%;
}
.news__listItem {
    width: calc((100% - 8%) / 3);
    /* padding-top: 31%; */
}
.news__listText {
    padding: 10px 0 0 10px;
}



    /*===================

shop

===================*/
/* .shop__list{
    gap: 5vw 4%;
}
.shop__listItem {
    width: calc((100% - 8%) / 3);
} */
.shop__list{
    margin: 0 auto;
    width: 100%;
    gap: 12vw 5%;
}
.shop__listItem{
    width: calc((100% - 5%) / 2);
    /* padding-top: 45%; */
}
.shop__listCategory{
    font-size: 10px;
}
.shop__listName{
    font-size: 14px;
}
}



@media screen and (max-width: 600px) {
    .about__textWrap{
        padding-left: 10px;
        max-width: 224px;
    }
    .about__wrap{
        display: block;
        margin:  0 auto;
    }
    .about__img{
        padding-top: 0;
        padding-left: 0;
        width: 100%;
        margin: 0 auto 50px;
        max-width: 340px;
    }
    .about__textWrap{
        margin: 0 auto;
        width: 100%;
        padding-left: 0;
        max-width: 260px;
    }
    .about__text{
        letter-spacing: 0.12em;
    }
    
}
@media screen and (max-width: 480px) {
.fv{
    overflow: hidden;
}
.swper-container {
     width: 90%;
}
.swiper-deco {
    width: 105%;
    /* left: -2.5%; */
}
/* .swiper-deco{
    bottom: -43px;
} */
.swiper-deco-left{
    top: 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -60px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 4px;
}
.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}
.about {
    padding-top: 0;
}


/*===================

news

===================*/
.news__list{
    width: 100%;
    margin-bottom: 60px;
    display: block;
}
.news__listItem{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    /* padding-top: 47%; */
}
.news__listItem:last-child{
    margin-bottom: 0;
}
.news__listLink {
    display: flex;
    justify-content: start;
    align-items: start;
}
.news__listItem::before {
    width: 26px;
    padding-top: 28px;
}
.news__listImg{
    width: 50%;
    padding-top: 50%;
}
.news__listText{
    width: 50%;
    /* margin-left: 2%; */
    border-left:none;
    border-top: 1px solid #707070;
}
/*===================

shop

===================*/
/* .shop__list{
    margin: 0 auto;
    width: 90%;
    gap: 5vw 10%;
}
.shop__listItem{
    width: calc((100% - 10%) / 2);
    padding-top: 45%;
} */

}



@media screen and (max-width: 375px) {
    .about__img{
        margin-bottom: 30px;
    }

/*===================

shop list

===================*/
.shop__list{
    width: 100%;
}
.shop__listItem{
    /* width: calc((100% - 5%) / 2); */
    /* padding-top: 47%; */
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.shop__listItem::before {
    width: 26px;
    padding-top: 28px;
}

}
@media screen and (max-width: 350px) {
/*===================

news

===================*/

/* .news__list{
    max-width: 200px;
    display: block;
    margin: 0 auto 75px;
}
.news__listItem{
    width: 100%;
}
.news__listItem:not(:last-child){
    margin-bottom: 30px;
} */
}