@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {font-size: 62.5%;}

body{
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  word-wrap: break-word;
  background:url("../images/bg_pc.png") no-repeat;
  background-attachment: fixed;
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
* {box-sizing: border-box;}

ul,li,dl,dt,dd {
  list-style-type: none;
  line-height: 1;
  
  
  margin: 0;
  padding: 0;
}

button {
  appearance: none;
  background-color: inherit;
  border: none;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic ProN", Helvetica, Arial, sans-serif;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {text-decoration: none;}

.active-h a:hover{
	opacity:.7;
	transition: 0.5s;
}
.space-set{
	padding:40px 0 0;
}

.space-set_light{
	padding:20px 0 0;
}
.space-set_middle{
	padding:60px 0 0;
}



.blankicon{
	color:#0077CC;
	background:url(../cmn/images/blank.png) no-repeat right 50%;
	font-size:clamp(13px,2vw,15px);
	padding:5px 22px 5px 0;
	font-weight:500;
	word-break: break-all;
	line-height:1.4;
}
.blankicon:hover{
	text-decoration:none;
}
/*--------------------------------------------------------------------

メインコンテンツ

--------------------------------------------------------------------*/
.main-contents{
	width:min(100%,1120px);
	margin: 0 auto;
	display: flex;
	justify-content: flex-end; /* 右側に寄せる */
	padding: 3em 0 0;
	align-items: flex-start;
}
@media screen and (max-width: 1140px) {
.main-contents {
	justify-content: center;
	padding: 0em 0 5.4em;
	}
}

/*--------------------------------------------------------------------

PCボタンエリア

--------------------------------------------------------------------*/
.entry-area{
	padding:0em 2em;
	position: fixed;
	top: 46%;
	left: calc(50% - 500px); /* 画面中央から左に寄せる調整 */
	transform: translateY(-50%);
	z-index: 100;
	transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
	opacity: 1;
	visibility: visible;
}
.entry-area__ttl{
	font-size:clamp(16px,2vw,25px);
	font-weight:700;
	padding:20px 0 ;
	text-align:center;
}
.entry-area ul{
	display:flex;
	flex-direction:column;
	gap:10px 0;
}

.entry-area ul li,
.entry-btn{
	letter-spacing:1px;
	text-align:center;
	width:420px;
}
.entry-btn{
	width:380px;
	margin: 0 auto;
}
.entry-area ul li a{
	font-size:clamp(16px,2vw,24px);
	font-weight:700;
	background:#fff;
	border:2px solid #0077CC;
	color:#0077CC;
	display:block;
	padding:25px 0px 25px 0;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.entry-btn a{
	font-size:clamp(16px,2vw,23px);
	font-weight:700;
	background:#E81664;
	color:#fff;
	display:block;
	padding:30px 0;
	border-radius:100px;
	margin:50px auto 0 ;
}
.arrow_r_b,
.arrow_r_b_e {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.arrow_r_b:before,
.arrow_r_b_e:before {
  content: '';
  width: 22px;
  height: 22px;
  background: #0077CC;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
}
.arrow_r_b_e:before{
	background:#fff;
}
.arrow_r_b:after,
.arrow_r_b_e:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  /* 45deg（右向き）から 135deg（下向き）に変更 */
  transform: rotate(135deg); 
  position: absolute;
  /* 中央に見えるよう配置を微調整 */
  top: -3px; 
  right: 20px;
  bottom: 0;
  margin: auto;
}
.arrow_r_b_e:after {
  border-top: solid 2px #E81664;
  border-right: solid 2px #E81664;
}
/*--------------------------------------------------------------------

コンテンツのメイン

--------------------------------------------------------------------*/
.contents-area {
	background: #fff;
	min-height: 100%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	width: 470px;
	border-radius:20px;
}
@media screen and (max-width: 1140px) {
.contents-area {
	width: 450px;
	}
}
@media screen and (max-width: 768px) {
.contents-area {
	width: 100%;
	border-radius:0px;
	}
}
@media screen and (max-width: 1140px) {
.entry-area {
	opacity: 0;
	visibility: hidden;
	}
}
/* --- ここから中身 --- */
.inner{
	background: linear-gradient(180deg, #e4f4ff 0%, #ffecfb 85%, #F4F5FD 100%);
	position:relative;
	margin:70px 0 0;
	padding:0 0 2em;
}

/* --- 一般カードは初年度年会費無料+アンカーボタン --- */
.anchor__label{
  left: 0;
  top: -16px;
  position: absolute;
  text-align: center;
  width: 100%;
}
h2.anchor__h2 {
  text-align:center;
	font-size:clamp(20px,2vw,25px);
  line-height: 1.4;
  padding:50px 0 16px;
}
.anchor__inner{
	padding:0 15px;
	position:relative;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.nav-list li {
  width: calc(50% - 6px);
}

.nav-list a {
  display: flex;
  align-items: center;
  justify-content: center; /* ――― ①全体を中央寄せにする ――― */
  position: relative;      /* ――― ②アイコンの基準点にする ――― */
  height: 80px;
  padding: 10px 20px 10px 0px;      /* 左右にアイコン分の余白を確保 */
  background: #fff;
  border: 2px solid #007bc2;
  border-radius: 12px;
  color: #007bc2;
  text-decoration: none;
  font-weight: bold;
	font-size:clamp(16px,2vw,21px);
  line-height: 1.3;
  text-align: center;      /* ――― ③テキストを中央揃えにする ――― */
  box-sizing: border-box;
}

/* テキストを囲むspan */
.nav-list a span {
  display: inline-block;
  word-break: break-all;   /* 必要に応じて改行を許可 */
}

/* アイコンを右端に固定 */
.nav-list a::after {
  content: '';
  position: absolute;      /* ――― ④絶対配置で右端へ ――― */
  right: 6px;
  top: 50%;
  transform: translateY(-50%); /* ――― 垂直中央揃え ――― */
  width: 20px;
  height: 20px;
  background-color: #007bc2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border-radius: 50%;
}

/*--------------------------------------------------------------------

豊富なデザイン

--------------------------------------------------------------------*/
.design_body{
	background: linear-gradient(180deg, #F4F5FD 5%, #F0F9FF 95%, #F7EEF0 100%);
	padding:2em 0;
}
.design_inner{
	width:90%;
	margin: 0 auto;
}
.design__h2,
.benefit__h2,
.campaign__h2,
.payment__h2,
.point__h2,
.other__h2,
.precaution__h2{
	text-align:center;
	position:relative;
	padding:30px 0 0;
}


.design__h2 img {
  width: 100%;
  max-width: 300px; 
}
.campaign__h2 img {
  width: 100%;
  max-width: 240px;
}
.benefit__h2 img {
  width: 100%;
  max-width: 300px;
}
.payment__h2 img {
  width: 100%;
  max-width: 300px;
}
.point__h2 img {
  width: 100%;
  max-width: 330px;
}
.other__h2 img {
  width: 100%;
  max-width: 230px;
}
.precaution__h2 img{
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 768px) {
.design__h2 img {
  width: 100%;
  max-width: 230px; 
}
.campaign__h2 img {
  width: 100%;
  max-width: 200px;
}
.benefit__h2 img {
  width: 100%;
  max-width: 230px;
}
.payment__h2 img {
  width: 100%;
  max-width: 230px;
}
.point__h2 img {
  width: 100%;
  max-width: 230px;
}
.other__h2 img {
  width: 100%;
  max-width: 190px;
}
.precaution__h2 img{
  width: 100%;
  max-width: 190px;
	}
}



h3.design__h3--decorated{
  margin:40px 0 16px;
  text-align:center;
  line-height:1.4;
	font-size:clamp(19px,2vw,25px);
}

h3.design__h3--decorated::after{
  content: "";
  background: url(../images/bg_h3bottom.svg) no-repeat center center;
  display: block;
  height: 9px;
  margin-top: 8px;
  position: relative;
  width: 100%;
}
.design__txt {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.6;
	font-size:clamp(14px,2vw,17px);
}
.bubble {
  position: relative;
  background-color: #0077cc;
  color: white;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 600;
	font-size:clamp(17px,2vw,20px);
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 32px;
  display: flex;
  justify-content: center;
  width:min(70%, 320px);
  letter-spacing:-1px;
}
.bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #0077cc transparent transparent transparent;
}
h3.design__h3--l{
  color: #0077cc;
 	font-size:clamp(25px,2vw,30px);
  margin-bottom: 20px;
  text-align:center;

}
/*--------------------------------------------------------------------

期間限定デザイン

--------------------------------------------------------------------*/
.select__card-inner{
	display:flex;
	gap:0 10px;
	width:100%;
	margin: 0 auto;
	justify-content:center;
}

.design__label{
	color:#fff;
	text-align:center;
	margin:0 auto 16px;
	font-weight:500;
	font-size:clamp(14px,2vw,17px);
	padding:11px ;
	width:150px;
	border-radius:5px;
}
@media screen and (max-width: 768px) {
.design__label{
	padding:7px ;
	width:120px;
	}
}


.normal_gradation{background: linear-gradient(90deg, rgba(62, 167, 253, 1) 0%, rgba(116, 82, 229, 1) 100%);}
.gold_gradation{background: linear-gradient(90deg,rgba(253, 166, 76, 1) 0%, rgba(232, 106, 53, 1) 100%);}

.design__item {
    /* 子要素に幅を持たせる（ここがポイント！） */
    width: 30%; /* 2つ並べるなら 30~45% 程度に調整 */
}

.card__design_inner{
	background:#fff;
	width: 100%;
	margin: 0 auto;
	border-radius:8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	cursor: pointer;
	position:relative;
}
.design__card-ttl{
	font-weight:500;
	font-size:clamp(10px,2vw,13px);
	text-align:center;
	line-height:1.3;
	margin: 13px auto 5px;
}
.design__card-period{
	font-weight:500;
	font-size:clamp(10px,2vw,13px);
	text-align:center;
	line-height:1.3;
	color:#E81A78;
}
.design__card-txt{
	text-align:center;
	margin: 13px auto 6px;
	font-weight:500;
	font-size:clamp(13px,2vw,16px);
	color:#0077CC;
	text-decoration:underline;
}

/* --- モーダルウィンドウ --- */
/* 背景固定用のクラス */
body.is-modal-open {
  overflow: hidden;
}

body.is-modal-open #sp-fixed-btn,
body.is-modal-open #page-top {
  display: none !important;
}

@media screen and (min-width: 768px) {
  #sp-fixed-btn {
    display: none; /* PCでは常に隠す */
  }
}
.modal-trigger {
  display: block;      /* 全面に広げるためにブロック化 */
  width: 100%;         /* 親の幅いっぱいに */
  height: 100%;        /* 親の高さいっぱいに */
  text-decoration: none; /* 下線を消す */
  color: inherit;      /* テキスト色を継承 */
  cursor: pointer;     /* カーソルをポインターに */
  
  /* 余白や配置の調整 */
  padding: 10px 7px;       /* 枠内の余白をここで確保 */
  box-sizing: border-box;
}

/* ホバー時の効果（任意） */
.modal-trigger:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* 画像がはみ出さないように */
.modal-trigger img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(188, 199, 215, 0.6);
  backdrop-filter: blur(8px); /* ぼかし強度 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  
  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 表示時 */
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-window {
  background: #fff;
  width: 90%;
  max-width: 650px;
  border-radius: 15px;
  position: relative;
  padding: 40px 0px 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  /* ふわっと下から浮かせる */
  transform: translateY(30px);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
.modal-window {
	padding: 20px 0px 0px;
	}
}

.modal-content{
	width:min(100%,650px);
	margin: 0 auto;
}


.modal-overlay.is-active .modal-window {
  transform: translateY(0);
}

/* 閉じるボタン（青い円形） */
.close-button {
  position: absolute;
  top: -45px;
  right: 0px;
  width: 35px;
  height: 35px;
  background-color: #fff; /* JCB系の青 */
  border: 2px solid #1e88e5;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}




.close-button span {
  position: relative;
  display: block;
  width: 19px;
  height: 2px;
  margin: 0 auto;
}

.close-button span::before,
.close-button span::after {
  content: "";
  position: absolute;
  right:0px;
  width: 100%;
  height: 100%;
  background: #1e88e5;
}
.close-button span::before { transform: rotate(45deg); }
.close-button span::after { transform: rotate(-45deg); }

p.modal__card-ttl {
  font-size:clamp(16px,2vw,20px);
  font-weight: 600;
  margin-bottom: 8px;
  text-align:center;
  line-height:1.4;
}
.modal__card-img {
  margin: 0 auto 15px;
  width: 330px;
}
@media screen and (max-width: 768px) {
.modal__card-img {
  margin: 0 auto 15px;
  width: 70%;
	}
}


p.modal__card-period {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
  color:#E81664;
  text-align:center;
}
.modal__card-lead {
  margin-top: 24px;
  font-weight: 600;
  text-align:center;
  letter-spacing:.5px;
  line-height:1.4;
	font-size:clamp(16px,2vw,18px);
}
.modal_entry_btn{
	margin:10px 0 16px;
}
@media screen and (max-width: 768px) {
.modal_entry_btn{
	margin:10px auto 16px;

	}
}
/* ボタン全体のスタイル */
.btn-instant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 330px; /* 必要に応じて調整 */
  padding: 23px 20px;
  background: linear-gradient(135deg, #e91e63 0%, #d81b60 100%); /* 鮮やかなピンク */
  color: #fff;
  
  text-decoration: none;
  border-radius: 50px; /* 完全な丸み */
  box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3); /* 柔らかな影 */
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.btn-instant {
  max-width: 90%; /* 必要に応じて調整 */
  padding: 18px 20px;
	}
}


/* ホバー時の演出（少し浮き上がり、色が明るくなる） */
.btn-instant:hover {
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
  filter: brightness(1.1);
}

/* テキスト部分 */
.btn-text {
  flex-grow: 1;
  text-align: center;
  font-size:clamp(16px,2vw,20px);
  margin-left:10px;
}

/* 右側の丸いアイコン部分 */
.btn-icon {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

/* 矢印（CSSで描画） */
.btn-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #e91e63;
  border-right: 2px solid #e91e63;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__note{
  margin: 24px auto;
  width:90%;
}
.modal__note li{
	font-size:clamp(13px,2vw,14px);
	line-height:1.5;
	padding-left:1em;
	text-indent:-1em;
}
.modal__note li:before{
	content:"※";
}
.flowstyle{
	overflow-y: auto;
	max-height: 73vh; 
  height: auto;
	}
@media screen and (max-width: 768px) {
.flowstyle{
	max-height: 68vh; 

	}
.modal__note{
  margin: 24px auto;
  width:90%;
	}
}


/*--------------------------------------------------------------------

通常入会

--------------------------------------------------------------------*/
.normal__design{
	border-top:1px dashed #ccc;
	width:100%;
	margin: 50px auto 0;
	padding:30px 0 15px;
}
.select__card-inner_normal{
	display: flex;
  flex-wrap: wrap;
  /* 10pxはカード同士の横の隙間 */
  gap: 10px 10px; 
  width: 100%;
  margin: 0 auto;
  /* これで「3-3-2」の「2」が自動的に中央へ行きます */
  justify-content: center;
}
.select__card-inner_normal .card__design_inner {
/* 3枚並びの時の計算：(100% - 隙間2つ分) / 3 */
  width: calc((100% - 20px) / 3); 
  /* カードが広がりすぎないように最大幅を固定するのがコツです */
  max-width: 250px; 
  box-sizing: border-box;
}

.select__card-inner_normal_last{
	display: flex;
  flex-wrap: wrap;
  /* 10pxはカード同士の横の隙間 */
  gap: 0px 0px; 
  width: 70%;
  margin: 10px auto;
  justify-content: center;
}
.select__card-inner_normal_last .card__design_inner {
/* 3枚並びの時の計算：(100% - 隙間2つ分) / 3 */
  width: calc((100% - 20px) / 2); 
  /* カードが広がりすぎないように最大幅を固定するのがコツです */
  box-sizing: border-box;
}
.normal-ttl{
	display: flex;
  justify-content: center; /* 文字を左右中央に配置 */
  min-height: 3em; 
  text-align: center;
}
.toystory{
 min-height: 3.9em; 
}
/*--------------------------------------------------------------------

入会後も自由にデザイン変更OK

--------------------------------------------------------------------*/
.design_change{
	border-top:1px dashed #ccc;
	width:100%;
	margin: 0px auto;
	padding:10px 0 0;


	}
h3.design__h3--change{
  margin:20px 0 16px;
  text-align:center;
  line-height:1.4;
font-size:clamp(22px,2vw,25px);
}
h3.design__h3--change::after{
  content: "";
  background: url(../images/bg_h3bottom.svg) no-repeat center center;
  display: block;
  height: 9px;
  margin-top: 8px;
  position: relative;
  width: 100%;
}
/*--------------------------------------------------------------------

おトクなキャンペーン

--------------------------------------------------------------------*/
.campaign_body {
    background-image: 
        url("../images/bg_campaign.png"), 
        linear-gradient(0deg, #c8e6fd 12%, #ebeddb 29%, #f6efcf 49%, #fcebdc 73%, #f6f0f3);
    
    /* 背景画像の見え方を調整（必要に応じて変更してください） */
    background-repeat: no-repeat; /* 縦方向に繰り返す */
    background-position: center top; /* 中央上から配置 */
    background-size: contain; /* 横幅いっぱいに収める（または 100% auto など） */
    padding:0 0 40px;
}
.campaign_inner{
	width:93%;
	margin: 30px auto 0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px 0;
}
.campaign_inner .campaign_inner_detail{
	background:#fff;
	border-radius:8px;
	padding:25px 20px;
	box-sizing border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	width:100%;
}
.campaign_inner_detail .campaign__rowContainer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 5px;
	background: #fff;
}
.campaign__label{
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 1.5rem;
	padding: 7px;
	border-radius: 5px;
	width: 130px;
	flex-shrink: 0;
	margin: 0;
	font-weight:700;

}
@media screen and (max-width: 768px) {
.campaign__label{
	width: 110px;
	font-size: 1.3rem;
	padding: 7px;
	}
}
.campaign__frame-num{
	flex:1;
}


.campaign__frame-ttl {
font-size:clamp(17px,2vw,21px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
  text-align: center;
  margin:0 0 10px;
  
}
.campaign__frame-ttl--l {
  background: linear-gradient(90deg, #3aadff 0%, #764ee4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.4;
  text-align: center;
}
.campaign__frame-ttl--l img{
	width:100%;
}
.campaign__frame-ttl--l02 img{
	width:80%;
}


.campaign__frame-txt {
  font-weight: 600;
  text-align: center;
  font-size:clamp(14px,2vw,17px);
  border-top:2px dotted #ccc;
  padding:15px 0 5px;
  margin:16px 0 0;
  line-height:1.5;
  letter-spacing:-.5px;
}
.campaign__frame-img {
  margin-top: 16px;
}

.nav-list_cp {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  list-style: none;
  margin:20px auto 0;
  width:90%;
}
.nav-list_cp li {
  width: 100%;
}
.nav-list_cp a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 7px 0;
  background: #fff;
  border: 2px solid #007bc2;
  border-radius: 100px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size:clamp(16px,2vw,20px);
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

/* テキストを囲むspan */
.nav-list_cp a span {
  display: inline-block;
  word-break: break-all;
}

/* アイコンを右端に固定 */
.nav-list_cp a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #007bc2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  border-radius: 50%;
}
/*--------------------------------------------------------------------

会員限定

--------------------------------------------------------------------*/
.member_body{
	background: linear-gradient(#c9e7fc, #f0f9ff 12% 100%);
	padding:0 0 40px;
}
.member_inner{
	width:93%;
	padding:20px 15px;
	margin: 10px auto ;
	background:#fff;
	border-radius:8px;
}
.menber__label{
	color:#fff;
	text-align:center;
	margin:0 auto 16px;
	font-weight:500;
	  font-size:clamp(15px,2vw,18px);
	padding:7px ;
	width:200px;
	border-radius:5px;
}

.benefit__h3{
  margin:20px 0 16px;
  text-align:center;
  line-height:1.4;
  font-size:clamp(22px,2vw,25px);
}
.benefit__h3_last{
  margin:40px 0 0px;
  text-align:center;
  line-height:1.4;
  font-size:clamp(22px,2vw,25px);
}

section.benefit .benefit__img {
  margin: 16px 0;
}
.benefit__img figcaption {
  margin-top: 8px;
  text-align: right;
  font-size:1.1rem;
}
.benefit__txt{
	margin:16px 0 12px;
  font-size:1.4rem;
}
.benefit__list,
.benefit__note{
  font-size:clamp(13px,2vw,15px);
  letter-spacing:.5px;
  width:95%;
  margin: 0 auto;

}
.benefit__list li,
.benefit__note li{
	text-indent:-1em;
	padding-left:1em;
	line-height:1.4;
	margin: 0 0 8px;
}

.benefit__list li:before{
	content:"・";
}
.benefit__note li:before{
	content:"※";
}

/* 外側のコンテナ（幅調整用） */
.gift-container {
	width:95%;
	margin: 40px auto 20px;
	position: relative;
}

.gift-slider .slick-track {
    display: flex !important; 
    align-items: stretch;
}
.gift-slider .slick-slide {
    height: auto;
    display: flex !important; 
}
.gift-slider li.main{
	padding:20px 10px;
	border-radius:8px;
	background:#fff;
	display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 5px;
    box-sizing: border-box;
}
.splide__slide-txt, .benefit__note {
    flex-grow: 1; /* これを入れると、短い文章のスライドでも余白を埋めてくれるで */
}

/* ついでにドットの位置も微調整（カードが伸びた分、下に被らんように） */
.gift-container .slick-dots {
    bottom: -35px;
}

.gift-slider img {
	width: 100%;
	height: auto;
	display: block;
	image-rendering: -webkit-optimize-contrast; 
	transform: translateZ(0);
	box-sizing: border-box;
	padding: 0 2px; /* 左右にほんの少し遊びを持たせる */
	margin: 0 auto;
}

/* 矢印ボタン本体（丸枠）の設定 */
.gift-container .slick-prev,
.gift-container .slick-next {
    display: block !important;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    top: 40%;
    transform: translateY(-50%); /* 縦方向の中央寄せ */
    border: 2px solid #0076ce;
    cursor: pointer;
    /* transitionを入れると、ホバー時に少し動かしたりもできるで */
}

/* 矢印ボタンの中の「くの字」共通設定 */
.gift-container .slick-prev::before,
.gift-container .slick-next::before {
    content: '';
    position: absolute;
    top: 50%; /* 親（丸枠）の半分まで下げる */
    width: 10px;
    height: 10px;
    border-top: 2px solid #0076ce;
    border-right: 2px solid #0076ce;
    display: block;
    /* ここで「上下の中央寄せ」と「向きの回転」を同時にやるで！ */
}

/* 戻る矢印（左）の微調整 */
.gift-container .slick-prev::before {
    left: 55%; /* 真ん中よりちょっと右に置くことで、回転した時にセンターに見える */
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* 次へ矢印（右）の微調整 */
.gift-container .slick-next::before {
    left: 45%; /* 真ん中よりちょっと左に置くことで、回転した時にセンターに見える */
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 以前の ::after 設定が残ってたら完全に消してな */
.gift-container .slick-prev::after,
.gift-container .slick-next::after {
    display: none; 
}

/* ボタン自体の表示位置（画像の外側に出す場合） */
.gift-container .slick-prev { left: -5px; }
.gift-container .slick-next { right: -5px; }


/* 最初のコマ・最後のコマで矢印を消す（ループオフ用） */
.gift-container .slick-disabled {
    display: block !important; 
    opacity: 1;              
    cursor: default;           
    pointer-events: none;      
}

/* ドットの色指定（既存の共通設定を一部利用） */
.gift-container .slick-dots .slick-active button {
    background: #5dade2; /* アクティブ時の色 */
}
.splide__slide-ttl {
  font-size:clamp(19px,2vw,20px);
  font-weight: 600;
  line-height: 1.6;
  margin: 16px 0 10px;
  text-align: center;
  letter-spacing:.5px;
}
.splide__slide-txt {
  margin: 12px auto 0;
  line-height: 1.6;
  width:95%;
  font-size:clamp(16px,2vw,18px);
}
/*--------------------------------------------------------------------

スマートでカワイイ決済

--------------------------------------------------------------------*/
.smart_body{
	background: linear-gradient(#f0f9ff, #fff 5% 100%);
}
.smart_inner{
	width:93%;
	padding:20px 15px;
	margin: 10px auto ;
	background:#fff;
	border-radius:8px;
	border:1px solid #ddd;
}
.payment__h3{
  margin:0px 0 16px;
  text-align:center;
  line-height:1.4;
font-size:clamp(21px,2vw,24px);
}
.payment__txt {
  font-size:clamp(18px,2vw,21px);
  font-weight: 600;
  margin: 16px 0;
  text-align: center;
  line-height:1.5;
}

.payment__list li{
 font-size:clamp(13px,2vw,16px);
 line-height:1.6;
 margin:5px 0 ;
 text-indent:-1em;
 padding-left:1em;
}
.payment__list li:before{
	content:"・";
}
.payment__list_sansung{
 font-size:clamp(13px,2vw,16px);
 line-height:1.6;
 margin:5px 0 5px 1em;

}

.pay-container{
	margin:0px auto 0;
}
.point-container{
	margin:0px auto -20px;
	width:95%;
}

.pay__frame{
	background:#fff;
	margin: 0 0 -20px;
}

.pay-slider li.main{
	background:#fff;
	border:1px solid #ddd;
}

/* 矢印ボタン本体（丸枠）の設定 */
.pay-slider  .slick-prev,
.pay-slider  .slick-next {
    display: block !important;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    top: 220px;
    transform: translateY(-50%); /* 縦方向の中央寄せ */
    border: 2px solid #0076ce;
    cursor: pointer;
    /* transitionを入れると、ホバー時に少し動かしたりもできるで */
}
.point-slider  .slick-prev,
.point-slider  .slick-next {
    display: block !important;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    top: 200px;
    transform: translateY(-50%); /* 縦方向の中央寄せ */
    border: 2px solid #0076ce;
    cursor: pointer;
    /* transitionを入れると、ホバー時に少し動かしたりもできるで */
}


.cstm-acc-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: sans-serif;
}

.cstm-acc-checkbox {
  display: none;
}

/* 親要素（クリック判定用） */
.cstm-acc-inner-wrapper {
  display: block;
  cursor: pointer;
}

/* チェックボックスは隠す */
.cstm-acc-checkbox {
  display: none;
}

/* --- コンテンツエリア：初期値は 0fr で隠す --- */
.cstm-acc-content-wrapper {
  display: grid;
  grid-template-rows: 0fr; /* ここが重要：最初は高さ0 */
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.4s ease-out, opacity 0.3s ease;
}

/* チェックが入った時だけ 1fr に広げる */
.cstm-acc-checkbox:checked + .cstm-acc-content-wrapper {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-bottom: 15px; /* 開いた時だけボタンとの隙間を作る */
}

/* 内部要素（Gridアニメーション用） */
.cstm-acc-content-inner {
  min-height: 0;
}

/* --- ボタンの切り替え --- */
.cstm-acc-btn-close {
  display: none;
}




/* --- ボタンエリア --- */
.cstm-acc-button-area {
  display: flex;
  justify-content: center;
}

.cstm-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: 45px;
  padding: 5px 5px 5px 20px;
  border: 2px solid #0077CC;
  border-radius: 23px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.cstm-acc-text {
  font-weight: bold;
  font-size: 16px;
}
.close-only{
  padding: 5px 5px 5px 15px;
}

.cstm-acc-icon-plus,
.cstm-acc-icon-minus {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #0077CC;
  border-radius: 50%;
}

.cstm-acc-icon-plus::before, .cstm-acc-icon-plus::after,
.cstm-acc-icon-minus::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.cstm-acc-icon-plus::before { width: 12px; height: 2px; }
.cstm-acc-icon-plus::after  { width: 2px; height: 12px; }
.cstm-acc-icon-minus::before { width: 12px; height: 2px; }

/* ボタン表示切り替え */
.cstm-acc-btn-close { display: none; }
.cstm-acc-checkbox:checked ~ .cstm-acc-button-area .cstm-acc-btn-open { display: none; }
.cstm-acc-checkbox:checked ~ .cstm-acc-button-area .cstm-acc-btn-close { display: flex; }

/*--------------------------------------------------------------------

ためたポイントをおトクに活用

--------------------------------------------------------------------*/
.point_body{
	margin:50px auto 0;
	background:linear-gradient(#ffffff, #f0f9ff 10% 95%, #f5f0f4);
	padding:0 0 60px;
}
.point_detail{
	width:93%;
	border-radius:8px;
	padding:20px 20px;
	margin:0px auto;
	background:#fff;
}

.point__txt--l {
  margin: 16px 10px 25px;
  text-align: center;
  font-size:clamp(16px,2vw,19px);
  font-weight: 600;
  line-height:1.6;
}
h4.point__h4 {
  margin-bottom: 16px;
  text-align: center;
	font-size:clamp(16px,2vw,20px);
}
.point__notice{
	margin:15px auto 0;
	width:90%;
	
}
.point__notice li{
	font-size:clamp(14px,2vw,15px);
	margin:8px 0 0;
	text-indent:-1.1em;
	padding-left:1.1em;
	line-height:1.5;
}
.point__notice li:before{
	content:"※";
	margin-right:3px;
}
.point__txt {
  margin: 52px auto 10px;
  font-size:clamp(16px,2vw,19px);
  width:90%;
}
/*--------------------------------------------------------------------

キャンペーン詳細

--------------------------------------------------------------------*/
.main-campaign_body{
	margin:0px auto;
  background-image: 
        url("../images/bg_campaign.png"), 
        linear-gradient(#f5f0f4, #fbf0cc 50%, #c8e6fd);
    
    /* 背景画像の見え方を調整（必要に応じて変更してください） */
    background-repeat: no-repeat; /* 縦方向に繰り返す */
    background-position: center 1%; /* 中央上から配置 */
    background-size: contain; /* 横幅いっぱいに収める（または 100% auto など） */
    padding: 0 0 60px;
}

.main-campaign_detail{
	width:93%;
	border-radius:8px;
	padding:20px 15px;
	margin:30px auto 0;
	background:#fff;
}
.campaign-detail__title{
	margin: 10px 0 10px;
	font-size:clamp(20px,2vw,23px);
	line-height:1.6;
}
.campaign-detail__img{
	margin: 0 0 20px;
}

h3.campaign-detail__h3 {
  margin:0px auto 24px;
  text-align:center;
}
.campaign-detail__h3 img{
	width:100%;
}
.campaign-img_other img{
	width:80%;
}

.campaign-detail__cont{
	margin-bottom: 12px;
	font-size:clamp(14px,2vw,18px);
}
.campaign-detail__cont dt {
  align-items: center;
  background: #3a4586;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size:clamp(16px,2vw,18px);
  font-weight: 600;
  justify-content: center;
  margin-bottom: 8px;
  padding: 8px;
}
.campaign-detail__cont dd {
  font-size:clamp(14px,2vw,16px);
  line-height: 1.6;
}






.campaign-detail__table {
  border-collapse: separate;
  border-radius: 8px;
  margin: 8px 0 24px;
  width: 100%;
  table-layout: fixed;
}
.campaign-detail__table th,
.campaign-detail__table td {
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
}
.campaign-detail__table th {
  background: #0077CC;
  color: #fff;
  font-size:clamp(12px,2vw,14px);
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 6px;
  vertical-align: middle;
}
.campaign-detail__table th:first-child {
  border-radius: 8px 0 0 0;
  border-right: 1px solid #dadada;
}
.campaign-detail__table th:last-child {
  border-radius: 0 8px 0 0;
  border-left: 1px solid #dadada;
}
.campaign-detail__table td {
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  font-size:clamp(12px,2vw,14px);
  line-height: 1.5;
  padding: 8px 6px;
}
.campaign-detail__table td:last-child {
  border-right: 1px solid #dadada;
}
.campaign-detail__table tbody tr:last-child *:first-child {
  border-radius: 0 0 0 8px;
}
.campaign-detail__table tbody tr:last-child *:last-child {
  border-radius: 0 0 8px 0;
}
.campaign-detail__table--left-header {
  border-collapse: separate;
  border-spacing: 0;
  margin: 8px 0 24px;
  width: 100%;
  table-layout: fixed;
}
.campaign-detail__table--left-header th,
.campaign-detail__table--left-header td {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  width: 33.3333%;
  vertical-align: middle;
  text-align: center;
  font-size:clamp(13px,2vw,13px);
  line-height: 1.5;
  padding: 8px 8px;
}
.campaign-detail__table--left-header th {
  background: #0077CC;
  color: #fff;
  font-weight: 600;
}
.campaign-detail__table--left-header th:last-child,
.campaign-detail__table--left-header td:last-child {
  border-right: 1px solid #dadada;
}
.campaign-detail__table--left-header tr:last-child th,
.campaign-detail__table--left-header tr:last-child td {
  border-bottom: 1px solid #dadada;
}
.campaign-detail__table--left-header tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.campaign-detail__table--left-header tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.campaign-detail__table--left-header tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}
.campaign-detail__table--left-header tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.campaign-detail__table .wid20,
.campaign-detail__table--left-header .wid20 {
  width: 20%;
}
.campaign-detail__table .wid30,
.campaign-detail__table--left-header .wid30 {
  width: 30%;
}
.campaign-detail__table .wid40,
.campaign-detail__table--left-header .wid40 {
  width: 40%;
}
.campaign-detail__table .wid50,
.campaign-detail__table--left-header .wid50 {
  width: 50%;
}
.campaign-detail__table .wid60,
.campaign-detail__table--left-header .wid60 {
  width: 60%;
}

.campaign-table th {
	text-align: left;
}








.campaign-detail__table-title {
  color: #07C;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 8px;
}
.campaign-detail__table-title + .campaign-detail__table,
.campaign-detail__table-title + .campaign-detail__table--left-header {
  margin-top: 4px;
}
.campaign-detail__link{
	color:#0077CC;
	text-decoration:underline;
	font-size:clamp(13px,2vw,15px);
	font-weight:700;
	display: inline-flex;
	align-items: center;
	gap: 3px; /* 文字とアイコンの間隔 */
}
.campaign-detail__link:hover{
	opacity:1;
	
	
	text-decoration:none;

}

.campaign-detail__link::after {
content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #0077CC;
  border-radius: 50%;
  flex-shrink: 0;
  
  /* 矢印の形を作る（擬似要素の中にさらに形を描くイメージ） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.point__note{
	margin:15px 0;
}
.point__note li{
	font-size:clamp(13px,2vw,14px);
	margin:5px 0 ;
	text-indent:-1.2em;
	padding-left:1.2em;
	line-height:1.4;
}
.point__note li:before{
	content:"※";
	margin-right:3px;
}


.onice__note{
	margin:15px 0;
}
.onice__note li{
	font-size:clamp(10px,2vw,13px);
	line-height:1.4;
}

/*--------------------------------------------------------------------

その他のキャンペーン

--------------------------------------------------------------------*/
.anothercp_body{
	margin:0px auto;
	background:linear-gradient(#c8e6fd, #F0F9FF 22%);
	padding:0 0 60px;
}

.other-campaign__banner{
	margin:30px auto 15px;
	width:93%;
}

.other-campaign__date{
	text-align:center;
}
.other-campaign__date p{
	font-size:clamp(15px,2vw,18px);
	font-weight:700;
	margin:8px 0;
}
.other-campaign__detail{
	text-align:center;
}

.other-campaign__detail a{
	color:#0077CC;
	text-decoration:underline;
	font-size:clamp(15px,2vw,18px);
	font-weight:700;
}



/*--------------------------------------------------------------------

お申し込みの流れ

--------------------------------------------------------------------*/
.flow_body{
	margin:0px auto;
	background:linear-gradient(#F0F9FF 93%, #f4f4f4);
	padding:0 0 60px;
}
/* 全体のコンテナ */
.jcb-entry-container {
	margin: 30px auto;
	overflow: hidden;
	color: #333;
	width:93%;
	background:#fff;
	border-radius:12px;
}

/* タブ部分 */
.jcb-entry-tabs {
  display: flex;
  background-color: transparent; /* 背景なし */
  gap: 0; /* 隙間欲しかったらここを 2px とかにしてみて */
}

/* タブ単体の基本スタイル（非選択時） */
.jcb-entry-tab {
  flex: 1;
  text-align: center;
  padding: 16px 5px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s;
  line-height:1.6;
  font-size:clamp(18px,2vw,23px);
  /* 個別感を出すために枠線をつける */
  background-color: #0076B3; /* 閉じとる時は青 */
  color: #fff;              /* 閉じとる時は白文字 */
  border-radius:12px  12px 0 0;
}

/* 【重要】開いてる時（アクティブ）のスタイル */
.jcb-entry-tab-active {
  background-color: #fff;    /* 開いとる時は白背景 */
  color: #0076B3;           /* 文字は青 */
  border-bottom: none;       /* 下の線を消してコンテンツと繋がってる風にする */
  font-weight: bold;
}


.jcb-entry-tab-sub {
  font-size:clamp(14px,2vw,18px);
  font-weight: bold;
}

.jcb-entry-tab-main {
  font-weight: bold;
}

/* コンテンツ内部 */
.jcb-entry-content {
  padding: 20px;
}

.jcb-entry-title {
  font-size:clamp(20px,2vw,26px);
  color: #333;
  margin: 10px 0 5px 0;
  text-align:center;
}

.jcb-entry-subtitle {
  font-size:clamp(14px,2vw,18px);
  margin: 15px 0 0px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  text-align:center;
}

/* ステップ構造 */
.jcb-entry-steps {
  margin-top: 20px;
}

.jcb-entry-step-item {
  display: flex;
  gap: 15px;
}

/* 左側：STEPラベルと縦線 */
.jcb-entry-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
}

.jcb-entry-step-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0076B3;
  line-height: 1;
}

.jcb-entry-step-text {
  font-size: 11px;
  font-weight: bold;
}

.jcb-entry-step-num {
  font-weight: bold;
}

/* 可変する縦線 */
.jcb-entry-step-left::after {
  content: "";
  flex-grow: 1;
  width: 1px;
  background-color: #0076B3;
  margin: 5px 0 10px;
  min-height: 30px; /* 線が短くなりすぎないよう調整 */
}

/* 最後のステップは線を消す */
.jcb-entry-step-item:last-child .jcb-entry-step-left::after {
  display: none;
}

/* 右側：テキスト内容 */
.jcb-entry-step-right {
  padding-bottom: 30px; /* ステップ間の余白 */
  flex: 1;
}

.jcb-entry-step-title {
  font-size:clamp(18px,2vw,20px);
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height:1.6;
}

.jcb-entry-step-desc {
  font-size:clamp(14px,2vw,18px);
  line-height: 1.5;
  margin: 0;
}

/* 注意事項 */
.jcb-entry-notes {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

.jcb-entry-notes-title {
  font-size:clamp(14px,2vw,18px);
  font-weight: bold;
  margin: 10px 0 15px 0;
}

.jcb-entry-notes-list {
  margin: 0;
}

.jcb-entry-notes-list li {
  margin: 8px 0;
  font-size:clamp(13px,2vw,15px);
  line-height:1.5;
  text-indent:-1.3em;
  padding-left:1.3em;
}
.jcb-entry-notes-list li:before {
	content:"※";
	margin-right:5px;

}

/* コンテンツの非表示用クラス */
.jcb-hidden {
  display: none !important;
}

.flow__frame{
	padding:20px 15px 20px;
	width:93%;
	margin:0 auto;
	background:#fff;
	border-radius:8px;
}
.flow__h4{
	text-align:center;
	font-size:clamp(15px,2vw,19px);
}
.flow__rowContainer{
	display:flex;
	align-items: center;  /* 上下中央揃え */
	justify-content: space-between; /* 両端に寄せるか、均等にする */
	gap:0 10px;
	padding:10px 0 20px;
	border-bottom:1px dashed #ddd;
	margin:0 0 15px;

}
/* 画像側（左側） */
.flow__img {
  flex: 1;              /* 幅を均等に分ける */
  margin: 0;            /* figureのデフォルト余白を消す */
  text-align: center;
}

.flow__img img {
  max-width: 100%;      /* はみ出さんように */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* テキスト側（右側） */
.flow__desc {
  flex: 1;              /* 画像と同じ比率で幅を持たせる */
  text-align: left;     /* テキストは左揃え（中央が良ければcenterに） */
  font-size:clamp(14px,2vw,17px);
}

.flow__txt {
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333;
}

.flow__txt:last-child {
  margin-bottom: 0;
}

.flow__notice,
.flow__notice_main{
	font-size:clamp(13px,2vw,15px);
	line-height:1.6;
}
.flow__notice li,
.flow__notice_main li{
	line-height:1.5;
	text-indent:-1.2em;
	padding-left:1.2em;
	margin:5px 0 0;
}
.flow__notice li:first-child{
	color:#EB1A64;
}
.flow__notice_main{
	width:90%;
	margin: 30px auto 0;
}

.flow__notice li:before,
.flow__notice_main li:before{
	content:"※";
	margin-right:3px;
}
/*--------------------------------------------------------------------

ヘッダー

--------------------------------------------------------------------*/
.header-logo{
	padding:.3em .5em .3em;
	width:90px;
}



/*--------------------------------------------------------------------

カードの基本情報

--------------------------------------------------------------------*/
.card-status-body{
	background:#F4F4F4;
	padding:0 0 30px;
}
.card-face {
  width: 100%;

  aspect-ratio: 1 / 0.63; 
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto; 
}

/* figureの中にあるimg要素のスタイル */
.card-face img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}



.info__frame{
	width:93%;
	margin: 40px auto 40px;
	background:#fff;
	border-radius:8px;
	padding:20px 0px 0;
}
.info_table{
	background:#fff;
	width:95%;
	margin: 0 auto;
}

.info_card {
	width:50%;
}

.info_table tr{
	border-bottom:1px dashed #ddd;
	width:50%;
}

.border-notype tr:last-child{
	border-bottom: none;
}

.info_table .standard{
	border-right:1px solid #ddd;
}
.left-border{
	border-right:1px solid #ddd;
}

.info_table .standard,
.info_table .gold{
	padding:10px ;
}
.detail_inner{
	padding: 20px 10px 15px;
}
.normal-card_detail-title,
.gold-card_detail-title{
	font-size:clamp(15px,2vw,20px);
	font-weight:500;
	margin:8px 0 16px;
}
.detail-title_black{
	font-size:clamp(14px,2vw,20px);
	font-weight:500;
	margin:0 0 10px;
}
.normal-card_detail-title .blocks,
.gold-card_detail-title .blocks{
font-size:clamp(11px,2vw,13px);
	font-weight:500;
	display:block;
	margin:4px 0 0;
}
.normal-card_detail-title .inlines,
.gold-card_detail-title .inlines{
font-size:clamp(11px,2vw,13px);
	font-weight:500;
	margin:4px 0 0;
}


.normal-card_detail-title{color:#587DF2;}
.gold-card_detail-title{color:rgba(232, 106, 53, 1);}

.info-list{
	font-size:clamp(14px,2vw,15px);
	margin:0 0 10px;
}
.info-list dt{
	
	margin:16px 0 5px;
	font-weight:500;
}
.info-list dd{
	line-height:1.4;
}
.height_list{
	height:70px;
}
.height_list_middle{
	height:50px;
}
.info_red_text{
	display:block;
	color:#E81664;
	font-weight:500;	
}
.info_span_block{
	display:block;
}
.info_table_notice{
	font-size:clamp(13px,2vw,14px);
	margin:8px 0;
}
.info_table_notice li{
	text-indent:-1.1em;
	padding-left:1.1em;
	line-height:1.4;	
}
.info_table_notice li:before{
	content:"※";
	margin-right:2px;
}

.info_table_notice_myj{
	font-size:1.2rem;
	margin:2px 0 0;
}
.info_table_notice_myj li{
	text-indent:-1.1em;
	padding-left:1.1em;
	line-height:1.4;	
}
.info_table_notice_myj li:before{
	content:"・";
	margin-right:2px;
}
/* リスト全体の初期設定 */
  ol.special-notes {
    list-style-type: none; /* デフォルトの数字を消す */
    padding-left: 0;
    counter-reset: my-counter; /* 数字のカウントをリセット */
  }

  /* すべてのリスト項目に「※」をつける設定 */
  ol.special-notes li {
    position: relative;
    padding-left: 2em; /* 左側の余白（※1 の幅分） */
    margin-bottom: 5px;
    line-height: 1.5;
	font-size:clamp(13px,2vw,15px);
  }

  /* 最初の4つだけに「※1〜※4」を表示 */
  ol.special-notes li:nth-child(-n+4)::before {
    counter-increment: my-counter; /* カウントを進める */
    content: "※" counter(my-counter); /* 「※1」の形式にする */
    position: absolute;
    left: 0;
  }

  /* 5番目以降は「※」だけを表示 */
  ol.special-notes li:nth-child(n+5)::before {
    content: "※";
    position: absolute;
    left: 0px;

  }

.label {
	color:#fff;
	text-align:center;
	margin:0 auto 16px;
	font-weight:500;
	font-size: 1.4rem;
	padding:7px ;
	border-radius:5px;
}
.btn-design {
 /* レイアウト設定 */
 display: flex;
 align-items: center;
 justify-content: center;
 text-align:center;
 margin: 16px auto 10px;
 gap: 8px; /* テキストとアイコンの間隔 */
 
 /* 見た目の装飾 */
 background-color: #ffffff;
 border: 2px solid #0077CC; /* 画像に合わせた細めの青枠 */
 border-radius: 50px;       /* 完全に丸い角 */
 padding: 6px 5px 6px 16px; /* 右側にアイコンがあるので左の余白を多めに */
 
 /* テキスト設定 */
 color: #333;
 font-size:clamp(12px,2vw,16px);
 line-height:1.2;
 font-weight: bold;
 text-decoration: none;
 cursor: pointer;
 transition: all 0.2s ease;
 box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        /* ホバー時の演出（お好みで） */
        .btn-design:hover {
 opacity:.7;
 border-color: #005fa3;
        }

        /* SVGのサイズ微調整 */
.btnLink-icon svg {
 display: block;
 width: 30px;
 height: 30px;
        }
@media screen and (max-width: 768px) {
.btnLink-icon svg {
 width: 24px;
 height: 24px;
        	}
}

.c-custom-accordion-container {
	max-width: 100%;
	margin: 20px auto;
	text-align:center;
}

/* アコーディオンの中身（接頭辞付与） */
.c-custom-accordion-panel {
	display: none;
	margin-bottom: 12px;
	text-align:left;

}
/* ボタン本体（接頭辞付与） */
.c-custom-accordion-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 120px; /* 固定幅 */
	height: 40px;
	padding: 0 4px 0 22px;
	background-color: #fff;
	border: 2px solid #0070c0;
	border-radius: 23px;
	cursor: pointer;
	outline: none;
	margin:0px 0  20px;
	transition: all 0.2s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	box-sizing: border-box; /* paddingを含めたサイズ固定 */
}
.c-custom-accordion-trigger:hover {
	opacity:.7;
}

/* ボタン内のテキストラベル */
.c-custom-accordion-label {
	font-weight: 700;
	color: #444;
	flex-grow: 1;
	font-size: 16px;
	text-align: center;

}

/* 右側の丸いアイコン */
	.c-custom-accordion-icon-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background-color: #0070c0;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 500;
	flex-shrink: 0; /* アイコンが潰れないように固定 */
}

.c-card-slider-wrapper {
	max-width: 450px;
	margin: 0px auto 0px;
	text-align: center;
}
@media screen and (max-width: 768px) {
.c-card-slider-wrapper {
	margin: 0px auto 20px;
	}
}


.c-card-slider-title {
	font-weight: 700;
	font-size:clamp(17px,2vw,24px);
	margin:20px 0 20px;
}

/* スライダー本体 */
.c-card-slider-main {
	position: relative;
}

.c-card-slider-item img {
	width: 80%;
	margin: 0 auto 10px;

	display: block;
}

/* 矢印（カスタム）のサイズ調整 */
.c-custom-slider-arrow {
    position: absolute;
    top: 130px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    border: none;
    background: none;
    outline: none;
    padding: 10px; /* クリックエリアを広げる */
}

/* SVGそのもののサイズを24pxから36pxくらいにアップ */
.c-custom-slider-arrow svg {
    width: 36px;
    height: 36px;
}

/* 矢印の色味と太さ*/
.c-custom-slider-arrow svg path {
    stroke: #0077CC;
    stroke-width: 1.5; /* 線の太さを調整 */
}

.c-custom-slider-prev { left: -30px; } 
.c-custom-slider-next { right: -30px; }

        /* ドット（ページネーション） */
        .slick-dots {
            display: flex;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 20px 0 0;
        }
        .slick-dots li {
            margin: 0 5px;
        }
        .slick-dots button {
            font-size: 0;
            width: 10px;
            height: 10px;
            padding: 0;
            border: none;
            border-radius: 50%;
            background-color: #D9D9D9; /* 未選択のグレー */
            cursor: pointer;
        }
        .slick-dots .slick-active button {
            background-color: #5BA9D7; /* 選択中のブルー */
        }

        /* 下部のラベルデザイン */
        .c-card-slider-badge {
            display: inline-block;
            background: linear-gradient(90deg, #4da3ff, #8266ff);
            color: #fff;
            padding: 4px 25px;
            border-radius: 5px;
            font-weight: bold;
            margin: 15px 0 10px;
        }
        .c-card-slider-subtext {
            color: #0077CC;
            font-weight: bold;
            display: block;
            margin: 8px 0 0;
            font-size:clamp(16px,2vw,18px);
        }
.c-card-slider-cardname {
	font-weight: 700;
	font-size:clamp(16px,2vw,20px);
	color: #333;
	margin:5px 0 0;
        }

/*--------------------------------------------------------------------

キャンペーンの注意事項

--------------------------------------------------------------------*/
h3.precaution__h3 {
  color: #0077cc;
  font-size:clamp(22px,2vw,28px);
  margin: 40px 0 20px;
  text-align:center;
  line-height: 1.4;
}
h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;

}

h4.precaution__h4 {
  font-size:clamp(15px,2vw,16px);
  margin:0px 0 8px;
  line-height:1.4;
}
.precaution__frame{
	padding:20px 20px 20px;
	width:93%;
	margin:0 auto;
	background:#fff;
	border-radius:8px;
}
.precaution__note{
	font-size:clamp(12px,2vw,14px);
	margin:0 0 20px;
}
.last-note{
	margin:0 0 0px;
}
.precaution__note li{
	margin:4px 0 ;
	line-height:1.6;
	text-indent:-1.2em;
	padding-left:1.2em;
}
.precaution__note li:before{
	content:"※";
	margin-right:3px;
}
.precaution__list li{
	margin:4px 0 ;
	line-height:1.6;
	text-indent:-1em;
	padding-left:1em;
}

.precaution__list li:before{
	content:"・";
	margin-right:3px;
}
.info__link{
	font-size:1.4rem;
	text-decoration:underline;
}

.precaution__note_dl{
	font-size:clamp(12px,2vw,14px);
	margin:0 0 15px;
}

.precaution__note_dl dd{
	padding-left:1.3em;
	margin:5px 0 0;
	line-height:1.4;
}
.precaution__list_dl{
	margin:8px 0 18px 0px;
}

.precaution__list_dl li{
	margin:5px 0 0px -10px;
}

/*--------------------------------------------------------------------

よくある質問

--------------------------------------------------------------------*/
/* カードのコンテナ */
        .accordion-container {
            background-color: #fff;
            width: 100%;
            max-width: 500px;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            padding: 0px 20px 0px;
            margin:30px 0 0;
        }

        /* 各アイテムの区切り線 */
        .accordion-item {
            border-bottom: 1px solid #eee;
        }
        .accordion-item:last-child {
            border-bottom: none;
        }

        /* 質問部分（ラベル） */
        .accordion-header {
            width: 100%;
            padding: 23px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            font-size:clamp(16px,2vw,17px);
            font-weight: 700;
            color: #333;
            line-height: 1.5;
        }

        /* 丸いアイコンのベース */
        .icon {
            position: relative;
            width: 22px;
            height: 22px;
            background-color: #007bc7; /* ディズニー風のブルー */
            border-radius: 50%;
            flex-shrink: 0;
            margin-left: 15px;
            transition: transform 0.3s;
        }

        /* プラス・マイナスの線 */
        .icon::before, .icon::after {
            content: "";
            position: absolute;
            background-color: #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        /* 横棒 */
        .icon::before {
            width: 12px;
            height: 2px;
        }
        /* 縦棒（プラスの時だけ表示） */
        .icon::after {
            width: 2px;
            height: 12px;
            transition: opacity 0.3s;
        }

        /* オープン時のアイコン変化 */
        .accordion-item.active .icon::after {
            opacity: 0; /* 縦棒を消してマイナスにする */
        }

        /* 回答部分（コンテンツ） */
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            font-size:clamp(16px,2vw,17px);
            color: #444;
            line-height: 1.7;
        }

        .content-inner {
            padding-bottom: 15px;
        }

        .answer-label {
            font-weight: bold;
            display: block;
            margin-bottom: 0px;
        }
        .accordion-header:hover {
					text-decoration:underline;
        }
        /* リンクのスタイル */
        .link {
         text-decoration: underline;
        }
/*--------------------------------------------------------------------

お問い合わせ

--------------------------------------------------------------------*/
.contact-inner,
.faq-inner{
	width:93%;
	margin: 60px auto 40px;
}



.nav-list_cp_contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  list-style: none;
  margin:30px 0 0;
}
.nav-list_cp_contact li {
  width: 100%;
}
.nav-list_cp_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 5px 0px 5px 0px;
  background: #fff;
  border: 2px solid #007bc2;
  border-radius: 100px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
	font-size:clamp(16px,2vw,20px);
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

/* テキストを囲むspan */
.nav-list_cp_contact a span {
  display: inline-block;
  word-break: break-all;
}

/* アイコンを右端に固定 */
.nav-list_cp_contact a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-color: #007bc2;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  border-radius: 50%;
}
/*--------------------------------------------------------------------

フッター

--------------------------------------------------------------------*/
footer{
	background:#fff;

}
.footer__disney-copy{
	padding:13px;
	border-bottom:1px solid #ccc;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:clamp(12px,2vw,14px);
	gap: 5px;

}
.footer_contact{
	width:90%;
	margin: 0 auto;
	padding:25px 10px;
	display:flex;
	gap:0 25px;
}
.footer__logo{
	width:17%;
}
.footer__link li{
	margin:0px 0 10px;
}
.footer__link li a{
	font-size:clamp(14px,2vw,14px);
	text-decoration:underline;
	color:#0035A2;
	background:url(../cmn/images/ft_icon.png) no-repeat right 50%;
	background-size:9px;
	padding:5px 13px 5px 0;
}


.footer__copyright{
	padding:23px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background:#0078D7;
	font-size:1.1rem;
}
/*--------------------------------------------------------------------

ボタンの基本スタイル

--------------------------------------------------------------------*/
.page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;

	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transform: translateY(20px);
}
@media screen and (max-width: 1140px) {
.page-top {
	right: 10px;
	bottom: 80px;
	}
}

.page-top.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.page-top a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	transition: background 0.3s;
}
@media screen and (max-width: 1140px) {
.page-top a {
	width: 60px;
	height: 60px;
	}
}

/* 矢印（L字を回転させて作る） */
.arrow-top {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	margin-top: 6px;
}

.page-top a:hover  {
	opacity:.7;
	transition: 0.3s;
}
/*--------------------------------------------------------------------

SP用吸着ボタン*PCでは完全に非表示 

--------------------------------------------------------------------*/
.sp-fixed-container {
    display: none;
}

/* 1140px以下の時の挙動 */
@media screen and (max-width: 1140px) {
.sp-fixed-container {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 0;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* クラスがついたら下からせり上がる */
.sp-fixed-container.is-show {
	transform: translateY(0);
	}

/* スマホ用ボタンの幅調整 */
.sp-fixed-container .entry-btn {
	width: 93%;
	margin: 0 auto;
	}
.sp-fixed-container .entry-btn a {
	margin: 0;
	font-size: 16px;
	}
}
/*--------------------------------------------------------------------

スライドショー

--------------------------------------------------------------------*/
.slider {
   width:100%;
    margin:0 auto;
}

.slider img {
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 0px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
    display: none !important;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
    display:none;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
    display:none;
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
	display:none;
}

.slick-dots li {
	display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:14px;/*ドットボタンのサイズ*/
    height:14px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#4C9FDB;/*ドットボタンの現在地表示の色*/
}


/*--------------------------------------------------------------------

星のアニメーション

--------------------------------------------------------------------*/
.star-animation {
  position: absolute;
}

.star-animation::before,
.star-animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.star-animation::before {
  animation-name: cross-fade-hold-1;
}

.star-animation::after {
  animation-name: cross-fade-hold-2;
}

.star-animation.type-a {
  top: -15px;
  left: 5px;
  width: 45px;
  height: 42px;
}

.star-animation.type-b {
  top: -15px;
  right: 5px;
  width: 36px;
  height: 43px;
}

.star-animation.type-c {
  bottom: -15px;
  left: 5px;
  width: 44px;
  height: 36px;
}

.star-animation.type-d {
  bottom: -20px;
  right: 5px;
  width: 42px;
  height: 44px;
}
/*--豊富なデザイン--*/
.star-animation.type-e {
  bottom: 0px;
  left: 5px;
  width: 42px;
  height: 42px;
}
.star-animation.type-f {
  bottom: 0px;
  right: 5px;
  width: 42px;
  height: 42px;
}

/*--おトクなキャンペーン--*/
.star-animation.type-g {
  bottom: 0px;
  left: 55px;
  width: 32px;
  height: 84px;
}
.star-animation.type-h {
  bottom: 0px;
  right: 55px;
  width: 32px;
  height: 84px;
}
/*--会員限定特典--*/
.star-animation.type-e2 {
  bottom: 0px;
  left: 25px;
  width: 42px;
  height: 42px;
}
.star-animation.type-f2 {
  bottom: 0px;
  right: 25px;
  width: 42px;
  height: 42px;
}
/*--スマートでカワイイ決済--*/
.star-animation.type-g2 {
  bottom: 0px;
  left: 35px;
  width: 32px;
  height: 84px;
}
.star-animation.type-h2 {
  bottom: 0px;
  right: 35px;
  width: 32px;
  height: 84px;
}
.star-animation.type-g3 {
  bottom: 0px;
  left: 45px;
  width: 32px;
  height: 84px;
}
.star-animation.type-h3 {
  bottom: 0px;
  right: 40px;
  width: 32px;
  height: 84px;
}


.design__img{
	position:relative;
  z-index:0;
}
.star-animation.type-i,
.star-animation.type-i {
  top: -40px;
  left: 0px;
  width: 430px;
  height: 350px;
  position: absolute;
  z-index:0;
/*  background:rgba(0,0,0,.6);*/
}
@media screen and (max-width: 768px) {
.star-animation.type-i,
.star-animation.type-i {
  top: -70px;
  left: -5px;
  width: 350px;
	}
}

/*
.star-animation.type-e,
.star-animation.type-f {
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  position: absolute;
}

.star-animation.type-g,
.star-animation.type-h {
  top: 0;
  left: 0;
  width: 32px;
  height: 84px;
  position: relative;
}


*/
/* --- 各タイプの画像を指定 --- */
.type-a::before {
  background-image: url("../images/bg_star_a1.svg");
}

.type-a::after {
  background-image: url("../images/bg_star_a2.svg");
}

.type-b::before {
  background-image: url("../images/bg_star_b1.svg");
}

.type-b::after {
  background-image: url("../images/bg_star_b2.svg");
}

.type-c::before {
  background-image: url("../images/bg_star_c1.svg");
}

.type-c::after {
  background-image: url("../images/bg_star_c2.svg");
}

.type-d::before {
  background-image: url("../images/bg_star_d1.svg");
}

.type-d::after {
  background-image: url("../images/bg_star_d2.svg");
}

.type-e::before {
  background-image: url("../images/bg_star_e1.svg");
}

.type-e::after {
  background-image: url("../images/bg_star_e2.svg");
}

.type-e2::before {
  background-image: url("../images/bg_star_e1.svg");
}

.type-e2::after {
  background-image: url("../images/bg_star_e2.svg");
}

.type-f::before {
  background-image: url("../images/bg_star_f1.svg");
}

.type-f::after {
  background-image: url("../images/bg_star_f2.svg");
}
.type-f2::before {
  background-image: url("../images/bg_star_f1.svg");
}

.type-f2::after {
  background-image: url("../images/bg_star_f2.svg");
}
.type-g::before {
  background-image: url("../images/bg_star_g1.svg");
}

.type-g::after {
  background-image: url("../images/bg_star_g2.svg");
}

.type-h::before {
  background-image: url("../images/bg_star_h1.svg");
}

.type-h::after {
  background-image: url("../images/bg_star_h2.svg");
}
.type-g2::before {
  background-image: url("../images/bg_star_g1.svg");
}

.type-g2::after {
  background-image: url("../images/bg_star_g2.svg");
}

.type-h2::before {
  background-image: url("../images/bg_star_h1.svg");
}

.type-h2::after {
  background-image: url("../images/bg_star_h2.svg");
}
.type-g3::before {
  background-image: url("../images/bg_star_g1.svg");
}

.type-g3::after {
  background-image: url("../images/bg_star_g2.svg");
}

.type-h3::before {
  background-image: url("../images/bg_star_h1.svg");
}

.type-h3::after {
  background-image: url("../images/bg_star_h2.svg");
}

.type-i::before {
  background-image: url("../images/bg_star_i1.svg");
}

.type-i::after {
  background-image: url("../images/bg_star_i2.svg");
}



/* --- アニメーションの定義 --- */
@keyframes cross-fade-hold-1 {
  0%, 15% {
    opacity: 1;
    filter: blur(0);
  }
  50%, 65% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes cross-fade-hold-2 {
  0%, 15% {
    opacity: 0;
    filter: blur(2px);
  }
  50%, 65% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(2px);
  }
}

.space-set_light-margin{
	margin:30px auto 0;
}
.limited_card-ttl{
	height:50px;
}
.campaign__txt {
  margin: 32px 0;
  text-align: center;
  line-height:1.6;
}


.campaign-accordion-item{
	border: 1px solid #eee;
	margin:8px 0;
	border-radius:10px;
}
.campaign-accordion-item:last-child {
	border: 1px solid #eee;
}
.campaign-accordion-header{
	padding: 18px 18px;
}
.campaign-content-inner{
	width:93%;
	margin: 0 auto;
}
.schedule_inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin:5px 0 0;
}

.schedule_inner figure {
    margin: 0;
    display: inline-block;
}

.schedule_inner img {
    max-width: 550px; 
    height: auto;
    vertical-align: bottom;
}
.campaign-answer-inner{
	margin:0 0 15px;
}

.campaign-answer-label{
	font-weight:700;
}
.campaign-answer-labelsub{
	font-size:clamp(14px,2vw,16px);
}

.campaign-content-inner .markup{
	margin:5px auto ;
	text-align:left;
	justify-content:center;
	width:100%;
	display:flex;
	flex-direction:column;
}
@media screen and (max-width: 768px) {
.campaign-content-inner .markup{
	width:80%;
	}
}

.campaign-content-inner .markup li{
	margin:1px 0;
	font-size:clamp(11px,2vw,12px);
}
/* リスト全体のスタイル設定 */
.list_alphabet {
  list-style: none; /* デフォルトの・を消す */
  counter-reset: item; /* カウンターをリセット */
  padding-left: 0;
}

/* 各リスト項目の設定 */
.list_alphabet li {
  position: relative;
  padding-left: 3em; /* 【A】を表示するための余白 */
  margin: .7em 0; /* 項目間の間隔 */
  line-height: 1.6;
}

/* ::before で 【A】〜【D】 を生成 */
.list_alphabet li::before {
  counter-increment: item; /* カウンターを進める */
  content: "【" counter(item, upper-alpha) "】"; /* アルファベットの大文字を指定 */
  
  /* レイアウト調整 */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #333; /* お好みの色に変更してください */
}


.gm-unique-overlay {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999; /* 最前面に配置 */
    justify-content: center;
    align-items: center;
}

.gm-unique-banner-content {
    width: 90%;
    max-width: 450px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    text-align: center;
    animation: gmFadeIn 0.4s ease-out;
}
.gm-unique-inner-body img{
    border-radius: 12px;
}

/* 右上の×ボタン */
.gm-unique-close-x {
position: absolute;
    top: -15px;
    right: -10px;
    background: rgba(180, 180, 180, .8) !important;
    color: #ffffff !important;
    width: 34px;          
    height: 34px;         
    border-radius: 50%;   
    display: flex;
    justify-content: center;
    align-items: center;
    
    border: none;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
    padding: 0 0 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.3s;
    
}

.gm-unique-close-x:hover {
    color: #000;
}


.gm-unique-cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

@keyframes gmFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.campaign__Disney{
	font-size:.9rem;
	margin:5px 0 0;
}
.copy__disney{
	font-size:1.1rem;
	margin:-10px 0 10px;
}