/* PC・SP出し分け */
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 640px) {
	.sp {
		display: none;
	}
}

/* フッターのスタイル */
.g-footer {
	width: 100%;
	padding: 14px 0 6px;
	background-color: #212121;
}

.g-footer__menu {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.1rem;
	text-align: center;
}

.g-footer__item {
	position: relative;
	padding-left: 2.2rem;
}

.g-footer__item:first-child {
	padding-left: 0;
}

.g-footer__item a {
	color: #e0e0e0;
	text-decoration: none;
}

.g-footer__item::before {
	content: '｜';
	position: absolute;
	left: 0.6rem;
	color: #e0e0e0;
}

.g-footer__copyright {
	margin: 1rem 0 0;
	text-align: center;
	font-size: 0.9rem;
	line-height: 2;
	color: #9e9e9e;
}

/* フッターをページ下部に固定 */
body {
	position: relative;
	min-height: 100vh;
	margin: 0 auto;
	padding-bottom: 123px;
	;
	box-sizing: border-box;
}

footer {
	position: absolute;
	bottom: 0;
}

/* ページ上部のデザイン*/
html,
body {
	font-size: 10px;
	background-color: #f8f8f8
}

@media screen and (max-width: 980px) {
	header h1 {
		height: 40px;
	}
}

.artist {
	margin: 0 auto;
	width: min(100%, 980px);
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
}

.artist p {
	font-size: 1.5rem;
	line-height: 1.6;
}

@media screen and (min-width: 640px) {
	.artist_img {
		padding-top: 20px;
	}
}

.artist_img {
	text-align: center;
	margin: 50px auto 0;
}

.artist_img img {
	max-width: 640px;
}

.artist_main {
	max-width: 560px;
	margin: 20px auto 0;
	padding: 0 10px
}

.artist_main .ttl {
	color: #094D8C;
	font-size: min(5.6vw, 27px);
	line-height: 1.6;
	text-align: center;
}

.artist_main .name {
	font-size: min(4.5vw, 16px);
	color: #9e9e9e;
	line-height: 1.4;
}

/* 受付リストのデザイン */

.artist_list {
	margin: 2rem 1%;
	border: 8px solid #fff;
	text-align: center;
	background-color: #fff;
	width: 43%;
	display: flex;
	flex-flow: column;
	flex-direction: column;
}

.artist_list a {
	text-decoration: none;
	margin: 10px;
	align-items: baseline;
}

.artist_list li {
	padding: 2px 0;
	margin: 3px auto;
	background-image: none;
	border: 1px solid #666;
	width: 80%;
	box-shadow: 0px 0px 5px -3px #666;
	display: flex;
	border-radius: 5px;
}

.artist_list li p.artist_txt {
	display: inline-block;
	padding: 0 2px;
	position: relative;
}

.artist_list img {
	width: 100%;
	display: flex;
}

.artist_name {
	font-weight: bold;
	color: #666;
	word-break: break-all;
	text-align: left;
	margin: 3px;
}

p.artist_nnn {
	color: #666;
	word-break: break-all;
	text-align: left;
	margin: 0px;
	font-size: 12px;
}

p.artist_txt {
	color: #666;
	font-size: 1.2rem;
}

.artist_list li.view_timer {
	padding: 1px 0;
	background-image: none;
	width: 100%;
}

.artist_list li.view_timer_sold {
	padding: 1px 0;
	background-image: none;
	width: 100%;
}

li a {
	display: block;
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 751px) {
	.artist_list {
		width: 85%;
	}

	.artist_img img {
		width: 65%;
	}
}

/* 受付中と受付終了のデザイン*/
.view_timer.end {
	background-color: #CACBCC;
	box-shadow: none;
	border: 1px solid #C1C9CD;
}

.view_timer.start:hover {
	background-color: #C8E1ED;
}

.view_timer.start {
	background-color: #FCFDFE;
	border: 1px solid #094D8C;
}

.view_timer.end::after {
	border-left-color: #666;
}

.attention {
	text-align: center;
	margin: 0 auto;
	color: #666;
	padding: 10px;
	font-size: 1rem;
	margin: 0;
}

.view_timer.preparation {
	border: 1px solid #ADC3CD;
	color: #666;
	background-color: #CFDAE3;
}

.view_timer.start p.artist_txt::before {
	content: "受付中";
	color: #094D8C;
	border: 2px solid #094D8C;
	font-size: 10px;
	padding: 3px;
	margin-right: 5px;
	border-radius: 4px;
}

.view_timer.end p.artist_txt::before {
	content: "受付終了";
	border: 2px solid #666;
	color: #666;
	font-size: 10px;
	padding: 3px;
	margin-right: 5px;
	border-radius: 4px;
}

.view_timer.preparation p.artist_txt::before {
	content: "受付前";
	border: 2px solid #666;
	color: #666;
	font-size: 10px;
	padding: 3px;
	margin-right: 5px;
	border-radius: 4px;
}

.view_timer_sold p.artist_txt::before {
	content: "予定枚数終了";
	color: #094D8C;
	border: 2px solid #094D8C;
	font-size: 10px;
	padding: 3px;
	margin-right: 5px;
	border-radius: 4px;
}

.view_timer.disappear {
	display: none;
}

.view_timer.appear {
	display: none;
}