@charset "UTF-8";

/*================================================================
  リセット & 共通設定
================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

body {
  background: #c2c2c2;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  vertical-align: top;
}

/* =========================================
   hover統一
========================================= */

#sec-bnr img,
#header img,
.eventwrap a img,
.shopguide__item img {
  transition: transform 0.2s ease;
}

#header img:hover {
  transform: scale(1.1) !important;
}

.shopguide__item img:hover,
#sec-bnr img:hover,
.eventwrap a img:hover {
  transform: scale(1.03) !important;
}

/* =========================================================
   共通アニメーション
========================================================= */
h2 {
  animation: sttl_zoom 1.2s ease both;
}

h3 {
  animation: content_zoom 1.2s ease both;
}

h2,
h3 {
  width: auto;
  margin: 0 auto;
  line-height: 0;
}

h2 img,
h3 img {
  display: block;
  width: 100%;
  height: auto;
}

#header {
  width: 750px;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  animation:
    fade-in_content 0.5s ease-in-out 1s both;
}

#header img {
  margin: 22px auto;
  width: 618px;

}

.wrapper-a,
.wrapper-b,
.wrapper-c {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.wrapper-a {
  background-image: url("../img/bg_pc_01sale.webp"), url("../img/bg_sp_01sale.webp");
  background-repeat: repeat, repeat-y;
  background-position: top center, top center;
  background-size: 3002px, 750px;
}

.wrapper-b {
  background-image: url("../img/bg_pc_02fukubukuro.webp"), url("../img/bg_sp_02fukubukuro.webp");
  background-repeat: repeat, repeat-y;
  background-position: top center, top center;
  background-size: 3002px, 750px;
}

.wrapper-c {
  background-image: url("../img/bg_pc_03kaiun.webp"), url("../img/bg_sp_03kaiun.webp");
  background-repeat: repeat, repeat-y;
  background-position: top center, top center;
  background-size: 3002px, 750px;
}


.content {
  width: 750px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
}

#sec-kv {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  overflow: visible;

}

#sec-kv .inner-block {
  width: 100%;
  height: 1040px;
  margin: 0 auto;
  position: relative;
  background: url("../img/bg_kv.webp") top center no-repeat;
  background-size: 750px;
  animation:
    fadein .5s ease-in-out 0s both;
}

#sec-kv .ttl {
  width: 487.3872px;
  animation: ttl_zoom 1.7s ease 0.5s both;
}

#sec-kv .icon {
  width: 137.9241px;
  position: absolute;
  z-index: 2500;
  left: 593px;
  top: 526px;
  animation: content_zoom 1.5s ease 1s both;
}

#sec-kv .bnr {
  width: 682px;
  position: absolute;
  z-index: 1500;
  left: 34px;
  top: 703px;
  animation: sttl_zoom 1.5s ease 1.4s both;
}

#sec-kv h1 {
  position: absolute;
  z-index: 1000;
  left: 132px;
  top: 63px;
}


#sec-nav {
  width: 750px;
  margin: 0 auto;
  height: 192px;
  background: #fff;
  z-index: 100;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec-nav.fixed {
  position: fixed;
  width: 750px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

#sec-nav #g-navi {
  width: 100%;
}

#sec-nav #g-navi ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: 270px 270px 190px;
  grid-template-rows: 86px 86px;
  gap: 1;

  justify-content: center;
  /* 横中央 */
  align-content: center;
  /* 縦中央 */
}

#sec-nav #g-navi ul li {
  margin: 0;
}

#sec-nav #g-navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: transform 0.18s ease, filter 0.18s ease;
}

#sec-nav #g-navi ul li a img {
  width: 100%;
  height: auto;
  display: block;
}

#sec-nav #g-navi ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

#sec-nav #g-navi ul li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

#sec-nav #g-navi ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

#sec-nav #g-navi ul li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

#sec-nav #g-navi ul li:nth-child(5) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

/* ホバー（PC想定） */
#sec-nav #g-navi ul li a:hover {
  transform: scale(1.06);
  filter: brightness(1.05);
}

#sec-nav #g-navi ul li a:active {
  transform: scale(0.98);
}


.contwrap {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding: 0 0 70px;
}

.contwrap img {
  width: 750px;
}

.wrap_center-border {
  position: relative;
  width: 750px;
  margin: 0 auto;
  background: url(../img/bg_center-border.webp) top center repeat-y;
  background-size: 750px;
}

.more-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 40px;
}

.more-btn img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================================================
   Category / More 展開まわり（統一版・修正版）
========================================================= */


.subcategory {
  margin: 0;
}

/* 基本は縦積み1カラム */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 展開後のul（初期は非表示） */
.more {
  display: none;
  opacity: 0;
  margin: 0 0 70px;
  padding: 0;
}


/* JSが「aria-controls の ul」に is-open を付ける前提で表示 */
.grid.more.is-open {
  display: grid;
  animation: fadeIn 0.6s ease forwards;
}

/* 各アイテム */
.item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
}

.item.single {
  margin-bottom: 70px;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
}

/* もっと見るボタン */
.actions {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0px 0 4px;
}

.more-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}


.shopguide {
  display: flex;
  justify-content: center;
  gap: 20px;

  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.shopguide__item {
  width: 320px;
  margin: 0;
  padding: 0;
}

.shopguide__item a {
  display: block;
}

.shopguide__item img {
  width: 100%;
  height: auto;
  display: block;
}


.eventwrap {
  width: 690px;
  margin: 0 auto 40px;
  padding: 40px 0;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.eventwrap img {
  display: block;
  width: 100%;
  height: auto;
}


#sec-bnr {
  width: 100%;
  margin: 0 auto;
  position: relative;
}


#sec-bnr img {
  width: 750px;
  height: auto;
  margin-bottom: 60px;

}

#sec-annotation {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#sec-annotation img {
  width: 750px;
  margin: 0 0 80px;
}

#footer {
  width: 750px;
  margin: 0 auto;
}

#footer_wrap {
  padding: 70px 0;
  background: #fff;
}

#footer .logo {
  width: 458.8457px;
}

#footer .border {
  width: 600px;
}

#footer_wrap .footer_info {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  margin: 18px auto 0;
}

#footer_copy {
  background: #c2c2c2;
  width: 750px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 38px;
}

#footer_copy .copy {
  color: #000;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
  margin: 0 auto;
  text-align: center;
}

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

  .content {
    width: 100vw;
    background: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* header */
  #header {
    width: 100vw;
    height: 13.3333vw;
  }

  #header img {
    margin: 2.9333vw auto;
    width: 82.4vw;
  }

  .wrapper-a {
    background-image: url("../img/bg_sp_01sale.webp");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100vw;
  }

  .wrapper-b {
    background-image: url("../img/bg_sp_02fukubukuro.webp");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100vw;
  }

  .wrapper-c {
    background-image: url("../img/bg_sp_03kaiun.webp");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100vw;
  }

  /* KV */
  #sec-kv .inner-block {
    height: 138.6667vw;
    background-size: 100vw;
  }

  #sec-kv .ttl {
    width: 64.9850vw;
  }

  #sec-kv .icon {
    width: 18.3899vw;
    left: 79.0667vw;
    top: 70.1333vw;
  }

  #sec-kv .bnr {
    width: 90.9333vw;
    left: 4.5333vw;
    top: 93.7333vw;
  }

  #sec-kv h1 {
    left: 17.6000vw;
    top: 8.4000vw;
  }

  /* ナビ */
  #sec-nav {
    width: 100vw;
    height: 25.6000vw;
  }

  #sec-nav.fixed {
    width: 100vw;
  }

  #sec-nav #g-navi ul {
    grid-template-columns: 36.0000vw 36.0000vw 25.3333vw;
    grid-template-rows: 11.4667vw 11.4667vw;
    gap: 0.1333vw;
  }

  /* セクション内：幅と余白 */
  .contwrap {
    width: 100vw;
    padding: 3.3333vw 0 9.3333vw;
  }

  .contwrap img {
    width: 100vw;
  }

  .wrap_center-border {
    width: 100vw;
    background-size: 100vw;
  }

  /* もっと見る周り */
  .more {
    margin: 0 0 9.3333vw;
  }

  .item.single {
    margin-bottom: 9.3333vw;
  }

  .more-btn {
    margin-bottom: 5.3333vw;
  }

  .actions {
    padding: 0 0 0.5333vw;
  }

  /* shopguide（崩れ対策で幅を固定＆2つを中央で並べる） */
  .shopguide {
    width: 92vw;
    gap: 2.6667vw;
  }

  .shopguide__item {
    width: 42.6667vw;
  }

  /* sec-05event（eventwrap） */
  .eventwrap {
    width: 92vw;
    margin: 0 auto 5.3333vw;
    padding: 5.3333vw 0;
    border-radius: 4vw;
  }

  .eventwrap img {
    width: 100%;
  }

  #sec-bnr img {
    width: 100vw;
    margin-bottom: 8vw;
  }

  #sec-annotation img {
    width: 100vw;
    margin: 0 0 12vw;
  }

  #footer {
    width: 100vw;
  }

  #footer_wrap {
    padding: 9.3333vw 0;
  }

  #footer .logo {
    width: 61.1794vw;
  }

  #footer .border {
    width: 80vw;
  }

  #footer_wrap .footer_info {
    font-size: 3.2vw;
    margin: 2.4vw auto 0;
  }

  #footer_copy {
    width: 100vw;
    padding-top: 4.6667vw;
    padding-bottom: 5.0667vw;
  }

  #footer_copy .copy {
    font-size: 2.56vw;
  }
}


/*------------------------------------
  topに戻るボタン
------------------------------------*/
#page_top {
  z-index: 10000;
  position: fixed;
  right: 25px;
  bottom: 30px;
}

#page_top a {
  display: block;
}

#page_top a img {
  display: block;
  width: 105px;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}

#page_top a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #page_top {
    right: 5vw;
    bottom: 4vw;
  }

  #page_top a img {
    width: 15vw;
  }
}

/*------------------------------------
アニメーション
------------------------------------*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: none;
  }
}


@keyframes ttl_zoom {
  from {
    transform: scale(0);
    filter: blur(10px);
  }

  25% {
    transform: scale(1.6);
    filter: blur(0px);
  }

  50% {
    transform: scale(0.90);
  }

  70% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1.00);
  }
}

@keyframes sttl_zoom {
  from {
    transform: scale(0);
    filter: blur(10px);
  }

  30% {
    transform: scale(1.15);
    filter: blur(0px);
  }

  60% {
    transform: scale(0.90);
  }

  100% {
    transform: scale(1.00);
  }
}


@keyframes content_zoom {
  from {
    transform: scale(0);
    filter: blur(10px);
  }

  30% {
    transform: scale(1.1);
    filter: blur(0px);
  }

  60% {
    transform: scale(0.90);
  }

  100% {
    transform: scale(1.00);
  }
}

.fade-in_content {
  animation: fade-in_content .6s ease-in-out 0.1s both;
}

@keyframes fade-in_content {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes kv_bounce {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  70% {
    transform: scale(0.96);
  }

  100% {
    transform: scale(1);
  }
}

#kv-ttl.kv-bounce {
  animation: kv_bounce 0.45s ease-out;
  transform-origin: center;
  cursor: pointer;
  pointer-events: auto;
}


@keyframes boing-big {
  0% {
    transform: scale(1);
  }

  42% {
    transform: scale(2);
  }

  80% {
    transform: scale(0.94);
  }

  100% {
    transform: scale(1);
  }
}

#sec-kv .icon.boing {
  animation: boing-big 2s ease !important;
}


/* Android / iOS タップ時の青ハイライト無効化 */
#kv-ttl,
#page_top,
#page_top a,
#page_top img {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}