/*
	ページタイトル
-----------------------------------------------------------------------------------------------*/
#page-title{
	margin-bottom: 6px;
}
#page-title::before{
	background-image: linear-gradient(90deg, #05a6e9, #05a6e9 12.5%, #e75297 12.5% 25%, #1eaa39 25% 37.5%, #ed7700 37.5% 50%, #05a6e9 50% 62.5%, #e75297 62.5% 75%, #1eaa39 75% 87.5%, #ed7700 87.5% 100%);
	bottom: -6px;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#page-title .cts-area{
	padding-block: 13px;
}
/* ロゴ
============================== */
.page-title-logo{
	width: 130px;
}
/* 総投票数
============================== */
.count{
	gap: 7px;
	margin-bottom: 8px;
	padding: 0 18px 0 24px;
}
[class^="count-deco-"]{
	bottom: 0;
}
[class^="count-deco-"] img{
	width: 100%;
}
.count-deco-01{
	height: 37px;
	width: 23px;
}
.count-deco-02{
	height: 30px;
	width: 29px;
}
.count-txt-green{
	font-size: 1.4rem;
	line-height: 1.1;
}
.count-num{
	font-size: 3.4rem;
	line-height: 1;
}
.count-txt-orange{
	font-size: 1.6rem;
	line-height: 1.2;
}
/* 投票期間
============================== */
.period-tit{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 1.1rem;
}
.period-num{
	font-size: 2.0rem;
	letter-spacing: 0.2rem;
	line-height: 1.0;
	margin: 5px -7px 0 0;
}
.period-en{
	font-size: 1.0rem;
	letter-spacing: .2rem;
	line-height: .8;
	margin: 2px 0 0;
}
.period-arrow{
	height: 13px;
	margin: 0 10px 0 4px;
	width: 13px;
}
.period-arrow svg{
	width: 22px;
}
[class^="page-title-deco-"] img{
	width: 100%;
}
.page-title-deco-01{
	height: 40px;
	left: 10px;
	width: 54px;
}
.page-title-deco-02{
	height: 35px;
	right: 50%;
	width: 58px;
}
/*
	detail
-----------------------------------------------------------------------------------------------*/
#detail{
	display: flex;
}
/* スライダー
============================== */
.swiper{
	min-width: 860px;
	width: calc(100vw - 340px);
}
.detail-container{
	height: fit-content;
	position: relative;
	text-align: center;
}
.swiper img{
	width: 100%;
}
/* コントロール */
.swiper-controls{
	align-items: center;
	bottom: -40px;
	display: inline-flex;
	gap: 20px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}
.swiper-button-prev,
.swiper-button-next{
	background: url(../images/icon_arrow01.svg) no-repeat center center / cover;
	color: transparent!important;
	height: 22px!important;
	margin-top: auto!important;
	position: static!important;
	cursor: pointer;
	width: 22px!important;
}
.swiper-button-next{
	transform: scale(-1, 1);
}
.swiper-pagination{
	position: static;
	display: flex;
	gap: 10px;
}
.swiper-pagination{
	position: static!important;
	display: inline-flex!important;
	gap: 20px!important;
}
.swiper-pagination-bullet{
	background: #D9D9D9!important;
	height: 7px!important;
	opacity: 1!important;
	width: 7px!important;
}
.swiper-pagination-bullet-active{
	background: var(--c-blue)!important;
}
.swiper-pagination-horizontal{
	justify-content: center;
}
/* 概要
============================== */
.detail-description{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 30px;
	width: 340px;
}
/* エントリーナンバー */
.entry-hover-en{
	display: flex;
	font-family: var(--f-en);
	font-size: 2.2rem;
	font-weight: 300;
	gap: 8px;
	justify-content: center;
	line-height: 1.1;
	padding: 60px 0 23px 0;
	text-align: right;
}
.entry-hover-en-num{
	font-size: 6.0rem;
	font-weight: 500;
	line-height: .8;
}
.entry-hover-name{
	border-bottom: 1px solid #000;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-bottom: 50px;
	text-align: center;
}
/* アピールポイント */
.appeal{
	text-align: center;
}
.appeal .bubble,
.appeal .bubble::before{
	background: var(--c-blue);
}
.appeal-txt{
	cursor: ns-resize;
	font-size: 1.2rem;
	height: calc(40vw - 348px);
	line-height: 1.6;
	margin: 10px 0 5px;
	overflow-y: scroll;
	text-align: justify;
}
/* 投票する！ボタン */
.button-area{
	position: relative;
	text-align: center;
	width: 100%;
}
#detail-button{
	align-items: center;
	background: var(--c-pink);
	border-radius: 16px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 2.2rem;
	font-weight: 900;
	gap: 28px;
	height: 100px;
	margin-top: 30px;
	padding: 0 25px;
	transition: .3s;
	width: 100%;
}
.detail-button-box{
	align-items: center;
	display: flex;
	flex-direction: column;
}
.detail-button-icon{
	align-items: center;
	background: #fff;
	border-radius: 21px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 4px 0 0;
	width: 42px;
}
.detail-button-svg{
	fill: var(--c-pink);
}
#counter{
	font-family: var(--f-en);
	font-size: 1.3rem;
	font-weight: 600;
}
@media (any-hover: hover){
	#detail-button:hover{
		background: #F4348D;
		transition: .3s;
	}
	#detail-button:hover .detail-button-svg{
		fill: #F4348D;
		transition: .3s;
	}
}
/* 非活性 */
#detail-button:disabled{
	background: #C3C3C3;
	cursor: default;
	transition: 0s;
}
#detail-button:disabled .detail-button-svg{
	fill: #C3C3C3;
	transition: 0s;
}
/* ＼ありがとうございました！／ */
#thanks{
	color: var(--c-pink);
	cursor: default;
	display: inline-block;
	font-weight: 700;
	left: 50%;
	margin: 0 auto;
	opacity: 0;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity 0.5s ease;
	transform: translate(-50%, 0);
	width: 83%;
}
#thanks::before,
#thanks::after{
	background: var(--c-pink);
	border-radius: 2px;
	bottom: 0;
	content: '';
	height: 25px;
	position: absolute;
	width: 4px;
}
#thanks::before{
	left: 0;
	transform: rotate(-40deg);
}
#thanks::after{
	right: 0;
	transform: rotate(40deg);
}
#thanks.show{
	animation: 1.5s fadeOut 0s forwards;
	transform: translate(-50%, 0);
	opacity: 0;
}
@keyframes fadeOut{
	0%{
		display: none;
		opacity: 1;
		transform: translate(-50%, 5px);
	}
	12%{
		display: block;
		transform: translate(-50%, 0);
		opacity: 1;
	}
	80%{
		display: block;
		transform: translate(-50%, 0);
		opacity: 1;
	}
	100%{
		display: none;
		transform: translate(-50%, 5px);
		opacity: 0;
	}
}
/*
	share
-----------------------------------------------------------------------------------------------*/
#share{
	background: var(--c-orange);
	margin-top: 130px;
	padding: 70px 0 50px;
	position: relative;
}
#share .bubble{
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	top: -20px;
}
.share-list{
	display: flex;
	gap: 22px;
	justify-content: center;
}
.share-link{
	align-items: center;
	background: #fff;
	border-radius: 40px;
	cursor: pointer;
	display: flex;
	height: 80px;
	justify-content: center;
	width: 80px;
}
#copy-button.share-link{
	flex-direction: column;
	padding-bottom: 5px;
}
.share-link-txt{
	color: var(--c-orange);
	display: block;
	font-size: 1.0rem;
	letter-spacing: 0;
}
#url-input{
	display: none;
}
/* URLをコピーしました！
============================== */
#message{
	background: #E7FFE7;
	border-radius: 10px;
	color: #12C00C;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, .3));
	font-size: 1.7rem;
	font-weight: 500;
	left: 50%;
	padding: 20px;
	position: fixed;
	text-align: center;
	top: 90px;
	transform: translate(-50%, 0);
	transition: top .6s;
	width: 270px;
	z-index: 999;
}
.hidden{
	opacity: 1;
	top: -100px!important;
	transition: top .9s;
}
/* ヘッダーが非表示の場合 */
.headerUnpinned + #wrapper #message{
	top: 30px;
}
/*
	一覧へ戻るボタン
-----------------------------------------------------------------------------------------------*/
.button-back{
	align-items: center;
	background: #000;
	border-radius: 40px;
	color: #fff!important;
	display: flex;
	font-size: 1.8rem;
	height: 80px;
	justify-content: center;
	margin: 120px auto;
	position: relative;
	width: 445px;
}
.button-back::before{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	content: '';
	height: 10px;
	left: 40px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(-45deg);
	width: 10px;
}
@media screen and (max-width:812px){
	/*
		ページタイトル
	-----------------------------------------------------------------------------------------------*/
	#page-title{
		margin-bottom: 4px;
	}
	#page-title::before{
		bottom: -4px;
		height: 4px;
	}
	/*
		detail
	-----------------------------------------------------------------------------------------------*/
	#detail{
		flex-direction: column;
	}
	/* スライダー
	============================== */
	.swiper{
		min-width: 100%;
		width: 100%;
	}
	/* コントロール */
	.swiper-controls{
		bottom: -30px;
		gap: 15px;
	}
	.swiper-button-prev,
	.swiper-button-next{
		height: 16px!important;
		width: 16px!important;
	}
	.swiper-pagination{
		gap: 4px;
	}
	.swiper-pagination{
		gap: 15px!important;
	}
	.swiper-pagination-bullet{
		height: 6px!important;
		width: 6px!important;
	}
	/* 概要
	============================== */
	.detail-description{
		margin: 0 auto;
		max-width: 500px;
		padding: 0 20px;
		width: 100%;
	}
	/* エントリーナンバー */
	.entry-hover-en{
		font-size: 1.8rem;
		gap: 10px;
		padding: 65px 0 15px 0;
	}
	.entry-hover-en-num{
		font-size: 4.5rem;
	}
	.entry-hover-name{
		font-size: 1.0rem;
		margin-bottom: 25px;
		padding-bottom: 22px;
	}
	/* アピールポイント */
	.appeal-txt{
		font-size: 1.2rem;
		height: auto;
		margin-top: 5px;
	}
	/* 投票する！ボタン */
	.button-area{
		background: rgba(0, 0, 0, .8);
		backdrop-filter: blur(9px);
		bottom: 0;
		left: 0;
		padding: 25px 20px 15px;
		position: fixed;
		z-index: 999;
	}
	#detail-button{
		border-radius: 12px;
		font-size: 1.7rem;
		gap: 28px;
		height: 60px;
		justify-content: center;
		margin: 0 auto;
		max-width: 500px;
		padding: 0 25px;
		width: 70%;
	}
	.detail-button-box{
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.detail-button-icon{
		border-radius: 21px;
		height: 30px;
		padding: 2px 0 0;
		width: 30px;
	}
	.detail-button-svg{
		width: 60%;
	}
	#counter{
		font-size: 1.1rem;
		line-height: 1.0;
		margin-top: 5px;
	}
	/* ＼ありがとうございました！／ */
	#thanks{
		font-size: 1.2rem;
		left: 50%;
		padding: 0 20px;
		top: 2px;
		transform: translate(-50%, 0);
		width: 53%;
	}
	#thanks::before,
	#thanks::after{
		bottom: 4px;
		height: 17px;
		width: 2px;
	}
	@keyframes fadeOut{
		0%{
			display: none;
			opacity: 1;
			transform: translate(-50%, 5px);
		}
		12%{
			display: inline-block;
			transform: translate(-50%, 0);
			opacity: 1;
		}
		80%{
			display: inline-block;
			transform: translate(-50%, 0);
			opacity: 1;
		}
		100%{
			display: none;
			transform: translate(-50%, 5px);
			opacity: 0;
		}
	}
	/*
		share
	-----------------------------------------------------------------------------------------------*/
	#share{
		margin-top: 60px;
		padding: 60px 20px 45px;
	}
	#share .bubble{
		top: -16px;
		width: max-content;
	}
	.share-list{
		gap: 22px;
	}
	.share-link{
		border-radius: 35px;
		height: 70px;
		width: 70px;
	}
	#copy-button.share-link{
		padding-bottom: 0;
	}
	.share-link-txt{
		font-size: 1.0rem;
		line-height: 1;
	}
	#url-input{
		display: none;
	}
	img[src*="img_share01"]{
		width: 30px;
	}
	img[src*="img_share03"]{
		width: 38px;
	}
	img[src*="img_share04"]{
		width: 37px;
	}
	/* URLをコピーしました！
	============================== */
	#message{
		font-size: 1.2rem;
		padding: 15px;
		top: 65px;
		width: 200px;
	}
	/* ヘッダーが非表示の場合 */
	.headerUnpinned + #wrapper #message{
		top: 20px;
	}
	/*
		一覧へ戻るボタン
	-----------------------------------------------------------------------------------------------*/
	.button-back{
		border-radius: 35px;
		font-size: 1.5rem;
		height: 70px;
		margin: 50px auto;
		max-width: 500px;
		width: calc(100% - 40px);
	}
}