﻿@charset "UTF-8";

/* =============================================================

   サイトジャック用 トップ用CSS

============================================================= */

@font-face {
  font-family: "HelveticaRounded";
  src: url("/Page/LP/2502_miffy/fonts/HelveticaRounded-Bold.otf") format("opentype"),
  url("/Page/LP/2502_miffy/fonts/HelveticaRounded-Bold.woff") format("woff"),
  url("/Page/LP/2502_miffy/fonts/HelveticaRounded-Bold.woff2") format("woff2");
}

/* コンテンツ
============================================================= */

#Wrap {
  background: url(../../Contents/ImagesPkg/sightjack/250609/bg_all.jpg);
  background-size: 50%;
}

/* -- セクション色付け化 -- */
#Contents .top_mainvisual_section,
#Contents .top_news_section,
#Contents .top_special_section,
#Contents .top_hotword_section,
#Contents .season_section {
  /*background-color: var(--color-sightjack-bg_special);*/
  background: url(../../Contents/ImagesPkg/sightjack/250609/bg_all.jpg);
  background-size: 50%;
}

#Contents .newitem_section .item_list {
  background-color: #fff;
}

#Contents .top_nav_section {
  background: rgba(252, 252, 252, 0.6);
}

#Contents .top_info_section {
  background: var(--color-sightjack-bg_obi);
}

#Contents .top_info_section li,
#Contents .top_info_section a {
  color: #fff;
}

#Contents .tag_list a {
  background-color: #eae5c9;
}

#Contents .tab_btn_area .tab_btn:not(.selected) {
  border-color: #dddcdc;
}

/* ---- メインビジュアル ---- */
#Contents .top_mainvisual_section .swiper-pagination-bullet {
  border-color: var(--color-sightjack-main);
}

#Contents .top_mainvisual_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-sightjack-main);
  border-color: var(--color-sightjack-main);
}

.feature_list_common .feature_cat {
  color: var(--color-sightjack-main);
}

/* ---- 特設バナー ---- */
#Contents .top_special_section {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

#Contents .top_special_section .top_section__inner {

  position: relative;
  line-height: 0;
}

#Contents .top_special_section .top_section__inner a {
  position: relative;
  z-index: 10;
}

#Contents .top_special_section .top_section__inner a:hover {
  opacity: 1;
}


#Contents .top_special_section {
  position: relative;
}



.top_sightjack_flower {
  overflow: hidden;
  position: fixed;
  top: -10%; /* 画面の上からスタート */
  animation: fall linear infinite;
  will-change: transform; /* パフォーマンス最適化 */
  width: 2.1rem;
  height: 2.1rem;
  z-index: 20;
  font-size: 20px; /* 花の大きさ */
  line-height: 2.1rem;
  text-indent: -3000px;
}

.top_sightjack_flower::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../Contents/ImagesPkg/sightjack/250609/icn_flower.svg?240121) no-repeat 0 0;
  background-size: 100% 100%;
  animation: spin 8s linear infinite;
  content: "";
}

.top_sightjack_flower:nth-child(2n)::before {
  background-image: url(../../Contents/ImagesPkg/sightjack/250609/icn_flower2.svg?240121);
}

.top_sightjack_flower:nth-child(3n)::before {
  background-image: url(../../Contents/ImagesPkg/sightjack/250609/icn_flower3.svg?240121);
}

.top_sightjack_flower.is-star {
  width: 1.9rem;
  height: 1.9rem;
}

.top_sightjack_flower.is-star::before,
.top_sightjack_flower.is-star:nth-child(2n)::before,
.top_sightjack_flower.is-star:nth-child(3n)::before {
  background-image: url(../../Contents/ImagesPkg/sightjack/250609/icn_star.svg);
}

@keyframes fall {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100vh);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg); /* 初めは回転なし */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}


@keyframes fuwafuwa{
	0%, 100% {
		transform: rotate(6deg);
	}
	50% {
		transform: rotate(-6deg);
	}
}


.top_special_section .itemArea__button {
  position: absolute;
  right: 2.25rem;
  bottom: 7rem;
  display: flex;
  align-items: center;
  margin-inline: auto;
  padding: calc(5* 56rem / 750) 0 0;
  border-radius: calc(50* 56rem / 750);
  box-sizing: border-box;
  width: calc(420* 56rem / 750);
  height: calc(84* 56rem / 750);
  z-index: 0;
  margin: 0;
  border: 2px solid #000;
  background-color: #FDCD00;
  color: #000;
  text-align: center;
  font-family: "HelveticaRounded";
}

.top_special_section .itemArea__button .arrow {
  position: absolute;
  top: calc(12 * 56rem / 750);
  left: calc(9 * 56rem / 750);
  transition: all 0.4s ease;
  background-size: calc(66 * (56rem / 750));
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 30px;
  width: 100%;
  height: calc(66 * (56rem / 750));
  max-width: calc(78 * (56rem / 750));
  background-color: #FDCD00;
  background-image: url(../../Contents/ImagesPkg/sightjack/250609/icn_cake.svg);
}

.top_special_section .itemArea__button .text {
  padding-left: calc(50* 56rem / 750);
  padding-bottom: calc(16* 56rem / 750);
  font-size: calc(30* 56rem / 750);
  line-height: 1;
  letter-spacing: 0.17em;
  width: 100%;
}

.top_special_section .itemArea__button:hover .arrow {
  max-width: 95%;
}


/* ページトップボタンのスタイル */
.page-top-btn-sightjack {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  padding: 2rem 0 2rem 7.2rem;
  transition: opacity 0.3s, visibility 0.3s;
  background: url(../../Contents/ImagesPkg/sightjack/250609/icn_cake.svg) no-repeat center left;
  background-size: 7rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  display: none;
  z-index: 1000;
  line-height: 1.2;
  text-align: center;
}

.page-top-btn-sightjack:hover {
  opacity: 0.6;
}



/* ---- 下部バナー ---- */

.top_section .bnr_miffy,
.bnr_miffycafe {
}

.top_section .bnr_miffy .articles_cont,
.top_section .bnr_miffycafe .articles_cont {
  font-family: "HelveticaRounded", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
}

.top_section .bnr_miffy .articles_cont,
.top_section .bnr_miffycafe .articles_cont {
  font-weight: bold;
}

.top_section .bnr_miffy .articles_cate,
.top_section .bnr_miffycafe .articles_cate {
  margin: 1rem auto;
}

.top_section .bnr_miffy {
}

.top_section .bnr_miffy .articles_cate {
  width: 13rem;
}

.top_section .bnr_miffycafe {
}

.top_section .bnr_miffycafe .articles_cate {
  width: 16rem;
}

.articles_list .bnr_miffy .articles_ttl,
.articles_list .bnr_miffycafe .articles_ttl {
  font-size: 1.4rem;
  font-weight: bold;
}

.top_section .bnr_miffy .articles_ttl__date,
.top_section .bnr_miffycafe .articles_ttl__date {
  display: inline-block;
  padding-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #EB6100;
}


/* -- deco1 -- */

.night_section {
  overflow: hidden;
  width: 70rem;
  margin: 4rem auto 0;
}

.night_section .deco1 {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 0rem;
}

.night_section .deco1 .deco_head {
  display: inline-block;
  position: absolute;
  top: 3rem;
  width: 30rem;
}

.night_section .deco1 .deco_head1 {
  right: 38rem;
  transform: translateX(-80%);
}

.night_section .deco1.effect .deco_head1 {
  animation: deco_head1 1.4s ease-in-out 1 forwards;
}

@keyframes deco_head1 {
  0% {
   transform: translateX(-80%);
  }
  100% {
    transform: translateX(0);
  }
}

.night_section .deco1 .deco_head2 {
  left: 38rem;
  transform: translateX(80%);
}

.night_section .deco1.effect .deco_head2 {
  animation: deco_head2 1.4s ease-in-out 1 forwards;
}

@keyframes deco_head2 {
  0% {
   transform: translateX(80%);
  }
  100% {
    transform: translateX(0);
  }
}

.night_section .deco1 .deco_cont {
  position: relative;
  display: block;
  width: 16rem;
  margin: auto;
}

.night_section .deco1 .deco_cont::before {
  position: absolute;
  top: -4rem;
  left: 2rem;
  width: 0;
  height: 5.2rem;
  background: url(../../Contents/ImagesPkg/sightjack/250609/night_item_deco1_txt.svg) no-repeat;
  background-size: 12rem;
  content: "";
}

.night_section .deco1.effect .deco_cont::before {
  animation: night_deco 1s ease-in-out 0.4s 1 forwards;
}

@keyframes night_deco {
  0% {
    width: 0;
  }
  100% {
    width: 12rem;
  }
}

/* PC用*/
@media (min-width: 769px) {

  /* ---- 帯バナーエリア ---- */
  #Contents .top_news_section {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .top_section .bnr_miffy:nth-child(2) .articles_cate {
    margin-bottom: 0.5rem;
  }

  .top_section .bnr_miffy:nth-child(2) .articles_ttl__date {
    padding-top: 0.3rem;
  }
}

/* SP用*/
@media (max-width: 768px) {

  /* -- セクション色付け化 -- */
  #Contents .top_mainvisual_section,
  #Contents .top_news_section,
  #Contents .top_special_section,
  #Contents .top_hotword_section,
  #Contents .season_section {
    background-image: url(../../Contents/ImagesPkg/sightjack/250609/bg_all_sp.jpg);
  }

  .product_tag_btn::before {
    background: linear-gradient(0deg, rgba(248, 245, 240, 1) 38%, rgba(248, 245, 240, 0.75) 80%, rgba(248, 245, 240, 0) 100%);
  }

  /* ---- 特設バナー ---- */
  #Contents .top_special_section {
    padding: calc(20 * (100vw / 428)) 0 0;
  }

  #Contents .top_special_section .top_section__inner {
    width: 100%;
  }

  .top_sightjack_flower {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }

  .top_sightjack_flower.is-star {
    width: 4.6rem;
    height: 4.6rem;
    line-height: 4.6rem;
  }


  @keyframes fuwafuwa{
    0%, 100% {
      transform: rotate(8deg);
    }
    50% {
      transform: rotate(-8deg);
    }
  }


  .top_special_section .itemArea__button {
    right: calc(9 * 84rem / 750);
    bottom: calc(75 * 84rem / 750);
    padding: calc(5 * 84rem / 750) 0 0;
    border-radius: calc(50 * 84rem / 750);
    border-width: 1px;
    width: calc(323 * 84rem / 750);
    height: calc(77 * 84rem / 750);
  }

  .top_special_section .itemArea__button .arrow {
    top: calc(12 * 84rem / 750);
    left: calc(16 * 84rem / 750);
    background-size: calc(54 * 84rem / 750);
    border-radius: calc(24 * 84rem / 750) calc(35 * 84rem / 750);
    height: calc(47 * 84rem / 750);
    max-width: calc(58 * 84rem / 750);
  }

  .top_special_section .itemArea__button .text {
    padding-left: calc(50 * 84rem / 750);
    padding-bottom: calc(13 * 84rem / 750);
    font-size: calc(25 * 84rem / 750);
  }

  .top_special_section .itemArea__button:hover .arrow {
    max-width: 92%;
  }

  /* ページトップボタンのスタイル */
  .page-top-btn-sightjack {
    bottom: calc(20 * (100vw / 428));
    right: calc(15 * (100vw / 428));
    padding: calc(20 * (100vw / 428)) 0 calc(20 * (100vw / 428)) calc(70 * (100vw / 428));
    background-size: calc(65 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
    letter-spacing: 0.02em;
  }

  /* ---- 下部バナー ---- */

  .top_section .bnr_miffy,
  .top_section .bnr_miffycafe {
  }

  .top_section .bnr_miffy .articles_cont,
  .top_section .bnr_miffycafe .articles_cont {
  }

  .bnr_miffy .articles_cont,
  .top_section .bnr_miffycafe .articles_cont {
  }

  .top_section .bnr_miffy .articles_cate,
  .top_section .bnr_miffycafe .articles_cate {
    margin: 0 auto;
  }

  .top_section .bnr_miffy {
  }

  .top_section .bnr_miffy .articles_cate {
    width: calc(138 * (100vw / 428));
  }

  .top_section .bnr_miffycafe {
  }

  .top_section .bnr_miffycafe .articles_cate {
    width: calc(150 * (100vw / 428));
  }

  .articles_list .bnr_miffy .articles_ttl,
  .articles_list .top_section .bnr_miffycafe .articles_ttl {
    font-size: calc(13 * (100vw / 428));
    -webkit-line-clamp: 5;
  }

  .top_section .bnr_miffy .articles_ttl__date,
  .top_section .bnr_miffycafe .articles_ttl__date {
    padding-top: calc(5 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .top_section .bnr_miffy .articles_ttl__date br,
  .top_section .bnr_miffycafe .articles_ttl__date br {
    display: none;
  }


  /* -- deco1 -- */

  .night_section {
    width: 100%;
    margin: calc(40 * (100vw / 428)) auto 0;
  }

  .night_section .deco1 {
    padding-top: calc(224* 100vw / 750);
    padding-bottom: calc(0* 100vw / 750);
  }

  .night_section .deco1 .deco_head {
    top: 0;
    width: calc(505* 100vw / 750);
  }

  .night_section .deco1 .deco_head1 {
    right: calc(420* 100vw / 750);
  }

  .night_section .deco1 .deco_head2 {
    left: calc(420* 100vw / 750);
  }

  .night_section .deco1 .deco_cont {
    width: calc(330* 100vw / 750);
  }

  .night_section .deco1 .deco_cont::before {
    top: calc(-63* 100vw / 750);
    left: calc(44* 100vw / 750);
    height: calc(52* 100vw / 750);
    background-size: calc(244* 100vw / 750);
  }


  @keyframes night_deco {
    0% {
      width: 0;
    }
    100% {
      width: calc(244* 100vw / 750);
    }
  }


}
