﻿@charset "UTF-8";

:root {
  --color-main: #BA4B7B;
}

/* ----------------------------------
LP レイアウト
---------------------------------- */
.pane-main { margin: 0;}
.block-event-page--goods { display: none;}
html[data-browse-mode="P"] .pane-left-menu { display: none;}
html[data-browse-mode="P"] .pane-right-menu { display: none;}
html[data-browse-mode="P"] .page-event .pane-contents .container { width: 100%; margin: 0; padding: 0; min-width: unset; max-width: unset;}
html[data-browse-mode="P"] .page-event .pane-contents .container .pane-main { width: 100%; margin: 0;}
html[data-browse-mode="P"] #header.pane-header { margin: 0;}

.event_lp {padding: 0;}
.event_lp img { vertical-align: bottom;}
.event_lp .contents-wrapper {
	position: relative;
	background-color: #6b1842;
	padding-bottom: 120px;
}
.event_lp .contents-wrapper section { position: relative; z-index: 2;}

@media (min-width: 999px) {
	.event_lp .for-sp { display: none !important;}
}
@media (max-width: 1000px) {
	.event_lp .for-pc { display: none !important;}
	.event_lp .contents-wrapper {padding: 0 0 50px;}
}

/* ----------------------------------
メイン
---------------------------------- */
#sec_main h1 { padding: 0; margin: 0;}
#sec_main h1 img {width: 100%;color: #fbeff0;}

/* ----------------------------------
メッセージ・マイルアップ
---------------------------------- */
#sec_message {
	/* padding-bottom: 80px; */
}
#sec_message .top-lead {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	padding: 50px 0;
	text-align: center;
}
#sec_message .top-lead-main {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
#sec_message .top-lead-sub {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .056em;
	line-height: calc(25 / 18);
}
#sec_message .mile-campaign-date {
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 9px 10px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	border: var(--color-main) 1px solid;
	background: #FFF;
}
#sec_message .mile-campaign-date dt { color: var(--color-main);}
#sec_message .mile-campaign .memo { margin: 14px 0 0; font-size: 13px; text-align: center;}

@media (max-width: 1000px) {
	#sec_message {
		padding-bottom: 0;
	}
	#sec_message .top-lead {
		row-gap: calc(20 / 430 * 100vw);
		padding-block: calc(20 / 430 * 100vw) calc(20 / 430 * 100vw);
		padding-inline: calc(20 / 430 * 100vw);
	}
	#sec_message .top-lead-main {
		font-size: calc(24 / 430 * 84vw);
		line-height: calc(36 / 26);
	}
	#sec_message .top-lead-sub {
		font-size: calc(18 / 430 * 85vw);
		line-height: calc(30 / 20);
	}
	#sec_message .mile-campaign { padding: 0 10px; margin: 0 auto;}
	#sec_message .mile-campaign-date {padding: 12px 10px;font-size: 17px;margin: 0 auto;}
	#sec_message .mile-campaign .memo { margin: 8px 0 0; font-size: 11px; text-align: left;}
}

/* ----------------------------------
カテゴリー
---------------------------------- */
#sec_category {margin: 22px 0 40px 0;/* background: #d6edf5; */}
#sec_category .section-inner {max-width: 1200px;margin: 0 auto;padding: 30px 0;}
#sec_category h2.design-category-title { padding: 0 0 15px 0; margin: 0 0 22px 0; text-align: center; position: relative;}
#sec_category h2.design-category-title span {font-size: 32px;font-weight: 600;color: var(--color-main);}
#sec_category h2.design-category-title::after {content: '';width: 50px;border-top: #DEA5BD 5px solid;display: block;position: absolute;bottom: 0;left: 50%;translate: -50%;}
#sec_category .sec-cate-list {margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;max-width: 1000px;}
#sec_category .sec-cate-list .sec-cate-box {width: calc((100% - (74px * 3))/3);}
#sec_category .sec-cate-list .sec-cate-box .name {width: 100%;height: 48px;font-size: 16px;font-weight: 500;color: #fff;display: flex;justify-content: center;align-items: center;background: var(--color-main);transition: 0.5s;}

@media (max-width: 1000px) {
	#sec_category {margin: 0 auto;}
	#sec_category h2.design-category-title { margin: 0 0 30px 0; padding: 0 0 10px;}
	#sec_category h2.design-category-title span { font-size: 27px;}
	#sec_category .sec-cate-list { padding: 0 10px; gap: 8px;}
	#sec_category .sec-cate-list .sec-cate-box { width: calc((100% - 8px)/2);}
	#sec_category .sec-cate-list .sec-cate-box .name { height: 40px; font-size: 14px;}
}

/* ----------------------------------
関連イベント
---------------------------------- */
#sec_event_frame {
	padding-bottom: 80px;
}
#sec_event_frame .event_wrap {max-width: 1200px;margin: 0 auto;background: #fff;padding: 40px;border-radius: 20px;}
#sec_event_frame .event_wrap + .event_wrap {
	margin-top: 80px;
}
#sec_event_frame .event_header {
	display: flex;
	flex-direction: column;
	row-gap: 29px;
	margin-bottom: 46px;
}
#sec_event_frame .event_header_hdg {
	color: var(--color-main);
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-bottom: 16px;
	position: relative;
}
#sec_event_frame .event_header_hdg::after {
	content: '';
	background-color: #DEA5BD;
	height: 5px;
	width: 50px;
	position: absolute;
	top: 100%;
	left: 50%;
	translate: -50%;
}
#sec_event_frame .event_header_lead {
	color: #505050;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .056em;
	line-height: calc(24 / 20);
	text-align: center;
}
@media (max-width: 1000px) {
	#sec_event_frame {
		padding-bottom: calc(60 / 430 * 100vw);
		width: 95%;
		margin: 30px auto;
	}
	#sec_event_frame .event_wrap {
		/* background-image: url('/img/0002/img/e/00020097/hdg_bg_sakura.png'); */
		/* background-position: center top; */
		/* background-repeat: no-repeat; */
		/* background-size: 100%; */
		padding: 20px;
	}
	#sec_event_frame .event_wrap + .event_wrap {
		margin-top: calc(60 / 430 * 100vw);
	}
	#sec_event_frame .event_header {
		row-gap: calc(18 / 430 * 100vw);
		padding-inline: calc(20 / 430 * 100vw);
		margin-bottom: 15px;
	}
	#sec_event_frame .event_header_hdg {
		font-size: calc(23 / 430 * 100vw);
		padding-bottom: calc(12 / 430 * 100vw);
		line-height: 1.4;
		text-align: center;
	}
	#sec_event_frame .event_header_lead {
		font-size: calc(16 / 430 * 100vw);
		line-height: calc(24 / 16);
	}
}

.event_pick_frame .block-top-event--header{ display:none;}
#sec_event_frame .event_pick_frame {
	max-width: 1200px;
	margin-inline: auto;
}
#sec_event_frame h2.block-top-event--header {padding: 0 0 15px 0;margin: 0 0 40px 0;font-size: 32px;font-weight: bold;text-align: center;line-height: 1.267;position: relative;color: #ed1200;}
#sec_event_frame h2.block-top-event--header::after {content: '';width: 50px;border-top: #ffffff 5px solid;display: block;position: absolute;bottom: 0;left: 50%;translate: -50%;}
#sec_event_frame .design-more-button:not(:last-child) {margin-bottom: 70px;}

/* もっと見るボタン */
.design-more-button {width: 400px;margin: 20px auto 0;}
.design-more-button a {
	width: 100%;
	height: 60px;
	border: var(--color-main) 2px solid;
	border-radius: 60px;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-main);
	transition: 0.5s;
}
.design-more-button a:hover { color: var(--color-main); background: #fff;}

@media (max-width: 1000px) {
	#sec_event_frame h2.block-top-event--header { margin: 0 0 30px 0; padding: 0 0 12px; font-size: 27px;}
	#sec_event_frame h2.block-top-event--header span {font-size: 22px;}
	#sec_event_frame .design-more-button:not(:last-child) { margin-bottom: 60px;}
	.design-more-button { width: 200px; margin: 20px auto 0;}
	.design-more-button a { height: 45px; font-size: 17px;}
}

#sec_event_frame .block-top-event--goods {
	padding-bottom: 0;
	margin: 0;
}

html[data-browse-mode="P"] #sec_event_frame .block-thumbnail-t,
html[data-browse-mode="P"] #sec_event_frame .block-pickup-list-p--items {
	margin: 0;
	gap: 20px;
}
html[data-browse-mode="P"] #sec_event_frame .block-thumbnail-t>li,
html[data-browse-mode="P"] #sec_event_frame .block-pickup-list-p--items>li {
	width: calc((100% - 100px) / 6);
	margin: 0;
}
html[data-browse-mode="P"] #sec_event_frame .block-thumbnail-t--goods-image figure {
	width: 100%;
	height: auto;
}

html[data-browse-mode="S"] #sec_event_frame .block-thumbnail-t--items {
	padding: 0;
	flex-wrap: wrap;
	/* justify-content: flex-start; */
	/* align-items: flex-start; */
	/* overflow-x: scroll; */
	-webkit-overflow-scrolling: touch;
	/* gap: 0 20px; */
}
html[data-browse-mode="S"] #sec_event_frame .block-thumbnail-t--items li {
	width: 47%;
	min-width: 150px;
	padding: 0;
	/* margin: 20px 0; */
	vertical-align: top;
	font-size: 14px;
}

/* ----------------------------------
開催中のキャンペーン・おすすめ特集
---------------------------------- */
.event_lp h2.design-shine {
	padding: 0;
	margin: 0 0 40px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_lp h2.design-shine span {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

#sec_campaign {
	max-width: 1200px;
	/* padding-top: 120px; */
	margin-inline: auto;
}
#sec_campaign .sec-campaign-cont {
	margin-bottom: 80px;
}
#sec_campaign .campaign_list { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px;}
#sec_campaign .campaign_list > li { width: calc((100% - 15px * 3)/4); align-self: stretch; background-color: #fff;}
#sec_campaign .campaign_list .list_item_detail { padding: 5%; border: none; word-break: break-all;}
#sec_campaign .campaign_list .list_item_detail .text-period{color:#cc0000;}
#sec_campaign .campaign_list .list_item_detail_comment1 { margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #000000;}
#sec_campaign .campaign_list .list_item_detail_comment2 { font-size: 13px;}

#sec_recommend {
	max-width: 1200px;
	margin-inline: auto;
}
#sec_recommend .sec-recommend-cont {
	margin-bottom: 80px;
}
#sec_recommend .js-main-slider { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px;}
#sec_recommend .js-main-slider > li { width: calc((100% - 15px * 3)/4); align-self: stretch; background-color: #fff;}
#sec_recommend .js-main-slider .list_item_detail { padding: 5%; border: none; word-break: break-all;}
#sec_recommend .js-main-slider .list_item_detail_comment1 { margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #000000;}
#sec_recommend .js-main-slider .list_item_detail_comment2 { font-size: 13px;}

.design-more-button.for-page-top { margin: 26px auto 0;}
.design-more-button.for-page-top a { color: var(--color-main); background: #fff;}
.design-more-button.for-page-top a:hover { color: #fff; background: var(--color-main);}

@media (max-width: 1000px) {
	.event_lp h2.design-shine span { font-size: 27px;}
	#sec_campaign {
		padding-top: calc(60 / 430 * 100vw);
	}
	#sec_campaign .sec-campaign-cont {
		margin-bottom: calc(60 / 430 * 100vw);
	}
	#sec_campaign .campaign_list { margin: 40px auto 60px; padding: 0 10px; justify-content: flex-start; flex-wrap: nowrap; overflow-x: scroll;}
	#sec_campaign .campaign_list > li { width: 300px; min-width: 300px;}
	#sec_recommend .sec-recommend-cont {
		margin-bottom: calc(60 / 430 * 100vw);
	}
	#sec_recommend .js-main-slider { padding: 0 15px; justify-content: flex-start; flex-wrap: nowrap; overflow-x: scroll;}
	#sec_recommend .js-main-slider > li { width: 300px; min-width: 300px;}
	#sec_recommend .design-more-button { width: 260px; margin-top: 32px;}
	.design-more-button.for-page-top { width: 260px;}
}

 
/* クーポンエリア  */
 .sec-benefit-lead {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .056em;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 15px;
} .sec-benefit-lead > span {
	font-size: 14px;
} 
#benefit01 .benefit-coupon-layout {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	margin-inline: auto;
	width: 700px;
} 
#benefit01 .benefit-coupon {
	background-color: #CE1E1E;
	border-radius: 4px;
	display: flex;
	column-gap: 36px;
	padding: 12px;
} 
#benefit01 .benefit-coupon-header {
	color: #FFFFFF;
	flex-grow: 1;
	text-align: center;
	padding-top: 4px;
} 
#benefit01 .benefit-coupon-title {
	font-weight: bold;
	letter-spacing: .056em;
	line-height: 1.15;
	margin-bottom: 8px;
} 
#benefit01 .benefit-coupon-title-s {
	font-size: 32px;
} 
#benefit01 .benefit-coupon-title-m {
	font-size: 36px;
} 
#benefit01 .benefit-coupon-title-l {
	font-size: 48px;
} 
#benefit01 .benefit-coupon-label {
	background-color: #A9070B;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	padding: 4px;
} 
#benefit01 .benefit-coupon-code {
	background-color: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	padding-block: 17px;
	width: 300px;
} 
#benefit01 .benefit-coupon-code-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
} 
#benefit01 .benefit-coupon-code-txt {
	font-size: 56px;
	font-weight: bold;
	letter-spacing: .032em;
	line-height: 1;
} 
#benefit01 .benefit-coupon-note {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .056em;
	line-height: 1.667;
	padding-left: 1em;
}
#benefit01 .notice--button{text-align: center;font-size: 18px;text-decoration: underline;margin: 30px auto 0;}

#benefit01 .design-more-button{
    margin: 10px auto 60px;
}
html[data-browse-mode="S"] #benefit01 .design-more-button {
    margin: 10px auto 60px;
    width: 90%;
}
html[data-browse-mode="S"] #benefit01 .design-more-button a{height: 60px;}
html[data-browse-mode="S"] .sec-benefit-lead {
	line-height: 1.2;
	margin-bottom: 18px;
	font-size: 19px;
}
html[data-browse-mode="S"] .sec-benefit-lead-block {
	padding-inline: calc(20 / 375 * 100vw);
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-layout {
	row-gap: 9px;
	width: 100%;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon {
	flex-direction: column;
	row-gap: 15px;
	padding: 12px 12px 15px;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-title {
	margin-bottom: 10px;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-title-s {
	font-size: 32px;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-title-m {
	font-size: 34px;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-title-l {
	font-size: 40px;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-code {
	padding-block: 13px 23px;
	width: 100%;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-code-title {
	font-size: 16px;
}
html[data-browse-mode="S"] #benefit01 .benefit-coupon-code-txt {
	font-size: 48px;
}
/* クーポンエリア  */


/*クーポン詳細*/
html[data-browse-mode="P"] .coupon-detail{
	max-width: 920px;
    margin: 0 auto;
}
html[data-browse-mode="P"] .luckyday-acc h3.luckyday-acc-btn {
    font-weight: bold;
    text-align: center;
    cursor: pointer;
	position:relative;
}
html[data-browse-mode="P"] .luckyday-acc h3.luckyday-acc-btn::after {
    content: '';
    width: 50px;
    border-top: var(--color-main) 5px solid;
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    translate: -50%;
}
html[data-browse-mode="P"] .luckyday-acc {
	margin-top: 56px;
	background: #fff;
	padding: 0 50px 20px;
	border-radius: 30px;
}
html[data-browse-mode="P"] .luckyday-acc .coupon-detail-inner {
	padding: 0 0 32px;
	border-width: 2px;
}
html[data-browse-mode="P"] .luckyday-acc h3 {
	padding: 24px 0;
	border-width: 2px;
}
html[data-browse-mode="P"] .luckyday-acc h3 span {
	font-size: 20px;
	line-height: 1.4;
	display: inline-block;
	padding: 0 80px;
}
html[data-browse-mode="P"] .luckyday-acc h4 {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.024em;
	padding: 0 0 0 12px;
	margin: 24px 0 8px;
	position: relative;
	font-weight: 500;
}
html[data-browse-mode="P"] .luckyday-acc h4::before {
	width: 4px;
	height: 24px;
	top: 2px;
}
.luckyday-acc h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #976F14;
}
html[data-browse-mode="P"] .luckyday-acc p,
html[data-browse-mode="P"] .luckyday-acc ul.luckyday-note li {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.056em;
	padding-left: 10px;
	text-indent: -10px;
}
html[data-browse-mode="P"] .luckyday-acc p a{
	color: #EB0E0E;
    text-decoration: underline;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
}
html[data-browse-mode="P"] .luckyday-acc p + p {
	margin-top: 4px;
}
html[data-browse-mode="P"] .luckyday-acc .coupon-howto-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.056em;
	padding: 0 0 12px;
	margin: 24px 0;
}
.luckyday-acc .coupon-howto-img {
	text-align: center;
}
html[data-browse-mode="P"] .luckyday-acc .coupon-howto-img {
	margin: 24px 0 40px;
}
html[data-browse-mode="S"] .luckyday-acc {
	margin: 32px 20px;
	background: #fff;
	border-radius: 20px;
	padding: 15px;
}
html[data-browse-mode="S"] .luckyday-acc .coupon-detail-inner {
	padding: 0 0 32px;
}
html[data-browse-mode="S"] .luckyday-acc h3 {
	font-size: 20px;
	line-height: 1.4;
	padding: 24px 0;
	text-align: center;
	position:relative;
}
html[data-browse-mode="S"] .luckyday-acc h3.luckyday-acc-btn::after {
    content: '';
    width: 50px;
    border-top: var(--color-main) 5px solid;
    display: block;
    position: absolute;
    bottom: 13px;
    left: 50%;
    translate: -50%;
}
html[data-browse-mode="S"] .luckyday-acc h3 span {
	font-size: 20px;
	line-height: 1.4;
	display: block;
}
html[data-browse-mode="S"] .luckyday-acc h4 {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.024em;
	padding: 0 0 0 8px;
	margin: 24px 0 8px;
	position: relative;
}
html[data-browse-mode="S"] .luckyday-acc h4::before {
	width: 4px;
	height: 15px;
	top: 2px;
}
html[data-browse-mode="S"] .luckyday-acc p,
html[data-browse-mode="S"] .luckyday-acc ul.luckyday-note li {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.044em;
		padding-left: 10px;
	text-indent: -10px;
}
html[data-browse-mode="S"] .luckyday-acc p a{
	color: #EB0E0E;
    text-decoration: underline;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
}
html[data-browse-mode="S"] .luckyday-acc p + p {
	margin-top: 4px;
}
html[data-browse-mode="S"] .luckyday-acc .coupon-howto-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.056em;
	padding: 0 0 12px;
	margin: 24px 0;
}
html[data-browse-mode="S"] .luckyday-acc .coupon-howto-img {
	margin: 8px 0 24px;
}
/*クーポン詳細*/

/* 追従ナビ
---------------------------------- */
#sec_fixed_navi { display: none;}
#sec_fixed_navi .navi {
  width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 9999;
}
#sec_fixed_navi .navi li { width: 270px; height: 45px;}
#sec_fixed_navi .navi li a {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	color: #FFF;
	display: flex;
	align-items: center;
	background: var(--color-main);
	transition: 0.3s;
	padding: 0 18px;
}
#sec_fixed_navi .navi li a:hover { opacity: 0.7;}

@media (max-width: 1000px) {
	#sec_fixed_navi .navi { width: 100%; flex-direction: row; justify-content: space-between; gap: 0; left: 0; right: 0; bottom: 0;}
	#sec_fixed_navi .navi li {width: calc((100% - (2px * 2)) * 2);height: 60px;}
	#sec_fixed_navi .navi li:not(:last-child) { border-right: 1px solid #FFF;}
	#sec_fixed_navi .navi li a { justify-content: center; border-radius: 0; font-size: 16px; box-shadow: none; text-align: center; padding: 0 5px;}
}

/* おすすめスポット
---------------------------------- */
.sec-spot {
	background-color: #FFFBFB;
	padding-block: 100px;
}
.sec-spot-inner {
	max-width: 1200px;
	margin-inline: auto;
	width: 100%;
}
.sec-spot-ttl {
	color: var(--color-main);
	font-size: 38px;
	font-weight: bold;
	line-height: calc(40 / 38);
	text-align: center;
	margin: 0 0 60px;
}
.tabs {
}
.tab-header {
	background-color: #fff;
	border: 3px solid #DEA5BD;
	padding: 32px 42px;
	margin-bottom: 60px;
}
.tab-header-ttl {
	color: var(--color-main);
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 16px;
}
.tab-header-body {
	padding-inline: 45px;
}
.tab-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab-nav li + li {
	border-top: 1px solid #ccc;
}
.tab-nav-btn {
	all: unset;
	outline: revert;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 30px;
	padding-block: 12px;
	transition: opacity .3s;
	text-decoration: underline;
}
.tab-nav-btn:hover {
	opacity: .7;
}
.tab-nav-btn.is-active {color: #b34a7b;}
.tab-panel {
	position: relative;
}
.tab-content {
	display: none;
}
.tab-content.is-active {
	display: block;
}
.tab-panel-btn {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 90px;
	border: 0;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	z-index: 1;
}
.tab-panel-btn.-prev {
	left: -50px;
	translate: -100% -50%;
}
.tab-panel-btn.-next {
	right: -50px;
	translate: 100% -50%;
}
.tab-panel-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 0 45px 30px;
	border-color: transparent transparent transparent #ccc;
	transform: translate(-50%, -50%);
}
.tab-panel-btn.-prev::before {
	transform: translate(-50%, -50%) rotate(180deg);
}
.tab-panel-btn-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.spot {
	position: relative;
}
.spot::before,
.spot:after {
	content: '';
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
}
.spot::before {
	background-image: url('/img/0002/img/e/00020097/deco_sakura1.png');
	height: 226px;
	width: 227px;
	top: 32%;
	right: -6.4%;
}
.spot::after {
	background-image: url('/img/0002/img/e/00020097/deco_sakura2.png');
	height: 226px;
	width: 227px;
	top: 76%;
	left: -7.6%;
}
.spot-head {
	text-align: center;
	position: relative;
}
.spot-head-img {
	height: 83px;
	width: 269px;
	vertical-align: bottom;
}
.spot-head-num {
	color: var(--color-main);
	font-family: serif;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50%;
}
.spot-body {
	background-color: #FCEEEC;
	color: #505050;
	padding: 50px 80px;
}
.spot-ttl {
	border-bottom: 1px solid #DEA5BD;
	color: var(--color-main);
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px;
	margin: 0 0 45px;
}
.spot-subttl {
	font-size: 30px;
	font-weight: bold;
	line-height: calc(40 / 30);
	margin: 0 0 24px;
}
.spot-media {
	display: grid;
	grid-template-columns: 437fr 573fr;
	gap: 30px;
	margin-bottom: 30px;
}
.spot-media-image img {
	border-radius: 10px;
}
.spot-media-txt {
	font-size: 16px;
	line-height: calc(32 / 16);
}
.spot-media-txt + .spot-media-txt {
	margin-top: 2em;
}
.spot-dl {
	margin-bottom: 60px;
}
.spot-dl-group {
	display: grid;
	grid-template-columns: 120px 1fr;
	column-gap: 20px;
}
.spot-dl-group + .spot-dl-group {
	margin-top: 16px;
}
.spot-dl dt {
	font-size: 20px;
	font-weight: bold;
}
.spot-dl dd {
	font-size: 16px;
	line-height: calc(32 / 16);
}
.spot-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 32px 60px 50px;
	margin-bottom: 40px;
}
.spot-item-ttl {
	color: var(--color-main);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: calc(40 / 30);
	text-align: center;
	margin: 0 0 16px;
}
.spot-item-ttl::before,
.spot-item-ttl::after {
	content: '';
	background-color: #DEA5BD;
	height: 1px;
}
.spot-item-media {
	display: grid;
	grid-template-columns: 320fr 560fr;
	align-items: center;
	column-gap: 60px;
}
.spot-item-name {
	font-size: 18px;
	margin-bottom: 6px;
}
.spot-item-price {
	display: flex;
	align-items: baseline;
}
.spot-item-price-txt {
	font-size: 16px;
}
.spot-item-price-num {
	font-size: 40px;
	font-weight: bold;
}
.spot-item-price-yen {
	font-size: 25px;
	font-weight: bold;
}
.spot-item-link {
	background-color: var(--color-main);
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: calc(32 / 20);
	text-align: center;
	padding: 11px 20px;
	min-width: 400px;
	margin-top: 34px;
}
.spot-review {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 36px;
}
.spot-review-icon {
	flex-shrink: 0;
	width: 120px;
}
.spot-review-body {
	background-color: #fff;
	border: 1px solid var(--color-main);
	border-radius: 12px;
	padding: 15px 39px;
	position: relative;
}
.spot-review-body::before {
	content: '';
	background-image: url('/img/0002/img/e/00020097/review_shape.png');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 22px;
	width: 12px;
	position: absolute;
	top: 50%;
	left: 1px;
	translate: -100% -50%;
}
.spot-review-body p {
	font-size: 16px;
	line-height: calc(32 / 16);
}
.spot-review-body p + p {
	margin-top: 1em;
}
.spot-quote {
	font-size: 13px;
	margin-top: 60px;
}
@media (max-width: 1000px) {
	.sec-spot {
		padding-block: calc(40 / 430 * 100vw);
		padding-inline: calc(10 / 430 * 100vw);
	}
	.sec-spot-ttl {
		font-size: calc(24 / 430 * 100vw);
		line-height: calc(40 / 24);
		margin: 0 0 calc(24 / 430 * 100vw);
	}
	.tab-header {
		border-width: 2px;
		padding: calc(16 / 430 * 100vw) calc(20 / 430 * 100vw);
		margin-bottom: calc(40 / 430 * 100vw);
	}
	.tab-header-ttl {
		font-size: calc(24 / 430 * 100vw);
		margin: 0 0 calc(10 / 430 * 100vw);
	}
	.tab-header-body {
		padding-inline: 0;
	}
	.tab-nav-btn {
		display: block;
		font-size: calc(22 / 430 * 100vw);
		padding-block: calc(12 / 430 * 100vw);
		width: 100%;
	}
	.tab-panel-btn {
		display: none;
	}
	.spot::before,
	.spot:after {
		content: none;
	}
	.spot-body {
		background-image: url('/img/0002/img/e/00020097/deco_sakura1.png'), url('/img/0002/img/e/00020097/deco_sakura2.png');
		background-size: calc(88 / 430 * 100vw), calc(88 / 430 * 100vw);
		background-position: right calc(14 / 430 * 100vw) top calc(705 / 430 * 100vw), left calc(8 / 430 * 100vw) top calc(880 / 430 * 100vw);
		background-repeat: no-repeat, no-repeat;
		padding-block: calc(40 / 430 * 100vw);
		padding-inline: calc(20 / 430 * 100vw);
	}
	.spot-ttl {
		font-size: calc(28 / 430 * 100vw);
		line-height: calc(40 / 28);
		padding-bottom: calc(11 / 430 * 100vw);
		margin: 0 0 calc(16 / 430 * 100vw);
	}
	.spot-subttl {
		font-size: calc(20 / 430 * 100vw);
		line-height: calc(40 / 20);
		text-align: center;
		margin: 0 0 calc(14 / 430 * 100vw);
	}
	.spot-media {
		grid-template-columns: 1fr;
		gap: calc(8 / 430 * 100vw);
		margin-bottom: calc(24 / 430 * 100vw);
	}
	.spot-media-txt {
		font-size: calc(16 / 430 * 100vw);
	}
	.spot-dl {
		margin-bottom: calc(30 / 430 * 100vw);
	}
	.spot-dl-group {
		grid-template-columns: auto 1fr;
		column-gap: calc(2 / 430 * 100vw);
	}
	.spot-dl-group + .spot-dl-group {
		margin-top: calc(22 / 430 * 100vw);
	}
	.spot-dl dt {
		font-size: calc(16 / 430 * 100vw);
	}
	.spot-dl dd {
		font-size: calc(14 / 430 * 100vw);
	}
	.spot-item {
		padding-block: calc(22 / 430 * 100vw);
		padding-inline: calc(20 / 430 * 100vw);
		margin-bottom: calc(20 / 430 * 100vw);
	}
	.spot-item-ttl {
		column-gap: calc(20 / 430 * 100vw);
		font-size: calc(20 / 430 * 100vw);
		margin: 0 0 calc(16 / 430 * 100vw);
	}
	.spot-item-media {
		grid-template-columns: 1fr;
		row-gap: calc(14 / 430 * 100vw);
	}
	.spot-item-media-image {
		text-align: center;
	}
	.spot-item-media-image img {
		max-width: calc(260 / 430 * 100vw);
	}
	.spot-item-name {
		font-size: calc(14 / 430 * 100vw);
		margin-bottom: 6px;
	}
	.spot-item-price {
		justify-content: center;
	}
	.spot-item-price-txt {
		font-size: calc(16 / 430 * 100vw);
	}
	.spot-item-price-num {
		font-size: calc(30 / 430 * 100vw);
	}
	.spot-item-price-yen {
		font-size: calc(16 / 430 * 100vw);
	}
	.spot-item-link {
		display: block;
		font-size: calc(18 / 430 * 100vw);
		padding: calc(10 / 430 * 100vw) calc(20 / 430 * 100vw);
		min-width: auto;
		margin-top: calc(20 / 430 * 100vw);
	}
	.spot-review {
		column-gap: calc(14 / 430 * 100vw);
	}
	.spot-review-icon {
		width: calc(80 / 430 * 100vw);
	}
	.spot-review-body {
		padding: calc(10 / 430 * 100vw);
	}
	.spot-review-body::before {
		background-image: url('/img/0002/img/e/00020097/review_shape_sp.png');
		height: 22px;
		width: 7px;
	}
	.spot-review-body p {
		font-size: calc(14 / 430 * 100vw);
		line-height: calc(21 / 14);
	}
	.spot-quote {
		font-size: calc(10 / 430 * 100vw);
		line-height: calc(15 / 10);
		margin-top: calc(20 / 430 * 100vw);
	}
}

/*告知*/
.campaign-preview {
    background: #ffffff;
    border-radius: 8px;
    max-width: 800px;
    margin: 70px auto 0;
    padding: 20px 40px;
    text-align: center;
}

.campaign-preview h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
}

.campaign-preview .name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 4px;
}

.campaign-preview .period {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

html[data-browse-mode="S"] .campaign-preview {
    width: 90%;
    margin: 20px auto 0;
    padding: 20px;
}
html[data-browse-mode="S"] .campaign-preview .name{
    font-size: 14px;
}



/* 桜背景
---------------------------------- */
.bg-sakura {
	background-image: url('/img/0002/img/e/00020097/2609/ochiba_repeat_left.png'), url('/img/0002/img/e/00020097/2609/ochiba_repeat_right.png');
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
}
@media (max-width: 1000px) {
	.bg-sakura {
	background-size: 20vw;
	}
}

