@charset "UTF-8";

/* =================================================================== */
/* 共通 */
/* =================================================================== */
* {
  box-sizing: border-box;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../images/lp_souvenir/bg_pc.png) no-repeat center top;
  background-size: cover;
}

/*
section:last-child {
  margin-bottom: 0;
  padding-bottom: 80px;
}*/




h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  color: #ffffff;
}

h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  color: #DC3C22;
}
h3.crd-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.05rem;
}


.h3-sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 150%;
}

.container {
  max-width: 1180px;
  margin: 0 auto 48px;
}

@media screen and (max-width: 767px) {
body::before {
  background: url(../images/lp_souvenir/bg_sp.png) no-repeat center top;
  background-size: cover;
}
}


/* =================================================================== */
/* モバイルサイズ */
/* =================================================================== */


/* =================================================================== */
/* header */
/* =================================================================== */
.l-header {
/*  max-width: 390px;*/
  margin: 0 auto;
  position: fixed;
  z-index: 100;
  right: 0;
}

.l-header-inner .header-lp-black {
  background-color: rgba(1, 3, 6, 0);
  padding: 15px 15px;
}

.header-lp-left {
  max-width: 102px;
}

.l-header-sns {
  display: none;
}


.l-main {
  margin-top: -56px;
}

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

/* =================================================================== */
/* hero */
/* =================================================================== */
.hero-box {
  background: url(../images/lp_souvenir/mv_ribbon_left.png) no-repeat left bottom, url(../images/lp_souvenir/mv_ribbon_right.png) no-repeat right top, url(../images/top/bg_dot.png) repeat left top, url(../images/lp_souvenir/bg_kv_pc.png) no-repeat center bottom;
  background-size: 134px auto, 111px auto, 2px auto, cover;
  width: 100%;
  height: 460px;
}

/*
.hero-wp {
  background: url(../images/lp_souvenir/mv_ribbon_left.png) no-repeat left bottom 90px, url(../images/lp_souvenir/mv_ribbon_right.png) no-repeat right top;
  background-size: cover;
  width: 100%;
  max-width: 1100px;
  height: 362px;
}
*/

h1 {
  padding: 64px 0 0;
  text-align: center;
}

h1 img {
  width: 100%;
  max-width: 210px;
  height: 100%;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.24));
}

@media screen and (max-width: 767px) {
.hero-box {
  background: url(../images/lp_souvenir/mv_ribbon_left.png) no-repeat left bottom, url(../images/lp_souvenir/mv_ribbon_right.png) no-repeat right top, url(../images/lp_souvenir/bg_kv_sp.png) no-repeat center bottom;
  background-size: 134px auto, 111px auto, cover;
  height: 360px;
}

h1 {
  padding: 14px 0 0;
}
}



/* =================================================================== */
/* 枠組み */
/* =================================================================== */
/*
.recommend-box {
  padding: 0 16px;
}
*/

/* =================================================================== */
/* カルーセル */
/* =================================================================== */

/* 1つ画 */
@media screen and (max-width: 767px) {
/*
#carousel-autoplay-list li {
  width: calc(100% - 16px) !important;
}
*/
}

@media screen and (min-width: 768px) {
#carousel-autoplay {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

#carousel-autoplay .splide__list li {
  width: 100%;
  max-width: calc(100% / 3);
}
}


.crsl-box {
  display: flex;
  margin: -90px auto 0px auto;
  padding-bottom: 48px;
}
.crsl-list {
  display: flex;
  margin: 0 auto;
}
.crsl-list li {
  width: 100%;
  max-width: 358px;
  height: auto;
}
.crsl-img-wp {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.crsl-txt {
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  color: #333333;
}

/**/
.splide__list li {
  padding: 0 16px 32px;
  margin-right: 0;
}

.splide__list li a {
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
}

.splide__slide img {
  height: 160px;
  object-fit: cover;
  opacity: 1 !important;
  visibility: visible !important;
}

.splide__track {
    overflow: hidden !important;
}


@media screen and (min-width: 768px) {
  .splide__list li {
    width: 100%;
  max-width: 25%;
}
  
.splide__list {
  display: flex !important; /* PCでは横並び */
  flex-wrap: wrap;
}

#carousel-autoplay .splide__list {
  flex-wrap: nowrap;
}

}


/* =================================================================== */
/* ショップリスト */
/* =================================================================== */
.h2-ttl {
  padding-left: 16px;
  lien-height: 44px;
  margin-bottom: 28px;
  background: url(../images/lp_souvenir/bg_ttl_ribbon.png) no-repeat left center;
  background-size: 282px auto;
}

.h2-narrow {
  letter-spacing: -8%;
}

/*
.h2-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  width: 282px; 
  height: 44px;
  background: url(../images/lp_souvenir/bg_ttl_ribbon.png) no-repeat center left;
  background-size: contain;
  opacity: 0.85; 
  z-index: -1;
}
*/
.crd-box {


}

.crd-list {
  display: flex;
  list-style: none;
  padding: 0 16px;
  width: max-content;
}


/* ========== カード ========== */
.crd-list li {
  flex: 0 0 240px;
  margin-right: 24px;
  scroll-snap-align: start;
  position: relative;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.16);
}
/*
.crd-item:last-child {
  margin-right: 16px;
}
*/

.crd-img-wp img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
}
.crd-body {
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  padding: 12px;
  background-image: linear-gradient(transparent, rgba(255,255,255,0.85) 15%);
  text-shadow: 0 0 4px rgba(255,255,255,0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 0 8px 8px;
}
.crd-location{
  color: #DC3C22;
}






.l-footer-navi {
  background: #eee !important;
}

.l-footer-inner {
  text-align: center;
}

 .l-footer-navi {
  padding-bottom: 0;
}

.copyright {
  float: none;
  color: #666 !important;
}



/**/
.modal-body h3 {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #DC3C22;
}

.modal-place {
  font-size: 13px;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #DC3C22;
}

.modal-content h4 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #DC3C22;
}

.modal-content h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.modal-txt {
  font-size: 13px;
  margin-bottom: 24px;
  line-height: 1.4;
}


/* モーダル全体の初期状態 */
.app-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  display: flex;
  align-items: flex-end; /* 下寄せ */
}

/* オーバーレイ */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* 消える時の状態 */
.modal-overlay.is-fadeout {
  opacity: 0;
}

/* コンテンツ部分（スライドアップ） */
.modal-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  max-height: 90vh;
  background: #fff;
  border-radius: 44px 44px 0 0; /* 上部を丸く */
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: auto;
}

/* アクティブ時の状態 */
.app-modal.is-active {
  visibility: visible;
}
.app-modal.is-active .modal-overlay {
  opacity: 1;
}
.app-modal.is-active .modal-content {
  transform: translateY(0);
}

/* アプリ風の装飾 */
.modal-header {
  position: sticky;
  top: 24px;
  padding-right: 24px;
  z-index: 2500;
}

.modal-close2 {
  width: 40px;
  height: 40px;
  margin-left: auto;
  border-radius: 20px;
  background: #555 url(../images/lp_souvenir/i_close.png) no-repeat center center;
  background-size: 14px auto;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: block;
}

.modal-img {
  margin: -40px 0 0;
}

.modal-body {
  padding: 24px 16px;
}

/* 閉じアニメーション中（JSで付与される） */
.app-modal.is-closing {
  opacity: 0; /* 背景をフェードアウト */
}

.app-modal.is-closing .modal-content {
  transform: translateY(100%); /* 下方向へスライドアウト */
}

/* iframe */
iframe {
  width: 100%;
}

/* 最下部のリンクボタン */
.modal-btn {
  width: 100%;
  padding: 24px 40px;
  bottom: 0;
  position: sticky;
  z-index: 3000;
}

.modal-btn a {
  width: 100%;
  display: block;
  line-height: 46px;
  color: #fff;
  background-color: #DC3C22;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 23px;
  box-shadow: 0 0 4px rgba(0,0,0,0.24);
  text-decoration: none;
}




