/* UTILL =====================================================*/
.fw900 {
	font-weight: 900;
}

.mt40 {
	margin-top: 40px;
}

.mb30 {
	margin-bottom: 30px;
}

.tac {
	text-align: center;
}

/* BASE =====================================================*/
.pan_banner {
	box-shadow: 0 0 8px rgba(203, 203, 203, 0.673);
	margin: 20px 0;
}

.linkbtn {
	margin: 40px 0;
	padding: 10px 20px;
	color: #fff !important;
	font-weight: 900 !important;
	background-color: #B50081;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	display: inline-block;
	border-radius: 10px;
}

html {
	/* font-size: 62.5%; */
	/* ↓TOPに戻るときのスクロールの滑らかさ */
	scroll-behavior: smooth;

}

a img:hover,
a img:active,
a:hover,
a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}

:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
	--sub-color3: #EF4050;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
	padding: 0;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 100%;
}


figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	list-style: none;
	display: block;
}


/* main ===================================================== */
/* ページ内すべての p と li は以下のサイズ
   調整が必要な個所のみ個別指定とする  */
main p,
main li {
	font-size: 16px;
	line-height: 1.75;
}

@media screen and (min-width: 641px) {

	main p,
	main li {
		font-size: 20px;
		line-height: 1.95;
	}
}



/* header =====================================================*/
#header {
	padding-top: 17.467vw;
	margin-bottom: 6.668%;
}

#header-inner {
	width: 100%;
}

@media screen and (min-width: 641px) {
	#header {
		padding-top: 121px;
		margin-bottom: 48px;
	}

	#header-inner {
		width: 1024px;
		margin: 0 auto;
	}
}

/* #contents =====================================================*/

.banner_section {
	margin: 0 auto;
}

.section-inner {
	margin: 0 auto 5%;
	max-width: 900px;
}

.outline-box {
	margin: 0 auto 10%;
}

h3.bg_01{
	background-color: #b60081 !important;
	color: #f7f7f7 !important;
}

@media screen and (min-width: 641px) {
	.outline-box {
		margin: 0 auto 5%;
	}
}

.outline-box h3 {
	margin: 5% auto 5%;
	color: #000;
	font-size: 24px;
	text-align: center;
	background-color: #ffe600;
	border-radius: 4px;
	padding: 3% 0;
	font-weight: 900;
}


@media screen and (min-width: 641px) {
	.outline-box h3 {
		margin: 0 auto 2%;
		font-size: 22px;
	}

}

.list {
	width: 100%;
	margin: 0 auto;
}

.list li {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.list li span {
	color: #000000;
}

.step_list li {
	text-align: left;
	text-indent: -5em;
	padding-left: 5em;
}

.list-gaiyo p {
	font-weight: bold;
}

.outline-box a {
	color: #b60081;
}


ul.download {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5%;
	margin: 0 auto 10%;
}

.hosoku {
	margin-top: 30px;
}

.hosoku li p {
	font-size: 18px;
	text-indent: -1em;
	/* 1文字分逆インデント */
	padding-left: 1em;
	/* 全体を1文字分右にずらす */
}

@media screen and (max-width: 640px) {
	.hosoku li p {
		font-size: 16px;
	}
}

@media screen and (min-width: 641px) {
	ul.download {
		width: fit-content;
		margin-bottom: 5%;
	}
}

.gaiyou_ttl {
	font-size: 20px;
	font-weight: 900;
	color: #C30D23;
	margin-top: 20px;
}

@media screen and (min-width: 641px) {
	.gaiyou_ttl {
		font-size: 24px;
		font-weight: 900;
		color: #C30D23;
		margin-top: 20px;
	}
}

.subttl {
	display: inline-block;
	font-weight: 900;
	font-size: 30px;
	margin: 30px 0 5px 0;
	color: #C30D23;
	border-radius: 10px;
}

/* .outline =====================================================*/

.outline-lead {
	width: 85%;
	margin: 0 auto 10%;
}

.outline-lead h2 {
	color: #b50081;
	text-align: center;
	margin: 0 auto 3%;
	font-size: 20px;
}

.outline-lead p {
	text-align: left;
}

@media screen and (min-width: 641px) {

	.outline h2 {
		margin: 0 auto 2%;
		color: #b50081;
		font-size: 24px;
		text-align: center;
	}

	.outline-lead {
		width: 70%;
		margin: 5% auto 5%;
	}

	.outline-lead h2 {
		color: #b50081;
		font-size: 24px;
		margin-bottom: 3%;
	}

	.outline-lead p {
		font-size: 20px;
		text-align: center;

	}
}

.outline-box p span {
	font-weight: normal;
}

.outline-box04 {
	margin-bottom: 6.668%;
}

.outline-box04 p.keyword {
	width: 100%;
	margin: 4.546% auto 4.871%;
}

.outline-box04 .keyword-box {
	margin: 15px auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px #004c7e;
	box-sizing: border-box;
}

.outline-box04 .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

.outline-box09 li.isRed {
	color: #f00;
}

.outline-box10 a {
	color: #007cd0;
	text-decoration: underline;
}


/* .notes =====================================================*/

.notes {
	margin: -5% auto 0;
	width: 85%;
}

.notes .list li {
	font-size: 12px;
}

@media screen and (min-width: 641px) {
	.notes {
		margin: -3% auto 0;
		width: fit-content;
	}

	.notes .list li {
		font-size: 14px;
	}
}

.notes .keyword-box {
	width: 82.134%;
	margin: 0 auto;
	padding: 0.6em 1em;
	font-weight: bold;
	border: solid 3px .004c7e;
	box-sizing: border-box;
}

.notes .keyword-box p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #004c7e;
}

/* parts =====================================================*/

.footblank {
	margin-left: .5rem;
	width: 1.6rem !important;
	vertical-align: middle !important;
	display: inline-block !important;
}

.fwb {
	font-weight: bold;
}

.box_01 p {
	text-align: center;
}

.box_01 .date01 {
	font-size: 1.6rem;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.box_01 .date01 span {
	font-size: 2.6rem;
	font-weight: bold;
}

@media screen and (min-width: 641px) {
	.box_01 .date01 {
		font-size: 2.4rem;
		margin: 0 auto;
		font-weight: bold;
		text-align: center;
	}

	.box_01 .date01 span {
		font-size: 3.6rem;
		font-weight: bold;
	}
}

.main_section {
	width: 85%;
	margin: 0 auto;
}

.main_section .t-link {
	text-align: center;
	font-weight: 900;
	margin-bottom: 4%;
}

.main_section .t-link a {
	color: #C30D23;
	text-decoration: underline;
}

@media screen and (min-width: 641px) {
	.main_section .t-link {
		font-size: 22px;
	}

}

.contents .banner_section div {
	width: 85%;
	margin: 0 auto;
}

.contents .banner_section div p {
	display: block;
	width: fit-content;
	margin: 0 auto 10%;
}

@media screen and (min-width: 641px) {
	.contents .banner_section div p {
		display: block;
		width: fit-content;
		margin: 0 auto 5%;
	}
}


.banner_01 {
	display: block;
	width: fit-content;
	height: fit-content;
	margin: 0 auto;
}

#header.end {
	padding-top: 0;
}

.fc_sub3 {
	color: var(--sub-color3);
}

@media screen and (min-width: 641px) {
	a[href*="tel:"] {
		pointer-events: none;
		color: #000000 !important;
	}

	.no_event {
		cursor: text !important;
	}

}

/* TOPに戻るボタン ====================== */

/* ボタンが出現するアニメーション */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 80%;
	}
}

/* ─────────── */

/* フッター手前で止まる挙動 */
.pagetop_sticky {
	position: sticky;
	height: 50px;
	width: 50px;
	left: 1500px;
	bottom: 30px;
	opacity: 80%;
	background: #F4EC70;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 3s ease-in-out;
	margin: 0 7% 5% 0;
}

@media screen and (min-width: 641px) {
	.pagetop_sticky {
		height: 80px;
		width: 80px;
		bottom: 100px;
		opacity: 80%;
	}
}

/* / TOPに戻るボタン ====================== */
.pagetop {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {
	.pagetop {
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* 矢印 ====================================== */
.pagetop_arrow {
	height: 10px;
	width: 10px;
	border-top: 2px solid var(--main-color1);
	border-right: 2px solid var(--main-color1);
	transform: translateY(20%) rotate(-45deg);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 641px) {

	.pagetop__arrow {
		border-top: 3px solid var(--main-color1);
		border-right: 3px solid var(--main-color1);
	}
}

/* ─────────── */


@media (hover: hover) and (pointer: fine) {

	.pagetop:hover {
		border-radius: 50%;
		background-color: var(--mono-tone3);
		border-color: var(--main-color1);
	}

}

/* / アコーディオン ====================== */

.accordion {
	margin-bottom: 7px;
	/*border-bottom: 2px solid #d0d0d0;*/
}


.accordion summary {
	display: flex;
	justify-content: right;
	align-items: center;
	position: relative;
	padding: 1em;
	cursor: pointer;
	font-size: 16px;
}

@media screen and (min-width: 641px) {
	.accordion summary {
		font-size: 16px;
	}
}

.accordion summary::-webkit-details-marker {
	display: none;
}

#campaign__list .accordion summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #ffffffb3;
	border-right: 3px solid #ffffffb3;
	content: '';
	transition: transform .3s;
}

#campaign__list .accordion summary::after {
	transform: translateY(-25%) rotate(45deg);
	transition: transform .3s;
}

#campaign__list .accordion[open] summary::after {
	transform: rotate(225deg);
}

.accordion summary {
  cursor: pointer;
  list-style: none; /* デフォルトの矢印を消す */
}

.accordion summary::-webkit-details-marker {
  display: none; /* Safari/Chrome用 */
}


.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform 0.3s;
}

.accordion[open] summary::after {
  transform: translateY(-25%) rotate(225deg); /* ← translateY を残す */
}


.accordion div {
	/*transform: translateY(-10px);*/
	opacity: 0;
	margin: 0;
	padding: 0 0 1.5em;
	transition: transform .5s;
}

@media screen and (max-width: 640px) {
.accordion div {
	
	opacity: 0;
	margin: 0;
	padding: 0;
	transition: transform .5s;
}
}

.accordion[open] div {
	transform: none;
	opacity: 1;
}

.col1,
.col2 {
	width: 15%;
}

.col3 {
	width: 70%;
}

.waribiki_list {
	line-height: 1.6;
}

.waribiki_list h4 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.waribiki_list table {
	border-collapse: collapse;
	/* 枠線を重ねずスッキリ見せる */
	width: 100%;
	table-layout: fixed;
}

.waribiki_list td {
	border: 1px solid #333;
	/* 線の太さ・色を指定 */
	padding: 8px;
	vertical-align: top;
}

.campaign__list__wrap {
	display: flex;
	width: 100%;
}

#campaign__list .accordion summary {
	justify-content: space-between;
	display: flex;
	color: #fff;
	background-color: #b60081;
	font-weight: bold;
	border-right: 1px solid #fff;

}

#campaign__list .accordion summary+div {
	margin-top: 1rem;
	padding: 0;
}

.campaign__list__wrap .accordion {
	width: 33%;
	text-align: center;

}

.campaign__list__wrap .accordion div {
	background-color: #fff;

}

.campaign__list__wrap .accordion summary::after {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;

}

@media screen and (max-width: 640px) {
	.campaign__list__wrap {
		display: block;
		width: 100%;
	}

	.campaign__list__wrap .accordion {
		width: 100%;

	}

	.col1,
	.col2 {
		width: 20%;
	}

	.col3 {
		width: 60%;
	}

	.campaign__list__wrap ul {
		display: grid;
		/* grid-template-columns: repeat(2, 1fr); */
		/* 横に2列 */
		grid-template-columns: 1fr; /* ← ここを変更 */
		gap: 10px;
		/* 要素間の間隔（任意） */
		list-style: none;
		/* デフォルトのリストマークを消す（必要なら） */
		padding: 0;
		/* デフォルトの余白をリセット */
		margin: 0;

	}
	#campaign__list{
		margin-bottom:8%;
	}

}
 
.header__DL h3{
	font-size: 200%;
	text-align: center;
	margin: 3rem auto 2rem;
}

.tex01{
	font-size:14px !important;
}

ul ul{
	padding-left: 30px;/* ネストリストのインデント幅 */
  list-style-type: square; /* マーカーの種類変更（circle, square, etc.） */
}
ul ul li::marker {
  content: "・"; /* 任意の記号を設定 */
  color: #000;   /* 色も指定可能 */
  
}
.list li.point{
    text-indent: 0;   /* 2行目の字下げをリセット */
  padding-left: 0em;
    
}

/* お気に入り登録見出しの高さをそろえる */
.accordion summary {
  min-height: 40px; /* 必要に応じて数値を調整 */
  display: flex;
  align-items: center; /* 中央揃え */
 
}
.campaign_list_wrap ul li {
  min-height: 50px; /* 必要に応じて調整 */
  line-height: 1.5;
}
/* 店舗名の折り返しをしない */
.fs_small li {
  white-space: nowrap; 
}

