@charset "UTF-8";

/* ==========================
  Base（PC / default）
========================== */
a[href*="tel:"] {
  pointer-events: painted !important;
  cursor: pointer;
}
li {
  list-style: none;
}
h1 {
  margin: auto;
  padding: 160px 0 0;
  text-align: center;
}
p {
  color: #333;
}
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
.center__space {
  display: inline-block;
  width: 1ch;
  visibility: hidden;
}
.slick-dots li button:before{
  font-size: 25px!important;
}

/* ==========================
  b_top（PC）
========================== */
.b_top {
  width: 50px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
  z-index: 10;
}
.b_top.show {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* ==========================
  ボタン / MV（PC）
========================== */
.spring {
  /* modal */
}
.spring#eventWrap {
  background-color: #FFFBC7;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    Verdana, Roboto, "Droid Sans", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.spring__btn a {
  color: #fff;
  background-color: #FF7777;
  max-width: 355px;
  display: block;
  text-align: left;
  padding: 15px 25px;
  border-radius: 30px;
  position: relative;
}
.spring__btn a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  content: "\f105";
  color: #fff;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.spring__mv {
  margin: 0;
}
.spring__mv-link {
  display: block;
  pointer-events: none;
}
.spring__mv-link:hover {
  opacity: 1;
}
.spring__mv-link picture img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

/* ==========================
  Nav（PC）
========================== */
.spring__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 67px; /* PC: ヘッダーの高さ分下げる */
  left: 0;
  max-height: 100dvh; /* or 100vh */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 72px;
  margin-left: auto;
  z-index: 10000;
  pointer-events: none;
}

/* ==========================
  Menu Button（PC）
========================== */
.spring__menuBtn {
  pointer-events: auto; /* ボタンはクリック可能にする */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-left: auto; /* 右寄せ */
  background-color: #F59AA5;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10005; /* メニュー(10001)より上 */
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
.spring__menuBtn-text {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
}

.spring__menuBtn-icon {
  display: block;
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
}
.spring__menuBtn-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.is-open .spring__menuBtn-icon {
  transform: rotate(90deg);
}

/* ==========================
  Fullscreen Menu（PC）
========================== */
.spring__menuContent {
  position: fixed;
  top: 67px; /* PC: ヘッダーの下から開始 */
  left: 0;
  width: 100%;
  height: calc(100vh - 67px); /* PC: ヘッダー分を引いた高さ */
  background-color: rgba(255, 251, 199, 0.98);
  z-index: 10001; /* ボタン(10005)より下 */
  display: none; /* 初期状態は非表示 */
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  overflow-y: auto;
}
.is-open .spring__menuContent {
  display: flex;
}

.spring__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 40px 20px;
  width: 100%;
  max-width: 840px;
  list-style: none;
  margin: 0;
}

.spring__nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  gap: 26px;
}
.spring__nav-link:hover { 
  text-decoration: none;
}
  

figure.spring__nav-image {
  margin: 0;
}
.spring__nav-image img {
  width: 60px;
}

.spring__nav-text {
  font-size: 2.6rem;
  font-weight: bold;
}

/* ==========================
  Contents / Layout（PC）
========================== */
.spring__contents {
  margin-top: -72px;
  overflow: hidden;
}

.spring__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.spring__instabnr {
  max-width: 708px;
  margin: 0 auto;
  width: 100%;
}

.spring__footer {
  margin: 100px 0;
  position: relative;
}

.spring__sns-title {
  margin: 50px auto 30px;
  font-size: 2rem;
  text-align: center;
}

.spring__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

/* ==========================
  Items（PC）
========================== */
.spring__items {
  position: relative;
  z-index: 1;
  padding: 70px 0 110px;
  overflow: hidden;
}

.spring__items::before,
.spring__items::after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  margin: auto;
}

.spring__items::before {
  top: 70px;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  width: 1403px;
  height: 863px;
  background: url(/spring/img/main_bg01.png) no-repeat center top/contain;
}

.spring__items::after {
  bottom: -10px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  width: 1541px;
  height: 785px;
  background: url(/spring/img/main_bg02.png) no-repeat center bottom/contain;
}

.spring__items-header {
  margin-bottom: 40px;
  text-align: center;
}

.spring__items-title {
  margin-bottom: 10px;
  color: #FF7777;
  font-size: 2.3rem;
  font-weight: bold;
}

.spring__items-title_icon {
  display: block;
  width: 158px;
  margin: 0 auto 10px;
}

.spring__items-lead {
  font-size: 1.8rem;
  line-height: 1.5;
}

.spring__items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
  padding: 0;
}

.spring__items-list_item {
  width: 33.3333%;
  padding: 12px;
}

.spring__items-list_inner {
  position: relative;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}

.spring__items-list_inner:hover {
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
}

.spring__items-list_image {
  margin-bottom: 10px;
}

.spring__items-list_title {
  margin-bottom: 10px;
  color: #FF7777;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.spring__items-list_shop {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.spring__items-list_price {
  font-size: 1.8rem;
  font-weight: bold;
}

.spring__items-list_price-tax {
  font-size: 1.2rem;
}

.spring__items-list_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  margin: 20px 0 0 0;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  background-color: #FF7777;
  border-radius: 30px;
  font-size: 1.5rem;
  line-height: 1.3;
}
.spring__items-list_more::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  content: "\f105";
  color: #fff;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

/* ==========================
  Item Detail（PC）
========================== */
.spring__items-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
}

.spring__items-detail_image {
  width: 50%;
  margin: 0;
}

.spring__items-detail_content {
  width: 46%;
}

.spring__items-detail_title {
  position: relative;
  margin-bottom: 20px;
  color: #FF7777;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}
.spring__items-detail_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background-image: repeating-linear-gradient(
    to right,
    #FF7777 0,
    #FF7777 2px,
    transparent 2px,
    transparent 4px
  );
}

.spring__items-detail_price {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.spring__items-detail_price-tax {
  font-size: 1.3rem;
}

.spring__items-detail_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.spring__items-detail_label {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 8px 10px 6px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.spring__items-detail_label.-limited {
  color: #FF7777;
  background-color: #A1D8E1;
}

.spring__items-detail_label.-cool {
  color: #4685C5;
  border: 1px solid #4685C5;
}

.spring__items-detail_text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.spring__items-detail_shop {
  margin-top: 15px;
  background: #eee;
  padding: 10px;
  border-radius: 10px;
}
.spring__items-detail_shop-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.spring__items-detail_shop-text {
  font-size: 1.3rem;
}
.spring__items-detail_shop-text::before {
  left: 0;
  top: 50%;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(/pages/spring/img/address_icon.png);
  margin-right: 5px;
}
.spring__items-detail_shop-text span::before {
  left: 0;
  top: 50%;
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(/pages/spring/img/tell_icon.png);
  margin-right: 5px;
}
.spring__items-detail_shop-text span a {
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
}

.spring__items-detail_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  padding: 0 20px;
  background-color: #FF7777;
  color: #fff !important;
  font-size: 1.5rem;
  line-height: 1.3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  text-decoration: none;
  border-radius: 30px;
  pointer-events: painted;
}
.spring__items-detail_button:hover {
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
}
.spring__items-detail_button::after {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Slick dots（PC） */
.spring__items-detail .items-slider .slick-dots {
  bottom: -20px;
}

.spring__items-detail_labels .spring__items-detail_label.-limited {
  background-color: #fff !important;
  color: #FF7777;
  border: 2px solid #FF7777;
  border-radius: 30px;
  font-size: 1.3rem;
}

/* ==========================
  Modal（PC）
========================== */
.spring .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.spring .modal-container::before,
.spring .modal-container::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.spring .modal-container.is-active {
  opacity: 1;
  visibility: visible;
}

.spring .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1050px;
  width: 90%;
}

.spring .modal-content {
  background-color: #fff;
  text-align: left;
  border: none;
  border-radius: 20px;
}

.spring .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 40px;
  height: 40px;
  background-color: #C8C8C8;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.spring .modal-close::before,
.spring .modal-close::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  margin: auto;
  background: #fff;
}

.spring .modal-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.spring .modal-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==========================
  body state（PC）
========================== */
body.modal-active {
  overflow: hidden;
}
body.modal-active .spring__nav {
  opacity: 0;
  z-index: -1;
}
body.modal-active .post__item {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}

/* ==========================
  Categories / Animation（PC）
========================== */
__category.category-cate5 .cate5 {
  display: block;
  -webkit-animation: show .5s linear 0s forwards;
          animation: show .5s linear 0s forwards;
}

.sakura-menu .post__category.category-cate6 .cate6,
.gift-collection .post__category.category-cate6 .cate6,
.sakura-goods .post__category.category-cate6 .cate6,
.event .post__category.category-cate6 .cate6 {
  display: block;
  -webkit-animation: show .5s linear 0s forwards;
          animation: show .5s linear 0s forwards;
}

@-webkit-keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes show {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ==========================
  Modaal / Magnific Popup（PC）
========================== */
.modaal-overlay {
  background: rgba(51, 51, 51, 0.4) !important;
}
.modaal-content-container {
  padding: 0 !important;
}

.mfp-wrap .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.mfp-wrap .mfp-close {
  border-radius: 100%;
  font-size: 32px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #C8C8C8 !important;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.mfp-wrap .mfp-close::before,
.mfp-wrap .mfp-close::after {
  background: white;
  top: 6px;
  left: 16px;
}

/* ==========================
  Slider（PC）
========================== */
.uraraka-slider .spring__items-list_title {
  color: #333333 !important;
}

.uraraka-slider .slick-track {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uraraka-slider .slick-prev,
.uraraka-slider .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  background: #FF7777 !important;
  border-radius: 100%;
}
.uraraka-slider .slick-prev:hover,
.uraraka-slider .slick-next:hover {
  background: #FF7777 !important;
  opacity: 1;
}
.uraraka-slider .slick-arrow:hover {
  opacity: 1;
}

.uraraka-slider .slick-prev {
  left: -45px;
  z-index: 1;
}
.uraraka-slider .slick-next {
  right: -45px;
}

.uraraka-slider .slick-prev:before,
.uraraka-slider .slick-next:before {
  color: #fff;
  font-size: 5rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.uraraka-slider .slick-prev:before {
  content: "\f104";
}
.uraraka-slider .slick-next:before {
  content: "\f105";
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.popup-modal:hover {
  text-decoration: none;
}

.attention_txt{
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}

/* ==========================
  SP（max-width: 767.98px）
========================== */
@media (max-width: 767.98px) {

  h1 {
    padding: 100px 10px 0;
  }

  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }

  #allWrap {
    overflow: visible;
  }

  .spring__mv.uraraka {
    padding: 20px;
  }

  .spring__nav {
    top: 0;
  }
  .spring__nav-text {
    font-size: 2rem;
  }

  /* SP: ヘッダー高さの定義（必要であれば調整） */
  header {
    height: 60px;
  }

  /* SP: メニューエリア（最上部から開始、フッター手前まで） */
  .spring__menuContent {
    top: 0 !important;
    height: calc(100vh - 60px) !important; /* 画面高さ - 固定フッター高さ(60px) */
    padding-bottom: 20px;
    align-items: flex-start; /* 長いメニューでも上から表示されるように */
    padding-top: 80px; /* ボタンと被らないよう上に余白 */
  }

  /* SP: リストレイアウト（1列） */
  .spring__nav-list {
    grid-template-columns: 1fr; /* 1列 */
    width: 100%;
    padding: 0 20px;
  }

  /* SP: アイコン調整 */
  .spring__nav-link {
    gap: 15px;
  }
  .spring__nav-image img {
    width: 40px;
    margin-bottom: 0;
  }

  .spring__instabnr {
    max-width: 500px;
  }

  .spring__footer {
    margin: 60px 20px;
  }

  .spring__sns-list li {
    max-width: 50px;
  }

  /* SP: アイテム一覧 */
  .spring__items::before {
    left: auto;
    right: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    width: 186px;
    height: 166px;
    background-image: url(/spring/img/main_bg01-sp.png);
  }

  .spring__items::after {
    left: -50px;
    right: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 189px;
    height: 187px;
    background-image: url(/spring/img/main_bg01-sp.png);
  }

  .spring__items-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .spring__items-title_icon {
    width: 128px;
  }

  .spring__items-lead {
    font-size: 1.6rem;
  }

  .spring__items-list {
    margin: -8px -7px;
  }

  .spring__items-list_item {
    width: 50%;
    padding: 8px 7px;
  }

  .spring__items-list_inner {
    padding: 10px;
  }

  .spring__items-list_title {
    font-size: 1.3rem;
  }

  .spring__items-list_shop {
    font-size: 1.2rem;
  }

  .spring__items-list_price {
    font-size: 1.3rem;
  }

  .spring__items-list_price-tax {
    font-size: 0.9rem;
  }

  .spring__items-list_more {
    font-size: 1.2rem;
    height: 40px;
  }

  .spring__items-detail {
    display: block;
    padding: 40px 20px 30px;
  }

  .spring__items-detail_image {
    width: 100%;
    margin: 0 0 20px;
  }

  .spring__items-detail_content {
    width: 100%;
  }

  .spring__items-detail_title {
    font-size: 1.5rem;
  }

  .spring__items-detail_price {
    font-size: 1.7rem;
  }

  .spring__items-detail_price-tax {
    font-size: 1rem;
  }

  .spring__items-detail_label {
    font-size: 0.95rem;
  }

  .spring__items-detail_text {
    font-size: 1.3rem;
  }

  .spring__items-detail_shop-title {
    font-size: 1.2rem;
  }

  .spring__items-detail_shop-text {
    font-size: 1.1rem;
  }

  .spring__items-detail_button {
    font-size: 1.2rem;
    height: 32px;
    padding: 0 10px;
  }

  .spring .modal-close {
    width: 24px;
    height: 24px;
  }

  .spring .modal-close::before,
  .spring .modal-close::after {
    width: 18px;
  }

  .b_top {
    width: 40px;
  }

  .b_top.show {
    -webkit-transform: translate(-50%, -160%);
    transform: translate(-50%, -160%);
    opacity: 1;
  }

  .uraraka-slider .slick-prev {
    left: -20px;
  }
  .uraraka-slider .slick-next {
    right: -20px;
  }
}

/*# sourceMappingURL=style.css.map */
