@charset "UTF-8";
/* CSS Document */

/* PC用設定 */
@media screen and (min-width:751px) { 
	
}

/* ------------------------------------------------------------
共通
------------------------------------------------------------ */
:root {
	--text-color: #3C4851;
	--primary-color: #FFC455;
	--accent-color: #B7ADFD;
	--sub-accent-color: #EEE0FF;
	--secondary-color:#F06FAB;
	--red-color: #F00000;
	--bg-color: rgba(255, 255, 255, 0.7);
	--bg02-color: #FFFFBC;
	--grad-color:linear-gradient(90deg,#B7ADFD 0%,#81A5F3 100% );
	--font-en: "Lusitana", serif;
}

/* 背景固定 */
body::before {
	content: "";
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/bg01.jpg) no-repeat center center;
	background-size: cover;
}

.main__wrap{
	padding-top: 66px;
	color: var(--text-color);
	line-height: 1.5;
	font-size: 14px;
	font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: 400;
}
.main__wrap *{box-sizing: border-box;}
img{
	display: block;
	width: 100%;
	height: auto;
}
figure {
	margin: 0 auto;
  width: 100%;
}
figcaption .caption {
	margin-left: auto;
  margin-right: 0;
  width: fit-content;
	font-size: 12px;
}

a:hover img {opacity: 1;}

.container{
	width: 92%;
	margin: 0 auto;
	max-width: 600px;
}
.indent li,.txt-note.indent{
	padding-left: 1em;
  text-indent: -1em;
}
.fc-red{color: var(--red-color);}
.txt-link{
	color: var(--accent-color);
	text-decoration: underline;
	font-weight:bold;
}
.txt-note{font-size: 12px;}
.txt-note.fz-s {font-size: 11px;}
.note__list{
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.note__list li{
	font-size: 12px;
}

.note__list li.fc-red{color: var(--red-color);}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.bold {font-weight: bold;}

.mgbS{margin-bottom: 8px;}
.mgbM{margin-bottom: 16px;}
.mgbL{margin-bottom: 24px;}
.mgbLL{margin-bottom: 32px;}

.mgtS{margin-top: 8px;}
.mgtM{margin-top: 16px;}
.mgtL{margin-top: 24px;}

.pdtS{padding-top: 8px;}
.pdtM{padding-top: 16px;}
.pdtL{padding-top: 24px;}

.pdbS{padding-bottom: 8px;}
.pdbM{padding-bottom: 16px;}
.pdbL{padding-bottom: 24px;}

.credit{
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}

.fz-smaller{font-size: 0.8em;}
.fz-larger{font-size: 1.2em;}

/* PC用設定 */
@media screen and (min-width:751px) { 
	
	a img{transition: all 0.5s;}
	.main__wrap{padding-top: 90px;}

	.pc_center {text-align: center;}

	.mgbM{margin-bottom: 24px;}
	.mgbL{margin-bottom: 32px;}
	.mgbLL{margin-bottom: 40px;}

	.mgtM{margin-top: 24px;}
	.mgtL{margin-top: 32px;}

	.pdtM{padding-top: 24px;}
	.pdtL{padding-top: 32px;}

	.pdbM{padding-bottom: 24px;}
	.pdbL{padding-bottom: 32px;}
}

/* ------------------------------------------------------------
アコーディオン
------------------------------------------------------------ */
.acc__body {
	display: none;
	margin-top: 16px;
}
.acc__btn {
	font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
	background-color: var(--text-color);
  position: relative;
  padding: 6px 56px 6px 28px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc__btn span {
	position: absolute;
	background-color: #fff;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.acc__btn span::before,
.acc__btn span::after {
	content: "";
	background-color: var(--text-color);
	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%);}

/* PC用設定 */
@media screen and (min-width:751px) {
}


/* ------------------------------------------------------------
voice-btn
------------------------------------------------------------ */
a.voice-btn{display: block;}
.voice-btn{position: relative;}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.voice-btn__outer{
		margin-bottom: 8px;
		padding: 12px;
		background: var(--grad-color);
		border-radius: 24px;
	}
	.voice-btn__pc{
		background: var(--grad-color);
		border: 1px solid #fff;
		padding: 16px;
		border-radius: 18px;
	}
	.voice-btn__flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.voice-btn__txt{
		color: #fff;
		padding-right: 16px;
	}
	.voice-btn__txt .txt01{
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.voice-btn__img {
		background-color: #fff;
		width: 120px;
		height: 120px;
		box-sizing: border-box;
		flex-shrink: 0;
		position: relative;
	}
	
}


/* ------------------------------------------------------------
#mv
------------------------------------------------------------ */
.date{
	font-family: var(--font-en);
	font-weight: bold;
	background: var(--grad-color);
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 3px;
	}
.date .fz-L{
	font-size: 1.3em;
}
.date-arrow{
	width: 10px;
	display: inline-block;
	margin: 0 8px;
}
#mv h1{
	width: 80%;
	max-width: 360px;
	margin: 0 auto;
}
.mv__flex{
	display: flex;
	flex-direction: column-reverse;
	background-image: url(../img/obj-kv01.png),url(../img/obj-kv02.png);
	background-repeat: no-repeat;
	background-size: 34.67vw, 24.8vw; /* 130px, 93px */
  background-position: 
    right -4.27vw top -5.33vw,     /* right -16px top -20px */
    left -4.27vw top 53.33vw;      /* left -16px top 200px */
}
.mv__flex--img{
	padding: 24px 15px 20px;
}
.kv-img{
	border-radius: 12px;
}
.mv__block{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.mv__flex{
	flex-direction: row;
	gap: 40px;
	background-size: 150px, 110px; /* 130px, 93px */
  background-position: 
    left 38% top 10px,     /* right -16px top -20px */
    left 0 bottom 0;      /* left -16px top 200px */
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 64px;
	align-items: center;
}
.mv__flex--txt{
	width: 40%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.mv__flex--img {padding: 0;}
}

/* ------------------------------------------------------------
#intro
------------------------------------------------------------ */
.intro__wrap{
	padding: 32px 0;
}
.intro__lead{
	text-align: center;
	font-weight: 550;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	.intro__wrap{
	padding: 40px 0 56px;
}
	.intro__lead{
		font-size: 18px;
		line-height: 2;
	}
}

/* ------------------------------------------------------------
#menu
------------------------------------------------------------ */
.menu__wrap{
	padding: 16px 0 24px;
}
.menu__list{
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	justify-content: center;
}
.menu__list li{
	width: calc( ( 100% - 11px ) / 2 );
	max-width: 152px;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	.menu__wrap .container{
		max-width: 1000px;
	}
	.menu__list{gap: 15px;}
	.menu__list li{
		width: calc( ( 100% - 60px ) / 5 );
		max-width: 150px;
	}
	.menu__list li a{
		transition: all .5s;
		display: block;
	}
	.menu__list li a:hover{
		transform: translateY(-5px);
	}
}

/* ------------------------------------------------------------
共通
------------------------------------------------------------ */
.sec__wrap{
	padding: 48px 0 16px;
	overflow: hidden;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.sec__head{
	width: 92%;
	max-width: 400px;
	margin: 0 auto;
}
.sec__head--box{
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.sec__wrap::before,.sec__wrap::after{
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}
/* obj-sechead01 */
.sec__wrap.obj-sechead01::before {
  width: 33.07vw;          /* 124px */
  height: 25.6vw;          /* 96px */
  background-image: url(../img/obj-sechead-R1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.07vw;             /* 4px */
  right: -12.27vw;         /* -46px */
}

.sec__wrap.obj-sechead01::after {
  width: 28.8vw;           /* 108px */
  height: 24vw;            /* 90px */
  background-image: url(../img/obj-sechead-L1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 36vw;               /* 135px */
  left: -11.47vw;          /* -43px */
}

/* obj-sechead02 */
.sec__wrap.obj-sechead02::before {
  width: 30.4vw;           /* 114px */
  height: 24vw;            /* 90px */
  background-image: url(../img/obj-sechead-R2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.13vw;             /* 8px */
  right: -12vw;            /* -45px */
}

.sec__wrap.obj-sechead02::after {
  width: 26.67vw;          /* 100px */
  height: 25.07vw;         /* 94px */
  background-image: url(../img/obj-sechead-L2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 32vw;               /* 120px */
  left: -13.33vw;          /* -50px */
}

.cont__block{
	background: var(--bg-color);
	border-radius: 16px;
	padding: 24px 15px;
}
.sec__lead{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 24px;
}
.howto .acc__btn {
    background-color: var(--primary-color);
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 6px 28px 6px 28px;
}
.howto .acc__btn span::before, .howto .acc__btn span::after {
    background-color: var(--primary-color);
}
.howto .acc__body {
    margin-top: 0;
    border: 1px solid var(--primary-color);
    padding: 16px 10px 36px;
    background-color: #fff;
}

/* PC用設定 */
@media screen and (min-width:751px) {
	.sec__wrap{
	padding: 64px 0 24px;
} 
	.cont__block{
	border-radius: 24px;
	padding: 40px;
}
/* obj-sechead01 */
.sec__wrap.obj-sechead01::before {
  width: 132px;   
  height: 103px;  
  top: 16px;  
  right: 80px; 
}

.sec__wrap.obj-sechead01::after {
  width: 115px;
  height: 97px;
  top: 164px;
  left: 72px;
}

/* obj-sechead02 */
.sec__wrap.obj-sechead02::before {
  width: 135px;
  height: 107px;            /* 90px */
  top: 16px;             /* 8px */
  right: 90px;            /* -45px */
}

.sec__wrap.obj-sechead02::after {
  width: 120px;
  height: 113px;        /* 94px */
  top: 200px;               /* 120px */
  left: 90px;          /* -50px */
}
.sec__lead{
	font-size: 16px;
	margin-bottom: 32px;
}

.howto .acc__body {
    padding: 16px 24px 40px;
    background-color: #fff;
}
}

/* ------------------------------------------------------------
#Talk
------------------------------------------------------------ */
.talk-schedule__list{
	border: 1px solid var(--sub-accent-color);
	padding: 12px;
	background-color: #fff;
	margin-bottom: 24px;
	font-family: var(--font-en);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.talk-schedule__list li{
	display: flex;
	align-items: center;
	gap: 12px;
}
.talk-schedule__list li:not(:last-child){
	border-bottom: 1px solid var(--sub-accent-color);
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.talk-schedule__no{
	width: 35px;
	height: 33px;
	background-image: url(../img/wp-star.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.talk-schedule__no span{
	color: #fff;
	line-height: 1;
}


/* PC用設定 */
@media screen and (min-width:751px) { 
	.talk-schedule__list {
    padding: 20px;
    margin-bottom: 32px;
    font-size: 20px;
}
}

/* ------------------------------------------------------------
#AR
------------------------------------------------------------ */
.sec-date{
	width: fit-content;
	margin: 0 auto 16px;
	font-family: var(--font-en);
	font-weight: bold;
	color: #fff;
	font-size: 17px;
	padding: 2px 17px 1px;
	background-image: url(../img/date-rb.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
}
.sec-date .fz-L{
	font-size: 1.35em;
}
.txt-caution{
	font-size: 13px;
	color: var(--red-color);
	font-weight: 500;
	text-align: center;
}
.sec__lead .txt01{
	color: var(--secondary-color);
	font-weight: bold;
}
.photoframe__group{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.photoframe__group .txt01{
	color: var(--secondary-color);
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.photoframe__group .txt02{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.img-photoframe01{
	max-width: 400px;
	margin: 0 auto;
}
.img-photoframe02{
	max-width: 400px;
	margin: 0 auto;
}
.notice__box {
    border: 1px solid var(--text-color);
    padding: 14px;
    background-color: #fff;
    margin-bottom: 24px;
}
.notice__head {
    text-align: center;
    font-size: 12px;
    margin-bottom: 6px;
}


/* PC用設定 */
@media screen and (min-width:751px) { 
	.sec-date {
    font-size: 18px;
    padding: 3px 24px 2px;
}
.photoframe__group .txt02 {font-size: 16px;}
.notice__box {
    padding: 16px;
    margin-bottom: 32px;
}
}



/* ------------------------------------------------------------
#Goods
------------------------------------------------------------ */
/* Goods - obj-sechead01 */
#Goods.sec__wrap.obj-sechead01::before {
    top: 0vw;                /* 0px */
    right: -14.4vw;          /* -54px */
}
#Goods.sec__wrap.obj-sechead01::after {
    top: 42.67vw;            /* 160px */
    left: -12.8vw;           /* -48px */
}

.goods__block{margin-bottom: 24px;}
.goods__txt--box{
	margin-bottom: 16px;
}
.goods__txt--box .txt01{
	color: var(--secondary-color);
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.img-box{
	position: relative;
}
.img_keyholder{
	width: 65%;
	max-width: 400px;
	margin: 0 auto;
}
.img-box__wp{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(90deg,#F070AB 0%,#FFC456 100% );
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -8px;
	right: 12px;
}
.img-box__wp--txt{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}
.img-box__wp--txt span{
	display: block;
	font-family: var(--font-en);
	font-size: 24px;
	line-height: 1;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	/* Goods - obj-sechead01 */
#Goods.sec__wrap.obj-sechead01::before {
    top: 16px;                /* 0px */
    right: 80px;          /* -54px */
}
#Goods.sec__wrap.obj-sechead01::after {
    top: 200px;            /* 160px */
    left: 80px;           /* -48px */
}
.goods__block {margin-bottom: 32px;}
.goods__txt--box .txt01 {
    font-size: 18px;
}
.img-box__wp {
    width: 80px;
    height: 80px;
    right: 40px;
}
.img-box__wp--txt {
    font-size: 14px;
}
.img-box__wp--txt span {
    font-size: 30px;
}
.voice-btn__txt .txt01 span{
	font-size: 0.8em;
}
}


/* ------------------------------------------------------------
#Promotion
------------------------------------------------------------ */
#Promotion.sec__wrap{
	padding-bottom: 48px;
}
/* Promotion - obj-sechead02 */
#Promotion.sec__wrap.obj-sechead02::before {
    top: 4.27vw;             /* 16px */
    right: -4.27vw;          /* -16px */
}
#Promotion.sec__wrap.obj-sechead02::after {
    top: 21.87vw;            /* 82px */
    left: -9.33vw;           /* -35px */
}
.promotion__box{
	text-align: center;
}
.promotion__name{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
.promotion__date{
	font-weight: bold;
	font-family: var(--font-en);
	color: var(--accent-color);
	font-size: 16px;
	margin-bottom: 16px;
}
.img_signage-tokyo{
	width: 87%;
	max-width: 400px;
	margin: 0 auto 16px;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	#Promotion.sec__wrap{
	padding-bottom: 64px;
}
	/* Promotion - obj-sechead02 */
#Promotion.sec__wrap.obj-sechead02::before {
    top: 16px;             /* 16px */
    right: 100px;          /* -16px */
}
#Promotion.sec__wrap.obj-sechead02::after {
    top: 150px;            /* 82px */
    left:100px;           /* -35px */
}
.promotion__name {
    font-size: 18px;
}
.promotion__date {
    font-size: 18px;
    margin-bottom: 16px;
}
}


/* ------------------------------------------------------------
#Info
------------------------------------------------------------ */
.info__wrap{
	background: url(../img/bg-grid.png),var(--bg02-color);
	padding: 16px 0 40px;
}
#Info .sec__head{
	margin: 0 auto 32px;
	position: relative;
}
.info__block{
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.info__group{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.info__ttl{
	background: var(--grad-color);
	color: #fff;
	font-weight: 800;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	letter-spacing: 0.03em;
	padding: 6px;
}
.info__ttl span{
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
.live-kv{
	max-width: 600px;
	margin: 0 auto 16px;
}
.live-info__box{
	background-color: #fff;
	border-radius: 16px;
	padding: 16px;
}
.live-info__group:not(:last-child){
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--sub-accent-color);
}
.live-info__head{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 16px;
}
.live-info__head span{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
}
.live-info__detail{
	display: flex;
	flex-direction: column;
	gap: 12px;
	letter-spacing: 0.05em;
}
.live-info__detail div{
	display: flex;
	gap: 10px;
}
.live-info__detail dt{
	width: 45px;
}
.live-info__detail dt span{
	background-color: var(--accent-color);
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border-radius: 4px;
	padding: 2px;
	display: block;
	text-align: center;
}
.live-info__detail dd{
	font-weight: 500;
}

.link-btn{
	background-color: #fff;
	border: 2px solid var(--accent-color);
	width: 270px;
	height: 58px;
	margin: 0 auto 8px;
	border-radius: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}
.link-btn span{
	color: var(--accent-color);
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
}
.logo-circle{
	width: 160px;
	margin: 0 auto;
}
.member__list{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.member__list li{
	width: calc( ( 100% - 15px ) / 2 );
}
.img-solo{
	border-radius: 8px;
}
.name{
	text-align: center;
	color: var(--accent-color);
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
}
.link-btn.btn02{
	width: 290px;
	height: 66px;
	background-color: var(--sub-accent-color);
	border: none;
}
.link-btn.btn02 img{
	width: 218px;
	margin: 0 auto;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.info__wrap {
    padding: 48px 0;
}
#Info .sec__head {
    margin: 0 auto 40px;
}
.info__block {
    gap: 48px;
}
.info__group {
    gap: 32px;
}
.info__ttl {
    font-size: 20px;
}
.live-kv {
    margin: 0 auto 24px;
}
.live-info__box {
    padding: 16px 24px;
}
.link-btn:hover{
	background-color: var(--accent-color);
	
}
.link-btn:hover span{
	color: #fff;
}
.member__list li{
	width: calc( ( 100% - 30px ) / 3 );
}
}


/* ------------------------------------------------------------
#
------------------------------------------------------------ */
/* PC用設定 */
@media screen and (min-width:751px) { 
	
}


/* 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;   /* スライドの上に表示 */
	cursor: pointer;
}
/* 左右の位置 */
.splide__arrow--prev {left: -3px;  /* 左端 */}
.splide__arrow--next {right: -3px;  /* 右端 */}
/* 画像だけ表示 */
.splide__arrow img {
  display: block;
  width: 29px;   /* お好みで調整 */
  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: #F4F4F4;
}
.splide__pagination__page.is-active {
  background: var(--primary-color);
}

/* スライド自体をフレックスコンテナに */
.slide__box {
  display: flex;             /* フレックス化 */
  flex-direction: column;    /* 上下方向 */
  justify-content: center;   /* 縦中央 */
  align-items: center;       /* 横中央 */
  text-align: center;        /* テキスト中央寄せ */
	background-color: #F4F4F4;
	border-radius: 8px;
	padding: 16px 8px;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 93%;
    margin: 0 auto;
}
.slide__box--inner p{
	font-weight: bold;
	font-size: 15px;
}
.icon_phone {
    width: 48px;
    margin: 0 auto 16px;
}
.img-btn_VT01{
	width: 172px;
	margin: 0 auto 8px;
}
.plate-bk{
	background-color: var(--text-color);
	color: #fff;
	border-radius: 40px;
	padding: 3px 12px;
	line-height: 1.2;
	margin-bottom: 2px;
	margin-top: 2px;
}
.aori-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 4px;
}
.aori-txt::before, .aori-txt::after {
	width: 2px;
	height: 24px;
	background-color: var(--text-color);
	content: '';
}
.aori-txt::before {
	transform: rotate(-35deg);
	margin-right: 20px;
}
.aori-txt::after {
	transform: rotate(35deg);
	margin-left: 20px;
}
.slide__box--inner.flex{
	display: flex;
  flex-direction: row;
  gap: 10px;
	align-items: center;
	justify-content: center;
}
.flex-left{
width: 80%;
flex-shrink: 0;
}
.slide__box--inner .icon{
	width: 36px;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.flex-left{
		width: auto;
		}
	.splide__pagination { bottom: -24px;}
}



/* ------------------------------------------------------------
bottom
------------------------------------------------------------ */
.bottom__wrap{background-color: #fff;}
.oshitabi_btn--block{padding: 40px 30px;}
.oshitabi_btn{
	display: block;
	border: 3px solid #000000;
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	position: relative;
}
.oshitabi_btn::after{
	content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.oshitabi_btn--block{
		max-width: 640px;
		margin: 0 auto;
	}
	.oshitabi_btn{
		transition: all .3s;
		width: 360px;
		margin: 32px auto;
	}
	.oshitabi_btn:hover{
		background-color: #000000;
		color: #fff;
	}
	.oshitabi_btn:hover:after{
		border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
	}
}

/* ------------------------------------------------------------
topへ戻るボタン
------------------------------------------------------------ */
.pagetop-btn{
  position: fixed;
  bottom: 20px;
  right: 10px;
  transition: .3s;
	width: 56px;
  z-index: 99;
  opacity: 0;/*デフォルトで非表示にする*/
}

/*このクラスが付与されると表示する*/
.pagetop-btn.active{opacity: 1;}

/*このクラスが付与されると表示する*/
.pagetop-btn.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

/* PC用設定 */
@media screen and (min-width:751px){
	.pagetop-btn{
		right: 24px;
	}
}

/* ------------------------------------------------------------
終了措置
SP
<a href="#" target="_blank" class="voice-btn inactive">
		<img src="img/btn_voice.png" alt="" width="345" height="">
		<p class="event-end event-end-block">終了しました</p>
</a>

PC
<div class="voice-btn__img">
		<img src="img/100x100.png" alt="二次元コード" width="100" height="100">
		<p class="event-end event-end-block">終了しました</p>
</div>
------------------------------------------------------------ */
.inactive{pointer-events: none;}
.cs{
	background-color: rgba(183, 173, 253, 0.8);
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border-radius: 60px;
	font-family: var(--font-en);
	font-size: 24px;
}
.event-end{
	color: var(--red-color);
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 2px solid var(--red-color);
	padding: 6px;
}
.event-end-block{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
  justify-content: center;
}
/* .cs.event-end-block{
	width: 100%;
	height: 100%;
} */
/* PC用設定 */
@media screen and (min-width:751px){
	.cs{
		background-color: rgba(90, 90, 90, 0.7);
	}
	.cs.event-end-block{
	width: 100%;
	height: 100%;
	border-radius: 0;
}
	/* .event-end.event-end-block{
		width: 75%;
		height: 75%;
	} */
}





/* ------------------------------------------------------------
アニメーション
------------------------------------------------------------ */
/* フェードイン(初期値) */
.js__fadeIn{
	opacity: 0; /* 最初は非表示 */
	transition: opacity .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js__fadeIn.is-inview {
	opacity: 1; /* 表示領域に入ったら表示 */
}

/* フェードアップ(初期値) */
.js__fadeUp{
	opacity: 0; /* 最初は非表示 */
	transform: translateY(8px); /* 下にXXpxの位置から */
	transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードアップ(スクロールした後) */
.js__fadeUp.is-inview {
	opacity: 1; /* 表示領域に入ったら表示 */
	transform: translateY(0); /* XXpx上に移動する */
}


/* ブラー*/
.js__blurAnime{opacity: 0; /* 最初は非表示 */}
.js__blurAnime.is-inview{
	animation-name: blurAnime;
	animation-duration: 1.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes blurAnime{
	from {
		filter: blur(10px);
		opacity: 0;
	}

	to {
		filter: blur(0);
		opacity: 1;
	}
}


.is-transition-delayed01{transition-delay: .4s;}
.is-transition-delayed02 {transition-delay: .6s;}
.is-transition-delayed03 {transition-delay: .8s;}
.is-animation-delayed {animation-delay: .4s;}
