html {
    font-size: calc(100vw / 680 * 10);
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}
body {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
p {
  background: none;
  margin: 0;
  padding: 0;
}
ul, dl, dt, dd {
  margin: 0;  
  padding: 0;
}
ul {
    list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
  transition: .3s;
}
a:hover {
    opacity: .7;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: .6s;
}
.fadein.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
*, *:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.font-en {
    font-family: athelas, serif;
    font-weight: 400;
    font-style: normal;
}
.font-min {
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.vertical {
    writing-mode: vertical-rl;
}
@media only screen and (max-width: 899px) {
    .pc {
        display: none;
    }
}
@media only screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 1280 * 10);
    }
    .sp {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* header */
.kv-wrap {
    height: 115.5rem;
    position: relative;
}
.kv-wrap .site-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.5rem;
}
.kv-wrap .com-logo {
    position: absolute;
    top: 0;
    left: 5.9rem;
    width: 8.3rem;
}
.header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 0 5rem;
    column-gap: 5rem;
    row-gap: 1.5rem;
}

.header-menu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 0 5rem;
    column-gap: 5rem;
    row-gap: 1.5rem;
}

.header-menu li:not(.btn) a {
    font-size: 2.3rem;
    color: #412d14;
    display: block;
}

.header-menu2 li:not(.btn) a {
    font-size: 2.3rem;
    color: #412d14;
    display: block;
}

.header-menu li:not(.btn) a:before {
    content: "";
    width: 2rem;
    height: 1.8rem;
    background-color: #412d14;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    display: inline-block;
    margin-right: .5em;
}

.header-menu2 li:not(.btn) a:before {
    content: "";
    width: 2rem;
    height: 1.8rem;
    background-color: #412d14;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    display: inline-block;
    margin-right: .5em;
}

.header-menu2 li:not(.btn) a:before {
    content: "";
    width: 2rem;
    height: 1.8rem;
    background-color: #412d14;
    clip-path: polygon(0 0, 86.6% 50%, 0 100%);
    display: inline-block;
    margin-right: .5em;
}

.header-menu li.btn {
    width: 100%;
}

.header-menu2 li.btn {
    width: 100%;
}

.header-menu li.btn a {
    display: block;
    background-color: #000;
    border-radius: 2.4rem;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    width: 28.7rem;
    line-height: 5rem;
    margin: 1.5rem auto 0;
}

.header-menu2 li.btn a {
    display: block;
    background-color: #000;
    border-radius: 2.4rem;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    width: 28.7rem;
    line-height: 5rem;
    margin: 1.5rem auto 0;
}


@media only screen and (min-width: 900px) {
    .kv-wrap {
        height: auto;
    }
    .kv-wrap .site-ttl {
        width: 27.5rem;
    }
    .kv-wrap .com-logo {
        left: 8.2rem;
        width: 8.3rem;
    }
    .header-menu {
        flex-wrap: nowrap;
        margin: 7.6rem 0 8.1rem;
        column-gap: 3.3rem;
    }
    .header-menu2 {
        flex-wrap: nowrap;
        margin: 7.6rem 0 8.1rem;
        column-gap: 3.3rem;
    }
	
    .header-menu li:not(.btn) a {
        font-size: 1.6rem;
    }
    .header-menu2 li:not(.btn) a {
        font-size: 1.6rem;
    }
    .header-menu li:not(.btn) a:before {
        width: 1.6rem;
        height: 1.4rem;
    }
    .header-menu2 li:not(.btn) a:before {
        width: 1.6rem;
        height: 1.4rem;
    }
    .header-menu li.btn {
        width: auto;
    }
    .header-menu2 li.btn {
        width: auto;
    }
    .header-menu li.btn a {
        font-size: 1.6rem;
        width: 18.2rem;
        line-height: 3.1rem;
        margin: 0;
    }
    .header-menu2 li.btn a {
        font-size: 1.6rem;
        width: 18.2rem;
        line-height: 3.1rem;
        margin: 0;
    }
}


/* fix-btn */
#fixBtn {
    right: 0;
    z-index: 999;
    cursor: pointer;
}
#fixBtn.fix {
    
}
.btn-top {
    width: 5.9rem;
    height: 18.7rem;
    background: url(../img/common/arrow_v.svg) left top / contain no-repeat;
    font-size: 2.2rem;
    letter-spacing: .2em;
    display: grid;
    justify-content: center;
    align-content: end;
    padding: 1rem 0 0 1.5rem;
}
.btn-shop {
    width: 5.9rem;
    height: 25.7rem;
    background-color: #251e1c;
    color: #fff;
    font-size: 2.5rem;
    display: grid;
    place-content: center;
    margin-top: 2.8rem;
}

.btn-line {
    width: 5.9rem;
    height: 18rem;
    background-color: #00B900;
    color: #fff;
    font-size: 2.5rem;
    display: grid;
    place-content: center;
    margin-top: 2.8rem;
}
@media only screen and (min-width: 900px) {
    .btn-top {
        width: 5.1rem;
        height: 16rem;
        font-size: 1.9rem;
        padding: 1rem 0 0 1rem;
    }
    .btn-shop {
        width: 5.1rem;
        height: 22.1rem;
        font-size: 2.1rem;
        margin-top: 6.1rem;
    }
.btn-line {
        width: 5.1rem;
        height: 16rem;
        font-size: 2.1rem;
        margin-top: 5.1rem;
    }
}

/* footer */
.footer-top {
    background: url(../img/common/bg-footer_sp.webp) 0 / 100% 100% no-repeat;
    height: 38rem;
    display: grid;
    place-content: center;
    text-align: center;
}
.footer-top .logo {
    width: 11.3rem;
    margin: 0 auto .5rem;
}
.footer-top .txt {
    font-size: 1.5rem;
    line-height: 1.5;
}
.footer-menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 1.8rem;
    margin: 3.4rem 0;
}
.footer-menu li {
    font-size: 1.8rem;
    line-height: 1.6;
    display: grid;
    place-content: center;
    padding-top: 1rem;
    text-align: center;
}
.footer-menu li:nth-child(1),
.footer-menu li:nth-child(3) {
    border-right: 1px solid #000;
}
.footer-menu li .btn {
    display: block;
    font-size: 1.6rem;
    border: 1px solid #000;
    width: 23.7rem;
    line-height: 3.2rem;
    margin: 2.8rem 0 3rem;
}
.footer-menu li .tel {
    font-size: 2.2rem;
    display: block;
    margin-top: 1rem;
}
.footer-menu li .tel-txt {
    font-size: 1.3rem;
}
.copyright {
    display: grid;
    place-content: center;
    row-gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.footer-logo {
    width: 12.8rem;
    margin: auto;
}
.copyright small {
    font-size: 1.2rem;
}
@media only screen and (min-width: 900px) {
    .footer-top {
        background: url(../img/common/bg-footer.webp) 0 / 100% 100% no-repeat;
    }
    .footer-top .logo {
        width: 14rem;
        margin: 0 auto 1rem;
    }
    .footer-top .txt {
        font-size: 1.6rem;
    }
    .footer-menu {
        grid-template-columns: repeat(4,1fr);
        margin: 4.7rem auto 3.4rem;
        width: 78%;
    }
    .footer-menu li {
        font-size: 1.6rem;
        padding-top: 0.8rem;
    }
    .footer-menu li:nth-child(2) {
        border-right: 1px solid #000;
    }
    .footer-menu li .btn {
        font-size: 1.3rem;
        width: 20.8rem;
        line-height: 2.8rem;
        margin: 2.3rem 0 3rem;
    }
    .footer-menu li .tel {
        font-size: 2rem;
        margin-top: 0.8rem;
    }
    .footer-menu li .tel-txt {
        font-size: 1.1rem;
    }
    .copyright {
        row-gap: 3rem;
        margin-bottom: 2rem;
    }
    .copyright small {
        font-size: 1.2rem;
    }
}

/* btn */
.btn-page {
    display: block;
    border: 1px solid #000;
    width: 21.3rem;
    line-height: 6rem;
    letter-spacing: .23em;
    font-size: 2.5rem;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    text-align: center;
}
.btn-page:after {
    content: "";
    width: 4.3rem;
    height: 1rem;
    background: url(../img/common/arrow.svg) 0 / 100% no-repeat;
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
}
@media only screen and (min-width: 900px) {
    .btn-page {
        width: 12.5rem;
        line-height: 3.5rem;
        font-size: 1.6rem;
    }
    .btn-page:after {
        width: 2.5rem;
        height: 0.5rem;
        right: -1.4rem;
    }
    .btn-page:hover {
        background-color: #412d14;
        color: #fff;
        opacity: 1;
    }
    .btn-page:hover:after {
        right: -2.5rem;
    }
}




/* スライドショーのコンテナ */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 各スライドの画像 */
.mySlides {
  display: none;
}

/* ナビゲーションのボタン */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 右側のナビゲーションボタン */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* ナビゲーションボタンのホバーエフェクト */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* スライドのキャプション */
.text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.5);
}


/* SNS */

.sns-top {
    height: 20rem;
    display: grid;
    place-content: center;
    text-align: center;
}

.sns-top .logo {
    width: 9.3rem;
    margin: 0 auto .2rem;
}
.sns-top .txt {
    font-size: 1.5rem;
    line-height: 1.5;
}

.sns-logo {
    width: 12.8rem;
    margin: 0 auto .2rem;
}
.copyright small {
    font-size: 1.2rem;
}
@media only screen and (min-width: 900px) {

    .sns-top .logo {
        width: 9rem;
        margin: 0 auto 1rem;
    }
    .sns-top .txt {
        font-size: 1.6rem;
    }
}