@charset "UTF-8";

/*************
FMT
*************/
/* html {
    font-size: 1.58vw;
    scroll-padding-top: var(--header-height);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

@media (width >= 751px) {
    html {
        font-size: 62.5%;
    }
} */

/* 375px 基準（= 1rem を 10px にしたいなら 62.5%） */
html {
    font-size: calc(62.5% + (100vw - 375px) * (10 / 375));
    /* ↑ 375px → 62.5%（＝10px） 〜 750px → 125%（＝20px）に線形で増加 */
    scroll-padding-top: var(--header-height);
    /* user-select: none; */
}

/* 751px以上は固定（10px でも 12px でも好きな値） */
@media (width >= 751px) {
    html {
        font-size: 110%; /* ←固定値（10px） */
    }
}


.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: "Zen Kaku Gothic New",'Noto Sans JP', serif;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: var(--text-color);
	margin-top: 66px;
	width: 100%;
	position: relative;
	z-index: 0;
 	background-image: linear-gradient(90deg, rgba(203, 203, 204, 1), rgba(168, 175, 178, 1));
	overflow: hidden;
}

.Garamond_regular {
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
}
.Garamond_italic {
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: italic;
}
.Garamond {
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
.Garamond_EB {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
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: 1.2rem;
}
@media(min-width:751px){
	#imp {
		background-color: #f5f5f5;
	}
	.content_wrap {
		margin-top: 90px;
		/* max-width: 840px; */
		margin-left: auto;
		margin-right: auto;
		background-color: #FFF;
		/* box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.24); */
	}
	/* .pc-contents {
    position: fixed;
    top: 0;
    left: 0;
    width: calc((100% - 640px) / 2);
    height: 100dvh;
    overflow: hidden;
	} */
    }

	
:root {
	--text-color: #000000;
	--primary-color: #E30080;
	--bg-color: #FFFFFF;
	--red-color: #EE0000;
	--accent-color: #E7FF33;
    --transition: cubic-bezier(0,1,.7,1);
}
/*アキ*/
.mgt48 {margin-top: 4.8rem !important;}
.mgt32 {margin-top: 3.2rem !important;}
.mgt24 {margin-top: 2.4rem !important;}
.mgt16 {margin-top: 1.6rem !important;}
.mgt8 {margin-top: 0.8rem !important;}
.mgt4 {margin-top: 0.4rem !important;}
.mgt0 {margin-top: 0 !important;}
.block {margin-top: 3.2rem}
.list {margin-top: 2.4rem}

/*テキストサイズ*/
.annotation {font-size: 1.1rem;}
.smallest {font-size: 1.1rem;
			font-weight: 400;
		}
.larger {font-size: 1.8em;}
.smaller {font-size: 0.75em;}
.txt_L {font-size: 1.8rem;}
.txt_s {font-size: 1.4rem;}
.note {
	font-size: 1.1rem;
	font-weight: 400;
	text-indent: -1em;
	padding-left: 1em;
}

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

/* テキストカラー */
.fcPrimary {color: var(--primary-color);}
.fcRed {color: var(--red-color);}
.fcWhite {color: #FFF}
.fcYellow {color: #FF0;}

/* テキスト汎用 */
.bold {font-weight: bold;}
.normal {font-weight: 400;}
.text_link{
	color: var(--primary-color);
	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: 0.2rem;
}
ul.text_list.annotation li {
	font-size: 1.1rem;
}
@media(min-width:751px){
	.red_box {
		font-size: 2.2rem;
	}
	.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;
}

.js-animate [data-animate="clip"] {
	clip-path: inset(0% 0% 0% 100%);
	transition: 1.5s var(--transition);
}
.js-animate--active [data-animate="clip"] {
	clip-path: inset(0);
}


/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
	display: block;
	max-width: 400px;
	margin: 32px auto 16px;
}
.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 #000;
		display: flex;
		gap: 16px;
		border-radius: 16px;
		max-width: 480px;
		align-items: center;
        background: linear-gradient(to right, #FF9300, #FF00C4);
	}
	.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: #FFF;
		background-color: #000;
		padding: 4px 12px;
		border-radius: 40px;
		text-align: center;
        line-height: 1.3;
	}
	.qr_text p {
		text-align: left;
        font-size: 20px;
        color: #fff;
	}
	.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: 2rem;
	width: 2rem;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
	content: "";
	background-color: #000000;
	position: absolute;
	width: 1.2rem;
	height: 0.2rem;
	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: 0.4rem 4rem 0.6rem 2rem;
    border-radius: 30px;
    background-color: #4B4B4B;
    color: #FFF;
    border: 1px #FFFFFF solid;
    font-weight: 400;
}
.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;
}

/* STEP */
.step_acc .acc_btn {
    padding: 0.4rem 2rem 0.6rem 2rem;
    background-color: #4B4B4B;
    color: #FFF;
    border: #000 1px solid;
    width: unset;
    text-align: center;
    border-radius: 0;
	font-weight: 700;
}

.schedule__block .acc_btn {
    padding: 0.6rem 2rem 0.6rem 2rem;
    background-color: #fff;
    color: #000;
    border: 0;
    width: unset;
    text-align: center;
    font-weight: 700;
    border-radius: 30rem;
	font-size: 2.2rem;
	margin-top: 1.6rem;
}

.schedule__block .acc_btn span {
	position: absolute;
	background-color: var(--primary-color);
	height: 2rem;
	width: 2rem;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.schedule__block .acc_btn span::before,
.schedule__block .acc_btn span::after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 1.2rem;
	height: 0.2rem;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.schedule__block .acc_btn span::before {
	transform: translate(-50%,-50%) rotate(90deg);
}
.schedule__block .acc_btn.open span::before {
	transform: translate(-50%,-50%);
}
.schedule__block .acc_btn span {
	right: 10px;
}
@media(min-width:751px){
	.caution_acc .acc_body {
		padding: 20px;
		border-radius: 16px;
	}
}
/*************
mainVisual
*************/

.ttl_wrap {
    background-color: #000;
    color: #fff;
    padding-bottom: 4.8rem;
}
.ttl_wrap p {
    font-size: 2.2rem;
    margin-top: 0.8rem;
}
.ttl_wrap .logo {
    width: 32rem;
    margin: -1.8rem auto 0;
}
@media(min-width:751px){
    .bg_name {font-size: 0.8rem;}
    #imp h1 {
    max-width: 42rem;
    margin: 0 auto;
}
#mainVisual {
    background-color: #000;
    width: 100vw;
    max-width: unset;
    margin: 0 auto;
}
}
/*************
intro__wrap
*************/
    .Container {
    padding: 4.8rem 1.5rem;
	position: relative;
}
.mainlead__wrap {
    padding: 1.5rem 0;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #FF9300, #FF00C4) 1;
}
.intro__wrap .sub_lead {
    background: linear-gradient(to right, #FF9300, #FF00C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro__wrap .main_lead,
.btn__wrap .ttl {
    font-size: 2.0rem;
}
.btn__wrap a {
    display: inline-block;
    width: 29.0rem;
}
.ank__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
}

.ank__flex li {
	width: 48%;
}
@media(min-width:751px){
    .Container {
        padding: 4.8rem 2rem;
        position: relative;
        max-width: 600px;
        margin: 0 auto;
    }
}

/*************
Voice
*************/
#Voice,
#Present {
	background-color: #fff;
}
.sec__block {border-top: 4px #000 solid;}

.sec__block::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 5.6rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}
#Voice.sec__block::before {background-image: url(../img/con01_txt.svg);}
#Voice .header,
#Present .header,
#Promotion .header {
    padding-left: 4.0rem;
}
.header .sub__ttl {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 0.2rem 1.2rem;
}
#imp h2 {
    background-color: #000;
    color: #fff;
    font-size: 4.0rem;
    padding: 0.6rem 1rem;
    margin-top: 0.4rem;
    margin-right: -1.5rem;
    display: block;
}
.header .ttl__block {position: relative;}

#Voice .header .ttl__block::after,
#Present .header .ttl__block::after,
#Promotion .header .ttl__block::after {
    content: "";
    position: absolute;
    background-image: url(../img/item01.svg);
    width: 15rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: -2rem;
    bottom: -0.7rem;
}
.voice__period dt {
    font-size: 3.6rem;
    width: 16%;
}
.voice__period .number {
    font-size: 7.6rem;
}
.voice__period dl {
    display: flex;
    align-items: center;
}
.voice__period dd {
    background: linear-gradient(to right, #E3007F, #B70455);
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    color: #fff;
    padding: 0rem 1.6rem;
    margin-left: 0.4rem;
    width: 68%;
    text-align: center;
    margin-top: 1.8rem;
}
.voice__period dl + dl {
  position: relative;
  margin-top: 12px;
}

.voice__period dl + dl::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: calc(100% + 1.5rem);
    height: 1px;
    background-color: #ddd;
}

.bg__BK {
    background-color: #000;
    color: #fff;
    padding: 1.6rem;
}
#Voice .pre__block .header {
    background-color: #E30080;
    padding: 0.8rem 0;
    text-align: center;
    border: #EA2E97 3px solid;
}
.pre__block .main__txt {
    font-size: 1.7rem;
    letter-spacing: -0.1rem;
}
.num-wrap {
  white-space: nowrap; /* 改行させない */
}
.txt__badge {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: #fff solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.txt__badge {
  line-height: 1.1;  /* 好きなだけ詰めてOK */
}

.num-wrap {
  white-space: nowrap;  /* 「全7種」を横並びに固定 */
}
.pre__img__block .txt__area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
.pre__img__block img {
    width: 88%;
    margin: 0 auto 0.8rem;
}
.caution__frame {
    background-color: #fff;
    border: 1px #000 solid;
    color: #000;
    padding: 0.8rem;
}
.caution__frame .ttl {
    background-color: #000;
    color: #fff;
    padding: 0.1rem 2rem;
}
.btn__block {
    width: 90%;
    margin: 0 auto;
}
.howto_wrap__heading img {
    width: 3.6rem;
    margin: 0 auto;
}
.howto_wrap__heading p {
    border-bottom: 3px solid #E30080;
}
.splide__slide {
    background-color: #FFEBF7;
    padding: 2rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
}
.splide__slide .howto_wrap_btn {
    width: 16.5rem;
    margin: 0 auto;
}
.Plate__bk {
    background-color: #000;
    border-radius: 24rem;
    color: #fff;
    padding: 0.2rem 0.8rem;
}
.aori__txt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aori__txt::before,
.aori__txt::after {
    width: 2px;
    height: 30px;
    background-color: #000;
    content: '';
}

.aori__txt::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.aori__txt::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.splide__list .flex {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.splide__slide .icon {
    width: 3.6rem;
}

.step_acc .acc_body {
    border: #000 1px solid;
    margin-top: -0.1rem;
    padding: 1.6rem 1.6rem 3rem;
}


@media(min-width:751px){
    .sec__block::before {
    width: 7.6rem;
}
}




/*************
Present
*************/
#Present.sec__block::before {background-image: url(../img/con02_txt.svg);}
#imp #Present h2 {
    font-size: 3.4rem;
    font-weight: 700;
}
#Present .pre__block .header {
    background-color: #E30080;
    padding: 0.4rem 0;
    text-align: center;
    border: #EA2E97 3px solid;
}
#Present .pre__img__block p {
    background-color: #fff;
    color: #000;
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Present .pre__img__block .txt_L {
    line-height: 1;
}
@media(min-width:751px){
}
/*************
Promotion
*************/
#Promotion.sec__block::before {background-image: url(../img/con03_txt.svg);}
#Promotion .Content_list .header {
    background-color: #fff;
    padding: 0.4rem 0;
    text-align: center;
}
.place__main {
    font-size: 1.9rem;
}
.place__sub {
    font-size: 1.2rem;
    margin-top: -0.2rem;
}
.Content_list__wrap {
    border: 1px #fff solid;
    padding: 0 1.6rem 3rem 1.6rem;
}
#Promotion .pre__img__block img {
    width: 100%;
    margin: 0.8rem 0;
}
#Promotion .how_to_wrap .ttl {
    background-color: #fff;
    color: #000;
    text-align: center;
}
.how_to_step .step {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 0.1rem 0.6rem;
    border-radius: 0.2rem;
    margin-bottom: 0.6rem;
}
.how_to_step {
    display: flex;
	gap: 1rem;
}
.how_to_step .txt_area {
    width: 20rem;
}
.how_to_step .icon_area {
    width: 9rem;
}
.how_to_step {
  padding: 2rem 0;
  position: relative;
}

/* 2つ目以降の .how_to_step の上にだけ罫線を表示 */
.how_to_step + .how_to_step {
  border-top: 1px solid #817A91; /* 色はお好みで */
  padding-top: 2.5rem; /* 罫線と内容の間の余白調整 */
}
.how_to_step:last-child {
	padding-bottom: 0;
}
.promotion__list__head {
    background-color: #000;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 5.4rem;
    flex-direction: column;
    width: 100%;
}
.promotion__list__head .place__main {
    line-height: 1.2;
}
@media(min-width:751px){
}
/*************
Information
*************/
#Information.sec__block::before {background-image: url(../img/con04_txt.svg);}
#Information {
	background-color: #000;
}
#Information h2 {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 4.0rem;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
}
#Information .ttl__block img {
	width: 17rem;
	margin: 0 auto;
}
#imp h3 {
    font-size: 4rem;
    position: relative;
    padding-left: 2rem;
}
#imp h3::before {
    content: "";
    position: absolute;
    background-image: url(../img/item02.svg);
    width: 1.4rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 1.1rem;
}

#Information .Content_list_inner {
    width: 94%;
    margin: 1.6rem auto 0;
}
.member__info {
    display: flex;
    flex-wrap: wrap;
	gap: 1.2rem;
}
.member{
  flex: 0 0 calc((100% - 1.2rem) / 2); /* 2カラム時の幅 = (100% - gap) / 2 */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.live_info_wrap .img__block p {
    margin-top: 1rem;
    font-size: 2rem;
}
.member__block .lead {
    line-height: 1.8;
}
.live_info {
    position: relative;
    padding-left: 1.5rem;
}
.live_info ::before {
    content: "";
    position: absolute;
    background-image: url(../img/item02.svg);
    width: 1.1rem;
    height: 0.8rem;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0.7rem;
}

 .indent_place {
    padding-left: 4em;
    text-indent: -4em;
}

@media(min-width:751px){
	#info .Container {
    padding: 4.8rem 1.5rem;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}
}
/*************
終了処理
*************/

.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;
	}
}


/* splide */

.splide {
  position: relative;  /* ここで基準にする */
  margin-top: 8px;
}

/* 矢印を絶対配置でリストの上に重ねる */
.splide__arrow {
  position: absolute;
  top: 50%;                     /* 縦中央 */
  transform: translateY(-50%);  /* 上下補正 */
  background: none;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  z-index: 10;                  /* スライドの上に表示 */
}

/* 左右の位置 */
.splide__arrow--prev {
  left: 0;                      /* 左端 */
}

.splide__arrow--next {
  right: 0;                     /* 右端 */
}

/* 画像だけ表示 */
.splide__arrow img {
  display: block;
  width: 3rem;               /* お好みで調整 */
  height: auto;
}


/* ページネーションリセット */
.splide__pagination {
  all: unset;
  display: flex !important; /* 強制表示 */
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: -18px;
  width: 100%;
}
.splide__pagination__page {
  all: unset;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E5E5E5;
}
.splide__pagination__page.is-active {
  background: #000;
}




/* スライド自体をフレックスコンテナに */
.splide__slide {
  display: flex;             /* フレックス化 */
  flex-direction: column;    /* 上下方向 */
  justify-content: center;   /* 縦中央 */
  align-items: center;       /* 横中央 */
  text-align: center;        /* テキスト中央寄せ */
}


.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 90%;
    margin: 0 auto;
}

#Promotion .splide__track {
    width: 100%;
}
#Promotion .splide__slide {
    background-color: unset;
    padding: 1rem 0 0.8rem;
    border-radius: 0;
    font-size: 1.5rem;         
}
/* 左右の位置 */
#Promotion .splide__arrow--prev {
  left: -1rem;                      /* 左端 */
}

#Promotion .splide__arrow--next {
  right: -1rem;                     /* 右端 */
}




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

}
	
