@charset "UTF-8";

/*************
FMT
*************/
.info_wrap,
.footer_container {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
.content_wrap {
	-webkit-font-smoothing: antialiased;
	font-family: "〇〇〇〇〇〇〇〇〇〇〇〇",'Noto Sans JP', serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--text-color);
	margin-top: 66px;
	background-color: var(--bg-color);
	width: 100%;
	position: relative;
	z-index: 0;
}
a:hover img {opacity: 1;}

figure {
	margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
figcaption .caption {
	margin-left: auto;
    margin-right: 0;
    width: fit-content;
	font-size: 12px;
}
@media(min-width:751px){
	.content_wrap {
		margin-top: 90px;
        font-size: 20px;
	}
}
:root {
	--text-color: #471C07;
	--primary-color: #2ebcad;
	--bg-color: #FFFFFF;
	--red-color: #f40000;
	--accent-color: #FFFF00;
}
/*アキ*/
.mgt48 {margin-top: 48px !important;}
.mgt32 {margin-top: 32px !important;}
.mgt24 {margin-top: 24px !important;}
.mgt16 {margin-top: 16px !important;}
.mgt8 {margin-top: 8px !important;}
.mgt4 {margin-top: 4px !important;}
.mgt0 {margin-top: 0 !important;}
.list {margin-top: 16px;}
.block {margin-top: 24px;}

/*テキストサイズ*/
.annotation {font-size: 12px;}
.smallest {font-size: 10px;}
.larger {font-size: 1.5em;}
.smaller {font-size: 0.75em;}
.txt_m {font-size: 14px;}
.txt_L {font-size: 18px;}

/* テキスト揃え */
.center {text-align: center !important;}
.auto_center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.right {text-align: right !important;}
.left {text-align: left !important;}
.ib {display: inline-block;}

/* テキストカラー */
.fcPrimary {color: var(--primary-color);}
.fcRed {color: var(--red-color);}
.fcWhite {color: #FFF}
.fcYellow {color: #FF0;}
.fcBlue {color: #6986C7;}
.fcOrange {color: #EC6C00;}
.fcGreen {color: #32A389;}

/* テキスト汎用 */
.zen_maru {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.bold {font-weight: bold;}
.normal {font-weight: 400;}
.text_link{
	color: #EC6C00;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.marker {
	background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {position: relative;}

/* 箇条書き */
ul.text_list li,
p.text_list {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
ul.text_list li + li{
	margin-top: 2px;
}
ul.text_list.annotation li {
	font-size: 12px;
}
@media(min-width:751px){
	.red_box {
		font-size: 22px;
	}
	.pc_center {text-align: center;}

}
/* js-fadeUp */
.js-fadeUp {
	transform: translateY(10px);
	opacity: 0;
	transition: all 1s;
}
.js-fadeUp.is-inview {
	transform: translateY(0);
	opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
	display: block;
	max-width: 400px;
	margin: 0px auto 8px;
}
.VoiStock_btn.comingSoon {
	pointer-events: none;
}
.qr_wrap {
	display: none;
}
@media(min-width:751px){
	.qr_wrap {
        padding: 16px;
        margin: 32px auto 16px;
        /* border: 2px solid var(--primary-color); */
        display: flex;
        gap: 16px;
        border-radius: 16px;
        max-width: 480px;
        align-items: center;
        background-color: #175EC1;
        color: #fff;
    }
	.qr_text {
		flex: 1;
	}
	.qr_text_wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.qr_text_hd {
		font-weight: bold;
		margin-bottom: 6px;
		font-size: 20px;
		color: #175EC1;
		background-color: #fff;
		padding: 4px 12px;
		border-radius: 40px;
		text-align: center;
	}
	.qr_text p {
        text-align: left;
        font-size: 16px;
    }
	.qr_img {
		width: 100px;
		position: relative;
		padding: 4px;
		border-radius: 8px;
		background-color: #FFF;
	}
	.qr_img .comingSoon {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		color: var(--text-color);
		font-size: 20px;
		line-height: 1.2;
		text-align: center;
	}
}
/* アコーディオン */
.acc_body {
	display: none;
}
.acc_btn {
	font-weight: bold;
    width: fit-content;
    margin: 32px auto 0;
    color: var(--text-color);
    position: relative;
    padding-right: 28px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc_btn span {
	position: absolute;
	background-color: #FFF;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
	content: "";
	background-color: #471C07;
	position: absolute;
	width: 12px;
	height: 2px;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.acc_btn span::before {
	transform: translate(-50%,-50%) rotate(90deg);
}
.acc_btn.open span::before {
	transform: translate(-50%,-50%);
}
/* ご注意事項アコーディオン */
.caution_acc .acc_btn {
    padding: 4px 40px 6px 20px;
    border-radius: 30px;
    background-color: #471C07;
	color: #FFF;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
	margin-top: 16px;
}
.caution_head {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.text_list + .caution_head {
	margin-top: 8px;
}
@media(min-width:751px){
	.caution_acc .acc_body {
		padding: 20px;
		border-radius: 16px;
	}
}

.content_bg {
    position: relative;
    min-height: 100vh;
	overflow: hidden;
}

.content_bg::before {
    content: "";
    position: absolute; /* 画面に対して固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* コンテンツの背面に配置 */
    background-image: url('../img/bg.png');
    background-repeat: repeat;
	background-size: 40%;
}
/*************
mainVisual
*************/

#mainVisual .section_wrap {
    position: relative; /* 親要素（または自身の配置）を基準にする */
	padding-bottom: 32px;
}
#mainVisual .section_wrap::before {
    content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71%;
    z-index: -1; /* コンテンツの背面に配置 */
    background-image: url('../img/KV_bg_sp.png');
    background-repeat: no-repeat;
    
    /* 下中央基準でトリミングする設定 */
    background-position: center bottom; 
    background-size: cover;
}
.dec_star {
	width: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
#mainVisual .dec＿＿wrap {
  position: relative; /* 擬似要素の基準点 */
  overflow: hidden;    /* 画像が枠外にはみ出る場合に切り取る（任意） */
  /* コンテンツが埋もれないよう、必要に応じてpaddingなどを設定してください */
  max-width: 980px;  /* 980pxで止める */
    margin: 0 auto;    /* 中央寄せ */
    width: 100%;       /* 980px以下では100% */
}


/* 共通設定 */
#mainVisual .dec＿＿wrap::before,
#mainVisual .dec＿＿wrap::after {
  content: "";
  position: absolute;
  width: 130px;       /* 指定のサイズ */
  height: 68px;      /* 指定のサイズ（画像のアスペクト比に合わせて調整可） */
  background-image: url("../img/dec.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; /* 下にあるボタンなどの操作を邪魔しない */
  z-index: 1;           /* 重なり順の調整（必要に応じて） */
}

/* 左上：before */
#mainVisual .dec＿＿wrap::before {
    top: -10px;
    left: -16px;
    transform: rotate(-15deg);
}

/* 右下：after */
#mainVisual .dec＿＿wrap::after {
    bottom: 30px;
    right: -70px;
    transform: rotate(0deg);
}
#mainVisual h1 img {
    width: 80%;
    margin: 30px auto;
}

/*************
キラキラ
*************/
/* --- 白縁ぼかしアニメーション --- */
@keyframes shiro-fuchi-kira {
  0% {
    transform: translateY(0) scale(1);
    /* 縁取りを細めに、光を控えめに */
    filter: 
      drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) /* 1pxのクッキリ縁 */
      drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));           /* ほんのり後光 */
  }
  100% {
    transform: translateY(-15px) scale(1.2);
    /* 縁取りを太く、外側のぼかしを広く濃く */
    filter: 
      drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff)     /* 左右に2pxの縁 */
      drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff)     /* 上下に2pxの縁 */
      drop-shadow(0 0 10px #fff)                               /* 縁のすぐ外の強い白 */
      drop-shadow(0 0 20px rgba(255, 255, 255, 0.9));          /* 広がるぼかし */
  }
}

/* --- ベースの設定 --- */
.dec_star {
  display: inline-block;
  transform-origin: center;
  margin: 30px; /* 縁とぼかしが広がる分、余白を確保 */
}

/* パターンA：ゆったり */
.anime-sway-slow {
  animation: shiro-fuchi-kira 3.5s infinite ease-in-out alternate;
}

/* パターンB：速め・タイミング違い */
.anime-sway-fast {
  animation: shiro-fuchi-kira 2.0s infinite ease-in-out alternate;
  animation-delay: -0.8s;
}

/*************
キラキラ位置
*************/
.dec_star01 {
    top: 14%;
    left: 2%;
}
.dec_star02 {
    top: 41%;
    left: -6%;
}
.dec_star03 {
    top: 70%;
    left: 3%;
}
.dec_star04 {
    top: 10%;
    left: unset;
    right: 7%;
}
.dec_star05 {
    top: 40%;
    left: unset;
    right: 1%;
}
.dec_star06 {
    top: 71%;
    left: unset;
    right: 3%;
}

@media(min-width:751px){
    #mainVisual .section_wrap {
    max-width: 980px;
    margin: 0 auto;
}
#mainVisual .section_wrap::before {
        top: 48px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../img/KV_bg.png);
        background-position: unset;
        background-size: contain;
    }
    #mainVisual h1 img {
    margin: 60px auto;
    width: 100%;
}
.dec_star {
    width: 48px;
}
#mainVisual h1 {
        padding: 0 174px;
    }
/*************
キラキラ位置
*************/
.dec_star01 {
    top: 14%;
    left: 10%;
}
.dec_star02 {
    top: 41%;
    left: 12%;
}
.dec_star03 {
    top: 70%;
    left: 10%;
}
.dec_star04 {
    top: 10%;
    left: unset;
    right: 16%;
}
.dec_star05 {
    top: 40%;
    left: unset;
    right: 11%;
}
.dec_star06 {
    top: 71%;
    left: unset;
    right: 14%;
}
.dec_star07  {
    left: -7%;
    top: 30%;
}
.dec_star08  {
    top: 0;
    left: -22%;
}
.dec_star09  {
    top: 60%;
    left: -23%;
}
.dec_star10  {
    left: unset;
    top: 31%;
    right: -20%;
}
.dec_star11  {
    left: unset;
    right: -10%;
}
.dec_star12 {
    left: unset;
    right: -12%;
    top: 76%;
}
#mainVisual .dec＿＿wrap::before, #mainVisual .dec＿＿wrap::after {
    width: 180px;
    height: 100px;
}
#mainVisual .dec＿＿wrap::after {
    bottom: 20%;
    transform: rotate(133deg);
}
}
/*************
intro_block
*************/
.intro_block {
    background-color: #FFF;
    position: relative;
    padding: 24px 0 80px;
}
.inner__wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.intro_block::before {
    content: '';
    display: block;
    width: 100%;
    height: 13px;
    background-position: center top;
    background-image: url(../img/bg_footer.png);
    position: absolute;
    top: -13px;
    background-repeat: repeat-x;
    background-size: contain;
}
.intro_block::after {
    content: '';
    display: block;
    width: 100%;
    height: 7%;
    background-position: center top;
    background-image: url(../img/bg_wave.png);
    position: absolute;
    bottom: 0px;
    background-size: cover;
}
.intro_block .head {
        overflow: hidden; /* はみ出た分をカット */
        width: 100%;
        position: relative;
    }

    .pic {
        /* 100%以上に設定して拡大 */
        width: 150px; 
		margin: 0 auto;
    }

    /* タイトル画像も大きくしたい場合 */
    .intro_block .ttl {
        width: 180%; /* 適宜調整 */
		max-width: none; /* ブラウザのデフォルト制限を解除 */
/* 中央寄せ、もしくは位置の微調整 */
        margin-left: 50%;
        transform: translateX(-50%);
    }
	.ank_block {
    padding: 0 3vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}
@media(min-width:751px){
    .ank_block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
.ank_block li {
    width: 48%;
}
.intro_block .ttl {
    width: 80%;
}
.intro_block {
    padding: 48px 0 140px;
}
.intro_block::before {
        height: 30px;
        top: -30px;
        background-size: auto 30px;
    }
    .intro_block::after {
    content: '';
    display: block;
    width: 100%;
    height: 18%;
    background-position: center top;
    background-image: url(../img/bg_wave.png);
    position: absolute;
    bottom: 0px;
    background-size: cover;
}
}
/*************
voice
*************/
.head .dec_star {
    width: 48px;
    right: -40px;
    left: unset;
    top: 40px;
}
.content_block .dec_star {
    width: 48px;
    top: -24px;
    left: -30px;
}
#voice.section_wrap,
#point.section_wrap,
#stamp.section_wrap {
	max-width: 750px;
    margin: 0 auto;
}
.Container {
	padding: 32px 4vw;
}
.bg_Wh {
	background-color: #FFF;
	border: #471C07 2px solid;
	border-radius: 36px;
	padding: 24px 16px;
	position: relative;
}
.bg_Wh::before {
    content: '';
    display: block;
    width: 180px;
    height: 90px;
    background-position: center top;
    background-image: url(../img/dec-con01-corner.png);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.content_block {
    background-color: #F0F5FF;
    border-radius: 36px;
    padding: 24px 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -24px;
}
.pic_train {
    width: 114px;
    margin: -80px auto 8px;
}
.section_period {
    background-color: #6986C7;
    padding: 4px 10px;
    width: fit-content;
    margin: 10px auto 0;
	border-radius: 4px;
}
.info_block {
    line-height: 1.7;
}

.link__btn {
    /* 幅の指定 */
    display: flex;           /* inline-flexからflexに変更 */
    width: 100%;             /* 親要素いっぱいに広げる */
    max-width: 400px;        /* 最大幅を制限 */
    margin: 0 auto 8px;          /* 必要に応じて中央寄せ */
    
    /* 垂直・水平中央揃え */
    align-items: center;
    justify-content: center;
    
    position: relative;
    padding: 2px 20px;      /* 左右パディングは適宜調整 */
    text-decoration: none;
    box-sizing: border-box;  /* 枠線を含めたサイズ計算 */
	
    
    /* 背景・装飾 */
    background-color: #175EC1;
    background-image: url('../img/contents_bg.png');
    background-blend-mode: multiply;
    border: 2px solid #4C362B;
    border-radius: 50px;
    
    /* テキスト設定 */
    color: #ffffff;
    font-weight: bold;
    line-height: 1;          /* 行高を1にすると中央揃えが安定します */

	height: 64px;
}

/* 矢印（疑似要素）の微調整 */
.link__btn::after {
    content: "";
    width: 1em;              /* 文字サイズに合わせる、またはpx指定 */
    height: 1em;             /* 文字サイズに合わせる、またはpx指定 */
    margin-left: 10px;
    
    background-image: url('../img/dec-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    /* ズレ対策：flexの子要素として位置を安定させる */
    display: block; 
    flex-shrink: 0;          /* 矢印が潰れないように固定 */
}

/* ホバー時の演出（任意） */
.link__btn:hover {
    opacity: 0.8;
}


@media(min-width:751px){
    #voice.section_wrap, #point.section_wrap, #stamp.section_wrap {
    margin: 30px auto;
}
    .content_bg h3 {
    max-width: 480px;
    margin: 0 auto;
}
.content_block {
    border-radius: 36px;
    padding: 30px 60px;
}
.bg_Wh::before {
    width: 240px;
    height: 120px;
}
.Container {
	padding: 32px 20px;
}

}
/*************
point
*************/
.point_con_block .dec_star {
    left: unset;
    right: -30px;
    top: -40px;
    width: 40px;
}
#point .bg_Wh::before {
    background-image: url(../img/dec-con02-corner.png);
}
#point .content_block {
    background-color: #FFF8EA;
}
#point .section_period {
    background-color: #F0B839;
}
.point__list--block{
	margin-bottom: 24px;
}
.point__list {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.point__list li{
	display: flex;
	gap: 6px;
	align-items: center;
}
.point__list li img{width: 36px;}

.point__list li p span {
    display: inline-block;
    width: 220px;
    text-align: center;
    font-weight: bold;
    color: #DD0000;
    border-top: 1px solid #FD8616;
    border-bottom: 1px solid #FD8616;
    padding: 3px 0;
    line-height: 1.2;
}
.point-detail__list{
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}
.point-detail__list--item{
	background-color: #EFF6F8;
	padding: 16px 14px;
	border-radius: 4px;
}
.point-detail__list--lead{
	font-weight: bold;
	font-size: 13px;
	width: fit-content;
	margin: 0 auto 8px;
	position: relative;
}
.point-detail__list--lead::before,.point-detail__list--lead::after{
	display: block;
	content: "";
	width: 16px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}
.point-detail__list--lead::before{
	background-image: url(../img/obj_01.svg);
	left: -20px;
}
.point-detail__list--lead::after{
	background-image: url(../img/obj_01.svg);
	right: -20px;
	transform: scaleX(-1);
}
.point_con_block {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 16px;
}
.point_con_block_period {
    font-size: 12px;
    border-radius: 4px;
    background: linear-gradient(to right, #FA5E13, #E33232);
    color: #ffffff;
    padding: 4px 16px;
    display: inline-block;
    font-weight: bold;
    margin-top: 8px;
}
.info {
    border: #F0B839 1px solid;
    padding: 0px 16px 16px;
}
#point .info .ttl {
    background-color: #FFFCEA;
    border-bottom: #F0B839 1px solid;
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 0;
}
.list_item {
    margin-top: 8px;
}
.list_item .heading {
    background-color: #EDEDED;
}
.list_item p {
    line-height: 1.7;
}
.list_item .acc_btn {
    width: unset;
    padding-right: 0;
}
.list_item .acc_btn span {
    background-color: #471C07;
    height: 16px;
    width: 16px;
    right: 8px;
}
.list_item .acc_btn span::before,
.list_item .acc_btn span::after {
	background-color: #fff;
	width: 10px;
	height: 2px;
}
.list_item .acc_btn span::before {
	transform: translate(-50%,-50%) rotate(90deg);
}
.list_item .acc_btn.open span::before {
	transform: translate(-50%,-50%);
}
.point__item .head img {
    width: 90px;
    margin: 0 auto;
}
.point__item .head .ttl {
    margin: 8px 0;
}
.item__Con img {
    width: 80%;
    margin: 0 auto;
}
.step__block {
    border: #F0B839 1px solid;
    padding: 16px;
}
.step__list--head {
    font-size: 12px;
    background-color: #F0B839;
    width: fit-content;
    margin: 16px auto 6px;
    padding: 2px 16px;
    color: #fff;
    border-radius: 30px;
}
#point .link__btn {
    background-color: #EC6C00;
    line-height: 1.4;
}

.pdf-btn {
	display: block;
	background-color: #fff;
	border: 3px solid #471C07;
	border-radius: 30px;
	color: #471C07;
	text-align: center;
	font-weight: bold;
	padding: 8px;
}
.pdf-btn span {position: relative;}
.pdf-btn span::after {
	display: block;
	content: "";
	width: 18px;
	height: 22px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
}
.privacy_block .acc_btn {
    background-color: #471C07;
    border-radius: 30px;
    padding: 4px 32px 4px 20px;
    color: #fff;
	margin-bottom: 8px;
}
.privacy_block .acc_btn span {
    background-color: #FFF;
    height: 16px;
    width: 16px;
    right: 8px;
}
.privacy_block .acc_btn span::before,
.privacy_block .acc_btn span::after {
	background-color: #471C07;
	width: 10px;
	height: 2px;
}

.item__Con::before {
	content: "";
	position: absolute;
	top: -20px;                    /* 上から50%の位置へ */
	left: -8px;
	width: 80px;                 /* svgの表示サイズ（適宜調整） */
	height: 80px;                /* svgの表示サイズ（適宜調整） */
	background-image: url("../img/cont02-02-wp01.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.item__Con::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;                 /* svgの表示サイズ（適宜調整） */
	height: 60px;                /* svgの表示サイズ（適宜調整） */
	background-image: url("../img/cont02-02-wp02-1.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.itemB .item__Con::after {
	background-image: url("../img/cont02-02-wp02-2.png");
}

/*************
splide
*************/
/* --- スライダー全体のコンテナ --- */
#image-slider {
  position: relative;
}
/* インジケーター全体の位置調整（下に4px空ける） */
.splide__pagination {
  bottom: 4px !important;
  padding-bottom: 45px; /* ドットと注釈のスペース分、下に余白を作る */
}
/* 注釈テキストの設定 */
#image-slider .annotation {
  position: absolute;
  bottom: 24px;   /* インジケーター(12px+4px)より上の位置に配置 */
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/* インジケーター（ドット）を12pxの正円にする */
.splide__pagination__page {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important; /* 正円にする */
  margin: 0 5px !important;      /* ドット同士の間隔 */
  background: #E3E3E3 !important; /* 消灯時 */
  opacity: 1 !important;
  border: none;                  /* 枠線があれば消す */
}


/* アクティブなドット（点灯時） */
.splide__pagination__page.is-active {
  background: #F0B839 !important;
  transform: scale(1); /* 拡大が不要な場合は1に固定 */
}
/* --- 矢印の配置：画像部分のセンターへ --- */
.splide__arrows {
  /* 画像部分（track）の高さに対して中央にするための設定 */
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 45px); /* 全体から下の余白を引いた「画像のみ」の高さ */
  pointer-events: none;      /* 矢印以外へのクリックを邪魔しない */
}
/* --- 矢印のカスタマイズ --- */
/* 矢印ボタン本体（円形） */
.splide__arrow {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: auto;      /* 矢印ボタン自体はクリック可能にする */
  background: #F0B839 !important;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: none !important;
  z-index: 1;
}
.splide__arrow--prev { left: -10px !important; }
.splide__arrow--next { right: -10px !important; }
/* 矢印の中のアイコン（デフォルトのSVGを隠して「く」を自作） */
.splide__arrow svg {
  display: none; 
}

.splide__arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* 左矢印：くの字を回転 */
.splide__arrow--prev::after {
  transform: rotate(-135deg);
  margin: 0 10px;
}

/* 右矢印：くの字を回転 */
.splide__arrow--next::after {
  transform: rotate(45deg);
  margin: 0 4px;
}






.slide_block::before {
	content: "";
	position: absolute;
	top: -20px;                    /* 上から50%の位置へ */
	left: -8px;
	width: 80px;                 /* svgの表示サイズ（適宜調整） */
	height: 80px;                /* svgの表示サイズ（適宜調整） */
	background-image: url("../img/cont02-01-wp01.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}
.slide_block::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-image: url(../img/cont02-01-wp02.png);
    background-size: contain;
    background-repeat: no-repeat;
}



@media(min-width:751px){
   #point  h4{
    max-width: 360px;
    margin: 0 auto;
}
    .point_con_block {
    padding: 32px 64px;
}
.info {
    padding: 0px 30px 30px;
}
#point .info .ttl {
    margin-left: -30px;
    margin-right: -30px;
}
.step__block {
    padding: 32px;
}

#point .qr_wrap {
        background-color: #EC6C00;
    }
	#point .qr_text_hd {
		color: #EC6C00;
	}

    .point__list li p span {
    width: 276px;
}

}


/*************
stamp
*************/
#stamp .bg_Wh::before {
    background-image: url(../img/dec-con03-corner.png);
}
.subttl {
    background-color: #5FC9A9;
    background-image: url(../img/cont03-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200%;
    background-blend-mode: multiply;
    border-radius: 60px;
    padding: 3px 25px;
    display: inline-block;
	margin-bottom: 4px;
}
#stamp h3 {
	margin-top: 8px;
}
.ic_stamp {
    width: 70px;
    position: absolute;
    right: -24px;
    bottom: 60px;
}
.spot__group .acc_btn {
    background-color: #5FC9A9;
    color: #fff;
    margin-bottom: 8px;
    width: unset;
    text-align: center;
    padding: 4px 0;
}
.spot__group .acc_btn span {
    background-color: #FFF;
    height: 16px;
    width: 16px;
    right: 8px;
}
.spot__group .acc_btn span::before,
.spot__group .acc_btn span::after {
	background-color: #5FC9A9;
}
#stamp .content_block {
    background-color: #EFFAF7;
}
.spot__group{
	margin-bottom: 24px;
}
.spot__group .acc__btn span::before, #stamp .acc__btn span::after {
	background-color: var(--cont03-color);
}
.spot__group .acc__btn {
	background-color: var(--cont03-color);
	width: auto;
	border-radius: 0px;
	text-align: center;
	padding: 6px;
}
.spot__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    width: fit-content;
    margin: 0 auto;
}
.spot__list--label {
	display: inline-block;
	width: 76px;
	text-align: center;
	margin-right: 8px;
	color: #fff;
	background-color: #32A389;
	border-radius: 16px;
	padding: 2px;
}

.spot-img__block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}
.spot-img__left {width: 47%;}
.spot-img__right {
	width: 51%;
	flex-shrink: 0;
}

.img02__group {
	position: relative;
	padding-top: 32px;
}
.img02__group .img01 {
	width: 69px;
	position: absolute;
	top: -8px;
	right: 0;
}
.img02__group .img02 {
	width: 142px;
	position: relative;
	z-index: 1;
}
#stamp .btn__block {
	font-size: 22px;
}
#stamp .link__btn {
	background-color:#5FC9A9;
	line-height: 1.4;
}
#stamp .flex {
    line-height: 1;
    padding-bottom: 8px;
}

.stamp-detail_block_ttl {
  position: relative;
  display: block;            /* 幅を100%に広げる */
  text-align: center;        /* テキストを中央へ */
  padding: 0 30px;           /* 左右のスタンプ用の余白 */
  width: fit-content;        /* コンテンツの幅に合わせる */
  margin: 0 auto 12px;            /* 要素自体を中央に寄せる */
  font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}

/* 共通設定 */
.stamp-detail_block_ttl::before,
.stamp-detail_block_ttl::after {
  content: "";
  position: absolute;
  top: 50%;                    /* 上から50%の位置へ */
  transform: translateY(-50%); /* 自身の高さの半分戻して完全な中央に */
  width: 30px;                 /* svgの表示サイズ（適宜調整） */
  height: 30px;                /* svgの表示サイズ（適宜調整） */
  background-image: url("../img/obj_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* 左側の配置 */
.stamp-detail_block_ttl::before {
  left: 0;
}


/* 右側の配置と反転 */
.stamp-detail_block_ttl::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

@media(min-width:751px){
    #stamp h3 {
	max-width: 480px;
        margin: 8px auto 0px;
}
.spot-img__block {
	width: 520px;
	margin: 0 auto 24px;
}
.spot-img__right--txt {
	font-size: 18px;
	margin-bottom: 16px;
}
.img02__group .img02 {
	width: 255px;
	margin: 0 auto;
}
.img02__group .img01 {
	width: 100px;
	top: -8px;
	right: -20px;
}

.stampmount-btn__group {
	flex-direction: row;
	gap: 16px;
	justify-content: center;
}
.ic_stamp {
    width: 100px;
    right: 26px;
}

    
}

/*************
終了処理
*************/

.red_box {
	font-weight: bold;
	border: 2px solid var(--red-color);
	color: var(--red-color);
	font-size: 18px;
	text-align: center;
	padding: 8px;
	margin: 16px auto 0;
	max-width: 800px;
	width: calc(100% - 40px);
	background-color: #FFF;
}
.VoiStock_btn.sign-off-btn {
	pointer-events: none;
	position: relative;
}
.sign-off {
    background-color: rgba(255, 255, 255, 0.8);
    color: #EE0000;
    border: #EE0000 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 16px 0;
}
@media(min-width:751px){

	/* 終了処理 QR枠用 */
	.sign-off-pc {
        background-color: rgba(255, 255, 255, 0.9);
        color: #EE0000;
        border: #EE0000 2px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }
}








/*************
footer
*************/
/*その他の推し旅プラン*/
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	background-color: #FFF;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background-color: #FFF;
	max-width: 740px;
	margin: 32px auto 0;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	padding: 10px 30px 10px 5px;
	font-size: 18px;
	transition: all 0.3s;
}
.oshitabi_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	height: 12px;
	width: 12px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.oshitabi_btn:hover {
	background-color: var(--primary-color);
	color: #FFF;
	border: 4px solid var(--primary-color);
}
.oshitabi_btn:hover::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;

}
.credit {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
}

.footer_container {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	padding-top: 1px;
}
@media(min-width:751px){
	.info_wrap {
		margin: 0 auto;
		padding: 8px 20px 100px;
	}
	.oshitabi_btn {
		padding: 15px;
		font-size: 20px;
	}
}





/*************
メディアクエリ
*************/
@media(min-width:751px){
	.sp {
		display: none;
	}
    .list {margin-top: 24px;}
    .block {margin-top: 32px;}
}
@media(max-width:750px){
	.pc {
		display: none;
	}

}
	
