img {
  width: 100%;
  display: block;
}
.fs-l-main, .fs-l-main, .fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
  padding: 0;
}
.fs-c-breadcrumb__listItem {
  display: inline;
}
/* css */ :root {
  --noto: "Noto Sans JP", sans-serif;
  --color_main: #2e2e2e;
  --shadow: drop-shadow(.2em .2em 2em rgba(222, 227, 229, .7));
  --width: 1200px;
}
@media screen and (max-width: 1380px) {
  :root {
    --width: 92%;
  }
}
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.lp_wrap {
  margin: 0 auto;
  font-weight: 400;
  font-family: var(--noto);
}
@media screen and (max-width: 1380px) {}
@media screen and (max-width: 768px) {}
.lp_wrap * {
  line-height: 1em;
  font-feature-settings: "palt";
  font-family: var(--font);
  color: var(--color_main);
  font-size: 62.5%;
  line-height: 1.7;
}
/*共通*/
.content-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 10rem 0;
}
/*コンテンツ部分*/
.content {
  display: none;
  width: 100%;
  padding: 1em;
  background: #E7CCE6;
}
@media screen and (max-width:768px) {
.content-wrap {
  padding: 6rem 2rem;
}
}
/*fv*/
.fv {
  max-width: 100%;
  width: 100%;
}
.omikuji {
  background-color: #f4e7c2;
}
.omikuji-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 8rem 0 1rem;
  text-align: center;
}
.omikuji-btn {
  background-color: #ff5c5c;
  box-shadow: 0 5px 0 #e03333;
  color: #FFF;
  font-size: 30px;
  border: none;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
	font-family: ads-ayumin, sans-serif;
  font-weight: bold;
}
.omikuji-btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.omikuji_list {
  background-color: #f4e7c2;
}
.omikuji_list_img {
  max-width: 732px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {

  .omikuji_list_img {
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .omikuji-btn {
    font-size: 24px;
    padding: 1rem 0;
    width: 70%;
  }
}
/* 無効化されたボタンのスタイル */
#switch-button:disabled {
  color: white;
  cursor: not-allowed;
}
.coupon_date,
.coupon_date .date_num{
	font-size: 18px;
	text-align: center;
}
.content_ttl{
	text-align: center;
	margin-bottom: 30px;
}
.content_ttl span{
	position: relative;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	font-family: ads-ayumin, sans-serif;
}
.content_ttl span::before{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/omikuji/images/ttl_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 51 / 53;
	max-width: 53px;
	width: 100%;
	left: -12%;
	top: 5%;
}
.product .content_ttl span::before{
	width: 100%;
	left: -20%;
	top: 5%;
}
.content_ttl span::after{
	position: absolute;
	content: "";
	background-image: url("https://fukuskeonline.itembox.design/item/lp/omikuji/images/ttl_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 51 / 53;
	max-width: 53px;
	width: 100%;
	right:-12%;
	top: 5%;
}
.product .content_ttl span::after{
	width: 100%;
	right:-20%;
	top: 5%;
}

.product_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.product_list li{
	width: calc(100% / 3 - 30px);
}
.product_name{
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}
.product_price{
	font-size: 14px;
	margin-bottom: 10px;
}
.product_price .color_red{
	color: #ed0000;
}
.product_price .color_red .num{
	font-size: 18px;
	color: #ed0000;
}
.product_btn{
	background-color: #363636;
	border-radius: 10px;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}
@media screen and (max-width:768px){
  .content_ttl span{
    font-size: 24px;
  }
  .content_ttl span::after,
  .content_ttl span::before{
    width: 10%;
    top: 0;
  }
  .product .content_ttl span::before,
  .product .content_ttl span::after{
    width: 20%;
    top: 0;
  }
.coupon_date,
.coupon_date .date_num{
    font-size: 14px;
  }
  .product_list{
    gap: 20px;
  }
  .product_list li{
    width: calc(100% / 2 - 20px);
  }
}


/**/
#omikujiOverlay{
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0,0,0,.35);
  z-index: 9999;
}
#omikujiOverlay.is-open{
  display: grid;
}

/* 包み */
.omikujiAnimWrap{
  display: grid;
  place-items: center;
}

/* グローバル img{width:100%} 対策 */
#omikujiAnimImg{
  width: 160px !important;
  max-width: 160px !important;
  height: auto !important;
  display: block;
  transform-origin: 50% 50%;
}

/* 振るアニメーション */
#omikujiOverlay.is-open #omikujiAnimImg{
  animation: omikujiShakeFlip 1.5s ease-in-out forwards;
}

@keyframes omikujiShakeFlip{
  /* 揺れ */
  0%   { transform: rotate(0deg); }
  12%  { transform: rotate(-14deg); }
  24%  { transform: rotate(16deg); }
  36%  { transform: rotate(-18deg); }
  48%  { transform: rotate(16deg); }
  60%  { transform: rotate(-12deg); }
  72%  { transform: rotate(10deg); }

  /* ここから「最後に逆さ」へ */
  100% { transform: rotate(-150deg); }
}


.prize_name{
    font-family: ads-ayumin, sans-serif;
    font-weight: bold;
  font-size: 62px;
}
.prize_id,
  .code,
  .status-ng {
    font-size: 36px;
    font-weight: bold;
    font-family: ads-ayumin, sans-serif;
}
@media screen and (max-width:768px){
.prize_name{
  font-size: 42px;
}
  .prize_id,
  .code,
  .status-ng {
    font-size: 26px;
}
}

.code {
  cursor: pointer;
  position: relative;
}

.copy-toast {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.copy-toast::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.copy-toast.is-hide {
  opacity: 0;
  pointer-events: none;
}

