@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: #000000;
	--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;}
.block {margin-top: 32px;}
.list {margin-top: 16px;}

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

/* テキスト揃え */
.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;}
.fcBlue {color: #01DDEE;}

/* テキスト汎用 */
.alata {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bold {font-weight: bold;}
.normal {font-weight: 300;}
.text_link{
	color: #F89535;
	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: 11px;
	font-weight: 300;
}
@media(min-width:751px){
	.red_box {
		font-size: 22px;
	}
	.pc_center {text-align: center;}
    .block {
    margin-top: 48px;
}   
}
/* 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: 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 #fff;
        display: flex;
        gap: 16px;
        border-radius: 16px;
        max-width: 480px;
        align-items: center;
        background-image: linear-gradient(270deg, #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: #ff0db3;
        background-color: #fff;
        padding: 4px 12px;
        border-radius: 40px;
        text-align: center;
    }
	    .qr_text p {
        text-align: left;
        font-size: 16px;
        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 {
    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: #000;
	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: 16px;
    background-color: #000000;
    color: #FFF;
    text-align: center;
    border: 1px #fff solid;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
    padding: 10px 0px;
    border-radius: 8px;
}
.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;
	}
}


.bg-fixed-wrapper {
  position: relative;
  overflow: hidden;
}

.bg-fixed-wrapper::before {
  content: "";
  position: fixed;       /* ←固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;           /* 背面に置く */
}

.bg__overlay {
  background-image: linear-gradient(transparent, #23055bcc 12% 100%);
}

/*************
mainVisual
*************/
.blur-box{
  animation: blur 1.6s forwards ;
}
@keyframes blur{
  from {
    filter: blur(50px);
  }

  to {
    filter: blur(0) drop-shadow(5px 5px 5px rgba(21, 124, 147,0.5));
  }
}
@media(min-width:751px){
	.MV__wrap {
    max-width: 1020px;
    margin: 0 auto;
}
}
/*************
intro
*************/
.gradation {
  background-image: linear-gradient(90deg, transparent, #79549b80 8%, #5c387cd9 18%, #472864d9 50%, #5c387cd9 82%, #79549b80 92%, transparent);
  padding: 16px 0;
  position: relative;
}
/* 上下のグラデーション線 */
.gradation::before,
.gradation::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px; /* 線の太さ */
  background-image: linear-gradient(90deg, transparent, #79549b80 8%, #5c387cd9 18%, #472864d9 50%, #5c387cd9 82%, #79549b80 92%, transparent);
}

/* 上の線 */
.gradation::before {
  top: -6px;
}

/* 下の線 */
.gradation::after {
  bottom: -6px;
}


.main__lead__inner p {
    line-height: 1.9;
}
.ank__head .ttl {
    font-size: 20px;
    margin: -10px 0;
}
.ank__btn {
    padding: 0 4vw;
    max-width: 1000px;
    margin: 0 auto;
}
.ank__btn .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.flex02 {margin-top: 10px;}

/* 共通設定 */
.ank__loop {
  position: relative;
  overflow: hidden;
  width: 400%;
  height: 30px; /* 画像高さに合わせて調整 */
  white-space: nowrap;
    opacity: 0.15;
	pointer-events: none;
}

.ank__loop img {
  height: 100%;
  width: auto;
  display: inline-block;
}

/* loop01: 右→左 */
.loop01 img {
  animation: marquee-left 50s linear infinite;
  animation-delay: 0s;
}

/* loop02: 左→右 */
.loop02 img {
  animation: marquee-right 50s linear infinite;
  animation-delay: -7.5s; /* 半分ずらして開始 */
}

/* 右→左アニメーション */
@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* 左→右アニメーション */
@keyframes marquee-right {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

.loop {
  position: relative;
  overflow: hidden;
  width: 1000%;
  height: 44px;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}

.loop img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.loop03 img {
  animation: marquee 60s linear infinite;
  animation-delay: 0s;
}

.loop04 img {
  animation: marquee 60s linear infinite;
  animation-delay: -20s;
}

.loop05 img {
  animation: marquee 60s linear infinite;
  animation-delay: -40s;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* 画像1枚分の幅でループ */
}


@media(min-width:751px){
    .gradation {
    padding: 24px 0;
}
	.ank__btn .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.ank__btn .flex li {
	width: 48%;
}
.flex02 {
	margin-top: 32px;
}
.intro .main__lead__wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.ank__head .ttl {
    font-size: 36px;
    margin: -20px 0 -30px;
}
.ank__loop {
    height: 70px;
}

/* loop01: 右→左 */
.loop01 img {
  animation: marquee-left 80s linear infinite;
  animation-delay: 0s;
}

/* loop02: 左→右 */
.loop02 img {
  animation: marquee-right 80s linear infinite;
  animation-delay: -7.5s; /* 半分ずらして開始 */
}

.loop03 img {
  animation: marquee 90s linear infinite;
  animation-delay: 0s;
}

.loop04 img {
  animation: marquee 90s linear infinite;
  animation-delay: -20s;
}

.loop05 img {
  animation: marquee 90s linear infinite;
  animation-delay: -40s;
}
}




/*************
Voice
*************/
.date__wrap .main__txt {
    letter-spacing: 1px;
}
#Voice .Container,
#Present .Container,
#Promotion .Container,
#Information .Container {
	padding: 48px 4vw;
    max-width: 800px;
    margin: 0 auto;
}
.sec__head .sub_ttl {
    letter-spacing: 2px;
}
.h2__line {
    background-image: linear-gradient(270deg, #08EBD5, #0091FF);
    height: 2px;
    margin: 2px -4vw;
	position: relative;
}
.h2__line_top::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13vw;
    width: 44px;
    height: 10px;
    background-image: url(../img/item01.svg);
    background-size: cover;
    background-position: center;
}
.h2__line_top {
    margin-right: 12vw;
}
.h2__line_bottom::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13vw;
    width: 44px;
    height: 10px;
    background-image: url(../img/item01.svg);
    background-size: cover;
    background-position: center;
}
.h2__line_bottom {
    margin-left: 12vw;
}
.Content__inner {
    background-color: #fff;
    padding: 32px 16px;
	position: relative;
}
/* 上下のグラデーション線 */
.Content__inner::before,
.Content__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px; /* 線の太さ */
  background-image: linear-gradient(270deg, #a75dfd, #ed0086);
}
/* 上の線 */
.Content__inner::before {
  top: 0;
}

/* 下の線 */
.Content__inner::after {
  bottom: 0;
}

.goods__wrap__head__lead {
    font-size: 18px;
}

.goods__wrap__head .period {
    background-color: #DB19A4;
    color: #fff;
    border-radius: 4px;
    margin-top: 8px;
}

.note_red {
    font-size: 12px;
    font-weight: 400;
    border: #f40000 1px solid;
    padding: 2px 0px;
	margin-top: 8px;
}

.note_white {
    font-size: 12px;
    font-weight: 400;
    border: #fff 1px solid;
    padding: 2px 0px;
	margin-top: 8px;
}

.goods__wrap__note .ttl {
    font-size: 14px;
    text-align: center;
    background-color: #E6E6E6;
    margin-bottom: 6px;
}

.howto_wrap .heading {
    font-size: 18px;
    background-color: #23055B;
    display: inline-block;
    color: #fff;
    padding: 0 24px;
    border-radius: 24px;
}
.howto_wrap .txt {
    font-size: 14px;
    margin: 8px 0px 0px;
}
.howto_wrap .ttl {
    font-size: 18px;
    color: #007FC6;
}
.splide__slide {
    background-color: #EAFDFF;
    border: #E5E5E5 1px solid;
    border-radius: 10px;
    padding: 10px;
}
.howto_wrap_btn {
    width: 180px;
    margin: 8px auto 0;
}
@media(min-width:751px){
	#Voice .Container, #Present .Container, #Promotion .Container, #Information .Container {
    padding: 88px 4vw;
}
	.bullettrain__h2 {
        max-width: 428px;
        margin: 16px auto;
    }
.h2__line {
    margin: 2px 0vw;
}
.h2__line_top::before {
    right: -60px;
}
.h2__line_top {
    margin-right: 60px;
}
.h2__line_bottom::before {
    left: -60px;
}
.h2__line_bottom {
    margin-left: 60px;
}
.Content__inner {
    padding: 48px 100px;
}
.howto_wrap {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .h2__line {
    height: 4px;
}
.goods__wrap__head .period {
    padding: 4px 0;
}
.goods__wrap__img {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.caution_acc .acc_btn {
    font-size: 16px;
}

.voice__wrap .btn_note {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
}




/*************
Present
*************/
#Present .period {
    font-size: 14px;
}
#Present .apply{
    font-size: 14px;
    display: inline-block;
    border: 1px #fff solid;
    padding: 0 16px;
    border-radius: 24px;
    margin-top: 16px;
}
#Present .Content__inner::before, #Present .Content__inner::after {
    background-image: linear-gradient(270deg, #08EBD5, #0091FF);
}
.note {
	font-size: 11px;
	font-weight: 300;
}
#Present .img__wrap {
    max-width: 400px;
    width: 84%;
    margin: 8px auto;
}
#Present .catch {
    background-image: linear-gradient(180deg, #08EBD5, #0091FF);
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: -10px;
    right: -20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0.8;
    border-radius: 50%;
}
#Present .goods__wrap .acc_btn {
    width: auto;
}
.personal__note {
    border: #fff 1px solid;
    padding: 10px;
}
@media(min-width:751px){
    #Present .period {
    font-size: 18px;
}
#Present .apply {
    font-size: 18px;
    padding: 0 30px;
}
.personal__note {
    padding: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
#Present .catch {
    width: 74px;
    height: 74px;
}
}




/*************
Promotion
*************/
.promotion__block__heading {
    font-size: 18px;
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
    padding: 4px;
    color: #fff;
    width: 200px;
    margin: 0 auto;
}
.promotion__list__head {
    background-color: #fff;
    padding: 4px 0px;
}
#Promotion .period {
    font-size: 17px;
}
.place__main {
    font-size: 19px;
}
.place__sub {
    font-size: 12px;
}

#Promotion .splide__slide {
    background-color: unset;
    border: none;
    border-radius: unset;
    padding: 0;
}
.promotion__list__inner {
    border: #fff 1px solid;
    padding: 16px;
}
@media(min-width:751px){
	.promotion__block {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.promotion__list__inner {
    padding: 32px;
}
.promotion__note__block {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
}





/*************
Information
*************/
#Information {
    background-image: linear-gradient(160deg, #f87aadd6, #e5a4ccd4);
    margin-top: -4px;
}
#Information h3 {
    font-size: 36px;
    color: #fff;
    border-bottom: #fff 1px solid;
    margin-left: -4vw;
    padding: 0 4vw;
    display: inline-block;
    margin-bottom: 20px;
}
.live__img__wrap,
.schedule__wrap,
.RELEASE__info {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}
#Information .acc_btn {
    width: auto;
    margin: 16px auto 0;
}
#Information .caution_acc .acc_btn {
    border: none;
}
.live__list__wrap {
    color: #fff;
    font-size: 14px;
}
.btn_link_wrap {
    max-width: 400px;
    margin: 0 auto;
    background-color: #000;
    padding: 6px;
}

.btn_link_inner_box {
    color: #fff;
    border: 2px #fff solid;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	flex-direction: column;
}
.btn_link_inner_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 44px;
    height: 10px;
    background-image: url(../img/item02.svg);
    background-size: cover;
    background-position: center;
}
.btn_link_inner_box::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 13px;
    background-image: url(../img/item03.svg);
    background-size: cover;
    background-position: center;
}
.RELEASE__info {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.PROFILE__txt__wrap {
    max-width: 400px;
	width: 80%;
    margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.PROFILE__txt__wrap img {
    width: 130px;
    /* margin-top: 16px; */
    margin: 16px auto;
}
.schedule__wrap__ttl {
    font-size: 22px;
}
.schedule__wrap__ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 10px;
    background-image: url(../img/item01.svg);
    background-size: cover;
    background-position: center;
}
.schedule__wrap {
	margin-top: 32px;
}

@media(min-width:751px){
	#Information h3 {
    margin-left: 0;
	padding: 0 30px;
}
.info__Content {
    max-width: 540px;
    margin-left: auto;
    margin-right: 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;
	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: -10px;                      /* 左端 */
}

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

/* 画像だけ表示 */
.splide__arrow img {
  display: block;
  width: 30px;                  /* お好みで調整 */
  height: auto;
}
.splide__arrow--prev img {
  transform: rotate(180deg);
}


/* ページネーションリセット */
.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: #007FC6;
}




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

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

}
	
