@charset "UTF-8";

:root {
    --base-size: 1440;
}

img:not(.gallery__next, .gallery__prev, .gallery__thum__img) {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}


html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
}

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

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.second{
    padding: min(300px, calc(300 / var(--base-size) * 100vw)) 0 0;
    background-image: url(./assets/img/second-back.webp);
    background-size: cover;
    background-position: center top;
}

.comment__wrap{
    width: 90%;
    margin: auto;
    max-width: min(855px, calc(855 / var(--base-size) * 100vw));
    position: relative;
}

.comment__text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 min(60px, calc(60 / var(--base-size) * 100vw));
}

.comment__ttl{
     font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: min(30px, calc(30 / var(--base-size) * 100vw));
    margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
    line-height: 1;
}

.comment__detail{
     font-family: "M PLUS 2", sans-serif;
    font-weight: 400;
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: calc(45 / 18); /* 2.5em */
}

.concept{
    margin-top: min(101px, calc(101 / var(--base-size) * 100vw));
}

.concept__wrap{
    position: relative;
    padding: min(77px, calc(77 / var(--base-size) * 100vw)) 0 min(95px, calc(95 / var(--base-size) * 100vw));
}

.concept__back{
    width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
    height: 100%;
    background-color: rgba(50, 30, 50, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.concept__deco{
    width: min(65.43px, calc(65.43 / var(--base-size) * 100vw));
    position: absolute;
    left: calc(50% - min(511px, calc(511 / var(--base-size) * 100vw)));
    z-index: 1;
    top: min(38px, calc(38 / var(--base-size) * 100vw));
}

.concept__detail{
    text-align: center;
    color: #fff;
    font-size: min(20px, calc(20 / var(--base-size) * 100vw));
    line-height: 2.4em;
    position: relative;
    z-index: 1;
    max-width: min(700px, calc(700 / var(--base-size) * 100vw));
    margin: auto;
     font-family: "M PLUS 2", sans-serif;
    font-weight: 400;
}

.reservation{
    padding-bottom: min(150px, calc(150 / var(--base-size) * 100vw));
}

.reservation__wrap{
    position: relative;
    padding: min(51px, calc(51 / var(--base-size) * 100vw)) 0 min(66px, calc(66 / var(--base-size) * 100vw));
}

.reservation__text{
    position: relative;
    z-index: 1;
    max-width: min(700px, calc(700 / var(--base-size) * 100vw));
    width: 100%;
    margin: auto;
}

.reservation__back{
    width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
    height: 100%;
    background-color: rgba(201, 188, 156, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.reservation__deco{
    width: min(65.55px, calc(65.55 / var(--base-size) * 100vw));
    position: absolute;
    left: calc(50% - min(511px, calc(511 / var(--base-size) * 100vw)));
    z-index: 1;
    top: min(51px, calc(51 / var(--base-size) * 100vw));
}

.reservation__large{
     font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
    font-size: min(50px, calc(50 / var(--base-size) * 100vw));
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: min(38px, calc(38 / var(--base-size) * 100vw));
    color: rgba(50, 30, 50, 1);
}

.reservation__detail{
     font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: calc(30 / 18); /* 1.67em */
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: min(10px, calc(10 / var(--base-size) * 100vw));
}

.reservation__present{
     font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
    font-size: min(30px, calc(30 / var(--base-size) * 100vw));
    line-height: calc(44 / 30); /* 1.47em */
    letter-spacing: 0.03em;
    color: #fff;
}

.reservation__img{
    position: absolute;
    left: calc(50% + min(197px, calc(197 / var(--base-size) * 100vw)));
    top: 50%;
    transform: translateY(-50%);
    width: min(212px, calc(212 / var(--base-size) * 100vw));
}

.third{
    padding: min(150px, calc(150 / var(--base-size) * 100vw)) 0;
    background-image: url(./assets/img/third-back.webp);
    background-size: cover;
    background-position: center top;
}

.about{
    margin-bottom: min(100px, calc(100 / var(--base-size) * 100vw));
}

.about__wrap{
    position: relative;
    padding: min(62px, calc(62 / var(--base-size) * 100vw)) 0 min(66px, calc(66 / var(--base-size) * 100vw));
}

.about__back{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
    height: 100%;
    background-color: rgba(135, 107, 60, 0.9);
    z-index: 0;
}

.about__box{
    width: 90%;
    max-width: min(700px, calc(700 / var(--base-size) * 100vw));
    margin: auto;
    position: relative;
    z-index: 1;
}

.about__content{
    margin-bottom: min(45px, calc(45 / var(--base-size) * 100vw));
    position: relative;
}

.about__slick .slick-track {
	display: flex;
	align-items: center;
}

.about__slick__prev,
.about__slick__next{
    width: min(40px, calc(40 / var(--base-size) * 100vw));
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
}

.about__slick__prev{
    left: min(14px, calc(14 / var(--base-size) * 100vw));
}
.about__slick__next{
    right: min(14px, calc(14 / var(--base-size) * 100vw));
}

.about__deco{
    width: min(116.06px, calc(116.06 / var(--base-size) * 100vw));
    position: absolute;
    left: calc(50% + min(404px, calc(404 / var(--base-size) * 100vw)));
    z-index: 1;
}

.about__detail{
    font-family: Marcellus SC;
    font-weight: 400;
    font-size: min(17px, calc(17 / var(--base-size) * 100vw));
    line-height: 2.22em;
    color: #fff;
    text-align: center;
}

.new__wrap{
    position: relative;
    padding: min(62px, calc(62 / var(--base-size) * 100vw)) 0 min(66px, calc(66 / var(--base-size) * 100vw));
}

.new__content{
    position: relative;
}

.new__deco{
    position: absolute;
    left: calc(50% - min(511px, calc(511 / var(--base-size) * 100vw)));
    top: min(55px, calc(55 / var(--base-size) * 100vw));
    width: min(65.08px, calc(65.08 / var(--base-size) * 100vw));
}

.new__box{
    position: relative;
    z-index: 1;
    max-width: min(776px, calc(776 / var(--base-size) * 100vw));
    width: 90%;
    margin: auto;
}

.new__back{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
    height: 100%;
    background-color: rgba(67, 42, 44, 0.9);
    z-index: 0;
}

.new__detail{
    text-align: center;
    color: #fff;
    margin-bottom: min(40px, calc(40 / var(--base-size) * 100vw));
    font-family: Marcellus SC;
    font-weight: 400;
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: 2.22em;
}

.new__thums{
    margin-top: min(46px, calc(46 / var(--base-size) * 100vw));
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: min(12px, calc(12 / var(--base-size) * 100vw));
}

.new__thum{
    width: min(75px, calc(75 / var(--base-size) * 100vw));
    height: min(75px, calc(75 / var(--base-size) * 100vw));
    background-color: #fff;
}

.new__slick__next,
.new__slick__prev{
    width: min(40px, calc(40 / var(--base-size) * 100vw));
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
}

.new__slick__prev{
    left: min(14px, calc(14 / var(--base-size) * 100vw));
}

.new__slick__next{
    right: min(14px, calc(14 / var(--base-size) * 100vw));
}

.forth{
    padding: min(150px, calc(150 / var(--base-size) * 100vw)) 0;
    background-image: url(./assets/img/forth-back.webp);
    background-size: cover;
    background-position: center top;
}

.gallery__wrap {
    position: relative;
    padding: min(58px, calc(58 / var(--base-size) * 100vw)) 0;
}

.gallery__back{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
    height: 100%;
    background-color: rgba(0, 1, 0, 0.7);
    z-index: 0;
}

.gallery__content{
    position: relative;
    z-index: 1;
}

.gallery__deco{
    width: min(49.44px, calc(49.44 / var(--base-size) * 100vw));
    position: absolute;
    left: calc(50% + min(511px, calc(511 / var(--base-size) * 100vw)));
    top: min(58px, calc(58 / var(--base-size) * 100vw));
    z-index: 1;
}

.gallery__box{
    position: relative;
    z-index: 1;
    max-width: min(780px, calc(780 / var(--base-size) * 100vw));
    width: 90%;
    margin: auto;
}

.gallery__detail{
    color: #fff;
    font-family: Marcellus SC;
    font-weight: 400;
    font-size: min(18px, calc(18 / var(--base-size) * 100vw));
    line-height: 2.22em;
    text-align: center;
    margin-bottom: min(23px, calc(23 / var(--base-size) * 100vw));
}

.gallery__thums{
    margin-top: min(46px, calc(46 / var(--base-size) * 100vw));
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: min(14px, calc(14 / var(--base-size) * 100vw));
    flex-wrap: wrap;
}

.gallery__thum,
.gallery__thum__img{
    width: min(85px, calc(85 / var(--base-size) * 100vw));
    height: min(85px, calc(85 / var(--base-size) * 100vw));
    object-fit: cover;
    object-position: center;
}

.gallery__thum.active{
    opacity: 0.7;
}

.gallery__slick__next,
.gallery__slick__prev{
    width: min(40px, calc(40 / var(--base-size) * 100vw));
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
}

.gallery__slick__prev{
    left: max(-32px, calc(-32 / var(--base-size) * 100vw));
}
.gallery__slick__next{
    right: max(-32px, calc(-32 / var(--base-size) * 100vw));
}

.gallery__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 min(35px, calc(35 / var(--base-size) * 100vw));
}

.gallery .slick-track {
  display: flex;
}

.gallery .slick-slide {
  height: auto !important;
}

.gallery__img {
  object-fit: contain;
  max-height: min(780px, calc(780 / var(--base-size) * 100vw));
  width: min(780px, calc(780 / var(--base-size) * 100vw));
  max-width: 100%;
  margin: auto;
}

.fifth{
  padding: min(150px, calc(150 / var(--base-size) * 100vw)) 0;
  background-image: url(./assets/img/fifth-back.webp);
  background-size: cover;
  background-position: center top;
}

.goods__wrap {
  position: relative;
  padding: min(48px, calc(48 / var(--base-size) * 100vw)) 0 min(66px, calc(66 / var(--base-size) * 100vw));
}

.goods__back{
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
  height: 100%;
  background-color: rgba(244, 229, 204, 0.9);
  z-index: 0;
}

.goods__deco{
  width: min(49.44px, calc(49.44 / var(--base-size) * 100vw));
  position: absolute;
  left: calc(50% - min(511px, calc(511 / var(--base-size) * 100vw)));
  top: min(58px, calc(58 / var(--base-size) * 100vw));
  z-index: 1;
}

.goods__box{
  position: relative;
  z-index: 1;
  max-width: min(780px, calc(780 / var(--base-size) * 100vw));
  width: 90%;
  margin: auto;
}

.sixth{
  padding: min(150px, calc(150 / var(--base-size) * 100vw)) 0 min(265px, calc(265 / var(--base-size) * 100vw));
  background-image: url(./assets/img/sixth-back.webp);
  background-size: cover;
  background-position: center top;
}

.prof__wrap{
  position: relative;
  padding: min(76px, calc(76 / var(--base-size) * 100vw)) 0 min(95px, calc(95 / var(--base-size) * 100vw));
}

.prof__deco{
  width: min(38.69px, calc(38.69 / var(--base-size) * 100vw));
  position: absolute;
  left: calc(50% + min(511px, calc(511 / var(--base-size) * 100vw)));
  top: min(38px, calc(38 / var(--base-size) * 100vw));
  z-index: 1;
}

.prof__back{
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
  height: 100%;
  z-index: 0;
}

.prof__box{
  text-align: center;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: min(700px, calc(700 / var(--base-size) * 100vw));
  margin: auto;
}

.prof__large{
   font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  font-size: min(28px, calc(28 / var(--base-size) * 100vw));
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(60, 55, 90, 1);
  margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
}

.prof__detail{
   font-family: "M PLUS 2", sans-serif;
  font-weight: 400;
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  line-height: 2.22em;
  letter-spacing: 0;
  color: rgba(60, 55, 90, 1);
}

.seventh{
  padding: min(150px, calc(150 / var(--base-size) * 100vw)) 0 min(41px, calc(41 / var(--base-size) * 100vw));
  background-image: url(./assets/img/seventh-back.webp);
  background-size: cover;
  background-position: center top;
}

.venue__wrap{
  position: relative;
  padding: min(65px, calc(65 / var(--base-size) * 100vw)) 0 min(103px, calc(103 / var(--base-size) * 100vw));
}

.venue__deco{
  width: min(47.26px, calc(47.26 / var(--base-size) * 100vw));
  position: absolute;
  left: calc(50% - min(511px, calc(511 / var(--base-size) * 100vw)));
  top: min(65px, calc(65 / var(--base-size) * 100vw));
  z-index: 1;
}

.venue__back{
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - min(200px, calc(200 / var(--base-size) * 100vw)));
  height: 100%;
  z-index: 0;
}

.footer__txt{
    text-align: center;
    color: #fff;
    margin-top: min(274px, calc(2074 / var(--base-size) * 100vw));
}

.sp-only{
    display: none;
}

.footer{
    text-align: center;
    font-size: min(12px, calc(12 / var(--base-size) * 100vw));
    color: #fff;
    margin-top: min(50px, calc(50 / var(--base-size) * 100vw));
}

.first__scroll{
    display: none;
}

.footer__img{
    margin-top: min(71px, calc(71 / var(--base-size) * 100vw));
}

@media screen and (max-width:769px) {
    :root{
        --base-size: 393;
    }

    .sp-only{
        display: inline-block;
    }
    .pc-only{
        display: none;
    }

    .second{
        background-image: url(./assets/img/second-back-sp.webp);
        padding: calc(110.398 / var(--base-size) * 100vw) 0 0;
        width: 100%;
        overflow: hidden;
    }

    .comment__text{
        padding: 0 calc(10 / var(--base-size) * 100vw);
    }

    .comment__ttl{
        font-size: calc(18 / var(--base-size) * 100vw);
        margin-bottom: calc(28 / var(--base-size) * 100vw);
    }

    .comment__detail{
        font-size: calc(15 / var(--base-size) * 100vw);
        line-height: calc(30 / var(--base-size) * 100vw);
        letter-spacing: 0.05em;
        text-align: left;
    }

    .concept{
        margin-top: calc(25 / var(--base-size) * 100vw);
    }
    .concept__wrap{
        padding: calc(25 / var(--base-size) * 100vw) calc(16 / var(--base-size) * 100vw) calc(21 / var(--base-size) * 100vw);
        width: 92%;
        margin: auto;
        background: rgba(50, 30, 50, 0.9);
    }
    .concept__back{
        display: none;
    }
    .concept__deco{
        width: calc(135 / var(--base-size) * 100vw);
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        display: block;
        margin: 0 auto calc(21 / var(--base-size) * 100vw);
    }
    .concept__detail{
        font-size: calc(14 / var(--base-size) * 100vw);
        line-height: calc(26 / var(--base-size) * 100vw);
        text-align: left;
        letter-spacing: 0;
    }
    .reservation{
    padding-bottom:  calc(50 / var(--base-size) * 100vw);
}

    .reservation__wrap{
        width: 92%;
        margin: auto;
        padding: calc(15 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw) calc(16 / var(--base-size) * 100vw);
        background-color: rgba(201, 188, 156, 0.9);
    }
    .reservation__back{
        display: none;
    }
    .reservation__deco{
        width: calc(195.23 / var(--base-size) * 100vw);
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        display: block;
        margin: 0 auto calc(7 / var(--base-size) * 100vw);
    }
    .reservation__large{
        text-align: center;
        font-size: calc(19 / var(--base-size) * 100vw);
        margin-bottom: calc(23 / var(--base-size) * 100vw);
    }
    .reservation__detail{
        font-size: calc(13 / var(--base-size) * 100vw);
        line-height: calc(18 / var(--base-size) * 100vw);
        letter-spacing: 0.03em;
        margin-bottom: calc(6 / var(--base-size) * 100vw);
    }
    .reservation__present{
        font-size: calc(15 / var(--base-size) * 100vw);
        line-height: calc(22 / var(--base-size) * 100vw);
    }
    .reservation__img{
        width: calc(91 / var(--base-size) * 100vw);
        left: auto;
        top: auto;
        transform: translate(0);
        bottom: calc(7 / var(--base-size) * 100vw);
        right: calc(27 / var(--base-size) * 100vw);
    }

    .third{
        padding: calc(50 / var(--base-size) * 100vw) 0;
        background-image: url(./assets/img/third-back-sp.webp);
    }

    .about__wrap{
        padding: calc(18 / var(--base-size) * 100vw) 0;
        background-color: rgba(135, 107, 60, 0.9);
        width: 92%;
        margin: auto;
    }
    .about__back{
        display: none;
    }
    .about__deco{
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto calc(18 / var(--base-size) * 100vw);
        width: calc(167.37 / var(--base-size) * 100vw);
        display: block;
    }
    .about__content{
        margin-bottom: calc(12 / var(--base-size) * 100vw);
    }
    .about__detail{
        font-size: calc(14 / var(--base-size) * 100vw);
        line-height: calc(26 / var(--base-size) * 100vw);
    }

    .about__slick__next,
    .about__slick__prev{
        width: calc(19 / var(--base-size) * 100vw);
    }

    .about{
        margin-bottom: calc(30 / var(--base-size) * 100vw);
    }

    .new__back{
        display: none;
    }
    .new__wrap{
        background-color: rgba(67, 42, 44, 1);
        width: 92%;
        margin: auto;
        padding: calc(20 / var(--base-size) * 100vw) 0 calc(23 / var(--base-size) * 100vw);
    }
    .new__detail{
        font-size: calc(14 / var(--base-size) * 100vw);
        line-height: calc(26 / var(--base-size) * 100vw);
        text-align: left;
        margin-bottom: calc(13 / var(--base-size) * 100vw);
    }
    .new__deco{
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto calc(23 / var(--base-size) * 100vw);
        width: calc(65.77 / var(--base-size) * 100vw);
        display: block;
    }
    .new__slick__next,
    .new__slick__prev{
        width: calc(17 / var(--base-size) * 100vw);
    }
    .new__slick__prev{
        left: calc(8 / var(--base-size) * 100vw);
    }
    .new__slick__next{
        right: calc(8 / var(--base-size) * 100vw);
    }
    .new__thums{
        margin-top: calc(15 / var(--base-size) * 100vw);
        gap: calc(6 / var(--base-size) * 100vw);
    }
    .new__thum{
        width: calc(37 / var(--base-size) * 100vw);
        height: calc(37 / var(--base-size) * 100vw);
    }

    .forth{
        padding: calc(97 / var(--base-size) * 100vw) 0;
        background-image: url(./assets/img/forth-back-sp.webp);
    }

    .gallery__back{
        display: none;
    }
    .gallery__wrap{
        background-color: rgba(0, 1, 0, 0.7);
        width: 92%;
        margin: auto;
        padding: calc(25 / var(--base-size) * 100vw) 0 calc(20 / var(--base-size) * 100vw);
    }
    .gallery__deco{
        width: calc(100.21 / var(--base-size) * 100vw);
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto calc(24 / var(--base-size) * 100vw);
        display: block;
    }
    .gallery__detail{
        font-size: calc(14 / var(--base-size) * 100vw);
        line-height: calc(26 / var(--base-size) * 100vw);
        margin-bottom: calc(13 / var(--base-size) * 100vw);
        text-align: left;
    }
    .gallery__thums{
        margin-top: calc(15 / var(--base-size) * 100vw);
        gap: calc(6 / var(--base-size) * 100vw);
    }
    .gallery__thum,
    .gallery__thum__img{
        width: calc(37 / var(--base-size) * 100vw);
        height: calc(37 / var(--base-size) * 100vw);
    }
    .gallery__img{
        max-height: calc(340 / var(--base-size) * 100vw);
        width: calc(340 / var(--base-size) * 100vw);
    }

    .gallery__slick__next{
        right: calc(8 / var(--base-size) * 100vw);
    }
    .gallery__slick__prev{
        left: calc(8 / var(--base-size) * 100vw);
    }

    .gallery__slick__next,
.gallery__slick__prev{
    width: calc(17 / var(--base-size) * 100vw);
}

    .slick-slide{
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .fifth{
        padding: calc(97 / var(--base-size) * 100vw) 0;
        background-image: url(./assets/img/fifth-back-sp.webp);
    }

    .goods__back{
        display: none;
    }
    .goods__wrap{
        background-color: rgba(244, 229, 204, 0.9);
        width: 92%;
        margin: auto;
        padding: calc(20 / var(--base-size) * 100vw) 0 calc(23 / var(--base-size) * 100vw);
    }

    .seventh{
        padding: calc(124 / var(--base-size) * 100vw) 0 calc(20 / var(--base-size) * 100vw);
        background-image: url(./assets/img/seventh-back-sp.webp);
        background-position: center bottom;
    }

    .footer__txt{
        margin-top: calc(93 / var(--base-size) * 100vw);
    }

    .venue__back{
        display: none;
    }
    .venue__wrap{
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        margin: auto;
        padding: calc(25 / var(--base-size) * 100vw) 0 calc(20 / var(--base-size) * 100vw);
    }

    .sixth{
        padding: calc(174 / var(--base-size) * 100vw) 0;
        background-image: url(./assets/img/sixth-back-sp.webp);
    }

    .prof__back{
        display: none;
    }
    .prof__wrap{
        background-color: rgba(255, 255, 255, 0.9);
        width: 94%;
        margin: auto;
        padding: calc(26 / var(--base-size) * 100vw) 0 calc(18 / var(--base-size) * 100vw);
    }
    .prof__deco{
        width: calc(205.03 / var(--base-size) * 100vw);
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto calc(41 / var(--base-size) * 100vw);
        display: block;
    }
    .prof__large{
        font-size: calc(17 / var(--base-size) * 100vw);
        margin-bottom: calc(17 / var(--base-size) * 100vw);
    }
    .prof__detail{
        font-size: calc(14 / var(--base-size) * 100vw);
        line-height: calc(26 / var(--base-size) * 100vw);
    }

    .new__box,
    .about__box{
        width: 92%;
    }
}

.first{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    text-align: center;
    background: url(./assets/img/fv-back.webp);
    background-size: cover;
    background-position: center top;
}

.first__img{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main__under{
    position: relative;
    z-index: 1;
}

.venue__wrap {
  text-align: center;
  min-height: min(800px, calc(800 / var(--base-size) * 100vw));
}

.venue__ttl {
  font-size: min(40px, calc(40 / var(--base-size) * 100vw));
  color: rgba(116, 70, 48, 1);
  margin: 0 auto min(62px, calc(62 / var(--base-size) * 100vw));
  position: relative;
  width: 90%;

   font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;

}

.venue__list {
  max-width: min(802px, calc(802 / var(--base-size) * 100vw));
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(15px, calc(15 / var(--base-size) * 100vw));
}

.venue__item {
  background-color: rgba(255, 239, 210, 1);
  width: calc(50% - min(25px, calc(25 / var(--base-size) * 100vw)));
  text-align: left;
  position: relative;
  padding: min(15px, calc(15 / var(--base-size) * 100vw))
    min(163px, calc(152 / var(--base-size) * 100vw))
    min(15px, calc(15 / var(--base-size) * 100vw))
    min(20px, calc(20 / var(--base-size) * 100vw));
}

.venue__date {
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
  margin-bottom: min(7px, calc(7 / var(--base-size) * 100vw));
  color: rgba(116, 70, 48, 1);
  font-weight: 600;
}

.venue__label {
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
  margin-bottom: min(7px, calc(7 / var(--base-size) * 100vw));
  color: rgba(116, 70, 48, 1);
  font-weight: 600;
}

.venue__area {
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  line-height: 1.3em;
  color: rgba(116, 70, 48, 1);
  font-weight: 500;
}

.venue__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(152px, calc(152 / var(--base-size) * 100vw));

  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(9px, calc(9 / var(--base-size) * 100vw));

  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: rgba(116, 70, 48, 1);
  color: rgba(255, 239, 210, 1);
}

.venue__link__inner {
  line-height: 1.3em;
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
}

.venue__link:hover {
  opacity: 0.8;
}

.venue__arrow {
  display: inline-block;
  transform: translateY(-36%);
  margin-left: min(10px, calc(10 / var(--base-size) * 100vw));
  width: min(21.27px, calc(21.27 / var(--base-size) * 100vw));
}

@media screen and (max-width: 769px) {
   .venue {
    overflow: hidden;
  }

  .venue {
    overflow: hidden;
  }

  .venue__deco{
    width: 283.07px;
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    display: block;
     margin-bottom: calc(7 / var(--base-size) * 100vw);
  }

  .venue__ttl {
    font-size: calc(13 / var(--base-size) * 100vw);
    margin-bottom: calc(16 / var(--base-size) * 100vw);
  }
  .venue__item {
    width: 100%;
    padding: calc(11 / var(--base-size) * 100vw)
      calc(163 / var(--base-size) * 100vw) calc(11 / var(--base-size) * 100vw)
      calc(15 / var(--base-size) * 100vw);
  }
  .venue__list {
    width: 94%;
  }
  .venue__date {
    font-size: calc(16 / var(--base-size) * 100vw);
    line-height: 1em;
  }
  .venue__label {
    font-size: calc(16 / var(--base-size) * 100vw);
    line-height: 1em;
    margin-bottom: calc(7 / var(--base-size) * 100vw);
  }
  .venue__area {
    font-size: calc(11 / var(--base-size) * 100vw);
  }
  .first{
    height: 100vh;
    max-height: 100vh;
    min-height: calc(638 / var(--base-size) * 100vw);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .first__img{
    width: 100%;
    max-height: 100svh;
  object-fit: cover;
  object-position: bottom center;
  }

  .first__scroll{
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50% ,10%);   
    width: calc(48 / var(--base-size) * 100vw);
    z-index: 1;
  }

  .first{
    background-image: url(./assets/img/fv-back-sp.png);
  }

  .venue__wrap{
    min-height: auto;
  }

  .goods__deco{
    width: 103.02px;
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    display: block;
     margin-bottom: calc(7 / var(--base-size) * 100vw);
  }
  .footer__img{
    margin-top: min(77px, calc(77 / var(--base-size) * 100vw));
}
}