@charset "utf-8";
/* CSS Document */


* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13em;
  color: #333333;
  font-size: clamp(13px, 3.6vw, 15px);
}

body {
  min-height: 100vh;
}

figure {
  margin: 0;
}

li {
  list-style: none;
}

.dsp-non {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
}

#all_wrap {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #all_wrap {
    overflow-x: hidden;
  }
}

.pc_display {
  display: none;
}

.sp_display {
  display: block;
}

/*------------------------------------
����            main
-------------------------------------*/

.mon {
  font-family: "Montserrat", sans-serif;
}

.seasons {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.spbr {
  display: none;
}


#all_wrap {
  display: flex;
  min-height: 100vh;
  width: 100%;
  display: flex;
  text-align: center;
}

.left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background-color: #36482E;
}


.right {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f5f3ef;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 70px 0 0;
}

.mv-area {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 93vh;
  overflow: hidden;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  background-color: #212B42;
}

.slideshow {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;

  opacity: 0;
  transition: opacity 1.6s linear;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.deco {
  position: absolute;
  inset: 0;
  color: #ffffff;
  z-index: 999;
}

.christmas-logo {
  position: absolute;
  text-align: center;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}

.christmas-logo img {
  width: 100%;
  height: auto;
}

.mv-logo {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.mv-logo img {
  width: 100px;
  height: auto;
}

.survey {
  position: absolute;
  bottom: 2%;
  left: 2%;
  z-index: 999;
  background-color: #F5F3EF;
  border-radius: 50%;
  box-sizing: border-box;

  /* ?????width ? height ?????????????????1:1???? ? */
  width: clamp(85px, 22vw, 110px);
  height: clamp(85px, 22vw, 110px);

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.survey:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.survey a { 
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.survey p {
  color: #36482E;
  font-weight: 500;
  /* ??????????????????????? */
  font-size: clamp(11px, 3vw, 14px);
  margin: 0;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap; /* ?????????? */
}
/*-----------------------------------------------------

  title

-----------------------------------------------------*/
.story-ttl{
  color: #333333;
}

.page_ttl-number{
  font-size: clamp(28px, 7.7vw, 32px);
}

.page_ttl-en{
  font-size: clamp(74px, 20.5vw, 85px);
  margin: 15px auto 0;
  line-height: 1em;
}

.page_ttl-in {
  font-size: clamp(31px, 8.7vw, 36px);
  line-height: 1em;
}

.swiper {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-top: 50px;
}

.swiper-inner {
  display: flex;
  /* width: max-content; */
  flex-wrap: nowrap;
  animation: loop-slide 30s linear infinite;
  flex-shrink: 0;
}

.swiper .img-box {
  width: 160px;
  height: 120px;
  border-radius: 10px;
  margin: 0 5px;
  overflow: hidden;
  flex-shrink: 0;
}

.swiper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 1???????????????????0%??????????????? */
    transform: translateX(-100%);
  }
}

/*-----------------------------------------------------

  about

-----------------------------------------------------*/

.about,
.product-list{
  margin-top:100px;
}

.story{
  margin-top:160px;
}

.arch-top,
.arch-bottom {
  width: 100%;
  margin: 0;
}

.arch-top img,
.arch-bottom img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.about .inner {
  background-color: #ffffff;
  margin: 0;
  /* padding: 40px 0 0; */
}

.about .ttl-jp {
  font-size: clamp(17px, 4.6vw, 19px);
}

.about-txt {
  line-height: 2.0;
  font-size: clamp(15px, 4.1vw, 17px);
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 40px;
}

.about-txt .underline {
  background: linear-gradient(transparent 50%, #F5F3EF 50%);
}



/*-----------------------------------------------------

 ribbon house

-----------------------------------------------------*/

.ribbon{
  width: 130px;
  margin: 0 auto 60px;
}

.ribbon img {
  width: 100%;
}

.house {
  width:220px;
  margin:0 18% 0 auto;
}

.house img {
  width: 100%;
}

/*-----------------------------------------------------

 product-list

-----------------------------------------------------*/

.product-list {
  position: relative;
  width: 100%;
}

.product-list h2,
.story h2{
  font-size: clamp(42px, 11.8vw, 49px);
  margin-bottom: 10px;
}

.product-list-bfrtxt,
.story-bfrtxt {
  line-height: 2.0;
  font-size: clamp(15px, 4.1vw, 17px);
  margin-bottom: 40px;
}

.product-list-area{
  width:70%;
  height: auto;
  margin:0 auto;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-around;
  gap:15px;
}

.product-list-blk{
  height: auto;
  background-color: #ffffff;
  min-width: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

/* 5?????5?????????????????????????Grid????? */
.product-list-area .product-list-blk:nth-child(n+7) {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

/* ?????????? display: block (??? grid?????) ???????? */
.product-list-area.is-expanded .product-list-blk:nth-child(n+7) {
  display: block;
  /* ???????????????????????????? */
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-list-blk a{
  display: block;
  width: 100%;
  position: relative;
}

.product-ttl{
  font-size: clamp(37px, 10.3vw, 42px);
  color:#36482E;
  text-align: left;
  margin-bottom: 5px;
  /* position: absolute;
  top:3%;
  left:5%; */
}

.product-list-image{
  display: block;
  padding: 5% 8% 10%;
}

.product-image-blk{
  width:100%;
  aspect-ratio: 1 / 1; 
  box-sizing: border-box;
  min-width: 0;
  background-color: #333333;
}

.product-image-blk img{
  width:100%;
}

.product-list-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 8% 8%;
}

.product-info{
  text-align: left;
  font-size: clamp(15px, 4.1vw, 17px);
  width:78%;
}

.link-mark{
  width:22%;
  margin: 5px;
}

.arrow{ 
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width:100%;
  aspect-ratio: 1 / 1; 
  border: 1px solid #333333;
  border-radius: 100px;
}

.arrow::after{
  content: '';
  position: absolute;
  top:50%;
  left:45%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
} 

.product-more-btn,
.main-btn{
  width:30%;
  padding:20px 10px;
  margin: 50px auto 0;
  background-color: #36482E;
  /* border-radius: 50px; */
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease, padding 0.4s ease;
}

.product-more-btn p,
.main-btn p{
  color: #FFFFFF;
  font-size: clamp(15px, 4.1vw, 17px);
  margin: 0;
}

/* 直後にカテゴリ一覧ボタンが並ぶ場合は、間隔が空きすぎないよう上の余白を詰める */
.main-btn:has(+ .cate-more-btn) {
  margin: 0 auto;
}

/* カテゴリ一覧ページへ誘導するボタン（このページに新規追加） */
.cate-more-btn {
  background-color: #Fff;
  border: 1px solid #36482E;
  border-radius: 100px;
  color: #36482E;
  width: fit-content;
  padding: 1.8rem 4rem;
  margin: 40px auto 0;
  display: flex;
}
 
.cate-more-btn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #36482E;
  border-right: 1px solid #36482E;
  transform: rotate(45deg);
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  transition: transform 0.2s ease;
  top: 0.6rem;
}
 
.cate-more-btn:hover:after {
  transform: translateX(6px) rotate(45deg);
}
 
/* ページ最下部に置く場合の下余白 */
.cate-more-btn.end {
  margin-bottom: 10rem;
}

/* ???????????????? */
.product-more-btn.is-hidden {
  max-height: 0 !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none;
}

/* もっと見るを押すまで隠しておくための状態 */
.cate-more-btn.is-hidden {
  display: none;
}

/*-----------------------------------------------------

 story

-----------------------------------------------------*/

.story-list {
  width: 85%;
  margin: 0 auto 0;
}

.story-blk {
  border-bottom: 1px solid #CCCCCC;
}

.story-blk:last-child {
  border-bottom: none;
}


.story-blk a {
  display: flex;
  flex-wrap: nowrap;
  padding: 50px 0;
  gap: 20px;
}

.story-blk.no-open a{
  pointer-events: none;
}


.book-img {
  width: 35%;
  transition: transform 0.3s ease;
}

.book-img:hover {
  transform: rotate(-3deg);
}


.book-img img {
  width: 100%;
}

.book-txt {
  width: 65%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:12px;
}

.story-number{
  font-size: clamp(15px, 4.1vw, 17px);
  font-weight: 600;
  letter-spacing: 0.05em;
  color:#333333;
}

.story-number.tra{
  color:#6E1F23;
}

.story-number.sca{
  color:#385343;
}

.story-number.chic{
  color:#8E7E65;
}

.story-number.pop{
  color:#BC7979;
}


.book-txt .story-ttl {
  font-size: clamp(24px, 6.7vw, 28px);
  font-weight: 600;
}

.story-intro {
  font-size: clamp(15px, 4.1vw, 17px);
  line-height: 1.4;
}

.story-btn {
  background-color: #D9D9D9;
  border-radius: 50px;
  width: 60%;
  margin: 15px auto 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-btn.open{
  background-color: #6E1F23;
  color: #FFF;
}

.story-btn p {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-weight: 10px;
}

.main-btn{
  margin: 20px auto 120px;
}


/*-----------------------------------------------------

  SNS

-----------------------------------------------------*/

.sns-txt {
  font-size: clamp(13px, 3.6vw, 15px);
  margin-bottom: 16px;
  line-height: 1.6em;
}


.sns-btn {
  width: 60px;
  height: 60px;
  background-color: #36482E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.sns-icon {
  display: flex;
  justify-content: center;
  gap: 10px;
}


.sns-btn img {
  width: 30px;
  padding: 0;
}


.sns-info {
  font-size: clamp(11px, 3.1vw, 13px);
  margin-top: 12px;
}


.menu{
  width:50%;
  margin: 80px auto 0;
  background: #36482E;
  border-radius: 50px;
}

.menu a{
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.menu .form-img{
  height:30px;
  width:auto;
}

.menu .form-img img{
  width:auto;
  height: 100%;
}

.menu a p{
  color:#ffffff;
}



/*-----------------------------------------------------

  footer

-----------------------------------------------------*/

.xmas_footer {
  width: 100%;
  margin-top: 60px;
}

.progress {
  width: 80%;
  height:60px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  position: relative;
}

.progress .bear,
.progress .tree-1,
.progress .tree-2,
.progress .tree-3,
.progress .tree-4  {
  height: 100%;
  width: auto;
  display: inherit;
}

.progress .bear{
  position: absolute;
  bottom: -5px;
    left:48%;
    z-index: 999;
}

.progress .tree-1{
  position: absolute;
  left:20%;
}

.progress .tree-2{
  position: absolute;
  left:45%;
}

.progress .tree-3{
  position: absolute;
  left:70%;
}

.progress .tree-4{
  position: absolute;
  left:95%;
}


.progress .bear img,
.progress .tree-1 img,
.progress .tree-2 img,
.progress .tree-3 img,
.progress .tree-4 img {
  width: auto;
  height: 100%;
}

.copyright {
  width: 100%;
  padding: 30px 0;
  background-color: #353D35;
}

.copyright img {
  width: 200px;
  height: auto;
}

.copyright p {
  font-size: clamp(9px, 2.6vw, 11px);
  color: #ffffff;
  margin-top: 10px;
}





/*------------------------------------
humburger-btn
------------------------------------*/
.hamburger-btn {
  position: fixed;
  top: 10px;
  right: 25px;
  z-index: 1000;
  width: 80px;
  height: 70px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  padding: 0;
}

.hamburger-btn .bar {
  display: block;
  height: 1px;
  background-color: #333333;
  transition: all 1.0s ease;
}

@media (max-width: 768px) {
  .hamburger-btn.is-white .bar {
    background-color: #ffffff;
  }
}

.hamburger-btn .bar-top { width: 30px; }
.hamburger-btn .bar-mid { width: 30px; }
.hamburger-btn .bar-bot { width: 30px; }

/* --- ??????????????? --- */
.nav-menu {
  position: fixed;
  top: 0;
  right: 0; /* ???????????? ? */
  transform: translateX(100%); /* ?????????100%??????? ? */
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1001;
  padding: 40px 0;
  box-sizing: border-box;
  overflow-y: auto;
  /* ??????????????? transform ??? ? */
  transition: transform 0.4s ease-in-out;
}

.nav-menu.is-active {
  /* ???????????????????? ? */
  transform: translateX(0);
}

/* ?????? (?? �) */
.close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.close-btn span {
  position: absolute;
  top: 15px;
  left: 2px;
  width: 40px;
  height: 1px;
  background-color: #111;
}
.close-btn span:nth-child(1) { transform: rotate(45deg); }
.close-btn span:nth-child(2) { transform: rotate(-45deg); }

/* --- ??????? --- */
.nav-list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
}

.nav-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* ?????????padding?0??????????????(??30px)??? ? */
  padding: 12px 30px;
  color: #111;
  text-decoration: none;
}

.menu-title {
  font-size: clamp(22px, 6.2vw, 25px);
  letter-spacing: 0.03em;
  margin-left: 30px;
}

.main-title {
  font-size: clamp(28px, 7.7vw, 32px);
  margin: 0;
}

/* ?????Introduction??? */
.nav-item.has-border {
  border-bottom: 1px solid #111;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

/* ?? (?) ??? */
.menu-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
  margin-right: 5px;
}

/* ????9/11?????? */
.status-date {
  font-size: clamp(11px, 3.1vw, 13px);
  color: #333;
  font-family: sans-serif; /* ?????????????? */
  letter-spacing: 0.05em;
}

/* --- ???????? --- */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  /* ?????visibility?????pointer-events???????????????? ? */
  pointer-events: none;
  /* ???????????? 1.0s linear ????????????????? ? */
  transition: opacity 0.4s ease-in-out;
  z-index: 999;
}
.nav-overlay.is-active {
  opacity: 1;
  /* ????????????????????? ? */
  pointer-events: auto;
}

/* ????? */
.nav-item.is-disabled {
  /* ???????????????(100%)??? ? */
  width: 100%;
  pointer-events: none; /* ??????????????????? */
  cursor: default;      /* ??????????????????????? */
}

.nav-item.is-disabled a{
  color: #8C8C8C;
}

.nav-item.intro:hover .menu-title{
  color: #212B42;
  transition: all 0.3s ease;
}

.nav-item.tra:hover .menu-title{
  color: #601E1E;
  transition: all 0.3s ease;
}

.nav-item.sca:hover .menu-title{
  color: #36482E;
  transition: all 0.3s ease;
}

.nav-item.chic:hover .menu-title{
  color:#A68A58;
  transition: all 0.3s ease;
}

.nav-item.pop:hover .menu-title{
  color: #EBA2A2;
  transition: all 0.3s ease;
}

.nav-item.other:hover .menu-title{
  color: #212B42;
  transition: all 0.3s ease;
}

/*------------------------------------
                SP
------------------------------------*/

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

  .spbr {
    display: block;
  }

  #all_wrap {
    display: block;
  }

  .left {
    position: relative;
    width: 100%;
    height: 70vh;
  }

  .right {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 80px 0 30px;
    gap: 80px;
  }


  .mv-area {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: hidden;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
  }

  .slideshow {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

    opacity: 0;
    transition: opacity 1.6s linear;
  }

  .slide.active {
    opacity: 1;
    z-index: 1;
  }

  .christmas-logo {
    position: absolute;
    text-align: center;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
  }

  .christmas-logo img {
    width: 100%;
    height: auto;
  }

  .mv-logo {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv-logo img {
    width: 70px;
    height: auto;
  }

.survey p{
  font-size: clamp(9px, 2.6vw, 11px);
}


  /*-----------------------------------------------------

  title

-----------------------------------------------------*/
.page_ttl-number{
  font-size: clamp(20px, 5.6vw, 23px);
}

.page_ttl-en{
  font-size: clamp(48px, 13.3vw, 55px);
  margin: 15px auto 0;
}

.page_ttl-in {
  font-size: clamp(24px, 6.7vw, 28px);
}

  /*-----------------------------------------------------

  about

-----------------------------------------------------*/

.about,
.product-list{
  margin-top:60px;
}

.story{
  margin-top:120px;
}

  .about .inner {
    /* padding: 60px 0 20px; */
  }

  .about .inner h2,
  .story h2 {
    font-size: clamp(31px, 8.7vw, 36px);
    margin-bottom: 40px;
  }

  .symbol {
    width: 40px;
    margin-bottom: 40px;
  }

  .about .ttl-jp {
    font-size: clamp(15px, 4.1vw, 17px);
  }

  .about-txt {
    line-height: 1.6;
    font-size: clamp(11px, 3.1vw, 13px);
    padding: 0 10px;
    margin-bottom: 30px;
    gap:20px;
  }

/*-----------------------------------------------------

 ribbon house

-----------------------------------------------------*/

.ribbon{
  width: 80px;
  margin: 0 auto 30px;
}

.house {
  width:120px;
  margin:0 18% 0 auto;
}


/*-----------------------------------------------------

 product-list

-----------------------------------------------------*/

.product-list h2,
.story h2{
  font-size: clamp(31px, 8.7vw, 36px);
  margin-bottom: 10px;
}

.product-list-bfrtxt,
.story-bfrtxt {
  font-size: clamp(11px, 3.1vw, 13px);
  margin-bottom: 20px;
}

.product-list-area{
  width:90%;
}

.product-ttl{
  font-size: clamp(22px, 6.2vw, 25px);
  z-index: 999;
}

.product-list-txt{
  display: block;
  /* justify-content: center; */
  /* align-items: center; */
  padding:0 8% 5%;
}

.product-info{
  text-align: left;
  font-size: clamp(11px, 3.1vw, 13px);
  width:100%;
  margin-bottom: 5%;
}

.link-mark{
  width:16%;
  margin: 4px 0 4px auto;
}

.arrow{ 
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width:100%;
  aspect-ratio: 1 / 1; 
  border: 1px solid #333333;
  border-radius: 100px;
}

.arrow::after{
  content: '';
  position: absolute;
  top:50%;
  left:45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
} 

.product-more-btn,
.main-btn{
  width:50%;
  padding:16px 10px;
  margin: 50px auto 0;
  background-color: #36482E;
  /* border-radius: 50px; */
}

.product-more-btn p,
.main-btn p{
  color: #FFFFFF;
  font-size: clamp(11px, 3.1vw, 13px);
}

/*-----------------------------------------------------

  story

-----------------------------------------------------*/

.story {
  position: relative;
  width: 100%;
  /* margin: 0 auto; */
  overflow: hidden;
}

.story-bfrtxt {
  margin: 0 auto;
}

.swiper .img-box {
  width: 100px;
  height: 70px;
  border-radius: 4px;
  margin: 0 3px;
}

.story-list {
  width: 90%;
  /* margin: 40px auto 0; */
}

.story-blk a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.book-img {
  width:90%;
}

.book-txt {
  width: 90%;
  gap: 12px;
}

.story-number{
  font-size: clamp(15px, 4.1vw, 17px);
}

.book-txt .story-ttl {
  font-size: clamp(18px, 5.1vw, 21px);
}

.story-intro {
  font-size: clamp(11px, 3.1vw, 13px);
}


.main-btn{
  width:60%;
  margin: 0 auto 100px;
}

  /*-----------------------------------------------------

  sns

-----------------------------------------------------*/

  .sns-txt {
    font-size: clamp(11px, 3.1vw, 13px);
    margin-bottom: 16px;
    line-height: 1.6em;
  }

  .sns-icon {
    display: flex;
    justify-content: center;
    gap: 6px;
  }

  .sns-icon img {
    width: 25px;
    height: auto;
  }

  .sns-btn {
    width: 50px;
    height: 50px;
  }

  .sns-info{
  font-size: clamp(9px, 2.6vw, 11px);
}

.menu{
  width:80%;
  margin: 60px auto 0;
  background: #36482E;
  border-radius: 50px;
}

.menu a{
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.menu .form-img{
  height:24px;
  width:auto;
}

.menu .form-img img{
  width:auto;
  height: 100%;
}

.menu a p{
  color:#ffffff;
  font-size: clamp(11px, 3.1vw, 13px);
}


/*-----------------------------------------------------

  footer

-----------------------------------------------------*/

.xmas_footer {
  margin-top: 60px;
}
.progress {
  width: 85%;
  height:36px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  position: relative;
}

.progress .bear{
  bottom: -3px;
}

.copyright img {
  width: 160px;
}

.copyright p {
  margin-top: 8px;
}




/*------------------------------------
humburger-btn
------------------------------------*/
.hamburger-btn {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 40px;
  gap: 8px;
  padding: 0;
}

.hamburger-btn .bar {
  display: block;
  height: 1px;
}
.hamburger-btn .bar-top { width: 30px; }
.hamburger-btn .bar-mid { width: 30px; }
.hamburger-btn .bar-bot { width: 30px; }

/* --- ??????????????? --- */
.nav-menu {
  height: auto;
  padding: 20px 0;
}

/* ?????? (?? �) */
.close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 26px;
  height: 26px;
}
.close-btn span {
  top: 15px;
  left: 2px;
  width: 24px;
}
/* --- ??????? --- */
.nav-list {
  padding: 0;
  margin: 38px 0 0 0;
}

.nav-item a {
  padding: 10px 24px;
  color: #111;
  text-decoration: none;
}

.menu-title {
  font-size: clamp(18px, 5.1vw, 21px);
  margin-left: 20px;
}

.main-title {
  font-size: clamp(22px, 6.2vw, 25px);
  margin: 0;
}

/* ?????Introduction??? */
.nav-item.has-border {
  border-bottom: 1px solid #111;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.status-date {
  font-size: clamp(9px, 2.6vw, 11px);
}

}