@charset "UTF-8";
/*min関数*/
/*clamp関数*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  color: #ffffff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
  display: flex;
  height: 100svh;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.pd20 {
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .spNone {
    display: none;
  }
}

.pcNone {
  display: none;
}
@media screen and (max-width: 500px) {
  .pcNone {
    display: block;
  }
}

.main-container {
  max-width: 500px;
  margin: 0 auto;
  background-color: #b5a08d;
  overflow-y: auto;
  overflow-x: clip;
  flex-shrink: 0;
  scrollbar-width: none;
}
@media screen and (max-width: 500px) {
  .main-container {
    width: 100%;
    overflow-x: clip;
  }
}

.sidebar_left,
.sidebar_right {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  background-color: #d9ccbe;
}
.sidebar_left::before,
.sidebar_right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/parts/bg_pattern.webp) repeat;
  background-size: 495px;
  opacity: 0.2;
}

@media screen and (max-width: 980px) {
  .sidebar_left .logo_left {
    display: none;
  }
}

.sidebar_left img {
  width: 17.7083333333vw;
  position: absolute;
  top: 25%;
  left: 8%;
}

.sidebar_right {
  box-sizing: border-box;
  flex: 2;
}

.main-container .fv_img .bg {
  position: relative;
  width: 100%;
}
.main-container .fv_img .bg .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 264px;
}
@media screen and (max-width: 500px) {
  .main-container .fv_img .bg .logo {
    width: 53.3333333333vw;
  }
}
.main-container .fv_txtarea {
  margin-bottom: 50px;
  padding-top: 60px;
  background: url(../images/parts/FV/flower_bg.webp) no-repeat right top/200px auto;
}
.main-container .fv_txtarea h1 {
  font-size: 28px;
  line-height: 1.28;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .main-container .fv_txtarea h1 {
    font-size: 6.4vw;
  }
}
.main-container .fv_txtarea .fv_txt {
  margin: 27px 0;
}

.month {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 11px;
  color: #5e3612;
  font-size: 84px;
  line-height: 1;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .month {
    font-size: 16vw;
  }
}
.month .En {
  font-size: 34px;
}
@media screen and (max-width: 500px) {
  .month .En {
    font-size: 6.4vw;
  }
}

.nav {
  padding: 0 40px 60px;
}
@media screen and (max-width: 500px) {
  .nav {
    padding: 0 15px;
  }
}
.nav .nav_month {
  display: flex;
}
.nav .nav_month .leaf {
  width: 110px;
}
@media screen and (max-width: 500px) {
  .nav .nav_month .leaf {
    width: 21.3333333333vw;
  }
}
.nav .index .index_list {
  display: flex;
  gap: 13px;
}
.nav .index .index_list .icon_wrap {
  width: 95px;
  height: 95px;
  background-color: #ffffff;
  border-radius: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .nav .index .index_list .icon_wrap {
    width: 20vw;
    height: 20vw;
  }
}
.nav .index .index_list .icon_wrap img {
  width: 67px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .nav .index .index_list .icon_wrap img {
    width: 15.2vw;
  }
}
.nav .index .index_list .index_txt {
  margin-top: 8px;
  line-height: 0.87;
  display: inline-flex;
  height: 28px;
  align-items: center;
}
.nav .index .index_list .arrow img {
  width: 20px;
}

.section_bg {
  position: relative;
  aspect-ratio: 3/4;
}
.section_bg .title_area {
  margin: 40px 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.section_bg .title_area .en-title {
  font-family: mina, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.86;
  font-size: 23px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 500px) {
  .section_bg .title_area .en-title {
    font-size: 4.8vw;
  }
}
.section_bg .title_area .en-title {
  margin-left: -10px;
  text-align: start;
}
.section_bg .title_area h2 {
  font-size: 30px;
  line-height: 1.43;
  letter-spacing: 0.07%;
  text-align: left;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .section_bg .title_area h2 {
    font-size: 6.6666666667vw;
  }
}

.txt_area {
  z-index: 2;
  margin-top: -20px;
}

.section_bg {
  position: relative;
  width: 100%;
}
.section_bg .title_area {
  z-index: 10; /* 文字が画像の下に隠れないように前面へ */
}

.fade-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.fade-container .fade-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: crossfade 8s ease-in-out infinite;
  /* HTMLのクラス名に合わせて正しく指定 */
}
.fade-container .fade-item img {
  width: 100%;
  object-fit: cover;
}
.fade-container .item1 {
  animation-delay: 0s;
}
.fade-container .item2 {
  animation-delay: 4s;
}

@keyframes crossfade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.title_area .caution1 {
  text-align: start;
  line-height: 1.5;
  padding-left: 5px;
}

.txt_area {
  position: relative;
  z-index: 2; /* 文字が画像の下に隠れないように前面へ */
}
.txt_area h3 {
  font-size: 24px;
  line-height: 1.87;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .txt_area h3 {
    font-size: 5.3333333333vw;
  }
}
.txt_area p {
  margin-top: 35px;
}

.infinity-scroll {
  display: flex;
  overflow: clip;
  width: 100%;
  margin-top: 60px;
}

.scroll-list {
  display: flex;
  flex-shrink: 0;
  animation: infinity-scroll 30s linear infinite;
  /* 画像枚数・サイズに合わせて秒数調整 */
}

.scroll-item img {
  width: 180px; /* お好みのサイズに */
  height: 270px;
  object-fit: cover;
  display: block;
}

@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#present .txt_area::before, #present .txt_area::after {
  content: "";
  display: block;
  width: 80px;
  height: 95px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/parts/present/leaf_bottom.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(20%, 50%);
}
@media screen and (max-width: 500px) {
  #present .txt_area::before, #present .txt_area::after {
    width: 21.3333333333vw;
    height: 25.3333333333vw;
    transform: translate(-10%, 50%);
  }
}
#present .txt_area::after {
  left: auto;
  right: 0;
  transform: translate(-20%, 50%) scaleX(-1);
}
@media screen and (max-width: 500px) {
  #present .txt_area::after {
    transform: translate(10%, 50%) scaleX(-1);
  }
}
#present .infinity-scroll .scroll-item img {
  width: 180px; /* お好みのサイズに */
  height: 270px;
  object-fit: cover;
  display: block;
}
#present .mokumoku_1 {
  background: url(../images/parts/present/mokumoku_1.webp) no-repeat left top/285px auto;
}
@media screen and (max-width: 500px) {
  #present .mokumoku_1 {
    background: url(../images/parts/present/mokumoku_1.webp) no-repeat left top/250px auto;
  }
}
#present h4 {
  padding-top: 80px;
}
@media screen and (max-width: 500px) {
  #present h4 {
    padding-top: 60px;
  }
}
#present h4 img {
  width: 210px;
}
@media screen and (max-width: 500px) {
  #present h4 img {
    width: 50.6666666667vw;
  }
}
#present .data {
  font-size: 33px;
  margin: 10px 0;
}
@media screen and (max-width: 500px) {
  #present .data {
    font-size: 6.6666666667vw;
  }
}
#present .sp_box {
  width: 334px;
  position: relative;
  display: flex;
  flex-direction: column; /* 縦に並べる */
  gap: 15px; /* 上下のアイコン同士の隙間 */
  align-items: flex-start; /* 左寄せにする */
  margin: 50px auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  #present .sp_box {
    width: 77.3333333333vw;
    margin: 30px auto;
  }
}
#present .sp_box::before {
  content: "";
  background-image: url(../images/parts/present/heart.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -60px;
}
@media screen and (max-width: 500px) {
  #present .sp_box::before {
    width: 12vw;
    height: 12vw;
    top: -4vw;
    left: -9.0666666667vw;
  }
}
#present .sp_box .sp_txt {
  width: max-content;
  color: #5e3612;
  font-weight: bold;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.sns_link {
  margin-top: 20px;
}
.sns_link li a {
  display: flex;
  align-items: center; /* アイコンと文字の上下中央を揃える */
  gap: 12px; /* アイコンと文字の間の隙間 */
  color: #5e3612;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.sns_link li a .sns_icon {
  width: 32px; /* アイコンのサイズ */
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5e3612;
  border-radius: 50%;
}
.sns_link li a .sns_icon img {
  width: 20px;
  height: auto;
}
.sns_link li a i {
  text-decoration: underline;
}
.sns_link li:first-child {
  margin-bottom: 10px; /* 上のアイコンと下のアイコンの間の隙間 */
}

#special .title_area h2 {
  margin-top: 9px;
}
#special .title_area .caution1 {
  padding-left: 0;
}
#special .scroll-wrap {
  width: 100%;
  box-sizing: border-box;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: grab;
  user-select: none; /* ドラッグ中にテキスト選択されないように */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 40px 20px 0;
}
#special .scroll-wrap:active {
  cursor: grabbing;
}
#special .scroll-wrap::-webkit-scrollbar {
  display: none;
}
#special .scroll-wrap.dragging {
  cursor: grabbing;
}
#special .scroll-wrap {
  /* JS側でclassを付け外しする */
}
#special .scroll-wrap .scroll-inner {
  display: flex;
  gap: 16px;
  width: max-content; /* 折り返さず横に伸ばす */
}
#special .scroll-wrap .scroll-inner .box {
  flex-shrink: 0; /* flexで縮まないように */
  background-color: #e1d7ca;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  width: 410px;
  padding: 18px 18px 20px 18px;
}
#special .scroll-wrap .scroll-inner .box .box_txt {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 180px;
  line-height: 1.5;
  color: #5e3612;
  text-align: start;
}
#special .scroll-wrap .scroll-inner .box .box_txt .title {
  display: inline; /* インライン要素にすることで文字だけに線が引けます */
  font-size: 20px;
  border-bottom: 1px solid #5e3612;
}
#special .scroll-wrap .scroll-inner .box .box_txt .price {
  font-size: 18px;
}
#special .scroll-wrap .scroll-inner .box .box_txt .desc {
  font-size: 12px;
  letter-spacing: -0.03em;
}
#special .scroll-wrap .scroll-inner .box .box_txt a,
#special .scroll-wrap .scroll-inner .box .box_txt .comingsoon {
  background-color: #5e3612;
  padding: 0 16px 2px;
  border-radius: 100px;
  width: fit-content;
  color: #ffffff;
}
#special .scroll-wrap .scroll-inner .box .box_pic img {
  width: 178px;
  border-radius: 10px;
}
#special .scroll-arrow {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 20px; /* 文字と矢印の間のスキマ */
  color: #5e3612;
  font-size: 18px;
  padding: 5px 15px 50px 0;
}
#special .scroll-arrow .arrow-line {
  position: relative;
  width: 50px; /* 線の長さ（好みの長さに調整してね） */
  height: 1px; /* 線の太さ */
  background: #5e3612; /* まっすぐな横線の色 */
  /* 👇 ここで矢印の「斜めのハネ」を作っています */
}
#special .scroll-arrow .arrow-line::after {
  content: "";
  position: absolute;
  right: 0; /* 線の右端にぴったり合わせる */
  bottom: 0; /* 線の位置を基準にする */
  width: 15px; /* ハネの長さ */
  height: 1px; /* ハネの太さ */
  background: #5e3612;
  /* 右端を軸にして、反時計回りに30度回転させて斜めにする */
  transform-origin: right top;
  transform: rotate(30deg);
}
#special .common_btn {
  margin: 0 auto 70px;
}

#sticker .txt_area {
  position: relative;
}
#sticker .txt_area::before {
  content: "";
  display: block;
  background: url(../images/parts/sticker/mokumoku2.webp) no-repeat center/contain;
  width: 142px;
  height: 188px;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: -1;
}
#sticker .transform-container {
  position: relative;
  height: 300px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  #sticker .transform-container {
    height: 61.3333333333vw;
  }
}
#sticker .transform-container .item {
  width: 193px;
  position: absolute;
  top: 10%;
  left: 10%;
}
@media screen and (max-width: 500px) {
  #sticker .transform-container .item {
    width: 38.6666666667vw;
    top: 20%;
  }
}
#sticker .transform-container .item2 {
  left: 50%;
}
#sticker .transform-container .item {
  transform-origin: center 100px;
  animation: swing 2.6s ease-in-out infinite;
}
@keyframes swing {
  0% {
    transform: rotate(-12deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(-12deg);
  }
}
#sticker .profile .house {
  display: flex;
  overflow: clip;
}
#sticker .profile .house img {
  height: 50px;
}
#sticker .profile .profile_inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  padding: 30px 0;
}
@media screen and (max-width: 500px) {
  #sticker .profile .profile_inner {
    flex-direction: column;
    padding: 20px 0;
  }
}
#sticker .profile .profile_inner .profile_pic {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sticker .profile .profile_inner .profile_pic img {
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 500px) {
  #sticker .profile .profile_inner .profile_pic img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
#sticker .profile .profile_inner .profile_txt {
  width: 276px;
  text-align: start;
}
@media screen and (max-width: 500px) {
  #sticker .profile .profile_inner .profile_txt {
    width: 100%;
    text-align: center;
  }
}
#sticker .profile .profile_inner .profile_txt .name {
  font-size: 20px;
}
#sticker .profile .profile_inner .profile_txt .desc {
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0;
}
@media screen and (max-width: 500px) {
  #sticker .profile .profile_inner .profile_txt .desc {
    margin: 10px 0;
  }
}
#sticker .profile_link {
  background-color: #5e3612;
  padding: 3px 15px 5px;
  border-radius: 6px;
  width: fit-content;
  font-size: 14px;
  margin: 20px auto;
}
#sticker .caution2 {
  text-align: start;
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0 20px;
}

#wanko .section_bg {
  margin-top: 15px;
}
#wanko .section_bg .title_area {
  margin: 25px 0 0 20px;
}
#wanko .infinity-scroll {
  margin-top: 50px;
  clip-path: inset(0);
}
#wanko .scroll-list {
  display: flex;
  width: max-content;
  will-change: transform; /* パフォーマンス向上のため */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  animation: infinity-scroll 40s linear infinite;
  animation: none; /* JSで制御するため、CSSのアニメーションは一旦無効化 */
}
#wanko .scroll-list .scroll-item img {
  width: auto;
  height: 225px; /* 💡 画像を表示したい縦幅 */
  display: block;
}
@keyframes css-loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#wanko .campaign_summary {
  margin: 50px auto;
}
#wanko .campaign_summary dl {
  text-align: start;
  margin: 25px 0;
}
@media screen and (max-width: 500px) {
  #wanko .campaign_summary dl {
    padding: 0;
  }
}
#wanko .campaign_summary dl dt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
}
#wanko .campaign_summary dl dd a {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  border-bottom: 0.5px solid #ffffff;
}
#wanko .campaign_summary dl dd.border_line {
  height: 3px; /* 最低限の高さにする */
  line-height: 1; /* 文字用の高さをリセット */
  margin: 10px 0; /* 線の上下に少しだけ隙間が欲しい場合はここで調整 */
}
#wanko .campaign_summary dl dd.border_line img {
  display: block; /* 画像の下に謎の隙間ができるのを防ぐお守り */
  width: 100%;
  height: auto;
}
#wanko .campaign_summary dl .line2 {
  transform: scaleX(-1);
}
#wanko .prize h4 {
  width: 330px;
  margin: 0 auto -60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  #wanko .prize h4 {
    width: 77.3333333333vw;
  }
}
#wanko .prize .bg_wrapp {
  position: relative;
  background: linear-gradient(to right, #d7cabb 1px, transparent 1px), linear-gradient(to bottom, #d7cabb 1px, transparent 1px);
  background-size: 30px 30px;
  background-color: #e1d7ca;
  border-radius: 10px;
}
#wanko .prize .bg_wrapp::before, #wanko .prize .bg_wrapp::after {
  display: block;
  content: "";
  width: 275px;
  height: 200px;
  background: url(../images/parts/wanko/deco1.webp) no-repeat right center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  #wanko .prize .bg_wrapp::before, #wanko .prize .bg_wrapp::after {
    width: 66.6666666667vw;
    height: 49.3333333333vw;
  }
}
#wanko .prize .bg_wrapp::before {
  border-radius: 10px 0 0 0;
}
#wanko .prize .bg_wrapp::after {
  background: url(../images/parts/wanko/deco2.webp) no-repeat left center/cover;
  width: 164px;
  height: 213px;
  top: 705px;
  left: unset;
  right: 0;
  z-index: 0;
}
#wanko .prize .bg_wrapp .prize_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  padding: 20px;
}
#wanko .prize .bg_wrapp .prize_grid p {
  color: #5e3612;
  font-weight: bold;
  text-align: center;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_1st {
  grid-column: 1/3;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  #wanko .prize .bg_wrapp .prize_grid .wanko_1st {
    margin-top: 53px;
  }
}
#wanko .prize .bg_wrapp .prize_grid .wanko_1st .medal1 {
  width: 75px;
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 500px) {
  #wanko .prize .bg_wrapp .prize_grid .wanko_1st .medal1 {
    width: 16vw;
    top: -0.8vw;
  }
}
#wanko .prize .bg_wrapp .prize_grid .wanko_1st .photo1 {
  width: 280px;
}
@media screen and (max-width: 500px) {
  #wanko .prize .bg_wrapp .prize_grid .wanko_1st .photo1 {
    width: 66.6666666667vw;
  }
}
#wanko .prize .bg_wrapp .prize_grid .wanko_1st p {
  text-align: end;
  margin: -50px 20px 0 0;
}
@media screen and (max-width: 500px) {
  #wanko .prize .bg_wrapp .prize_grid .wanko_1st p {
    margin: -8vw 2.6666666667vw 0 0;
  }
}
#wanko .prize .bg_wrapp .prize_grid .wanko_2nd {
  grid-column: 1;
  position: relative;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_2nd .medal2 {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_2nd .photo2 {
  width: 193px;
  margin-top: 30px;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_3rd {
  grid-column: 2;
  position: relative;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_3rd .medal3 {
  width: 50px;
  position: absolute;
  top: 0;
  left: -10px;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_3rd .photo3 {
  width: 154px;
  margin: 20px 0 0 20px;
}
#wanko .prize .bg_wrapp .prize_grid .wanko_3rd p {
  margin-left: 20px;
}
#wanko .prize .bg_wrapp .wanko_last {
  position: relative;
  z-index: 1;
  opacity: 0;
}
#wanko .prize .bg_wrapp .wanko_last.is-visible {
  animation: bounce-in 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}
#wanko .prize .bg_wrapp .wanko_last .last_ribbon {
  position: absolute;
  width: 250px;
  transform: rotate(-20deg);
  left: 0;
}
#wanko .prize .bg_wrapp .wanko_last .last_photo {
  width: 336px;
  margin: 45px auto 25px;
}
@keyframes bounce-in {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  60% {
    transform: translateY(-15px);
    opacity: 1;
  }
  80% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#wanko .prize .bg_wrapp p {
  position: relative;
  z-index: 3;
  color: #5e3612;
  padding-bottom: 30px;
}
#wanko .line {
  margin-top: 100px;
}

.nxt_month .month {
  justify-content: center;
}
.nxt_month .txt {
  margin: 40px auto 20px;
  font-size: 20px;
  color: #5e3612;
  line-height: 2.1;
}
@media screen and (max-width: 500px) {
  .nxt_month .txt {
    font-size: 4.8vw;
  }
}
.nxt_month img {
  width: 440px;
  margin: 0 auto 0 30px;
}
@media screen and (max-width: 500px) {
  .nxt_month img {
    width: 90.6666666667vw;
    margin: 0 auto 0;
  }
}

footer {
  position: relative;
  padding: 0 15px 60px;
  text-align: center;
}
footer h2 {
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  padding: 15px 0;
  background: #5e3612;
  position: relative;
}
@media screen and (min-width: 981px) {
  footer h2 {
    padding: 19px 0;
  }
}
footer h2::before, footer h2::after {
  content: "";
  display: block;
  background: #fbfbfb;
  width: 100%;
  height: 1px;
  position: absolute;
}
footer h2::before {
  top: 4px;
}
footer h2::after {
  bottom: 4px;
}
footer h2 span {
  letter-spacing: 0.06em;
}
footer .foot_txt {
  text-align: center;
  line-height: 30px;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  letter-spacing: 1px;
  padding: 45px 0;
}
@media screen and (min-width: 981px) {
  footer .foot_txt {
    padding: 65px 0;
    line-height: 40px;
  }
}
footer .sns_wrap {
  width: fit-content;
  margin: 20px auto;
}

.caution {
  margin: -113px 0 93px;
  text-align: center;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}
@media screen and (min-width: 981px) {
  .caution {
    margin: -110px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .caution {
    line-height: 20px;
  }
}

.common_btn {
  width: 307px;
  margin: 0 auto 60px;
  font-size: 15px;
  text-align: center;
  display: block;
  padding: 17px 0;
  background: #5e3612;
  border: 1px solid #5e3612;
  border-radius: 40px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 981px) {
  .common_btn {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 500px) {
  .common_btn {
    max-width: 92vw;
  }
}
.common_btn:hover {
  background: #ad947e;
  transition: all 0.3s ease;
}

/* ===========================
   ナビ：タイトル
=========================== */
.sidecontent {
  margin: 25% auto;
}

.tl-title {
  text-align: center;
  margin-bottom: 35px;
  color: #5e3612;
}
.tl-title .title {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.0833333333vw;
  line-height: 1.3;
}
@media screen and (max-width: 500px) {
  .tl-title .title {
    font-size: 6.4vw;
  }
}
.tl-title .script {
  font-size: 1.5972222222vw;
  font-family: mina, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.86;
  font-size: 23px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 500px) {
  .tl-title .script {
    font-size: 4.8vw;
  }
}
.tl-title .script {
  transform: rotate(0deg);
}
@media screen and (max-width: 500px) {
  .tl-title .script {
    font-size: 4.8vw;
  }
}

/* ===========================
   ナビ：タイムライン軸
=========================== */
.tl {
  position: relative;
  width: 23.8194444444vw;
  margin: auto;
}

/* 縦線 */
.tl-track {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background: #5e3612;
}

/* 上下のドット */
.tl-dot {
  position: absolute;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5e3612;
}

/* ===========================
   ナビ：月ブロック
=========================== */
.month-block {
  margin-bottom: 28px;
  position: relative;
  padding-left: 2.4305555556vw;
}

.month-block:last-child {
  margin-bottom: 0;
}

.month-label {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
}

.month-num {
  font-size: 2.0833333333vw;
  font-weight: 400;
  line-height: 1;
  color: #b19c89;
  transition: color 0.25s ease;
}
@media screen and (max-width: 500px) {
  .month-num {
    font-size: 6.4vw;
  }
}

.month-mo {
  font-size: 11px;
  color: #b19c89;
  transition: color 0.25s ease;
}
@media screen and (max-width: 500px) {
  .month-mo {
    font-size: 4.2666666667vw;
  }
}

/* 月がアクティブなとき */
.month-block.month-active .month-num,
.month-block.month-active .month-mo {
  color: #5e3612;
}

.main-container .container500 .month-block {
  padding: 0;
}

/* ===========================
   ナビ：各アイテム
=========================== */
.nav-items {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nav-item {
  text-align: left;
  font-size: 1.1111111111vw;
  color: #b19c89;
  line-height: 1.9;
  cursor: pointer;
  transition: color 0.2s ease, font-size 0.2s ease;
  padding-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-item::before {
  content: "・";
}

/* アクティブなアイテム */
.nav-item.item-active {
  color: #5e3612;
  font-size: 1.5277777778vw;
}

/* coming soon はクリック不可 */
.nav-item.soon {
  font-style: italic;
  cursor: default;
  color: #b19c89;
  transition: color 0.25s ease;
}

.nav-item.soon.item-active {
  color: #5e3612;
}

/* ===========================
   スクロールバー
=========================== */
.main-container::-webkit-scrollbar,
.sidebar_right::-webkit-scrollbar {
  width: 4px;
}

.main-container::-webkit-scrollbar-thumb,
.sidebar_right::-webkit-scrollbar-thumb {
  background: #d3d1c7;
  border-radius: 2px;
}

.hamburger {
  display: none;
  position: relative;
  width: 50px;
  height: 51px;
}
@media screen and (max-width: 980px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
    background: none;
    border: none;
    cursor: pointer;
    padding: 23px 14px 20px;
  }
  .hamburger-house {
    position: absolute;
    top: 0;
    left: 0;
  }
  .hamburger-label {
    font-size: 12px;
    color: #5e3612;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: -3px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
  }
  .hamburger span {
    position: relative;
    z-index: 1;
    display: block;
    width: 22px;
    height: 1px;
    background: #5e3612;
    margin: 6px 0;
    transition: all 0.3s ease;
  }
  .hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media screen and (max-width: 500px) {
  .sidebar_right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100svh;
    overflow-y: auto;
    z-index: 99;
    transition: right 0.3s ease;
    background: #d9ccbe;
  }
  .sidebar_right.is-open {
    right: 0;
  }
  .sidebar_right.is-open .sp-menu {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .pc-menu {
    display: none;
  }
}

.sp-menu {
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-menu {
    display: block;
    padding: 0 14px;
  }
  .sp-menu .fit {
    width: fit-content;
    margin: 0 auto;
  }
  .sp-menu .month-block .month-label span {
    color: #5e3612;
  }
  .sp-menu .month-block .month-num {
    font-size: 32px;
  }
  .sp-menu .month-block .month-mo {
    font-size: 18px;
  }
  .sp-menu .month-block .nav-items .nav-item {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
  }
  .sp-menu .month-block .nav-items .nav-item::before {
    content: "";
    background: url(../images/flowericon.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    transform: translateY(80%);
  }
  .sp-menu .month-block .nav-items .nav-item a {
    color: #5e3612;
    font-size: 18px;
  }
  .sp-menu .month-block .nav-items .nav-item .soon {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .hamburger {
    display: none;
  }
  .sidebar_left {
    display: none;
  }
  .main-container {
    margin: 0;
  }
  .pc-menu {
    display: block;
  }
  .sp-menu {
    display: none;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .sidebar_left {
    display: none;
  }
  .sidebar_right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100svh;
    overflow-y: auto;
    z-index: 99;
    background: #d9ccbe;
    transition: right 0.3s ease;
  }
  .sidebar_right.is-open {
    right: 0;
  }
  .main-container {
    background-size: 495px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    background-color: #d9ccbe;
    position: relative;
    overflow-x: clip;
  }
  .main-container::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url(../images/parts/bg_pattern.webp) repeat;
    background-size: 495px;
    opacity: 0.2;
    pointer-events: none;
  }
  .main-container .container500 {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    background-color: #b5a08d;
    z-index: 1;
  }
  .hamburger {
    display: block;
  }
  .pc-menu {
    display: none;
  }
  .sidebar_right.is-open .sp-menu {
    display: block;
  }
  .sidebar_right.is-open .sp-menu .tl-title .title {
    font-size: 4.1666666667vw;
  }
}/*# sourceMappingURL=style.css.map */