@charset "UTF-8";
/* autoprefixer grid: autoplace */
/* ==========================================================================
 Foundation
 ========================================================================== */
/* GFO template */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /* line-height: 1; */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.project {
  font-size: 2.666vw;
  line-height: 1.4;
  font-family: "Shippori Mincho B1","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #2B2E34;
}

.project *, .project *:before, .project *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.project h1, .project h2, .project h3, .project h4 {
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  .project {
    font-size: 0.925vw;
  }
}

@media screen and (min-width: 1081px) {
  .project {
    font-size: 10px;
  }
}

a {
  color: #2B2E34;
  text-decoration: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

/* ==========================================================================
 Layout
 ========================================================================== */
/* .l-container {
  width: 100%;
  overflow: hidden;
}

.l-container--gradient-brown {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(0%, #f7edd7), color-stop(70%, #b88b7f), to(#6b1514));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, #f7edd7 0%, #b88b7f 70%, #6b1514 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, #f7edd7 0%, #b88b7f 70%, #6b1514 100%);
}

.l-container--gradient-khaki {
  background: linear-gradient(90deg, rgba(215,237,247,1) 0%, rgba(235,216,186,1) 100%);
}

.l-container--gradient-blue {
  background: linear-gradient(90deg, rgba(208,232,220,1) 0%, rgba(96,165,186,1) 100%);
}

.l-container--darkgreen {
  background: #002A0F;
}

.l-container--darkred {
  background: #602447;
}


.l-content {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.333vw;
  padding-left: 5.333vw;
}

@media screen and (min-width: 769px) {
  .l-content {
    padding-right: 3.703vw;
    padding-left: 3.703vw;
  }
  .l-content--logo {
    padding-left: 2.314vw;
  }
}

.l-content2 {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right:0;
  padding-left: 0;
}

@media screen and (min-width: 769px) {
  .l-content2 {
    padding-right: 3.703vw;
    padding-left: 3.703vw;
  }
}


@media screen and (min-width: 1081px) {
  .l-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-content--logo {
    padding-left: 25px;
  }
}

.l-content--full {
  padding-right: 0;
  padding-left: 0;
}

.l-content--footer {
  padding-bottom: 0px;
}

@media screen and (min-width: 769px) {
  .l-content--footer {
    padding-bottom: 50px;
  }
}

.l-logo {
  margin-bottom: 5.3vw;
}

@media screen and (min-width: 769px) {
  .l-logo {
    margin-bottom: 3.7vw;
  }
}

@media screen and (min-width: 1081px) {
  .l-logo {
    margin-bottom: 40px;
  }
}

.l-column-list {
  padding-top: 17.9%;
  padding-bottom: 11.9%;
}

@media screen and (min-width: 769px) {
  .l-column-list {
    padding-top: 5%;
    padding-bottom: 1%;
  }
}

.l-categories {
  padding-top: 29.8%;
}

@media screen and (min-width: 769px) {
  .l-categories {
    padding-top: 16%;
  }
}

/* ==========================================================================
 Component
 ========================================================================== */
/* c-nav-button
----------------------------------------------------------------- */
/* .c-nav-button {
  border-radius: 3.2vw;
  overflow: hidden;
}

.c-nav-button__link {
  display: block;
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-nav-button__link--interior {
  background-image: url(../img/btn_interior_sp.png);
}

.c-nav-button__link--gift {
  background-image: url(../img/btn_gift_sp.png);
}

@media screen and (min-width: 769px) {
  .c-nav-button__link {
    padding-top: 3.9%;
    padding-bottom: 3.9%;
    padding-left: 5%;
    padding-right: 5%;
    background-image: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .c-nav-button {
    border-radius: 0.75em;
    border: solid 0.2em #333;
  }
}

.nav_bg--2023{
  background-color: #67B5B7;
  padding: 3rem 1rem 1rem;
}

.nav_bg_in--2023{
  padding: 3rem 1rem 1rem;
}



.nav_container--2023{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  flex-direction:row;
}

.nav_item--2023{
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 2rem;
  color: #FFF;
  margin: 0.5rem 0;
}

.nav_item_in--2023{
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 2rem;
  color: #333333;
  margin: 0.5rem 0;
  
}

@media screen and (min-width: 769px) {

  .nav_container--2023{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    flex-direction:column;
    height: 110px;
  }


  .nav_item--2023{
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
    width: 30%;
    font-size: 1.9rem;
    color: #FFF;
    margin: 0.5rem 0;
  }

  .nav_item_in--2023{
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
    width: 30%;
    font-size: 1.9rem;
    color: #333333;
    margin: 0.5rem 0;
  }
}

.nav_item_in--2023 a {
  color: #333333;
}

.nav_item--2023 a {
  color: #FFF;
}

.nav_item--2023::before{
  content: url(../img/nav_arrow.png);
  vertical-align: middle;
  padding-right: 5px;
}

.nav_item_in--2023::before{
  content: url(../img/nav_arrow_bk.png);
  vertical-align: middle;
  padding-right: 5px;
}  */



/* interiorgift2024AW
----------------------------------------------------------------- */
#pageContents{
  color: rgb(var(--c-222222));
}

.main-contents a{
  transition: 0.3s;
}
.main-contents a:hover{
  opacity: 0.7;
}

.u-space_sp{
  display: none !important;
}
.u-space_pc{
  display : block !important;
}
@media screen and (max-width: 767px) {
  .u-space_sp{
    display : block !important;
  }
  .u-space_pc{
    display: none !important;
  }
}

.main-ttl{
  background-color: #E3E0D6;
}
.main-ttl h1{
  width: 587px;
  margin: 0 auto;
  padding: 40px 0;
}

#message_slider{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-height: 44.27vw;
}

.slick-slide{
  outline: none;
}

.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #message_slider{
    max-height: 69.334vw;
  }
}


.top-contents{
  max-width: 1100px;
  margin: 72px auto 0;
  padding: 0 10px;
}
.top-contents .banner-gift{
  max-width: 920px;
  margin: 0 auto;
}
.top-interior-contents{
  margin: 120px auto 0;
}
.top-interior-ttl{
  text-align: center;
}
.top-interior-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.top-interior-ttl p{
  padding-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.top-interior-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 62px;
}
.top-interior-nav-link{
  max-width: 504px;
  width: 49%;
  margin-top: 56px;
}
.top-interior-nav-link-top,
.top-interior-nav-link-top-02{
  margin-top: 0;
}
.top-interior-nav-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.top-interior-nav-txt{
  margin-top: 32px;
}
.top-interior-nav-detail{
  font-size: 20px;
  line-height: 1.6;
}
.top-interior-nav-more{
  margin-top: 6px;
  font-size: 16px;
  color: #7B7B7B;
  text-decoration: underline;
}
.top-interior-nav-logo{
  width: 120px;
}

.top-staff-contents{
  margin-top: 70px;
  padding-top: 50px;
}
.top-staff-ttl{
  text-align: center;
}
.top-staff-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.top-staff-ttl p{
  padding-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.top-staff-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
}
.top-staff-nav-link{
  max-width: 246px;
  width: 21.6%;
  margin-top: 52px;
}
.top-staff-nav-link:first-child,
.top-staff-nav-link:nth-child(2),
.top-staff-nav-link:nth-child(3),
.top-staff-nav-link:nth-child(4){
  margin-top: 0;
}
.top-staff-nav-txt{
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}

.footer-interior{
  margin: 120px auto 0;
  padding-bottom: 96px;
  background-color: #E3E0D6;
}
.footer-interior-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 96px;
}
.footer-interior-nav li {
  position: relative;
  padding-right: 16px;
}
.footer-interior-nav li::before{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/footer-interior-line02.png);
  width: 2px;
  height: 64px;
  background-size: cover;
}
.footer-interior-nav li:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../img/footer-interior-line01.png);
  width: 342px;
  height: 2px;
  background-size: cover;
}
.footer-interior-nav li:nth-child(3n){
  padding-right: 0;
}
.footer-interior-nav li:nth-child(3n)::before{
  position: static;
  content: "";
  background-image: none;
}
.footer-interior-nav li a{
  display: inline-block;
  width: 340px;
  margin: 10px 0;
  padding: 24px 0;
  font-size: 14px;
  text-align: center;
}
.footer-interior-nav li span{
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}
.footer-interior-nav li:nth-child(3n) span{
  right: 2px;
}
.footer-interior-nav li .page-arrow{
  transform: translateY(-50%) rotate(-90deg);
}

.footer-interior .banner-gift{
  max-width: 920px;
  width: 85%;
  margin: 54px auto 0;
}
.contents-nav{
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .footer-interior-nav{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-top: 96px;
  }
  .footer-interior-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-interior-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-interior-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/footer-interior-line03.png);
    width: 100%;
    height: 3px;
    background-size: cover;
  }
  .footer-interior-nav li a {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    padding: 14px 0;
    font-size: 14px;
    text-align: left;
  }
  .footer-interior-nav li span {
    right: 10px;
  }
  .footer-interior-nav li:nth-child(3n) span {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-ttl h1{
    width: 58.667vw;
    margin: 0 auto;
    padding: 4.8vw 0;
  }  
  .top-contents{
    max-width: 89.334vw;
    margin: 7.46667vw auto 0;
    padding: 0;
  }
  .top-contents .banner-gift{
    max-width: 122.667vw;
    margin: 0 auto;
  }
  .top-interior-contents{
    margin: 12.8vw auto 0;
  }
  .top-interior-ttl h2{
    font-size: 5.333vw;
  }
  .top-interior-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  .top-interior-nav{
    display: block;
    margin-top: 6.667vw;
  }
  .top-interior-nav-link{
    max-width: none;
    width: 100%;
    margin-top: 8.533vw;
  }
  .top-interior-nav-link-top{
    margin-top: 6.667vw;
  }
  .top-interior-nav-link-top-02{
    margin-top: 8.533vw;
  }
  .top-interior-nav-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 4.267vw;
  }
  .top-interior-nav-txt{
    margin-top: 0;
  }
  .top-interior-nav-detail{
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .top-interior-nav-more{
    margin-top: 2.667vw;
    font-size: 3.2vw;
  }
  .top-interior-nav-logo{
    width: 20vw;
  }
  
  .top-staff-contents{
    margin-top: 9.334vw;
    padding-top: 6.6667vw;
  }
  .top-staff-ttl{
    text-align: center;
  }
  .top-staff-ttl h2{
    font-size: 5.333vw;
    letter-spacing: 0.15em;
  }
  .top-staff-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  .top-staff-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7.467vw;
  }
  .top-staff-nav-link,
  .top-staff-nav-link:nth-child(3),
  .top-staff-nav-link:nth-child(4){
    max-width: none;
    width: 47.612%;
    margin-top: 7.467vw;
  }
  .top-staff-nav-link:first-child,
  .top-staff-nav-link:nth-child(2){
    margin-top: 0;
  }
  .top-staff-nav-txt{
    margin-top: 2.133vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  
  .footer-interior{
    margin: 16vw auto 0;
    padding-bottom: 12.8vw;
    background-color: #E3E0D6;
  }
  .footer-interior-nav{
    display: block;
    width: 89.334vw;
    margin: 0 auto;
    padding-top: 9.6vw;
  }
  .footer-interior-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-interior-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-interior-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/footer-interior-line03.png);
    width: 100%;
    height: 2px;
    background-size: cover;
  }
  .footer-interior-nav li a {
    display: inline-block;
    width: 100%;
    margin: 0 0;
    padding: 4.26667vw 0 3.2vw;
    font-size: 3.067vw;
    text-align: left;
  }
  .footer-interior-nav li span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.3334vw solid transparent;
    border-left: 1.6vw solid black;
    border-bottom: 1.3334vw solid transparent;
  }
  .footer-interior-nav li:nth-child(3n) span {
    right: 0;
  }  
  .footer-interior .banner-gift{
    width: 89.334vw;
    margin: 9.6vw auto 0;
  }
  .contents-nav{
    margin-top: 0;
  }
}

/* interior01 */

/* @media (min-width: 769px) {
  .main-contents a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .main-contents a[href*="tel:"]:hover{
    opacity: 1;
  }
}

.interior-contents-wrapper{
  max-width: 920px;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 46px;
}
.interior-contents{
  margin-top: 110px;
  padding-top: 50px;
}
.interior-contents-top{
  margin-top: 0;
  padding-top: 50px;
}
.interior-contents .interior-ttl{
  text-align: center;
}
.interior-contents .interior-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.interior-contents .interior-ttl p{
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.interior-contents .interior-img{
  margin-top: 56px;
}
.interior-contents .interior-img-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.interior-contents .interior-img-flex p{
  max-width: 452px;
  width: 49.131%;
}
.interior-contents .interior-txt{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.interior-contents .interior-spec{
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #7B7B7B;
}
.interior-contents .interior-detail{
  display: flex;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #7B7B7B;
}
.interior-contents .interior-detail .interior-detail-txt{
  width: 385px;
  margin-right: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.interior-contents .interior-detail .interior-brand{
  font-weight: 700;
}
.interior-contents .interior-detail .interior-place{
  padding-top: 6px;
}
.interior-contents .interior-detail .interior-tel{
  padding-top: 2px;
}
.interior-contents .interior-detail .interior-logo{
  width: 120px;
  margin-right: 48px;
}
.interior-contents .interior-detail .interior-shop{
  width: 320px;
  padding-top: 32px;
}
.interior-contents .interior-staff{
  max-width: 720px;
  margin: 72px auto 0;
}
.footer-interior01{
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .interior-contents-wrapper{
    max-width: none;
    width: 89.334%;
    margin: 0 auto 0;
    padding-top: 6.13334vw;
  }
  .interior-contents{
    margin-top: 9.3334vw;
    padding-top: 6.6667vw;
  }
  .interior-contents-top{
    margin-top: 0;
    padding-top: 6.6667vw;
  }
  .interior-contents .interior-ttl{
    text-align: center;
  }
  .interior-contents .interior-ttl h2{
    font-size: 5.333vw;
  }
  .interior-contents .interior-ttl p{
    margin-top: 4.267vw;
    font-size: 3.733vw;
  }
  .interior-contents .interior-img{
    margin-top: 7.467vw;
  }
  .interior-contents .interior-img-flex{
    display: block;
    margin-top: 0;
  }
  .interior-contents .interior-img-flex p{
    max-width: none;
    width: 100%;
    margin-top: 2.133vw;
  }
  .interior-contents .interior-txt{
    margin-top: 6.933vw;
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .interior-contents .interior-spec{
    margin-top: 4.267vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .interior-contents .interior-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7.467vw;
    padding-top: 5.333vw;
    border-top: 1px solid #7B7B7B;
  }
  .interior-contents .interior-detail .interior-detail-txt{
    width: 65.067vw;
    margin-right: 2.133vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.6;
  }
  .interior-contents .interior-detail .interior-brand{
    font-weight: 700;
  }
  .interior-contents .interior-detail .interior-place{
    padding-top: 0.8vw;
  }
  .interior-contents .interior-detail .interior-tel{
    padding-top: 0.267vw;
  }
  .interior-contents .interior-detail .interior-logo{
    width: 20vw;
    margin-right: 0;
  }
  .interior-contents .interior-detail .interior-shop{
    width: 53.333vw;
    margin: 0 auto;
    padding-top: 4.267vw;
  }
  .interior-contents .interior-staff{
    max-width: none;
    margin: 9.6vw auto 0;
  }
  .footer-interior01{
    margin-top: 21.333vw;
  }
} */

/* interior02 */

/* .interior-contents .interior-small-rooms{
  width: 280.5px;
  margin: 0 auto;
}
#interior02 .interior-contents .interior-ttl h2 {
  padding-top: 50px;
}
.footer-interior02{
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .interior-contents .interior-small-rooms{
    width: 42.6667vw;
    margin: 0 auto;
  }
  #interior02 .interior-contents .interior-ttl h2 {
    padding-top: 4.267vw;
  }
  .footer-interior02{
    margin-top: 21.333vw;
  }
} */


/* goods */

/* .goods-contents-wrapper{
  max-width: 920px;
  width: 90%;
  margin: 96px auto 0;
}
.goods-page-ttl{
  text-align: center;
}
.goods-page-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.goods-page-ttl p{
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.goods-contents{
  margin-top: 120px;
}
.goods-contents-top{
  margin-top: 96px;
}
.goods-contents .goods-logo{
  width: 120px;
  margin: 0 auto;
}
.goods-contents .goods-ttl{
  margin: 8px auto 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.075em;
}
.goods-contents .goods-img{
  margin: 40px auto 0;
  width: 100%;
}
.goods-contents .goods-txt{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.goods-contents .goods-spec{
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #7B7B7B;
}
.goods-contents .goods-detail{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #7B7B7B;
}
.goods-contents .goods-detail .goods-detail-txt{
  width: 538px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.goods-contents .goods-detail .goods-brand{
  font-weight: 700;
}
.goods-contents .goods-detail .goods-place{
  padding-top: 6px;
}
.goods-contents .goods-detail .goods-tel{
  padding-top: 2px;
}
.goods-contents .goods-detail .goods-shop{
  width: 320px;
  margin-right: 30px;
}
.footer-goods{
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .goods-contents-wrapper {
    max-width: none;
    width: 89.334%;
    margin: 12.8vw auto 0;
  }
  .goods-page-ttl h2 {
    font-size: 5.333vw;
  }
  .goods-page-ttl p {
    margin-top: 4.267vw;
    font-size: 3.733vw;
  }
  .goods-contents {
    margin-top: 9.6vw;
  }
  .goods-contents-top {
    margin-top: 7.467vw;
  }
  .goods-contents .goods-logo {
    width: 26.667vw;
    margin: 0 auto;
  }
  .goods-contents .goods-ttl {
    margin: 1.06667vw auto 0;
    font-size: 4.267vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .goods-contents .goods-img {
    margin: 7.4667vw auto 0;
    width: 100%;
  }
  .goods-contents .goods-txt {
    margin-top: 7.467vw;
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .goods-contents .goods-spec {
    margin-top: 4.267vw;
    font-size: 3.2vw;
    line-height: 1.6;
    color: #7B7B7B;
  }
  .goods-contents .goods-detail {
    display: block;
    margin-top: 7.467vw;
    padding-top: 5.333vw;
    border-top: 1px solid #7B7B7B;
  }
  .goods-contents .goods-detail .goods-detail-txt {
    width: 100%;
    font-size: 3.2vw;
  }
  .goods-contents .goods-detail .goods-shop {
    width: 53.333vw;
    margin: 8vw auto 0;
  }
  .footer-goods{
    margin-top: 16vw;
  }
} */

/* column */

/* .column-contents-wrapper{
  max-width: 1080px;
  width: 90%;
  margin: 96px auto 0;
}
.column-staff-ttl{
  font-size: 36px;
  letter-spacing: 0.15em;
  text-align: center;
}
.column-main-img{
  margin-top: 60px;
}
.column-ttl-wrapper{
  margin-top: 56px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.column-ttl-wrapper .column-ttl{
  font-size: 36px;
}
.column-ttl-wrapper .column-person{
  margin-top: 16px;
  font-size: 20px;
}
.column-contents-inner{
  max-width: 800px;
  width: 90%;
  margin: 96px auto 0;
}
.column-contents-txt01{
  margin-top: 56px;
  font-size: 16px;
  line-height: 1.8;
}
.column-contents-txt01 p{
  margin-top: 40px;
  text-indent: 1em;
}
.column-contents-img02{
  margin-top: 96px;
}
.column-contents-txt02{
  margin-top: 56px;
  font-size: 16px;
  line-height: 1.8;
}
.column-contents-txt02 p{
  margin-top: 30px;
  text-indent: 1em;
}
.column-contents-txt02 p:first-child{
  font-size: 24px;
  text-indent: 0;
}
.column-detail{
  max-width: 1080px;
  margin: 120px auto 0;
  padding-top: 16px;
  border-top: 1px solid #707070;
}
.column-detail-inner{
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
.column-detail-inner .column-icon{
  max-width: 160px;
}
.column-detail-inner .column-detail-txt{
  width: 384px;
  margin-left: 12px;
  padding-top: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}
.column-detail-inner .column-detail-txt p{
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
}
.column-detail-inner .column-detail-txt p:first-child{
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.column-detail-inner .column-detail-txt p:nth-child(2){
  padding-top: 6px;
}
.column-detail-inner .column-shopinfo{
  max-width: 320px;
  margin-top: 54px;
}
.column-detail-inner-attention{
  max-width: 940px;
}
.column-detail-inner .column-detail-txt-attention{
  width: 420px;
  margin-left: 6px;
}


@media screen and (max-width: 767px) {
  .column-contents-wrapper{
    max-width: none;
    width: 100%;
    margin: 0 auto 0;
  }
  .column-staff-ttl{
    font-size: 5.333vw;
    margin-top: 8vw;
  }
  .column-main-img{
    margin-top: 8vw;
  }
  .column-ttl-wrapper{
    width: 89.334%;
    margin: 7.4667vw auto 0;
  }
  .column-ttl-wrapper .column-ttl{
    font-size: 5.333vw;
  }
  .column-ttl-wrapper .column-person{
    margin-top: 2.133vw;
    font-size: 3.2vw;
  }
  .column-contents-inner{
    max-width: none;
    width: 89.334%;
    margin: 9.6vw auto 0;
  }
  .column-contents-txt01{
    margin-top: 7.467vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .column-contents-txt01 p{
    margin-top: 6.133vw;
    text-indent: 1em;
  }
  .column-contents-img02{
    margin-top: 15.2vw;
  }
  .column-contents-txt02{
    margin-top: 7.467vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .column-contents-txt02 p{
    margin-top: 5.333vw;
    text-indent: 1em;
  }
  .column-contents-txt02 p:first-child{
    font-size: 4.267vw;
    text-indent: 0;
  }
  .column-contents-txt02 p:nth-child(2){
    margin-top: 4.267vw;
  }
  .column-detail{
    max-width: none;
    width: 89.334%;
    margin: 12vw auto 0;
    padding-top: 5.333vw;
    border-top: 1px solid #707070;
  }
  .column-detail-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: none;
    margin: 0 auto;
  }
  
  .column-detail-inner .column-icon{
    max-width: 20vw;
    order: 2;
  }
  .column-detail-inner .column-detail-txt{
    width: 65.067vw;
    margin-left: 0;
    padding-top: 0;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    order: 1;
  }
  .column-detail-inner .column-detail-txt p{
    padding-top: 0.533vw;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .column-detail-inner .column-detail-txt p:first-child{
    padding-top: 0;
    font-size: 3.2vw;
    font-weight: 700;
  }
  .column-detail-inner .column-detail-txt p:nth-child(2){
    padding-top: 1.867vw;
  }
  .column-detail-inner .column-shopinfo{
    max-width: 53.333vw;
    margin: 4.2667vw auto 0;
    order: 3;
  }
  .column-detail-inner-attention{
    max-width: none;
  }
  .column-detail-inner .column-detail-txt-attention{
    width: 65.067vw;
    margin-left: 0;
  }
} */


/* gift */
/* 
.gift-main-ttl h1 {
  width: 438px;
  margin: 0 auto;
  padding: 40px 0;
}
#gift .top-contents .banner-interior {
  max-width: 920px;
  margin: 0 auto;
}
#gift .top-gift-contents{
  margin-top: 120px;
}
#gift .top-gift-ttl{
  font-size: 36px;
  letter-spacing: 0.15em;
  text-align: center;
}
#gift .top-gift-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
#gift .top-gift-nav-link{
  max-width: 246px;
  width: 21.6%;
  margin-top: 52px;
}
#gift .top-gift-nav-link:first-child,
#gift .top-gift-nav-link:nth-child(2),
#gift .top-gift-nav-link:nth-child(3),
#gift .top-gift-nav-link:nth-child(4){
  margin-top: 0;
}
#gift .top-gift-nav-txt{
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#gift .top-gift-nav-all{
  width: 416px;
  margin: 72px auto 0;
  text-align: center;
}
#gift .top-gift-nav-all a{
  display: block;
  position: relative;
  font-size: 18px;
  padding: 16px 0;
  background-color: #E3E0D6;
}
#gift .top-gift-nav-all a span {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}

.footer-gift{
  margin: 160px auto 0;
  padding-bottom: 96px;
  background-color: #E3E0D6;
}
.footer-gift-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 86px;
}
.footer-gift-nav li {
  position: relative;
  padding-right: 18px;
}
.footer-gift-nav li::before{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/gift/footer-gift-line02.png);
  width: 2px;
  height: 63px;
  background-size: cover;
}
.footer-gift-nav li:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../img/gift/footer-gift-line01.png);
  width: 248px;
  height: 2px;
  background-size: cover;
}
.footer-gift-nav li:nth-child(4n){
  padding-right: 0;
}
.footer-gift-nav li:nth-child(4n)::before{
  position: static;
  content: "";
  background-image: none;
}
.footer-gift-nav li a{
  display: inline-block;
  width: 246px;
  margin: 6px 0;
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.footer-gift-nav li span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}
.footer-gift-nav li:nth-child(4n) span{
  right: 4px;
}
.footer-gift-nav li .page-arrow{
  transform: translateY(-50%) rotate(-90deg);
}
.footer-gift .banner-interior{
  max-width: 920px;
  width: 85%;
  margin: 56px auto 0;
} */

/* .u-br_sp{
  display: none !important;
}
.u-br_pc{
  display : block !important;
}
@media screen and (max-width: 1100px) {
  .u-br_sp{
    display : block !important;
  }
  .u-br_pc{
    display: none !important;
  }

  .footer-gift-nav{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-top: 96px;
  }
  .footer-gift-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-gift-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-gift-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/gift/footer-gift-line03.png);
    width: 100%;
    height: 3px;
    background-size: cover;
  }
  .footer-gift-nav li a {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    padding: 14px 0;
    font-size: 14px;
    text-align: left;
  }
  .footer-gift-nav li span {
    right: 10px;
  }
  .footer-gift-nav li:nth-child(4n) span {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .gift-main-ttl h1 {
    width: 43.867vw;
    margin: 0 auto;
    padding: 4.8vw 0;
  }  
  #gift .top-contents{
    max-width: 89.334vw;
    margin: 7.46667vw auto 0;
    padding: 0;
  }
  #gift .top-contents .banner-gift{
    max-width: 122.667vw;
    margin: 0 auto;
  }
  #gift .top-gift-contents{
    margin: 16vw auto 0;
  }
  #gift .top-gift-contents-top{
    margin: 12.8vw auto 0;
  }
  #gift .top-gift-ttl h2{
    font-size: 5.333vw;
  }
  #gift .top-gift-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  #gift .top-gift-ttl{
    font-size: 5.3334vw;
    text-align: center;
  }
  #gift .top-gift-ttl h2{
    font-size: 5.333vw;
    letter-spacing: 0.15em;
  }
  #gift .top-gift-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  #gift .top-gift-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7.467vw;
  }
  #gift .top-gift-nav-link,
  #gift .top-gift-nav-link:nth-child(3),
  #gift .top-gift-nav-link:nth-child(4){
    max-width: none;
    width: 47.612%;
    margin-top: 7.467vw;
  }
  #gift .top-gift-nav-link:first-child,
  #gift .top-gift-nav-link:nth-child(2){
    margin-top: 0;
  }
  #gift .top-gift-nav-txt{
    margin-top: 2.133vw;
    font-size: 2.9334vw;
    line-height: 1.6;
  }
  #gift .top-gift-nav-all {
    width: 74.667vw;
    margin: 9.6vw auto 0;
    text-align: center;
  }
  #gift .top-gift-nav-all a {
    font-size: 3.2vw;
    padding: 4.2667vw 0;
  }
  #gift .top-gift-nav-all a span {
    right: 2.1334vw;
    border-top: 1.3334vw solid transparent;
    border-left: 1.6vw solid black;
    border-bottom: 1.3334vw solid transparent;
  }
  
  .footer-gift{
    margin: 16vw auto 0;
    padding-bottom: 12.8vw;
    background-color: #E3E0D6;
  }
  .footer-gift-nav{
    display: block;
    width: 89.334vw;
    margin: 0 auto;
    padding-top: 9.6vw;
  }
  .footer-gift-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-gift-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-gift-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/gift/footer-gift-line03.png);
    width: 100%;
    height: 2px;
    background-size: cover;
  }
  .footer-gift-nav li a {
    display: inline-block;
    width: 100%;
    margin: 0 0;
    padding: 4.26667vw 0 3.2vw;
    font-size: 3.067vw;
    text-align: left;
  }
  .footer-gift-nav li span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.3334vw solid transparent;
    border-left: 1.6vw solid black;
    border-bottom: 1.3334vw solid transparent;
  }
  .footer-gift-nav li:nth-child(4n) span {
    right: 0;
  }  
  .footer-gift .banner-gift{
    width: 89.334vw;
    margin: 9.6vw auto 0;
  }

} */

/* gift01 */

/* .gift-contents-wrapper{
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
.gift-contents{
  margin-top: 64px;
  padding-top: 96px;
}
.gift-contents-top{
  margin-top: 0;
  padding-top: 96px;
}
.gift-contents-ttl{
  text-align: center;
}
.gift-contents-ttl h2{
  font-size: 36px;
}
.gift-contents-ttl p{
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
}

.gift-goods{
  margin-top: 70px;
  padding-top: 50px;
}
.gift-goods-top{
  margin-top: 46px;
  padding-top: 50px;
}
.gift-lead .gift-icon{
  width: 120px;
  margin: 0 auto;
}
.gift-lead .gift-ttl{
  margin-top: 8px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.075em;
}
.gift-lead .gift-img{
  margin-top: 40px;
}
.gift-goods-introduce{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.gift-goods-introduce .gift-goods-txt{
  width: 688px;
  line-height: 1.8;
}
.gift-goods-introduce .gift-goods-txt p{
  font-size: 16px;
}
.gift-goods-introduce .gift-goods-txt ul{
  margin-top: 12px;
  font-size: 14px;
  color: #7B7B7B;
}
.gift-goods-introduce .gift-goods-img{
  width: 200px;
}
.gift-detail{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #7B7B7B;
}
.gift-detail-txt{
  width: 538px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.gift-detail-txt .gift-brand{
  font-weight: 700;
}
.gift-detail-txt .gift-place{
  padding-top: 6px;
}
.gift-detail-txt .gift-tel{
  padding-top: 2px;
}
.gift-shop{
  max-width: 320px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .gift-contents-wrapper{
    max-width: none;
    width: 89.334%;
    margin: 0 auto;
    padding: 0;
  }
  .gift-contents{
    margin-top: 3.2vw;
    padding-top: 12.8vw;
  }
  .gift-contents-top{
    margin-top: 0;
    padding-top: 12.8vw;
  }
  .gift-contents-ttl{
    text-align: center;
  }
  .gift-contents-ttl h2{
    font-size: 5.333vw;
  }
  .gift-contents-ttl p{
    margin-top: 4.267vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  
  .gift-goods{
    margin-top: 2.9334vw;
    padding-top: 6.6667vw;
  }
  .gift-goods-top{
    margin-top: 0.8vw;
    padding-top: 6.6667vw;
  }
  .gift-lead .gift-icon{
    width: 26.667vw;
    margin: 0 auto;
  }
  .gift-lead .gift-ttl{
    margin-top: 1.067vw;
    font-size: 4.267vw;
    text-align: center;
    letter-spacing: 0.075em;
  }
  .gift-lead .gift-img{
    margin-top: 5.333vw;
  }
  .gift-goods-introduce{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.333vw;
  }
  .gift-goods-introduce .gift-goods-txt{
    width: auto;
    line-height: 1.8;
  }
  .gift-goods-introduce .gift-goods-txt p{
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .gift-goods-introduce .gift-goods-txt .gift-goods-txt-flex-sp{
    display: flex;
    justify-content: space-between;
    margin-top: 4.267vw;
  }
  .gift-goods-introduce .gift-goods-txt ul{
    width: 59.467vw;
    margin-top: 0;
    font-size: 3.2vw;
    color: #7B7B7B;
    line-height: 1.6;
  }
  .gift-goods-introduce .gift-goods-txt .gift-goods-img{
    width: 26.667vw;
  }
  .gift-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 7.467vw;
    padding-top: 5.333vw;
    border-top: 1px solid #7B7B7B;
  }
  .gift-detail-txt{
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
  .gift-detail-txt .gift-brand{
    font-weight: 700;
  }
  .gift-detail-txt .gift-place{
    padding-top: 1.333vw;
  }
  .gift-detail-txt .gift-tel{
    padding-top: 0.267vw;
  }
  .gift-shop{
    max-width: 53.333vw;
    margin: 7.7334vw auto 0;
  }
} */

/* gift02 */

/* #gift02 .gift-goods-introduce {
  display: block;
  margin-top: 40px;
}
#gift02 .gift-goods-introduce .gift-goods-txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gift02 .gift-goods-introduce {
    display: block;
    margin-top: 5.333vw;
  }
  #gift02 .gift-goods-introduce .gift-goods-txt {
    width: 100%;
  }
  #gift02 .gift-goods-introduce .gift-goods-txt ul {
    margin-top: 3.4667vw;
  }
} */


/* js-lozad
----------------------------------------------------------------- */
.js-lozad {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.js-lozad--show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-pagetop
----------------------------------------------------------------- */
.c-pagetop {
  display: none;
  width: 38px;
  height: 38px;
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 5.333vw;
  right: 5.333vw;
}

@media screen and (min-width: 769px) {
  .c-pagetop {
    bottom: 3.703vw;
    right: 3.703vw;
  }
}

@media screen and (min-width: 1081px) {
  .c-pagetop {
    bottom: 40px;
    right: 40px;
  }
}




/* 20240123 interior2024SS */

:root {

  /* var color */
  --c-ffffff: 255, 255, 255;
  --c-000000: 0, 0, 0;
  --c-222222: 34, 34, 34;
  --c-333333: 51, 51, 51;
  --c-f5eee5: 245, 238, 229;
  --c-bac5bc: 186, 197, 188;
  --c-181000: 24, 16, 0;
  --c-707070: 112, 112, 112;
  --c-e5d8c8: 229, 216, 200;
  --c-f4f2d4: 244, 242, 212;
  --c-f2f0ed: 242, 240, 237;
  --c-535353: 83, 83, 83;
  --c-eae7e2: 234, 231, 226;
  --c-f6f4b0: 246, 244, 176;

  /* var font */
  --f-ntj: 'Noto Sans JP', sans-serif;
  --f-sg: 'Sawarabi Gothic', sans-serif;
  --f-sm: 'Shippori Mincho', serif;
  --f-smb: 'Shippori Mincho B1', serif;

}

/* fonts */
.f-ntj-r {
  font-family: var(--f-ntj);
  font-weight: 400;
}
.f-ntj-m {
  font-family: var(--f-ntj);
  font-weight: 500;
}
.f-ntj-b {
  font-family: var(--f-ntj);
  font-weight: 700;
}
.f-ntj-bl {
  font-family: var(--f-ntj);
  font-weight: 900;
}
.f-sg {
  font-family: var(--f-sg);
  font-weight: 400;
}
.f-sm-r {
  font-family: var(--f-sm);
  font-weight: 400;
}
.f-sm-m {
  font-family: var(--f-sm);
  font-weight: 500;
}
.f-sm-b {
  font-family: var(--f-sm);
  font-weight: 700;
}
.f-smb-r {
  font-family: var(--f-smb);
  font-weight: 400;
}
.f-smb-m {
  font-family: var(--f-smb);
  font-weight: 500;
}
.f-smb-b {
  font-family: var(--f-smb);
  font-weight: 700;
}

/* components */
.c-inner {
  margin-inline: auto;
  padding-inline: 50px;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .c-inner {
    margin-inline: auto;
    padding-inline: 0;
    max-width: none;
    width: 87.2%;
  }
}
.c-ls-zero {
  letter-spacing: 0;
}
.c-ls-minus {
  letter-spacing: -0.025em;
}
.mi-la {
  margin-inline: auto 0;
}
.mi-ra {
  margin-inline: 0 auto;
}


.contents-nav,
.breadcrumb,
.global-footer {
  position: relative;
  z-index: 1;
}
.global-footer {
  background: rgb(var(--c-ffffff));
}


.sp-video {
  width: 100%;
  display: block;
}
.pc-video {
  display: none;
}
@media screen and (min-width: 751px) {
  .sp-video {
    display: none;
  }
  .pc-video {
    width: 100%;
    display: block;
  }

}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}


.mv__video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {

}

.lead {
  padding-block: 92px 100px;
  background: rgb(var(--c-f2f0ed));
  text-align: center;
  color: rgb(var(--c-222222));
}
.lead .lead__title {
  margin-inline: auto;
  width: fit-content;
  font-size: 36px;
  line-height: 1.944;
  letter-spacing: 0.4em;
}
.lead .lead__text {
  max-width: 700px;
  width: 70%;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 1001px) and (max-width: 1280px) {

}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .lead {
    padding-block: 9.2vw 10vw;
  }
  .lead .lead__title {
    font-size: 3.6vw;
  }
  .lead .lead__text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 750px) {
  .lead {
    padding-block: 13.33vw 13.33vw;
  }
  .lead .lead__title {
    font-size: 5.8667vw;
  }
  .lead .lead__text {
    width: 87.2%;
    margin-top: 1em;
    font-size: 4.267vw;
    line-height: 1.6;
    letter-spacing: 0.05em;;
  }
}



/* 追従ボタン */
.openbtn {
	position: fixed;
  bottom: 11%;
  right: 60px;
	/* display: flex; */
  display: none;
	align-items: center;
	justify-content: center;
	width: 100px;
  height: 128px;
	z-index: 500;
  cursor: pointer;
  pointer-events: all;
}

.hidden {
  animation: fade .2s ease-in-out forwards;
  pointer-events:none;
}

@keyframes fade {
  from {
      opacity: 1;
  }

  to {
      opacity: 0;
  }
}

.visible {
  animation: fadeOut .2s ease-in-out forwards;
  pointer-events:all;/* 重要 */
}

@keyframes fadeOut {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}


/* ナビゲーション */
.g-nav{
  position: fixed;
    z-index: 999;
    bottom: -120%;
    left:0;
    width: 100%;
    height: 278px;
    background: rgb(var(--c-f4f2d4));
    transition: all 0.6s;
}

.g-nav.panelactive{
  bottom: 0;
}

.g-nav-wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}

.g-nav-wrapper .closebtn{
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 0;
  cursor: pointer;
  pointer-events: all;
}

.g-nav-inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 760px;
  padding-block: 60px 60px;
  margin: auto;
}

.g-nav-inner .rooms-list{
  max-width: 200px;
  width: 26.3%;
  margin: auto;
}

.g-nav-inner ul{
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-inline: auto;
}

.g-nav-inner ul li{
    max-width: 240px;
    width: 31.58%;
}

/* page-link */

.page-link{
  background: rgb(var(--c-f4f2d4));
  padding-block: 80px;
}

.page-link ul{
  max-width: 1020px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-inline: auto;
}

.page-link ul li{
  max-width: 240px;
  width: 23.53%;
}

.page-link ul li a,
.g-nav-inner ul li a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 13px;
  position: relative;
  border-left: 1px solid rgb(var(--c-222222));
  border-bottom: 1px solid rgb(var(--c-222222));
}

.page-link ul li a:not(.link-top),
.g-nav-inner ul li a{
  padding-left: 32px;
}

.page-link ul li a.link-top img{
  width: 41.667%;
  padding-left: 13px;
}

.page-link ul li a::after,
.g-nav-inner ul li a::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: auto 0;
  background: url(../img/anchor-arrow-next.svg) no-repeat;
  background-size: 100% auto;
  width: 15px;
  aspect-ratio: 30 / 18.7;
}

.page-link ul li a::before,
.g-nav-inner ul li a::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  margin: auto 0;
}

.page-link ul li a.no-0::before,
.g-nav-inner ul li a.no-0::before{
  background: url('../img/btn-top-page.svg') no-repeat;
  background-size: 100% auto;
  width: 41.667%;
}

.page-link ul li a.no-r1::before,
.g-nav-inner ul li a.no-r1::before{
  background: url('../img/no-r1.svg') no-repeat;
  background-size: 100% auto;
}

.page-link ul li a.no-r2::before,
.g-nav-inner ul li a.no-r2::before{
  background: url('../img/no-r2.svg') no-repeat;
  background-size: 100% auto;
}

.page-link ul li a.no-r3::before,
.g-nav-inner ul li a.no-r3::before{
  background: url('../img/no-r3.svg') no-repeat;
  background-size: 100% auto;
}

.page-link ul li a.no-r4::before,
.g-nav-inner ul li a.no-r4::before{
  background: url('../img/no-r4.svg') no-repeat;
  background-size: 100% auto;
}

.page-link ul li a.no-r5::before,
.g-nav-inner ul li a.no-r5::before{
  background: url('../img/no-r5.svg') no-repeat;
  background-size: 100% auto;
}

.page-link ul li a.no-r6:before,
.g-nav-inner ul li a.no-r6::before{
  background: url('../img/no-r6.svg') no-repeat;
  background-size: 100% auto;
}

.page-link ul li a.no-r7:before,
.g-nav-inner ul li a.no-r7::before{
  background: url('../img/no-r7.svg') no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

  .g-nav-inner ul{
    width: 90%;
    gap: 30px 20px;
  }
  
  .g-nav-inner ul li{
    width: calc(calc(100% - 40px) / 3);
  }

  .page-link ul{
    width: 90%;
    gap: 30px 20px;
    margin-inline: auto;
  }

  .page-link ul li{
    width: calc(calc(100% - 60px) / 4);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
  .openbtn {
    right: 40px;
  }

  .g-nav-inner ul{
    width: 90%;
    gap: 30px 20px;
  }
  
  .g-nav-inner ul li{
    width: calc(calc(100% - 40px) / 3);
    font-size: 1.3vw;
  }

  .page-link ul{
    width: 90%;
    gap: 30px 20px;
    margin-inline: auto;
  }

  .page-link ul li{
    width: calc(calc(100% - 60px) / 4);
    font-size: 1.3vw;
  }

}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  .openbtn {
    right: 40px;
  }
  .g-nav{
    position: fixed;
    z-index: 999;
    bottom: -120%;
    left:0;
    width: 100%;
    height: 360px;
    background: rgb(var(--c-f4f2d4));
    transition: all 0.6s;
  }
  
  .g-nav-wrapper .closebtn{
    right: 40px;
  }
  
  .g-nav-inner ul{
    max-width: none;
    width: calc(100% - 120px);
  }
  
  .g-nav-inner ul li{
    width: calc(calc(100% - 20px) / 2);
    font-size: 1.3vw;
  }
  
  /* page-link */ 
  .page-link ul{
    max-width: 500px;
    width: 90%;
    margin: auto;
  }
  
  .page-link ul li{
    max-width: none;
    width: calc(calc(100% - 20px) / 2);
    font-size: 1.3vw;
  }
  
  .page-link ul li a.link-top img{
    width: 35%;
  }

}

@media screen and (max-width: 750px) {
  /* 追従ボタン */
  .openbtn {
    position: fixed;
    bottom: 11%;
    right: 3.46667vw;
    width: 18.667vw;
    height: 24.08vw;
  }

  /* ナビゲーション */
  .g-nav{
    position: fixed;
      z-index: 999;
      bottom: -120%;
      left:0;
      width: 100%;
      height: 67.4667vw;
      background: rgb(var(--c-f4f2d4));
      transition: all 0.6s;
  }

  .g-nav.panelactive{
    bottom: 0;
  }

  .g-nav-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
  }

  .g-nav-wrapper .closebtn{
    position: absolute;
    right: 6.4%;
    top: 8vw;
    transform: translateY(0);
    margin: auto 0;
    cursor: pointer;
    pointer-events: all;
  }

  .g-nav-inner{
    display: flex;
    flex-direction: column;
    gap: 5.333vw;
    padding-block: 8vw 8vw;
    margin: auto;
  }

  .g-nav-inner .rooms-list{
    max-width: none;
    width: 44vw;
  }

  .g-nav-inner ul{
    width: 87.2%;
    gap: 4.8vw 3.4667vw;
  }

  .g-nav-inner ul li{
      max-width: none;
      width: calc(calc(100% - 3.4667vw) / 2);
  }

  /* page-link */

  .page-link{
    padding-block: 8vw;
  }

  .page-link ul{
    width: 87.2%;
    gap: 5.333vw 3.4667vw;
  }

  .page-link ul li{
    max-width: none;
    width: calc(calc(100% - 3.4667vw) / 2);
  }

  .page-link ul li a,
  .g-nav-inner ul li a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 10.6667vw;
    font-size: 2.9333vw;
    line-height: 1.5454;
  }

  .page-link ul li a:not(.link-top),
  .g-nav-inner ul li a{
    padding-left: 8.5333vw;
  }

  .page-link ul li a.link-top img{
    width: 53%;
    padding-left: 3vw;
  }

  .page-link ul li a::after,
  .g-nav-inner ul li a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto 0;
    background: url(../img/anchor-arrow-next.svg) no-repeat;
    background-size: 100% auto;
    width: 10px;
    aspect-ratio: 981 / 613;
  }

  .page-link ul li a::before,
  .g-nav-inner ul li a::before{
    content: '';
    position: absolute;
    width: 2.6667vw;
    height: 3.8vw;
    top: 50%;
    transform: translateY(-50%);
    left: 3vw;
    margin: auto 0;
  }

  .page-link ul li a.no-0::before,
  .g-nav-inner ul li a.no-0::before{
    width: 53%;
  }

}








/* gift2026SS */

:root {
  --color-base-white: 255 255 255;
  --color-base-black: 0 0 0;
  --color-base-text: 49 49 49;
  --color-base-link: 7 51 172;
  --color-base-tag: 234 234 234;
  --color-base-line: 227 227 227;
  --color-base-bg: 246 241 214;
  --color-base-box: 112 112 112;

  --color-slide-active: 49 49 49;
  --color-slide-inactive: 197 197 197;

  --color-nav-line: 9 139 66;

  --border-radius-max: 100vmax;

  --font-mincho: "Shippori Mincho B1", serif;
  --font-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-serif: "Libre Baskerville", serif;

  --font-regular: 400;
  --font-medium: 500;
  --font-bold: 700;

  --z-index-default: 0;
  --z-index-cursor: 5;
  --z-index-main: 10;
}


.u-font-mincho {
  font-family: var(--font-mincho);
}
.u-font-gothic {
  font-family: var(--font-gothic);
}
.u-font-serif {
  font-family: var(--font-serif);
}
.u-space-init {
  letter-spacing: 0 !important;
}
.u-space-half {
  letter-spacing: -0.05em !important;
}
.u-space-ohf {
  letter-spacing: 0.125em !important;
}
.u-space-th {
  letter-spacing: 0.2em !important;
}

button {
  margin: unset;
  padding: unset;
  border: unset;
}

.c-btn__more {
  position: relative;
  display: grid;
  place-content: center;
  padding-inline: 17px;
  width: 39.187%;
  aspect-ratio: 262/52;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: var(--font-serif);
  color: rgb(var(--color-base-white));
  background-color: rgba(var(--color-base-text) / .65);
  border-radius: var(--border-radius-max);
  cursor: pointer;
}
.c-btn__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9.1604%;
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 16/9;
  background-image: url(../img/btn_more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.6s ease-in-out;
}
.c-btn__more[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 750px) {
  .c-btn__more {
    padding-inline: 3.2vw;
    font-size: 2.933vw;
  }
  .c-btn__more::after {
    width: 2.1334vw;
  }
}



#headjs {
  background-color: var(--color-ffffff, #ffffff);
}

#home .l-outline {
  display: none;
  place-content: center;
  padding-block: 1rem;
  padding: 16rem 60px 1rem;
  height: 100vh;
}
#home .p-outline__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 247px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#home .p-outline__wrap > p > a {
  display: block;
  transition: opacity 0.3s ease-in !important;
}
#home .p-outline__wrap > p > a:hover,
#home .l-outline__wrap > p > a:focus-visible {
  opacity: 0.5 !important;
}
#home .p-outline__list {
  margin-top: 12.956%;
}
#home .p-outline__list li {
  padding-block: 3.239%;
}
#home .p-outline__list li a {
  position: relative;
  font-size: clamp(10px, 1vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--color-ffffff, #ffffff);
  transition: opacity 0.3s ease-in !important;
}
#home .p-outline__list li a:hover,
#home .p-outline__list li a:focus-visible {
  opacity: 0.5 !important;
}

#home .l-nav {
  display: none;
  place-content: center;
  padding: 16rem 60px 1rem;
  height: 100vh;
  margin-inline: auto 0;
}
#home .l-nav__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 327px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#home .p-nav-common > ul {
  display: grid;
  grid-template-columns: repeat(3, 29.043%);
  justify-content: space-between;
  margin-top: 5.941%;
}
#home .p-nav-common > ul > li > a {
  display: block;
}
#home .p-nav-common > ul > li > a > span:nth-of-type(1) {
  position: relative;
  display: block;
  overflow: clip;
}
#home .p-nav-common > ul > li > a > span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-ffffff, #ffffff);
}
#home .p-nav-common > ul > li > a > span:nth-of-type(1) > img {
  transition: transform 0.2s ease-in;
}
#home .p-nav-common > ul > li > a:hover > span:nth-of-type(1) > img,
#home .p-nav-common > ul > li > a:focus-visible > span:nth-of-type(1) > img {
  transform: scale(1.1);
}
#home .p-nav__list {
  margin-top: 9.901%;
}
#home .p-nav__list li a {
  display: block;
  transition: opacity 0.3s ease-in;
}
#home .p-nav__list li a:hover,
#home .p-nav__list li a:focus-visible {
  opacity: 0.5;
}
@media screen and (min-width: 751px) {
  #home .l-outline {
    display: grid;
    width: calc(100% - 520px);
  }
  #home .p-outline__wrap {
    max-width: unset;
  }
  #home .p-outline__list li a {
    font-size: min(1.2vw, 10px);
  }

  #home .l-nav {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  #home .p-outline__list li a {
    font-size: min(1.563vw, 16px);
  }
}
@media screen and (min-width: 1024px) {
  #home .l-outline {
    display: grid;
    width: calc(100% - 260px);
  }
  #home .p-outline__wrap {
    max-width: 247px;
  }
  #home .p-outline__list li a {
    font-size: clamp(10px, 1vw, 16px);
  }
  #home .l-nav {
    display: grid;
    width: calc(100% - 260px);
  }
}

#gift .l-outline {
  display: none;
  place-content: center;
  padding-block: 1rem;
  padding: 16rem 60px 1rem;
  height: 100vh;
}
#gift .p-outline__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 330px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#gift .p-outline__wrap > p > a {
  display: block;
  transition: opacity 0.3s ease-in !important;
}
#gift .p-outline__wrap > p > a:hover,
#gift .l-outline__wrap > p > a:focus-visible {
  opacity: 0.5 !important;
}
#gift .p-outline__list {
  margin-top: 7.273%;
}
#gift .p-outline__list li a {
  position: relative;
  padding: 6.6667% 2.122% 6.6667% 0;
  display: grid;
  grid-template-columns: 1fr 7.431%;
  align-items: center;
}
#gift .p-outline__list li a::after {
  content: "";
  aspect-ratio: 1;
  background: url(../img/gift/icon-outline-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
#gift .p-outline__list li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-ffffff, #ffffff);
  left: 0;
  bottom: 0
}
#gift .p-outline__list li a:hover::before,
#gift .p-outline__list li a:focus-visible::before {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  animation: flow-line 0.8s ease infinite;
}
@keyframes flow-line {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}

#gift .l-nav {
  display: none;
  place-content: center;
  padding: 16rem 60px 1rem;
  height: 100vh;
  margin-inline: auto 0;
}
#gift .l-nav__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 327px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#gift .p-nav-common > ul {
  display: grid;
  grid-template-columns: repeat(3, 29.043%);
  justify-content: space-between;
  margin-top: 5.941%;
}
#gift .p-nav-common > ul > li > a {
  display: block;
}
#gift .p-nav-common > ul > li > a > span:nth-of-type(1) {
  position: relative;
  display: block;
  overflow: clip;
}
#gift .p-nav-common > ul > li > a > span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-ffffff, #ffffff);
}
#gift .p-nav-common > ul > li > a > span:nth-of-type(1) > img {
  transition: transform 0.2s ease-in;
}
#gift .p-nav-common > ul > li > a:hover > span:nth-of-type(1) > img,
#gift .p-nav-common > ul > li > a:focus-visible > span:nth-of-type(1) > img {
  transform: scale(1.1);
}
#gift .p-nav__list {
  margin-top: 9.901%;
}
#gift .p-nav__list li a {
  display: block;
  transition: opacity 0.3s ease-in;
}
#gift .p-nav__list li a:hover,
#gift .p-nav__list li a:focus-visible {
  opacity: 0.5;
}
@media screen and (min-width: 751px) {
  #gift .l-outline {
    display: grid;
    width: calc(100% - 520px);
  }
  #gift .l-nav {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #gift .l-outline {
    display: grid;
    width: calc(100% - 260px);
  }
  #gift .l-nav {
    display: grid;
    width: calc(100% - 260px);
  }
}

#kids .l-outline {
  display: none;
  place-content: center;
  padding-block: 1rem;
  padding: 16rem 60px 1rem;
  height: 100vh;
}
#kids .l-outline__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 245px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#kids .l-outline__wrap > p > a {
  display: block;
  transition: opacity 0.3s ease-in !important;
}
#kids .l-outline__wrap > p > a:hover,
#kids .l-outline__wrap > p > a:focus-visible {
  opacity: 0.5 !important;
}
#kids .p-outline__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 16.327%;
  position: relative;
  padding: 11.429% 0;
}
#kids .p-outline__list::before,
#kids .p-outline__list::after{
  display: block;
  content: "";
  background-image: url(../img/kids/nav_line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
}
#kids .p-outline__list::before {
  top: 0;
}
#kids .p-outline__list::after {
  bottom: 0;
}
#kids .p-outline__list li {
  padding-block: 3.266%;
}
#kids .p-outline__list li a {
  position: relative;
  padding: 0 0 6px;
  font-size: clamp(10px, 1vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
  text-align: center;
  color: var(--color-ffffff, #ffffff);
}
#kids .p-outline__list li a:hover,
#kids .p-outline__list li a:focus-visible {
  opacity: 1;
}
#kids .p-outline__list li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-ffffff, #ffffff);
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;

}
#kids .p-outline__list li a:hover::after,
#kids .p-outline__list li a:focus-visible::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#kids .l-nav {
  display: none;
  place-content: center;
  padding: 16rem 60px 1rem;
  height: 100vh;
  margin-inline: auto 0;
}
#kids .l-nav__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 327px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#kids .p-nav-common > ul {
  display: grid;
  grid-template-columns: repeat(3, 29.043%);
  justify-content: space-between;
  margin-top: 5.941%;
}
#kids .p-nav-common > ul > li > a {
  display: block;
}
#kids .p-nav-common > ul > li > a > span:nth-of-type(1) {
  position: relative;
  display: block;
  overflow: clip;
}
#kids .p-nav-common > ul > li > a > span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-ffffff, #ffffff);
}
#kids .p-nav-common > ul > li > a > span:nth-of-type(1) > img {
  transition: transform 0.2s ease-in;
}
#kids .p-nav-common > ul > li > a:hover > span:nth-of-type(1) > img,
#kids .p-nav-common > ul > li > a:focus-visible > span:nth-of-type(1) > img {
  transform: scale(1.1);
}
#kids .p-nav__list {
  margin-top: 9.901%;
}
#kids .p-nav__list li a {
  display: block;
  transition: opacity 0.3s ease-in;
}
#kids .p-nav__list li a:hover,
#kids .p-nav__list li a:focus-visible {
  opacity: 0.5;
}
@media screen and (min-width: 751px) {
  #kids .l-outline {
    display: grid;
    width: calc(100% - 520px);
  }
  #kids .l-outline__wrap {
    max-width: unset;
  }
  #kids .p-outline__list li a {
    font-size: min(1.2vw, 10px);
  }

  #kids .l-nav {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  #kids .p-outline__list li a {
    font-size: min(1.563vw, 16px);
  }
}
@media screen and (min-width: 1024px) {
  #kids .l-outline {
    display: grid;
    width: calc(100% - 260px);
  }
  #kids .l-outline__wrap {
    max-width: 245px;
  }
  #kids .p-outline__list li a {
    font-size: clamp(10px, 1vw, 16px);
  }
  #kids .l-nav {
    display: grid;
    width: calc(100% - 260px);
  }
}

/* @media screen and (min-width: 1400px) {
  .l-outline {
    left: calc(23% - 260px);
  }
  #kids .l-nav__wrap{
    right: calc(23% - 260px);
  }
} */

/*----------------------------------------------------
** index.html
----------------------------------------------------*/

#gift .l-hero {
  position: relative;
  background-color: var(--color-e4e2de, #e4e2de);
}
#gift .l-hero .p-hero-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 7.467%;
}
#gift .l-hero .p-hero-heading .p-hero__logo {
  margin-inline: auto;
  width: 62.667%;
}
#gift .l-hero .p-hero__title {
  margin: 12.8% auto 0;
  width: 82.667%;
}
#gift .l-hero .p-hero-lead {
  padding: 9.6% 6.4% 12.8%;
}
#gift .l-hero .p-hero-lead .p-hero-lead__copy {
  margin-top: 9.786%;
  font-size: 5.334vw;
  font-family: var(--font-mincho);
  font-weight: var(--font-regular);
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-align: center;
}
#gift .l-hero .p-hero-lead .p-hero-lead__text {
  margin-top: 9.786%;
  font-size: 3.467vw;
  font-family: var(--font-mincho);
  font-weight: var(--font-regular);
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #gift .l-hero .p-hero-lead .p-hero-lead__copy {
    font-size: 28px;
  }
  #gift .l-hero .p-hero-lead .p-hero-lead__text {
    font-size: 18px;
  }
}

.l-feature{
  padding-top: 12.8%;
  background-color: var(--color-f1f0ee, #f1f0ee);
}
.l-feature .p-feature__title-main {
  padding-inline: 8.5334%;
}
.l-feature .p-feature__list {
  padding-top: 12.8%;
}
.l-feature .p-feature__group {
  position: relative;
}
.l-feature .p-feature__heading {
  position: absolute;
}
.l-feature .p-feature__group:nth-child(1) .p-feature__heading {
  top: 8.5334vw;
  right: 6.4%;
}
.l-feature .p-feature__group:nth-child(2) .p-feature__heading {
  top: 8.5334vw;
  left: 6.4%;
}
.l-feature .p-feature__group:nth-child(3) .p-feature__heading {
  top: 81.067vw;
  left: 6.4%;
}
.l-feature .p-feature__title {
  display: grid;
  gap: 2.133vw;
}
.l-feature .p-feature__group:nth-child(1) .p-feature__heading .p-feature__title {
  justify-items: end;
}
.l-feature .p-feature__title span {
  display: inline-block;
  width: fit-content;
  padding: 2.667vw 1.6vw 2.667vw 2.667vw;
  font-size: 3.2vw;
  line-height: 1.1539;
  letter-spacing: 0.05em;
  font-family: var(--font-mincho);
  font-weight: var(--font-regular);
  color: rgb(var(--color-base-white));
  background-color: rgba(var(--color-base-text) / .65);
}
.l-feature .p-feature__head .p-feature__btn {
  margin: auto;
}
.l-feature .p-feature__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 10.667% 8.534% 21.334%;
  background-color: var(--color-e4e2de, #e4e2de);
}
.l-feature .p-feature__content .p-feature__head {
  position: relative;
  z-index: 1;
  transition: transform 0.6s ease-in-out;
}
.l-feature .p-feature__content .p-feature__detail {
  position: relative;
  padding-bottom: 0;
  max-height: 21.333vw;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
}
.l-feature .p-feature__content .p-feature__detail::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -0.267vw;
  background: linear-gradient(180deg,rgba(228, 226, 222, 0) 0%, rgba(228, 226, 222, 0.85) 65%, rgba(228, 226, 222, 1) 100%);
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.l-feature .p-feature__content .p-feature__head:has(.p-feature__btn[aria-expanded="true"]) {
  transform: translateY(0);
}
.l-feature .p-feature__content .p-feature__head:has(.p-feature__btn[aria-expanded="true"]) + .p-feature__detail {
  padding-bottom: 6.933vw;
  max-height: 533.333vw;
}
.l-feature .p-feature__content .p-feature__head:has(.p-feature__btn[aria-expanded="true"]) + .p-feature__detail::after {
  opacity: 0;
}
.l-feature .p-feature__text {
  font-size: 3.4667vw;
  line-height: 1.846;
  letter-spacing: 0.025em;
  font-family: var(--font-mincho);
}
.l-feature .p-feature-item .p-feature-item__visual {
  margin-top: 12.862%;
}
.l-feature .p-feature-item .p-feature-item__visual:has(.slide) +  .p-feature-item__spec {
  margin-top: 17.364%;
}
.l-feature .p-feature-item .p-feature-item__spec {
  margin-top: 7.718%;
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-feature .p-feature-item .p-feature-item__note {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-feature .p-feature-item-service {
  display: grid;
  gap: 2.1334vw;
  margin-top: 7.718%;
}
.l-feature .p-feature-item-service .p-feature-item-service__title {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-family: var(--font-serif);
  text-transform: uppercase;
}
.l-feature .p-feature-item-service .p-feature-item-service__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1334vw;
}
.l-feature .p-feature-item-service .p-feature-item-service__tag li {
  padding: 1.0667vw 2.1334vw;
  font-size: 2.667vw;
  line-height: 1;
  font-family: var(--font-gothic);
  border: 1px solid var(--color-222222);
}
.l-feature .p-feature-item-service .p-feature-item-service__attention {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-feature .p-feature-item-info {
  display: grid;
  grid-template-columns: 1fr 24.1158%;
  gap: 4.2667vw;
  margin-top: 7.718%;
}
.l-feature .p-feature-item-info .p-feature-item-info__name a {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
  font-weight: var(--font-weight-medium);
  color: var(--color-222222, #222222);
  text-decoration: underline;
  text-underline-offset: 1.067vw;
  transition: opacity 0.3s ease-in !important;
}
.l-feature .p-feature-item-info .p-feature-item-info__name a:hover,
.l-feature .p-feature-item-info .p-feature-item-info__name a:focus-visible {
  opacity: 0.5 !important;
}
.l-feature .p-feature-item-info .p-feature-item-info__place {
  margin-top: 5.455%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-feature .p-feature-item-info .p-feature-item-info__tel a {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
@media screen and (min-width: 751px) {
  .l-feature .p-feature__group:nth-child(1) .p-feature__heading {
    top: 44px;
  }
  .l-feature .p-feature__group:nth-child(2) .p-feature__heading {
    top: 44px;
  }
  .l-feature .p-feature__group:nth-child(3) .p-feature__heading {
    top: 422px;
  }
  .l-feature .p-feature__title {
    gap: 11px;
  }
  .l-feature .p-feature__title span {
    padding: 14px 8px 14px 14px;
    font-size: 17px;
  }
  .l-feature .p-feature__content .p-feature__detail {
    max-height: 110px;
  }
  .l-feature .p-feature__content .p-feature__detail::after {
    bottom: -1px;
  }
  .l-feature .p-feature__content .p-feature__head:has(.p-feature__btn[aria-expanded="true"]) + .p-feature__detail {
    padding-bottom: 36px;
    max-height: 2760px;
  }
  .l-feature .p-feature__text {
    font-size: 18px;
  }
  .l-feature .p-feature-item .p-feature-item__spec {
    font-size: 17px;
  }
  .l-feature .p-feature-item .p-feature-item__note {
    font-size: 17px;
  }
  .l-feature .p-feature-item-service {
    gap: 11px;
  }
  .l-feature .p-feature-item-service .p-feature-item-service__title {
    font-size: 17px;
  }
  .l-feature .p-feature-item-service .p-feature-item-service__tag {
    gap: 11px;
  }
  .l-feature .p-feature-item-service .p-feature-item-service__tag li {
    padding: 6px 11px;
    font-size: 14px;
  }
  .l-feature .p-feature-item-service .p-feature-item-service__attention {
    font-size: 17px;
  }
  .l-feature .p-feature-item-info {
    gap: 22px;
  }
  .l-feature .p-feature-item-info .p-feature-item-info__name a {
    font-size: 17px;
    text-underline-offset: 6px;
  }
  .l-feature .p-feature-item-info .p-feature-item-info__place {
    font-size: 17px;
  }
  .l-feature .p-feature-item-info .p-feature-item-info__tel a {
    font-size: 17px;
  }
}


.l-selection {
  /* padding: 83px 44px 77px; */
  padding-block: 12.8% 0;
  background-color: var(--color-f1f0ee, #f1f0ee);
}
.p-selection-heading {
  padding-inline: 6.4%;
}
.p-selection-heading .p-selection__sub {
  margin-top: 4.267%;
}
.l-selection .p-selection__thumb {
  margin-top: 5.067%;
  padding-inline: 6.4%;
}
.l-selection .p-selection__lead {
  margin-top: 3.2%;
  padding-inline: 6.4%;
}
.l-selection .p-selection__list {
  margin-top: 12.8%;
  padding: 21.334% 8.534% 0;
  background-color: var(--color-e4e2de, #e4e2de);
}
.l-selection .p-selection__visual {
  margin-top: 6.431%;
}
.l-selection .p-selection__head .p-selection__btn {
  margin: auto;
}
.l-selection .p-selection__visual:has(.slide) + .p-selection__content {
  padding-top: 17.364%;
}
.l-selection .p-selection__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-block: 7.718% 32.155%;
}
.l-selection .p-selection__content .p-selection__head {
  position: relative;
  z-index: 1;
  transition: transform 0.6s ease-in-out;
}
.l-selection .p-selection__content .p-selection__detail {
  position: relative;
  padding-bottom: 0;
  max-height: 21.333vw;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
}
.l-selection .p-selection__content .p-selection__detail::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -0.267vw;
  background: linear-gradient(180deg,rgba(228, 226, 222, 0) 0%, rgba(228, 226, 222, 0.85) 65%, rgba(228, 226, 222, 1) 100%);
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.l-selection .p-selection__content .p-selection__head:has(.p-selection__btn[aria-expanded="true"]) {
  transform: translateY(0);
}
.l-selection .p-selection__content .p-selection__head:has(.p-selection__btn[aria-expanded="true"]) + .p-selection__detail {
  padding-bottom: 6.933vw;
  max-height: 533.333vw;
}
.l-selection .p-selection__content .p-selection__head:has(.p-selection__btn[aria-expanded="true"]) + .p-selection__detail::after {
  opacity: 0;
}
.l-selection .p-selection__text {
  font-size: 3.4667vw;
  line-height: 1.846;
  letter-spacing: 0.025em;
  font-family: var(--font-mincho);
}
.l-selection .p-selection-item .p-selection-item__visual {
  margin-top: 12.862%;
}
.l-selection .p-selection-item .p-selection-item__visual:has(.slide) +  .p-selection-item__spec {
  margin-top: 17.364%;
}
.l-selection .p-selection-item .p-selection-item__spec {
  margin-top: 7.718%;
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-selection .p-selection-item .p-selection-item__note {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-selection .p-selection-item-service {
  display: grid;
  gap: 2.1334vw;
  margin-top: 7.718%;
}
.l-selection .p-selection-item-service .p-selection-item-service__title {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-family: var(--font-serif);
  text-transform: uppercase;
}
.l-selection .p-selection-item-service .p-selection-item-service__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1334vw;
}
.l-selection .p-selection-item-service .p-selection-item-service__tag li {
  padding: 1.0667vw 2.1334vw;
  font-size: 2.667vw;
  line-height: 1;
  font-family: var(--font-gothic);
  border: 1px solid var(--color-222222, #222222);
}
.l-selection .p-selection-item-service .p-selection-item-service__attention {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-selection .p-selection-item-info {
  display: grid;
  grid-template-columns: 1fr 24.1158%;
  gap: 4.2667vw;
  margin-top: 7.718%;
}
.l-selection .p-selection-item-info .p-selection-item-info__name a {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
  font-weight: var(--font-weight-medium);
  color: var(--color-222222, #222222);
  text-decoration: underline;
  text-underline-offset: 1.067vw;
  transition: opacity 0.3s ease-in !important;
}
.l-selection .p-selection-item-info .p-selection-item-info__name a:hover,
.l-selection .p-selection-item-info .p-selection-item-info__name a:focus-visible {
  opacity: 0.5 !important;
}
.l-selection .p-selection-item-info .p-selection-item-info__place {
  margin-top: 5.455%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-selection .p-selection-item-info .p-selection-item-info__tel a {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
@media screen and (min-width: 751px) {
  .l-selection .p-selection__content .p-selection__detail {
    max-height: 110px;
  }
  .l-selection .p-selection__content .p-selection__detail::after {
    bottom: -1px;
  }
  .l-selection .p-selection__content .p-selection__head:has(.p-selection__btn[aria-expanded="true"]) + .p-selection__detail {
    padding-bottom: 36px;
    max-height: 2760px;
  }
  .l-selection .p-selection__text {
    font-size: 18px;
  }
  .l-selection .p-selection-item .p-selection-item__spec {
    font-size: 17px;
  }
  .l-selection .p-selection-item .p-selection-item__note {
    font-size: 17px;
  }
  .l-selection .p-selection-item-service {
    gap: 11px;
  }
  .l-selection .p-selection-item-service .p-selection-item-service__title {
    font-size: 17px;
  }
  .l-selection .p-selection-item-service .p-selection-item-service__tag {
    gap: 11px;
  }
  .l-selection .p-selection-item-service .p-selection-item-service__tag li {
    padding: 6px 11px;
    font-size: 14px;
  }
  .l-selection .p-selection-item-service .p-selection-item-service__attention {
    font-size: 17px;
  }
  .l-selection .p-selection-item-info {
    gap: 22px;
  }
  .l-selection .p-selection-item-info .p-selection-item-info__name a {
    font-size: 17px;
    text-underline-offset: 6px;
  }
  .l-selection .p-selection-item-info .p-selection-item-info__place {
    font-size: 17px;
  }
  .l-selection .p-selection-item-info .p-selection-item-info__tel a {
    font-size: 17px;
  }
}

.l-cozy {
  padding: 0 2.667% 24%;
  background-color: var(--color-e4e2de, #e4e2de);
}
.l-cozy > div {
  padding: 8.451% 5.916% 12.677%;
  background-color: var(--color-ffffff, #ffffff);
  border: 1px solid var(--color-222222, #222222);
}
.l-cozy .p-cozy-heading {
  
}
.l-cozy .p-cozy-heading .p-cozy__copy {
  margin-top: 11.576%;
  font-size: 4.2667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-cozy .p-cozy-heading .p-cozy__text {
  margin-top: 3.859%;
  font-size: 2.9334vw;
  line-height: 1.546;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-cozy .p-cozy__item {
  padding-top: 15.435%;
}
.l-cozy .p-cozy__item .p-cozy__mes {
  margin-top: 6.431%;
  font-size: 4.2667vw;
  line-height: 1.563;
  letter-spacing: 0.11em;
}
.l-cozy .p-cozy__item .p-cozy__read {
  margin-top: 5.145%;
  font-size: 3.7334vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-cozy .p-cozy__item .p-cozy__spec {
  margin-top: 5.145%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
.l-cozy .p-cozy__item .p-cozy__info {
  margin-top: 10.29%;
}
.l-cozy .p-cozy__item .p-cozy__info .shopname a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.8667vw;
  width: fit-content;
  font-size: 3.4667vw;
  line-height: 1.9231;
  border-bottom: 1px solid var(--color-222222, #222222);
  transition: opacity 0.3s ease-in !important;
}
.l-cozy .p-cozy__item .p-cozy__info .shopname a:hover,
.l-cozy .p-cozy__item .p-cozy__info .shopname a:focus-visible {
  opacity: 0.5 !important;
}
.l-cozy .p-cozy__item .p-cozy__info .shopname a::after{
  content:'';
  background: url('../img/btn-link-brand.svg') no-repeat;
  background-size: contain;
  width: 2.9334vw;
  aspect-ratio: 11 / 7;
}
.l-cozy .p-cozy__item .p-cozy__info .category {
  margin-top: 3.859%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-cozy .p-cozy__item .p-cozy__info .place {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-cozy .p-cozy__item .p-cozy__info .tel {
  margin-left: 1em;
}
@media screen and (min-width: 751px) {
  .l-cozy .p-cozy-heading .p-cozy__copy {
    font-size: 22px;
  }
  .l-cozy .p-cozy-heading .p-cozy__text {
    font-size: 15px;
  }
  .l-cozy .p-cozy__item .p-cozy__mes {
    font-size: 22px;
  }
  .l-cozy .p-cozy__item .p-cozy__read {
    font-size: 19px;
  }
  .l-cozy .p-cozy__item .p-cozy__spec {
    font-size: 17px;
  }
  .l-cozy .p-cozy__item .p-cozy__info .shopname a {
    gap: 10px;
    font-size: 18px;
  }
  .l-cozy .p-cozy__item .p-cozy__info .shopname a::after {
    width: 15px;
  }
  .l-cozy .p-cozy__item .p-cozy__info .category {
    margin-top: 30px;
    font-size: 16px;
  }
  .l-cozy .p-cozy__item .p-cozy__info .place {
    font-size: 16px;
  }
}

.l-announce {
  padding: 12.8% 8.5334%; 
  font-size: 3.2vw;
  font-family: var(--font-gothic);
  line-height: 1.75;
  letter-spacing: 0.025em;
  background-color: var(--color-e4e2de, #e4e2de);
}
@media screen and (min-width: 751px) {
  .l-announce {
    font-size: 17px;
  }
}



/*----------------------------------------------------
** kids.html
----------------------------------------------------*/

#kids .l-hero {
  position: relative;
  background-color: var(--color-f1f0ee, #f1f0ee);
}
#kids .l-hero .p-hero-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 7.467%;
}
#kids .l-hero .p-hero-heading .p-hero__logo {
  margin-inline: auto;
  width: 62.667%;
}
#kids .l-hero .p-hero-lead {
  padding: 11.7334% 6.4% 12.8%;
}
#kids .l-hero .p-hero-lead .p-hero-lead__text {
  margin-top: 6.117%;
  font-size: 4.8vw;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
  line-height: 2;
  letter-spacing: 0.025em;
  color: var(--color-a04c3e, #a04c3e);
  text-align: center;
}
@media screen and (min-width: 751px) {
  #kids .l-hero .p-hero-lead .p-hero-lead__text {
    font-size: 25px;
  }
}

.l-reference {
  padding: 21.867% 17.0667% 12.8%;
  background-color: var(--color-e4e2de, #e4e2de);
}
.l-reference .p-reference__lead {
  font-size: 3.4667vw;
  line-height: 2;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
  text-align: center;
}
.l-reference .p-reference__list {
  display: grid;
  grid-template-columns: repeat(3, 32.389%);
  justify-content: space-between;
  margin: 5.264% auto 0;
}
.l-reference .p-reference__list .p-reference__icon {
  margin-inline: auto;
  width: 62.51%;
}
.l-reference .p-reference__list .p-reference__text {
  margin-top: 10%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
  text-align: center;
}
@media screen and (min-width: 751px) {
  .l-reference .p-reference__lead {
    font-size: 18px;
  }
  .l-reference .p-reference__list .p-reference__text {
    font-size: 17px;
  }
}

.l-shop {
  background-color: var(--color-e4e2de, #e4e2de);
}
.l-shop .p-shop__group {
  position: relative;
  padding-top: 69px;
}
.l-shop .p-shop__group::before {
  display: block;
  content: "";
  background-image: url(../img/kids/reference_line.svg);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 82.934%;
  height: 40px;
}
.l-shop .p-shop__group:nth-child(2n):before {
  transform:  translateX(-50%) scale(-1, 1);
}
.l-shop .p-shop__visual {
  --_border-size: 3px;
  margin: 0 44px;
}
.l-shop .p-shop__visual-slide {
  padding-bottom: 36px;
}
.l-shop .p-shop__head .p-shop__btn {
  margin: auto;
}
.l-shop .p-shop__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 6.4% 8.534% 12.267%;
}
.l-shop .p-shop__content .p-shop__head {
  position: relative;
  z-index: 1;
  transition: transform 0.6s ease-in-out;
}
.l-shop .p-shop__content .p-shop__detail {
  position: relative;
  padding-bottom: 0;
  max-height: 204px;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out, padding-bottom 0.6s ease-in-out;
}
.l-shop .p-shop__content .p-shop__detail::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: -1px;
  background: linear-gradient(180deg,rgba(228, 226, 222, 0) 0%, rgba(228, 226, 222, 0.85) 65%, rgba(228, 226, 222, 1) 100%);
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.l-shop .p-shop__content .p-shop__head:has(.p-shop__btn[aria-expanded="true"]) {
  transform: translateY(0);
}
.l-shop .p-shop__content .p-shop__head:has(.p-shop__btn[aria-expanded="true"]) + .p-shop__detail {
  padding-bottom: 30px;
  max-height: 1104px;
}
.l-shop .p-shop__content .p-shop__head:has(.p-shop__btn[aria-expanded="true"]) + .p-shop__detail::after {
  opacity: 0;
}
.l-shop .p-shop-item .p-shop-item__title {
  font-size: 21px;
  line-height: 1.85;
  letter-spacing: 0.325em;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
}
.l-shop .p-shop-item .p-shop-item__text {
  margin-top: 7.718%;
  font-size: 3.4667vw;
  line-height: 1.85;
  letter-spacing: 0.0325em;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
}

.l-shop .p-shop-item .p-shop-item__spec {
  margin-top: 7.718%;
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-shop .p-shop-item .p-shop-item__note {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-shop .p-shop-item-service {
  display: grid;
  gap: 2.1334vw;
  margin-top: 7.718%;
}
.l-shop .p-shop-item-service .p-shop-item-service__title {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-family: var(--font-serif);
  text-transform: uppercase;
}
.l-shop .p-shop-item-service .p-shop-item-service__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1334vw;
}
.l-shop .p-shop-item-service .p-shop-item-service__tag li {
  padding: 1.0667vw 2.1334vw;
  font-size: 14px;	font-size: 2.667vw;
  line-height: 1;
  font-family: var(--font-gothic);
  border: 1px solid var(--color-222222, #222222);
}
.l-shop .p-shop-item-service .p-shop-item-service__attention {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-shop .p-shop-item-info {
  display: grid;
  grid-template-columns: 1fr 24.1158%;
  gap: 4.2667vw;
  margin-top: 7.718%;
}
.l-shop .p-shop-item-info .p-shop-item-info__name a {
  font-size: 3.2vw;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
  font-weight: var(--font-medium);
  color: var(--color-222222, #222222);
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: opacity 0.3s ease-in !important;
}
.l-shop .p-shop-item-info .p-shop-item-info__name a:hover,
.l-shop .p-shop-item-info .p-shop-item-info__name a:focus-visible {
  opacity: 0.5 !important;
}
.l-shop .p-shop-item-info .p-shop-item-info__place {
  margin-top: 5.455%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
.l-shop .p-shop-item-info .p-shop-item-info__tel a {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: var(--font-gothic);
}
@media screen and (min-width: 751px) {
  .l-shop .p-shop-item .p-shop-item__text {
    font-size: 18px;
  }
  .l-shop .p-shop-item .p-shop-item__spec {
    font-size: 17px;
  }
  .l-shop .p-shop-item .p-shop-item__note {
    font-size: 17px;
  }
  .l-shop .p-shop-item-service {
    gap: 11px;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__title {
    font-size: 17px;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__tag {
    gap: 11px;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__tag li {
    padding: 6px 11px;
    font-size: 14px;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__attention {
    font-size: 17px;
  }
  .l-shop .p-shop-item-info {
    gap: 30px;
  }
  .l-shop .p-shop-item-info .p-shop-item-info__name a {
    font-size: 17px;
  }
  .l-shop .p-shop-item-info .p-shop-item-info__place {
    font-size: 17px;
  }
  .l-shop .p-shop-item-info .p-shop-item-info__tel a {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .l-shop .p-shop__group {
    padding-top: 13.333vw;
  }
  .l-shop .p-shop__group::before {
    width: 82.934%;
    height: 8vw;
  }
  .l-shop .p-shop__visual {
    --_border-size: 0.533vw;
    margin: 0 8.533vw;
  }
  .l-shop .p-shop__visual-slide {
    padding-bottom: 6.933vw;
  }
  /* .l-shop .p-shop__content {
    padding: 6.933vw 8.533vw 12.267vw;
  } */
  .l-shop .p-shop__content .p-shop__detail {
    max-height: 39.467vw;
  }
  .l-shop .p-shop__content .p-shop__detail::after {
    bottom: -0.267vw;
  }
  .l-shop .p-shop__content .p-shop__head:has(.p-shop__btn[aria-expanded="true"]) + .p-shop__detail {
    padding-bottom: 5.867vw;
    max-height: 213.333vw;
  }
  .l-shop .p-shop-item .p-shop-item__title {
    font-size: 4vw;
  }
  /* .l-shop .p-shop-item .p-shop-item__text {
    margin-top: 6.4vw;
    font-size: 3.467vw;
  } */

  /* .l-shop .p-shop-item .p-shop-item__spec {
    margin-top: 6.4vw;
    font-size: 3.2vw;
  }
  .l-shop .p-shop-item .p-shop-item__note {
    font-size: 3.2vw;
  }
  .l-shop .p-shop-item-service {
    gap: 2.133vw;
    margin-top: 6.4vw;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__title {
    font-size: 3.2vw;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__tag {
    gap: 2.133vw;
  }
  .l-shop .p-shop-item-service .p-shop-item-service__tag li {
    padding: 1.867vw 2.133vw;
    font-size: 2.667vw;
  } */
  /* .l-shop .p-shop-item-service .p-shop-item-service__attention{
    font-size: 3.2vw;
  } */
  /* .l-shop .p-shop-item-info {
    grid-template-columns: 1fr 24.1158%;
    gap: 5.867vw;
    margin-top: 6.4vw;
  }
  .l-shop .p-shop-item-info .p-shop-item-info__name a {
    font-size: 3.2vw;
    text-underline-offset: 1.067vw;
  }
  .l-shop .p-shop-item-info .p-shop-item-info__place {
    margin-top: 3.2vw;
    font-size: 3.2vw;
  }
  .l-shop .p-shop-item-info .p-shop-item-info__tel a {
    font-size: 3.2vw;
  } */
}

.l-banner {
  padding: 0 8.5334% 10.667%;
  background-color: var(--color-e4e2de, #e4e2de);
}
.l-banner > ul > li > a {
  display: block;
  transition: opacity 0.3s ease-in !important;
} 
.l-banner > ul > li > a:hover,
.l-banner > ul > li > a:focus-visible {
  opacity: 0.5 !important;
} 

/* slick custom */
.slick-dotted.slick-slider {
  margin-bottom: unset;
}
.slick-dots {
  bottom: -16%;
  z-index: var(--z-index-cursor);
}
.p-shop__visual-slide .slick-dots {
  bottom: -10%;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: unset;
}
.slick-dots li button:before {
  font-size: 8px;
  line-height: 1;
  width: 100%;
  height: 100%;
  color: rgb(var(--color-slide-inactive));
}
.slick-dots li.slick-active button:before {
  color: rgb(var(--color-slide-active));
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.0667vw;
  }
  .slick-dots li button {
    width: 1.6vw;
    height: 1.6vw;
  }
  .slick-dots li button:before {
    font-size: 1.6vw;
  }
}


.l-section {
  position: relative;
  z-index: var(--z-index-content);
}
.l-section__header {
  display: none;
}
#home .l-section__header {
  position: fixed;
  inset: 0;
  background-image: url(../img/bg_header_home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#gift .l-section__header {
  position: fixed;
  inset: 0;
  background-image: url(../img/bg_header_sub.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#kids .l-section__header {
  position: fixed;
  inset: 0;
  background-color: var(--color-a04c3e, #a04c3e);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-section__contents {
  position: relative;
  width: 100%;
  color: rgb(var(--color-base-text));
  background-color: rgb(var(--color-base-white));
  filter: drop-shadow(0 0 5px rgba(var(--color-base-black) / .45));
}
@media screen and (min-width: 751px) {
  .l-section__header {
    display: block;
  }
  #home .l-section__header {
    grid-template-columns: 1fr;
  }
  #gift .l-section__header {
    grid-template-columns: 1fr;
  }
  #kids .l-section__header {
    grid-template-columns: 1fr;
  }
  .l-section__contents {
    width: 520px;
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 1024px) {
  #home .l-section__header {
    grid-template-columns: repeat(2, 1fr);
  }
  #gift .l-section__header {
    grid-template-columns: repeat(2, 1fr);
  }
  #kids .l-section__header {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-section__contents {
    width: 520px;
    margin-inline: auto;
  }
}



/* .l-outline {
  display: grid;
  gap: 44px;
  position: absolute;
  top: 27vh;
  left: 68px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-outline::-webkit-scrollbar {
  display:none;
}
.l-outline .p-outline__title {
  width: 200px;
}
.l-outline .p-outline__title a {
  display: block;
  filter: drop-shadow(6px 6px 16px rgba(var(--color-accent-shadow) / 0.16));
}
.l-outline .p-outline__nav .p-outline__list {
  display: grid;
  gap: 16px;
  font-size: 16px;
  line-height: 1.4286;
  letter-spacing: 0.06em;
}
.l-outline .p-outline__nav .p-outline__list li a {
  display: flex;
  width: fit-content;
  color: rgb(var(--color-base-white));
}
.l-outline .p-outline__nav .p-outline__list li a:hover {
  opacity: 0.5;
}
.l-outline .p-outline__nav .p-outline__list li a span {
  display: inline-grid;
  grid-template-columns: 12px auto 12px;
  align-items: center;
  gap: 4px;
  margin-inline: 12px 0;
  width: fit-content;
}
.l-outline .p-outline__nav .p-outline__list li a span::before,
.l-outline .p-outline__nav .p-outline__list li a span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(var(--color-base-white));
}
@media screen and (max-height: 600px) {
  .l-outline {
    max-height: calc(100dvh - 40vh);
  }
} */


/*----------------------------------------------------
** index.html
----------------------------------------------------*/

.l-hero {
  position: relative;
}
.l-hero video {
  width: 100%;
  vertical-align: bottom;
}


.l-lead {
  padding: 12.8vw 6.4vw;
  color: rgb(var(--c-222222));
  background: rgb(var(--c-f2f0ed));
}
.l-lead .p-lead__title {
  font-size: 5.8667vw;
  line-height: 1.6819;
  letter-spacing: 0.18em;
  text-align: left;
}
.l-lead .p-lead__subtitle {
  margin-top: 8.5334vw;
  font-size: 4.2667vw;
  line-height: 1.625;
  letter-spacing: 0.08em;
}
.l-lead .p-lead__text {
  margin-top: 7.4667vw;
  font-size: 4.2667vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.l-lead .p-lead__subtitle + .p-lead__text {
  margin-top: 4.2667vw;
}
@media screen and (min-width: 751px) {
  .l-lead {
    padding: 48px 24px;
  }
  .l-lead .p-lead__title {
    font-size: 22px;
  }
  .l-lead .p-lead__subtitle {
    margin-top: 32px;
    font-size: 16px;
  }
  .l-lead .p-lead__text {
    margin-top: 28px;
    font-size: 16px;
  }
  .l-lead .p-lead__subtitle + .p-lead__text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-lead {
    padding: 66px 33px;
  }
  .l-lead .p-lead__title {
    font-size: 30px;
  }
  .l-lead .p-lead__subtitle {
    margin-top: 44px;
    font-size: 22px;
  }
  .l-lead .p-lead__text {
    margin-top: 39px;
    font-size: 22px;
  }
  .l-lead .p-lead__subtitle + .p-lead__text {
    margin-top: 22px;
  }
}

/* .l-anchor {
  padding: 12.8vw 10.4vw;
}
.l-anchor .p-anchor__title{
  width: 66.667vw;
  margin: 0 auto;
}
.l-anchor .p-anchor__list {
  display: grid;
  gap: 8.5334vw;
  margin-top: 8vw;
}
.l-anchor .p-anchor__list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 4.2667vw;
  border-bottom: 1px solid #A0A0A0;
  transition: all .3s;
}
.l-anchor .p-anchor__list li a:hover {
  opacity: 1;
}
.l-anchor .p-anchor__list li a .p-anchor__hover {
  display: none;
  position: absolute;
  inset: 0;
}
.l-anchor .p-anchor__list li a .p-anchor__name {
  margin-top: 4.2667vw;
}
.l-anchor .p-anchor__list li a .p-anchor__visual + .p-anchor__word {
  margin-top: 4.2667vw;
}
.l-anchor .p-anchor__list li a .p-anchor__word {
  margin-top: 2.1334vw;
  font-size: 3.7334vw;
  line-height: 1.4286;
  letter-spacing: 0.04em;
}
.l-anchor .p-anchor__list li a .p-anchor__catch {
  margin-top: 0.5334vw;
  font-size: 4.2667vw;
  line-height: 1.5625;
  letter-spacing: 0.11em;
}
.l-anchor .p-anchor__list li a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 7.5%;
  background: url(../img/anchor-arrow-next.svg) no-repeat;
  background-size: 100% auto;
  width: 5.6vw;
  aspect-ratio: 21 / 13.5;
}
.l-anchor .p-anchor__list li a.anchor-bottom::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 7.5%;
  background: url(../img/anchor-arrow-under.svg) no-repeat;
  background-size: 100% auto;
  width: 3.6vw;
  aspect-ratio: 13.5 / 21;
}
.l-anchor .p-anchor__banner {
  display: grid;
  gap: 8.5334vw;
  margin-top: 8.5334vw;
}
.l-anchor .p-anchor__banner a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 751px) {
  .l-anchor {
    padding: 48px 39px;
  }
  .l-anchor .p-anchor__title{
    width: 250px;
  }
  .l-anchor .p-anchor__list {
    gap: 32px;
    margin-top: 30px;
  }
  .l-anchor .p-anchor__list li a {
    padding-bottom: 16px;
    border-bottom: 1px solid #A0A0A0;
  }
  .l-anchor .p-anchor__list li a:hover .p-anchor__hover {
    display: block;
  }
  .l-anchor .p-anchor__list li a .p-anchor__name {
    margin-top: 16px;
  }
  .l-anchor .p-anchor__list li a .p-anchor__visual + .p-anchor__word {
    margin-top: 16px;
  }
  .l-anchor .p-anchor__list li a .p-anchor__word {
    margin-top: 8px;
    font-size: 14px;
  }
  .l-anchor .p-anchor__list li a .p-anchor__catch {
    margin-top: 2px;
    font-size: 16px;
  }
  .l-anchor .p-anchor__list li a::after {
    width: 21px;
  }
  .l-anchor .p-anchor__list li a.anchor-bottom::after {
    width: 13.5px;
  }
  .l-anchor .p-anchor__banner {
    gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .l-anchor {
    padding: 66px 54px;
  }
  .l-anchor .p-anchor__title {
    width: 345px;
  }
  .l-anchor .p-anchor__list {
    gap: 44px;
    margin-top: 41px;
  }
  .l-anchor .p-anchor__list li a {
    padding-bottom: 22px;
    border-bottom: 1px solid #A0A0A0;
  }
  .l-anchor .p-anchor__list li a:hover .p-anchor__hover {
    display: block;
  }
  .l-anchor .p-anchor__list li a .p-anchor__name {
    margin-top: 22px;
  }
  .l-anchor .p-anchor__list li a .p-anchor__visual + .p-anchor__word {
    margin-top: 22px;
  }
  .l-anchor .p-anchor__list li a .p-anchor__word {
    margin-top: 11px;
    font-size: 19px;
  }
  .l-anchor .p-anchor__list li a .p-anchor__catch {
    margin-top: 3px;
    font-size: 22px;
  }
  .l-anchor .p-anchor__list li a::after {
    width: 29px;
  }
  .l-anchor .p-anchor__list li a.anchor-bottom::after {
    width: 19px;
  }
  .l-anchor .p-anchor__banner {
    gap: 44px;
    margin-top: 44px;
  }
} */
/* @media screen and (max-width: 750px) {
  .l-anchor .p-anchor__list li a .p-anchor__visual {
    position: relative;
  }
  .l-anchor .p-anchor__list li a .p-anchor__visual::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 297 / 35;
  }
  .l-anchor .p-anchor__list li a.r0 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no00.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r1 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no01.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r2 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no02.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r3 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no03.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r4 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no04.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r5 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no05.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r6 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no06.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r7 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no07.png') no-repeat;
    background-size: cover;
  }
  .l-anchor .p-anchor__list li a.r8 .p-anchor__visual::after {
    background: url('../img/anchor-sp-no08.png') no-repeat;
    background-size: cover;
  }

} */


.l-brand {
  padding-top: 10.6667vw;
}
.l-brand .p-brand__item {
  padding: 10.6667vw 6.4vw;
  background-color: var(--color-ffffff, #ffffff);
}
.l-brand .p-brand__item .p-brand__top {
  display: grid;
}
.l-brand .p-brand__item .p-brand__top .p-brand__head {
  display: grid;
  gap: 5.3334vw;
}
.l-brand .p-brand__item .p-brand__top .p-brand__head .name {
  border-bottom: 1px solid rgb(var(--c-222222));
}
.l-brand .p-brand__item .p-brand__top .p-brand__head .mes {
  display: grid;
  gap: 1.0667vw;
}
.l-brand .p-brand__item .p-brand__top .p-brand__head .word {
  font-size: 4.2667vw;
  line-height: 1.56;
  letter-spacing: 0.156em;
}
.l-brand .p-brand__item .p-brand__top .p-brand__head .title {
  font-size: 5.8667vw;
  line-height: 1.6;
  letter-spacing: 0.156em;
}
.l-brand #room6.p-brand__item .p-brand__top .p-brand__head .title {
  letter-spacing: 0.1em;
}
.l-brand .p-brand__item .p-brand__top .text {
  margin-top: 8.5334vw;
  font-size: 4.2667vw;
  line-height: 1.75;
  letter-spacing: 0.0325em;
}
.l-brand .p-brand__item .p-brand__bottom {
  display: grid;
  gap: 12.8vw;
  margin-top: 12.8vw;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__read {
  font-size: 3.2vw;
  line-height: 1.6667;
  letter-spacing: 0.024em;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__desc {
  margin-top: 5.3334vw;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__spec {
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.024em;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .shopname a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.8667vw;
  width: fit-content;
  font-size: 3.4667vw;
  line-height: 1.9231;
  border-bottom: 1px solid var(--color-222222, #222222);
  transition: opacity 0.3s ease-in !important;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .shopname a:hover,
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .shopname a:focus-visible {
  opacity: 0.5 !important;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .shopname a::after{
  content:'';
  background: url('../img/btn-link-brand.svg') no-repeat;
  background-size: contain;
  width: 2.9334vw;
  aspect-ratio: 11 / 7;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .category {
  margin-top: 4.893%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .place {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-brand .p-brand__item .p-brand__bottom .p-brand__info .tel {
  margin-left: 1em;
}
.l-brand .p-brand__item .p-brand__bottom > div:last-child > a {
  display: block;
  transition: background 0.3s ease-in !important;
}
.l-brand .p-brand__item .p-brand__bottom > div:last-child > a:hover {
  background-color: var(--color-efeee7, #efeee7);
}
.l-brand .p-brand__item .p-brand__delay {
  display: grid;
  grid-template-columns: 44.0367% 49.8471%;
  justify-content: space-between;
  margin-top: 5.3334vw;
}
.p-brand__delay div:not([class]) {
  opacity: 0;
  transform: translateY(5.3334vw);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.p-brand__delay div:not([class]):nth-child(2) {
  padding-top: 23.2vw;
}
.p-brand__delay.is-show div:not([class]) {
  opacity: 1;
  transform: translateY(0);
}
.p-brand__delay.is-show div:not([class]):nth-child(2) {
  transition-delay: 0.4s;
}
.l-brand .p-brand__season {
  padding: 12.8vw 0;
  background-color: rgb(var(--c-E9E7E1));
  border-radius: 8vw;
}
.l-brand .p-brand__season .p-season__title .title{
  width: 74.667vw;
  margin: 0 auto;
}
.l-brand .p-brand__season .p-season__title .subtitle{
  margin-top: 3.2vw;
  font-size: 4.267vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-brand .p-brand__season .p-season__title .lead{
  margin-top: 3.733vw;
  font-size: 2.933vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.l-brand .p-brand__season .p-season__visual{
  position: relative;
  margin-top: 8vw;
}
.l-brand .p-brand__season .p-season__visual .p-season__text{
  display: grid;
  gap: 1.0667vw;
  position: absolute;
  top: 6.12%;
  left: 5.8%;
}
.l-brand .p-brand__season .p-season__visual .p-season__text span {
  display: inline-block;
  padding: 1.34vw 2.667vw 1.34vw 2.667vw;
  width: fit-content;
  font-size: 3.467vw;
  letter-spacing: 0.05em;
  background-color: rgba(var(--c-ffffff));
}
.l-brand .p-brand__season .p-season__desc{
  width: 88%;
  margin: 4.8vw auto 0;
}
.l-brand .p-brand__season .p-season__desc .p-season__read{
  font-size: 3.733vw;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
.l-brand .p-brand__season .p-season__desc .p-season__spec{
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-brand #room2 .p-brand__season, .l-brand #room5 .p-brand__season {
  background-color: rgba(var(--c-ffffff));
}
@media screen and (min-width: 751px) {
  .l-brand {
    padding-top: 55px;
  }
  .l-brand .p-brand__item {
    padding: 55px 33px;
  }
  .l-brand .p-brand__item .p-brand__top .p-brand__head {
    gap: 28px;
  }
  .l-brand .p-brand__item .p-brand__top .p-brand__head .name {
    border-bottom: 1px solid rgb(var(--c-222222));
  }
  .l-brand .p-brand__item .p-brand__top .p-brand__head .mes {
    gap: 6px;
  }
  .l-brand .p-brand__item .p-brand__top .p-brand__head .word {
    font-size: 22px;
  }
  .l-brand .p-brand__item .p-brand__top .p-brand__head .title {
    font-size: 30px;
  }
  .l-brand .p-brand__item .p-brand__top .text {
    margin-top: 44px;
    font-size: 22px;
  }
  .l-brand .p-brand__item .p-brand__bottom {
    gap: 66px;
    margin-top: 66px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__read {
    font-size: 16px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__desc {
    margin-top: 28px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__spec {
    margin-top: 14px;
    font-size: 16px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__info .shopname a {
    gap: 10px;
    font-size: 18px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__info .shopname a::after {
    width: 15px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__info .category {
    margin-top: 30px;
    font-size: 16px;
  }
  .l-brand .p-brand__item .p-brand__bottom .p-brand__info .place {
    font-size: 16px;
  }
  .l-brand .p-brand__item .p-brand__delay {
    display: grid;
    grid-template-columns: 44.0367% 49.8471%;
    justify-content: space-between;
    margin-top: 28px;
  }
  .p-brand__delay div:not([class]) {
    transform: translateY(28px);
  }
  .p-brand__delay div:not([class]):nth-child(2) {
    padding-top: 120px;
  }
  .l-brand .p-brand__season {
    padding: 66px 0;
    border-radius: 41px;
  }
  .l-brand .p-brand__season .p-season__title .title {
    width: 386px;
  }
  .l-brand .p-brand__season .p-season__title .subtitle {
    margin-top: 17px;
    font-size: 22px;
  }
  .l-brand .p-brand__season .p-season__title .lead {
    margin-top: 19px;
    font-size: 15px;
  }
  .l-brand .p-brand__season .p-season__visual {
    margin-top: 41px;
  }
  .l-brand .p-brand__season .p-season__visual .p-season__text {
    gap: 6px;
    top: 6.12%;
    left: 5.8%;
  }
  .l-brand .p-brand__season .p-season__visual .p-season__text span {
    padding: 7px 14px 7px 14px;
    font-size: 18px;
  }
  .l-brand .p-brand__season .p-season__desc {
    margin: 25px auto 0;
  }
  .l-brand .p-brand__season .p-season__desc .p-season__read {
    font-size: 19px;
  }
  .l-brand .p-brand__season .p-season__desc .p-season__spec {
    margin-top: 17px;
    font-size: 16px;
  }
}

/* .l-feature .p-feature__item {
  padding: 12.8vw 6.4vw;
}
.l-feature .p-feature__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.l-feature .p-feature__article {
  padding-block: 12.8vw;
}
.l-feature .p-feature__article + .p-feature__article {
  --_border-size: 1px;

  border-top: var(--_border-size) solid rgb(var(--color-base-text));
}
.l-feature .p-feature__article:last-child {
  padding-block: 12.8vw 0;
}
.l-feature .p-feature__article .p-feature__head {
  display: grid;
  grid-template-columns: 16.5138% 1fr;
  gap: 7.3395%;
  font-size: 4.2667vw;
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.l-feature .p-feature__article .p-feature__head .number {
  --_border-size: 1px;

  display: grid;
  align-items: center;
  border-right: var(--_border-size) solid rgb(var(--color-base-text));
}
.l-feature .p-feature__article .p-feature__head rt {
  letter-spacing: -1.5em;
}
.l-feature .p-feature__slide {
  margin-top: 8.5334vw;
} 
.l-feature .p-feature__thumbnail {
  margin-top: 3.2vw;
} 
.l-feature .p-feature__article .p-feature__read {
  margin-top: 5.3334vw;
  font-size: 3.2vw;
  line-height: 1.6667;
  letter-spacing: 0.02em;
}
.l-feature .p-feature__article .p-feature__spec {
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.l-feature .p-feature__article .p-feature__name {
  margin-top: 1.6vw;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  .l-feature .p-feature__item {
    padding: 48px 24px;
  }
  .l-feature .p-feature__text {
    margin-top: 48px;
    font-size: 16px;
  }
  .l-feature .p-feature__article {
    padding-block: 48px;
  }
  .l-feature .p-feature__article:last-child {
    padding-block: 48px 0;
  }
  .l-feature .p-feature__article .p-feature__head {
    font-size: 16px;
  }
  .l-feature .p-feature__slide {
    margin-top: 32px;
  } 
  .l-feature .p-feature__thumbnail {
    margin-top: 12px;
  } 
  .l-feature .p-feature__article .p-feature__read {
    margin-top: 20px;
    font-size: 12px;
  }
  .l-feature .p-feature__article .p-feature__spec {
    margin-top: 12px;
    font-size: 12px;
  }
  .l-feature .p-feature__article .p-feature__name {
    margin-top: 6px;
    font-size: 12px;
  }
} */

/* end */
.l-end {
  padding: 13.3334vw 6.4vw;
  background-color: var(--color-222222, #222222);
}
.l-end .p-end__list {
  display: grid;
}
.l-end .p-end__list li {
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0.0325em;
  color: var(--color-ffffff, #ffffff);
}
@media screen and (min-width: 751px) {
  .l-end {
    padding: 69px 33px;
  }
  .l-end .p-end__list li {
    font-size: 16px;
  }
}


/* slick custom */
.slide {
  opacity: 0;
  transition: opacity .3s linear;
}
.slide.slick-initialized{
  opacity: 1;
}
.thumbnail {
  opacity: 0;
  transition: opacity .3s linear;
}
.thumbnail.slick-initialized{
  opacity: 1;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail .slick-slide + .slick-slide {
  margin-left: 2.1334vw;
}
.thumbnail .slick-slide {
  --_border-size: 1px;

  width: 10.6667vw;
  aspect-ratio: 1;
  border: var(--_border-size) solid rgb(var(--color-thumbnail-active));
  cursor: pointer;
}
.thumbnail .slick-slide.slick-current {
  --_border-size: 1px;
  
  width: 10.6667vw;
  aspect-ratio: 1;
  border: var(--_border-size) solid rgb(var(--color-thumbnail-current));
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .thumbnail .slick-slide + .slick-slide {
    margin-left: 8px;
  }
  .thumbnail .slick-slide {
    width: 40px;
  }
  .thumbnail .slick-slide.slick-current {
    width: 40px;
  }
}

:root {
  --color-ffffff: rgb(255 255 255);
  --color-f1f0ee: rgb(241 240 238);
  --color-efeee7: rgb(239 238 231);
  --color-e4e2de: rgb(228 226 222);
  --color-707070: rgb(112 112 112);
  --color-9a5041: rgb(154 80 65);
  --color-a04c3e: rgb(160 76 62);
  --color-222222: rgb(34 34 34);

  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

#home a,
#gift a,
#kids a {
  transition: unset;
}
#home a:hover,
#gift a:hover,
#kids a:hover,
#home a:focus-visible,
#gift a:focus-visible,
#kids a:focus-visible {
  opacity: unset;
  transition: unset;
}

.l-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 16vw;
  pointer-events: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.l-menu.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-menu > nav {
  width: 100%;
  height: 100%;
  background-color: var(--color-9a5041, #9a5041);
  clip-path: polygon(0 80.453%, 50.1334% 80.453%, 50.1334% 100%, 0% 100%);
  transition: clip-path 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left bottom;
  pointer-events: all;
}
.l-menu > button[aria-expanded="true"] + nav {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.l-menu > button[aria-expanded="true"] + nav > ul {
  opacity: 1;
}
.l-menu > nav > ul {
  display: grid;
  grid-template-columns: repeat(3, 29.052%);
  justify-content: space-between;
  padding: 6.9334% 6.4% 16%;
  opacity: 0;
  transition: opacity 0.3s 0.3s ease-in;
}
.l-menu > nav > ul > li {
}
.l-menu > nav > ul > li > a {
  display: block;
}
.l-menu > nav > ul > li > a > span:nth-of-type(1) {
  position: relative;
  display: block;
  overflow: clip;
}
.l-menu > nav > ul > li > a > span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-ffffff, #ffffff);
}
.l-menu > nav > ul > li > a > span:nth-of-type(1) > img {
  transition: transform 0.2s ease-in;
}
.l-menu > nav > ul > li > a:hover > span:nth-of-type(1) > img,
.l-menu > nav > ul > li > a:focus-visible > span:nth-of-type(1) > img {
  transform: scale(1.1);
}
.l-menu > button {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5.334% 9.6% 5.334% 6.4%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3.2vw;
  /* background-color: var(--color-9a5041, #9a5041); */
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}
.l-menu > button > span {
  position: relative;
  content: "";
  inline-size: 10px;
  height: 1px;
  background-color: var(--color-ffffff, #ffffff);
  transition: transform 0.3s ease-in;
}
.l-menu > button > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 1px;
  background-color: var(--color-ffffff, #ffffff);
  transition: transform 0.3s ease-in;
}
.l-menu > button > span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--color-ffffff, #ffffff);
  transition: transform 0.3s ease-in;
}
.l-menu > button[aria-expanded="true"] > span {
  background-color: transparent;
}
.l-menu > button[aria-expanded="true"] > span::before {
  top: 0;
  transform: rotate(45deg);
}
.l-menu > button[aria-expanded="true"] > span::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-menu > button > img {
  width: 28.267vw;
}
@media screen and (min-width: 751px) {
  .l-menu {
    display: none !important;
  }
}

.l-common {
  padding: 12.8% 6.4%;
  background-color: var(--color-9a5041, #9a5041);
}
#home .l-common.home_top {
  padding: 6.4%;
}
#home .l-common.home_top > ul {
  display: grid;
}
.l-common.sub_top {
  padding: 6.4%;
}
.l-common > p > a {
  display: block;
  transition: opacity 0.3s ease-in !important;
}
.l-common > p > a:hover,
.l-common > p > a:focus-visible {
  opacity: 0.5 !important;
}
.l-common > ul {
  display: grid;
  grid-template-columns: repeat(3, 29.052%);
  justify-content: space-between;
  margin-top: 8.257%;
}
.l-common > ul > li {
}
.l-common > ul > li > a {
  display: block;
}
.l-common > ul > li > a > span:nth-of-type(1) {
  position: relative;
  display: block;
  overflow: clip;
}
.l-common > ul > li > a > span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-ffffff, #ffffff);
}
.l-common > ul > li > a > span:nth-of-type(1) > img {
  transition: transform 0.2s ease-in;
}
.l-common > ul > li > a:hover > span:nth-of-type(1) > img,
.l-common > ul > li > a:focus-visible > span:nth-of-type(1) > img {
  transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
  #home .l-common.home_top > ul {
    display: none;
  }
}

.l-anchor {
  padding: 8.534% 6.4%;
}
.l-anchor > h2 {
  font-size: 0;
}
.l-anchor > ul {
  display: grid;
  grid-template-columns: repeat(2, 47.707%);
  justify-content: space-between;
  row-gap: 5.334vw;
  margin-top: 4.282%;
}
.l-anchor > ul > li > a {
  display: grid;
  grid-template-columns: 6.85% 1fr 4.795%;
  align-items: center;
  gap: 0.545em;
  padding: 7.693% 1.283% 7.693% 5.129%;
  font-size: 2.934vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.455;
  border-bottom: 1px solid var(--color-707070, #707070);
  transition: opacity 0.3s ease-in !important;
}
.l-anchor > ul > li > a::after {
  content: "";
  aspect-ratio: 7/11;
  background: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
.l-anchor.anchor_bottom > ul > li > a::after {
  transform: rotate(0);
}
.l-anchor > ul > li > a:hover {
  opacity: 0.5 !important;
}
@media screen and (min-width: 751px) {
  .l-anchor > ul {
    row-gap: 28px;
  }
  .l-anchor > ul > li > a {
    font-size: 15px;
  }
}

.l-faq {
  padding: 12.8% 6.4% 17.067%;
}
.l-faq > h2 {
  font-size: 0;
}
.l-faq > ul {
  margin-top: 6.728%;
  border-top: 1px solid var(--color-222222, #222222);
  border-bottom: 1px solid var(--color-222222, #222222);
}
.l-faq > ul > li + li {
  border-top: 1px solid var(--color-222222, #222222);
}
.l-faq > ul > li > button {
  display: grid;
  grid-template-columns: 7.646% 1fr 7.646%;
  align-items: start;
  gap: 3.2vw;
  padding: 4.893% 0;
  width: 100%;
  font-size: 3.734vw;
  line-height: 1.608;
  letter-spacing: 0.05em;
  text-align: left;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.l-faq > ul > li > button::before {
  content: "";
  /* margin-top: 0.2lh; */
  aspect-ratio: 1;
  background-image: url(../img/faq-accordion-q.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-faq > ul > li > button > span {
  position: relative;
  /* margin-top: 0.4592lh; */
  aspect-ratio: 1;
}
.l-faq > ul > li > button > span::before, .l-faq > ul > li > button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: currentColor;
}
.l-faq > ul > li > button > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.4s ease-in-out;
}
.l-faq > ul > li > div div:not([class]) {
  display: grid;
  grid-template-columns: 7.646% 1fr 7.646%;
  align-items: start;
  gap: 3.2vw;
  font-size: 3.734vw;
  line-height: 1.608;
  letter-spacing: 0.05em;
  color: var(--colo-a04c3e, #a04c3e);
}
.l-faq > ul > li > div div:not([class])::before {
  content: "";
  /* margin-top: 0.1lh; */
  aspect-ratio: 1;
  background-image: url(../img/faq-accordion-a.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-faq > ul > li > div p > span {
  font-size: 85.7143%;
}
.l-faq > ul > li > div p a {
  color: inherit;
  text-decoration: underline;
}
.l-faq .accordion:has(button[aria-expanded=true]) .accordion__content {
  grid-template-rows: 1fr;
}
.l-faq .accordion__btn[aria-expanded=true] > span::after {
  transform: translateX(-50%) rotate(0deg);
}
.l-faq .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
}
.l-faq .accordion__inner {
  overflow: hidden;
}
.l-faq .accordion__area {
  padding: 0 0 4.893%;
}
@media screen and (min-width: 751px) {
  .l-faq > ul > li > button {
    gap: 17px;
    font-size: 19px;
  }
  .l-faq > ul > li > button > span::before, .l-faq > ul > li > button > span::after {
    width: 14px;
  }
  .l-faq > ul > li > div div:not([class]) {
    gap: 17px;
    font-size: 19px;
  }
}