@charset "shift_jis";
/* --------------------------
    all
-------------------------- */
/* 全体要素・背景色・タイトル */
#contents {
  margin: 0 !important;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}



/* 背景色(偶数は黄色) */
.cam-area:nth-of-type(even) {
    background-color: #ffe535 !important;}

#contents h2.sub-ttl {
    font-weight: 900;
    text-align: center;
    font-size: 4.5em;
    margin: 0.5em auto;
	}

#contents .contents-area {
    width: 100%;
    padding-bottom: 5em;
    border-top: 1em solid #8d0000;
}

/* タイトル */
    
#contents .contents-area h3 {
    font-size: 2em !important;
}

/* ブロック内要素 */
#contents .contents-area .contents-box{
    padding: 3em 2em;
}

/* もっと見るボタン */
#contents .more-link-box .link-btn .icon-greater-right-b::before {
    color: #FFE536;
}

#contents .more-link-box {
	display: block;
	max-width: 800px;
	width: 90%;
	margin: 1em auto;
	text-align: center;
	font-size: 1.2em;
	border: none;
}

#contents .more-link-box .link-btn {
	transition: all 0.3s;
	width: 100%;
	display: block;
	border-radius: 100px;
}

#contents .more-link-box .link-btn .btn-inner {
	width: 100%;
	display: block;
	color: #fff;
	background-color: #E6002D;
	padding: 1.2em 0;
	font-size: 1.2em;
	border-radius: 150px;
	font-weight: bold;
}

#contents .more-link-box .link-btn .icon-greater-right-b {
	display: inline-block;
	padding: 0 0 0 10px;
}

/* --------------------------
    メインビジュアル
-------------------------- */

#main-visual{
width: 100%;
}
#main-visual .main-visual-area {
    position: relative;
    width: 100%;
    height: 690px;
    background-color: #fff;
    background-position: 0 0, 10px 10px;
    overflow: hidden;
    background-image: url(/contents/campaign/fes_fes/img/2025/main-visual/curtain_back.png);
}

/* カーテン - 上部 */
#main-visual .curtain-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    text-align: center;
}

#main-visual .curtain-top-img {
    width: 100%;
    height: 195px;
    display: block;
}

/* カーテン - 左右 */
#main-visual .curtain-left, 
#main-visual .curtain-right {
    position: absolute;
    height: auto;
    z-index: 20;
}

#main-visual .curtain-left {
    left: 0;
}

#main-visual .curtain-right {
    right: 0;
}

#main-visual .curtain-side-img {
    height: 100%;
    width: auto;
    display: block;
}

/* コンテンツエリア */
#main-visual .content-area {
    position: relative;
    max-width: 1045px;
    min-width: 800px;
    top: 75px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


/* メインタイトル */
#main-visual .main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#main-visual .title-char {
    width: 100%;
    z-index: 26;

}

#main-visual .date-img {
    max-width: 100%;
    height: auto;
}

/* 丸アイコン */
#main-visual .point-icon {
    position: absolute;
    left: -20%;
    top: -2%;
    width: 280px;
    height: auto;
    z-index: 25;
}

#main-visual .anniversary-icon {
    position: absolute;
    right: -22%;
    top: -2%;
    width: 280px;
    height: auto;
    z-index: 25;
}

#main-visual .circle-img {
    width: 100%;
    height: auto;
}

#menu .menu-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    z-index: 25;
    }

#menu .menu-list li {
  text-align: center;
  padding: 0 .5em;
  max-width: 350px;
}




/* スマホ用 */
@media screen and (max-width: 1500px) and (min-width: 500px) {
    #main-visual .point-icon {
    left: -8%;
    top: -7%;
    width: 212px;    }
    
        #main-visual .anniversary-icon {
    right: -12%;
    top: -7%;
    width: 212px;    }
    
    #menu .menu-list {
    flex-wrap: wrap;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    }

#menu .menu-list li {
  flex: 1;
  text-align: center;
  padding: 0 .5em;
  max-width: 350px;
}

}

/* スマホ用 */
@media screen and (max-width: 499px) {
    #main-visual .main-visual-area {
        height: 275px;
    }
    
    #main-visual .main-title{
    width: 95%;
    margin: 0 auto; 
    }
    
    #main-visual .title-char {
        margin: 0 2px;
    }
    
    #main-visual .point-icon {
        width: 20%;
        left: 0%;
        top: -12%;
    }
    #main-visual .date-area {
    top: 52%;
    left: 43%;    
    }
    
    #main-visual .curtain-left .curtain-side-img,
    #main-visual .curtain-right .curtain-side-img {
        display: none;
    }
    
    #main-visual .curtain-top-img {
    height: 60px;
}

#main-visual .content-area {
min-width: 300px;
top: 30px;
}


    #menu .spno {
    display: none;
  }
  
/* ====== スクロール時に出る固定フッターメニュー ====== */
.menu-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .25s ease;
    background: #DB070A;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, .08);
    z-index: 99999;
    padding: 15px 10px;
    pointer-events: none;
}

.menu-sticky.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

/* 追従バー内のレイアウト（元の .menu-list をそのまま流用） */
.menu-sticky .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1.5vw, 18px);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 300px;
}

/* 画像サイズは追従バー用に控えめ */
.menu-sticky .menu-list img {
  height: clamp(36px, 6vw, 56px);
  width: auto;
  display: block;
  filter: drop-shadow(0px 6px 2px rgba(0,0,0,.08));
}

/* 追従バーが出るときの下余白（重なり防止） */
.has-sticky-menu {
  padding-bottom: calc(var(--sticky-menu-h, 72px) + env(safe-area-inset-bottom));
}

/* 小さい端末での詰まり防止 */
@media (max-width: 480px) {
  .menu-sticky .menu-list img {
    height: 40px;
  }
}

  #menu .menu-list li {
    width: 25%;
    flex-basis: 25%;
    padding: 0;
  }
  
  #menu .menu-area .menu-list img {
    display: block;
    font-size: 1.2em;
    max-width: 150px;
    font-weight: 900;
    line-height: 1.5;
    filter: drop-shadow(0px 10px 2px rgba(0, 0, 0, 0.1));
    margin: 0 3px;
  }
}

/* --------------------------
    小さいスマホ用スタイル
-------------------------- */
@media screen and (max-width: 480px) {
  #menu.menu-area {
    top: 240px;
  }
  
  #menu .menu-list {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  
  #menu .menu-list li {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: .3em 0;
  }
  
  #menu.menu-area .menu-list img {
    max-width: 95%;
    margin: 0 3px;
  }
}

/* PC用 */
@media screen and (min-width: 500px) {
    #main-visual .curtain-left .curtain-side-img,
    #main-visual .curtain-right .curtain-side-img {
        width: 200px;
        height: 100%;
    }
    
    #top #menu .fixed-menu {
    position: fixed;
    right: 20px;
    margin-bottom: 70px;
    width: 210px;
    z-index: 99;
  }
  
  #menu .fixed-menu ul {
    border: 5px solid #FF4D83;
    border-radius: 10px;
    text-align: left;
    margin: .5em 0;
    border-right: 10px solid #FF4D83;
    border-bottom: 13px solid #FF4D83;
  }
  
  #menu .sanwaday-fixed-menu.menu-area li {
    width: 100%;
    flex-basis: 100%;
    padding: 1em 0.5em;
    font-size: 1.5em;
    flex-direction: row;
    background-color: #ffffff !important;
    color: #fff;
    position: relative;
  }
  
  #menu .sanwaday-fixed-menu.menu-area li:not(:first-child) {
    border-top: 1px dashed;
  }
}

/* --------------------------
    レコメンド
-------------------------- */
#recommend h2{
    text-align: center;
    font-size: 3em;
    margin: 0 auto;
}

#contents #recommend.contents-area {
    padding-bottom: 1em;
    border-top: none;
    margin-bottom: 3em;
}

#contents #recommend.contents-area .sub-ttl {
font-size: 2.5em;
    background-color: #333;
    color: #fff;
    margin: 0 0 1em;
    padding: 0.5em 0;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    /* スライドのスタイリング */
}

/* 必要に応じてナビゲーションボタンの色なども調整 */
.swiper-button-next,
.swiper-button-prev {
    color: #2976C6;/* お好みの色に */
    font-weight: bold; 
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-slide {
  transition-property: transform;
}

.swiper-slide {
  opacity: 0.5;
  transform: scale(0.9) !important;
  transition: all 0.3s ease;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.05) !important;
}

/* レコメンド調整 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px) !important;
}

@media screen and (max-width: 499px)
{

#contents #recommend.contents-area .sub-ttl {
    font-size: 1.5em;
}


}

/* --------------------------
    セール
-------------------------- */
#sale h3{
display: block;
max-width: 1800px;
padding: .5em 0;
margin: 0 auto .5em;
text-align: center;
font-size: 1.2em;
font-weight: bold;
background-color: #333;
color: #fff;
border-radius: 5px;
}

#sale h3:nth-of-type(n+2) {
margin: 5em auto .5em;
}

h3.bk-r{
background-color: #DB070A !important;

}

#sale .sale-item-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2em .5em;
  justify-items: center;
  align-items: start;
  max-width: 1800px;
  margin: 0 auto;
  padding: 1em 0;
}

#sale .sale-item-area.item6 {
grid-template-columns: repeat(6, 1fr);}

#sale .item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#sale .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#sale .item-group {
  padding: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#sale .sale-txt {
  padding: 0 .5em .5em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  min-height: 135px; 
}

#sale .item-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#sale .sale-item-area .item .itemst {
  color: #fff;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#sale .name {
  font-size: 1em;
  font-weight: 500;
  margin: 12px 0 4px;
  color: #333;
  text-align: left;
}
#sale .review {
  font-size: 1.2em;
  color: #666;
  gap: 4px;
  margin-bottom: 3px;
  text-align: left;
}

#sale .price {
  font-family: Arial, sans-serif;
  font-size: 2em;
  color: #000;
  text-align: left;
}
#sale .original-price {
  font-size: .8em;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 4px;
  text-align: left;
}
#sale .discount-rate {
  color: #cc0c39;
  font-weight: 100;
  font-size: 0.9em;
  padding: 0 5px 0 0;
}
#sale .percent {
  font-weight: 700;
  font-size: .8em;
}
#sale .yen {
  color: #000;
  font-size: .7em;
  padding: 0 3px 0 0;
}
#sale .sale-btn {
  background: #fb7b20;
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 9999px;
  cursor: pointer;
  transition: background 0.2s;
}
#sale .sale-in {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#sale .csdf-right-dtl-txt-greater {
  margin-left: 6px;
}
#sale .itemlink {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#sale .sale-item-area.scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: .5em;
  -webkit-overflow-scrolling: touch;
  padding: 1em 0;
  max-width: 1800px;
  margin: 0 auto 1em;
}

#sale .sale-item-area.scroll .item {
  flex: 0 0 calc((100% - 5.5em) / 5.5); 
  scroll-snap-align: start;
}

#sale .carousel-wrapper {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  width: 90%;
}

#sale .carousel-btn {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    height: 135px;
    background: rgba(255, 255, 255, 0.9);
    border: 3px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    color: #555;
    cursor: pointer;
    user-select: none;
    padding: 0;
    transition: background 0.3s, box-shadow 0.3s;
}

#sale .carousel-btn.left {
  left: 5px;
}

#sale .carousel-btn.right {
  right: 5px;
}

#sale .carousel-btn:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#contents #sale .more-link-box {
    max-width: 1200px;
    width: 100%;
    font-size: 1.5em;
}

/* ===== Grid ===== */
#sale .grid-container {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1500px;
    margin: 3em auto 0;
    width: 90%;
}

#sale .sale-item-area{
  width: 90%;
}
@media (max-width: 1600px) {
#sale .sale-item-area.scroll .item {
    flex: 0 0 calc((100% - 4.5em) / 4.5);
}
}

@media (max-width: 499px) {
  #sale .grid-container { grid-template-columns: repeat(2, 1fr); }
  
  #sale .sale-item-area {
    gap: 1em .5em;
}
  
  #sale .sale-item-area {
    grid-template-columns: repeat(2, 1fr); /* PC: 5列 */
    padding: .5em;
  }
  #sale .item-group {
    padding: 6px;
  }
  #sale .sale-txt {
    padding: 0 .4em .5em;
    font-size: .7em;
    min-height: 120px;

  }
  #sale .original-price {
    font-size: 1em;
  }
  #contents .fes-area-ctr .contents-area .sub-ttl {
    font-size: 1.8em;
}

#sale .sale-item-area.scroll .item {
    flex: 0 0 calc((100% - 2.5em) / 2.5);
}

#sale .sale-item-area.scroll .price {
    font-size: 1.7em;
}

#sale .carousel-btn {
    display: none;
  }
  
#sale .prime-menu-item {
font-size: 0.7em;
}
#sale .prime-menu {
padding: .5em;
}
}

/* ===== Item & Image ===== */
#sale .grid-item {
  position: relative;
  display: block;
}
#sale .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

/* ===== 赤い吹き出し ===== */
#sale .badge {
    position: absolute;
    top: -21px;
    right: 5px;
    padding: .8em 1.5em;
    background: #e6002d;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .18);
    z-index: 99;
    animation: floaty 3.6s ease-in-out infinite;
}

/* 数字部分だけ拡大 */
#sale .badge .num {
  font-size: 1.6em; /* 親の文字サイズ基準 */
  margin: 0 2px;
}

/* 吹き出しの“しっぽ” */
#sale .badge::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: -17px;
  border-width: 9px;
  border-style: solid;
  border-color: #e6002d transparent transparent transparent;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.12));
}

/* ふわふわアニメーション */
@keyframes floaty {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-3px) rotate(-1deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
.grid-item:nth-child(2n) .badge { animation-delay: .6s; }
.grid-item:nth-child(3n) .badge { animation-delay: 1.2s; }

@media (prefers-reduced-motion: reduce) {
  .badge { animation: none; }
}

 
#sale .mini-ttl{
font-size: 2.5em;
    font-weight: bold;
    color: #333333;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    margin: 2em auto 1em;
    background-color: #FAF9D9;
    padding: .3em 0;}


@media screen and (max-width: 1430px) {
#sale .price {
    font-size: 1.7em;
}}
@media screen and (min-width: 1599px) and (max-width: 1840px) {
#sale .sale-txt {
    min-height: 150px;
}

}
@media screen and (min-width: 500px) and (max-width: 1600px) {
#sale .item6 .discount-rate{
display: block;

}

#sale .sale-txt {
    min-height: 147px;
}
#sale .item6 .sale-txt {
    min-height: 186px;
}

}

/* スマホ用 */
@media screen and (max-width: 499px) {
#sale .sale-item-area{
    width: 100%;
}

#sale .mini-ttl {
    font-size: 2em;
    margin: 1em auto .5em;
}

#sale .price {
    font-size: 1.9em;
}

#sale h3:nth-of-type(n+2) {
    margin: 2em auto .5em;
}

#sale .sale-btn {
    padding: 2px 0;
}

#contents #sale .more-link-box .link-btn .btn-inner {
        padding: 1em .5em;
        font-size: .8em;
        width: 90%;
        margin: 0 auto;
    }

#sale .sale-item-area .item .discount-rate {
    width: 60%;
}

#sale .sale-item-area .item .sale-in {
    padding: .6em 0;
    font-size: .9em;

}


#sale .sale-item-area,#sale .sale-item-area.item5,#sale .sale-item-area.item6 {
    grid-template-columns: repeat(2, 1fr); 
    font-size: 1.3em;

    }
    
  #sale .contents-box .button-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
    gap: .5rem;
  }
  #sale .contents-box .container {
    padding: 2rem;
  }
  #sale .contents-box h1 {
    font-size: 2rem;
  }
  #sale .contents-box .btn-animated-outline {
    padding: 1em .5em;
    min-height: 50px;
    font-size: 0.9rem;
  }

  #sale .contents-box .btn-animated-outline {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  #sale .contents-box .btn-icon {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }
  
  #sale .sale-item-area .item {
    padding: 0;
}
#sale .sale-item-area .item .name {

font-size: .9em;
}

#sale .grid-container{
gap: 20px;
padding: 2em 0 0;
}

#sale .badge {
    top: -15px;
    right: -5px;
    font-size: 9px;
    line-height: 1;
}
#sale .carousel-wrapper .discount-rate {
    display: block;
}
#sale .grid-container {
    margin: 1em auto 0;
}
#sale h3 {
    border-radius: 0;
}
}

/* --------------------------
    クーポン
-------------------------- */
.comment-box.main-comment {
    padding: 1.5em;
    background-color: #f6f6f6;
    max-width: 1000px;
    text-align: center;
}

/* ベース */
:root {
  --bg: #f7f7f8;
  --card: #ffffff;
  --ink: #222;
  --muted: #6b7280;
  --brand: #2f73ff;
  --ok: #10b981;
  --danger: #ef4444;
  --radius: 16px;
  --shadow: 0 6px 18px rgba(0,0,0,0.08);
}

* { box-sizing: border-box; }

.coupon-container {
  max-width: 1800px;
    margin: 1em auto;
    padding: 0 2em;
}

/* スクリーンリーダー用 */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* レイアウト：スマホは2×2、PCは1列4つ */
.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 900px) {
  .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* 個々の箱カード */
.box {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: transform .12s ease;
}
.box:active { transform: translateY(1px); }

.visual {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.box-img {
  display: block;
  width: 100%;
  height: auto;
}

/* ボタン */
.select-btn {
    margin-top: 2em;
    padding: .8em 1em;
    font-size: 1.5em;
    border: none;
    border-radius: 50px;
    background: #fb7b20;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.select-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* 単体表示（GIFとクーポンを中央へ） */
.single-view .grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 再生中は他のカードを消す => JSで .hidden を付与 */
.hidden { display: none !important; }

/* クーポン表示 */
.coupon { margin-top: 8px; }
.coupon-card {
    border-radius: 12px;
    background: #ffeeee;
    padding: 2em 6.5em;
    text-align: center;
    animation: fadeIn .28s ease;
}

.coupon-title {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #333333;
    padding: .5em;
}

.coupon-code {
    margin: 0;
    font-size: 3em;
    background-color: #ffff;
    font-weight: 800;
    letter-spacing: .05em;
    color: #cc0000;
    word-break: break-all;
    padding: .3em 0 .1em;
    border: 3px solid #333333;
}

.copy-btn {
    padding: .5em 5em;
    border: none;
    background: #cc0000;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.5em;
    border-bottom: 9px solid #730000;
    margin: 1em 0 0 0;
}


/* もう一度挑戦ボタン */
.again-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.again-btn {
  padding: .5em 3em;
    border: none;
    border-radius: 9999px;
    background: #111827;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: var(--shadow);
    font-size: 1.5em;
}

/* もう一度挑戦を画面下に固定したい場合 */
.again-wrap.fixed {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1000;
}

/* クーポンの条件文言 */
.coupon-cond {
    margin: 6px 10px 12px;
    font-size: 2em;
    color: #000000;
    font-weight: 700;
    font-family: 'Oswald', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Osaka, sans-serif, arial, verdana;

}

.coupon-cond .discount{
    font-size: 2em;
    color: #cc0000;
    padding: 0 0 0 5px;


}

/* 単体表示時に少し大きめに */
.single-view .box { width: 55%; margin: 0 auto; }
.single-view .visual { max-width: 760px; margin: 0 auto; }


/* トースト */
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  background: rgba(17,24,39,.95);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: .95rem;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(2px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 499px)
{
.coupon-card {
    font-size: .8em;
}

.select-btn {
    margin-top: .5em;
    font-size: 1em;
}

.grid {
    gap: 5px;
}

.single-view .box {
    width: 100%;
}

.coupon-card {
    padding: 2em 1.5em;
}

.copy-btn {
    padding: 0.5em 2em;
}

.coupon-container {
    padding: 0 1em;
}

.coupon-cond .discount {
    display: block;
}


#contents #recommend.contents-area .sub-ttl {
    font-size: 1.5em;
}


}

/* --------------------------
    福袋
-------------------------- */

#fuku .fuku-area .item-list {
    font-size: 0;
    margin: 0 auto;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#fuku .fuku-area .item-list .item {
    width: 98%;
    max-width: 800px;
    position: relative;
    display: flex;
    margin: 0 auto;
}

#fuku .fuku-area .item-list .itemlink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 完売 */
#fuku .kanbai {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
}

#fuku .kanbai::after {
    content: "完売しました";
    width: 90%;
    color: #fff;
    text-decoration: none;
    position: absolute;
    font-size: 2em;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

#fuku .item-ranking .item-list .box-1 {
    text-align: center;
}

.item-img.item1 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

#fuku .item-ranking .item-list .item .item-img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
}

/* --------------------------
    スマホ用スタイル
-------------------------- */
@media screen and (max-width:480px) {
    
    #fuku .fuku-box {
        display: block;
    }
    
    #fuku .more-link-box .link-btn {
        margin: 0 auto;
        width: 85%;
    }
}

/* --------------------------
    PC用スタイル
-------------------------- */
@media screen and (min-width:768px) {
    #fuku .item-ranking .item-list .item .item-img {
        overflow: hidden;
        position: relative;
    }
        
    #fuku .item-ranking .item-list.box-1 .item {
        max-width: 650px;
    }
    
    #fuku .item-ranking .item-list.box-1 .item .item-img {
        max-width: 650px;
        display: block;
        margin: 0 auto;
    }    
    
    #fuku .fuku-area .item-list {
        width: 100%;
    }    
}

/* --------------------------
    SNS
-------------------------- */

#sns p.comment {
    font-size: 1.2em;
    }
    
    
#sns .block-column-area {
    max-width: 1500px;
    margin: 0 auto;
}

#sns .checkpoint-ttl {
  padding: .5em .8em;
  font-size: 1.8em;
  margin: 1rem auto .8rem;
  border: none;
  text-align: left;
  line-height: 1.5;
  background-color: #2868B2;
  border-radius: 5px;
  color: #ffffff !important;
}
#contents #sns strong {
  background: linear-gradient(transparent 70%, #ffee5e 70%);
  font-size: 1.3em;
}

@media screen and (max-width: 499px) {
#sns p.comment {
padding: 0 .5em;
    }
    
#sns .block-column-area{
padding: 0 1em;
}
#sns .checkpoint-ttl {
    font-size: 1.5em;
    border-radius: 0;
    
}
}

/* --------------------------
    お悩み解決
-------------------------- */

/* レイアウト：PCは4列×2行、ギャップは任意で調整 */
.advice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1500px;
    margin: 0 auto;
}

/* 画像をブロック化して枠内で綺麗に表示 */
.advice-grid a {
  display: block;
  border-radius: 8px;  
  overflow: hidden;
  transform: translateY(0);
  transition: transform .2s ease,;
}
.advice-grid img {
  display: block;
  width: 100%;
  height: auto;
}

/* ホバーで少し上に持ち上げる */
.advice-grid a:hover,
.advice-grid a:focus-visible {
  transform: translateY(-4px);
}


@media (max-width: 499px) {
  .advice-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 0 .8em;
  }
}

/* モーション配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .advice-grid a { transition: none; }
}

/* タッチ端末での軽い押下表現（任意） */
@media (hover: none) {
  .advice-grid a:active { transform: translateY(-2px); }
}


/* スマホ用 */
@media screen and (max-width: 499px) {
 #quiz .wid60 {
    width: 100% !important;
    flex-basis: 100% !important;
    margin: 0 auto;
}


}
/* PC用 */
@media screen and (min-width: 500px) {

}

.delete{display: none !important;}

/* --------------------------
    フッター
-------------------------- */
#footer .img-block {
    max-width: 1500px;
}
/* --------------------------
    スマホ用スタイル
-------------------------- */
@media screen and (max-width: 499px)
{

#contents .fes-area-ctr{
width:100%;
}

#contents .fes-area-ctr .contents-area {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
}


#contents .fes-area-ctr .contents-area .sub-ttl,#contents .sub-ttl {
font-size: 2.5em;
        font-weight: 900;
        font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
        padding: .5em 1em 0;

}

#contents .fes-area-ctr .contents-area .sub-ttl{
    border-radius:0;
}

#contents .contents-area .contents-box {
    border-radius: 0 0 10px 10px;
    padding: 2em 1em;

}

#contents .more-link-box .link-btn .btn-inner {
    padding: 1em 0;
}

#contents .more-link-box {
    margin: 0 auto 1em;
}

#sns .img-box,#campaign .img-box{
margin: 0;
}
}

/* --------------------------
    PC用スタイル
-------------------------- */

@media screen and (min-width: 500px) {
	#contents h1 {
		font-family: 'M PLUS 1p', sans-serif;
	}
	#contents h2.sub-ttl {
		font-family: 'M PLUS 1p', sans-serif;
	}
}
/* ブチ抜き */
@media screen and (min-width: 500px) {
	#m_col_center_wrap {
		margin-left: 0;
	}
	#clsd_contents .contents-center-area {
		max-width: 100%;
		margin: 0 auto;
	}
	#col_center {
		margin: 0 0 0 0 !important;
	}
	#clsd_contents {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

@media screen and (min-width: 481px) {
	.fes-area-ctr {
		width: 100%;
		margin: 0 auto;
	}
}