@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);


.pageheader {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	max-width: 600px;
	z-index: 50;
	background: #FFF;
	box-shadow: 0 0px 20px 0 rgb(137 92 224 / 10%);
	border-radius: 10px;
}
.pageheader .pageheader-link {
	display: block;
	padding: 15px 15px 15px 50px;
	font-size: 0.8em;
}
.pageheader .pageheader-link:before {
	content: '';
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url(/common/img/icon-caret-right.png);
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: center;
}


main {
	padding-top: 50px;
	padding-bottom: 200px;
}
main h1 {
	max-width: 600px;
}


.urlcopy {
	width: 90%;
	max-width: 600px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

/*開催フラグ*/
.event-item__flag {
	font-size: 16px;
	width: fit-content;
	padding: 3px 8px;
	border-radius: 4px;
	background: #FFF;
}
.event-item__flag.flag0 {
	background: var(--color-sub);
	color: #FFF;
}
.event-item__flag.flag1 {
	background: var(--color-main);
	color: #FFF;
}
.event-item__flag.flag2 {
	background: #A5992C;
}
.event-item__flag.flag3 {
	background: #2CA559;
	color: #FFF;
}

.urlcopybtn {
	font-size: 0.7em;
	color: #FFF;
	user-select: none;
	cursor: pointer;
	width: fit-content;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	box-shadow: 0 5px 20px 0 rgb(141 35 67 / 30%);
	background: rgb(254,220,64);
	background: linear-gradient(126deg, rgba(254,220,64,1) 0%, rgba(247,93,139,1) 100%);
	border-radius: 5px;
	margin: auto 0 auto auto;
}
.urlcopybtn img {
	width: 20px;
	height: 20px;
}


.adblock {
	margin: 30px auto;
}
.detailtable {
	width: 90%;
	max-width: 500px;
	margin: 50px auto;
}
.detailtable table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.detailtable table th,
.detailtable table td {
	font-size: 0.8em;
}
.detailtable table th {
	text-align: left;
	border-bottom: 2px solid #353535;
	padding: 14px 10px 14px 0;
	font-weight: bold;
	width: 100px;
}
.detailtable table td {
	border-bottom: 2px solid #EFEFEF;
}
.detailtable table td a {
	font-size: 1em;
	color: #677EFA;
}
.detailtable table td a:after {
	content: '';
	margin: 0 0 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
}
.detailtable table td .limit {
	display: flex;
	align-items: center;
	font-size: 1em;
}
.detailtable table td .limit .limit-total {
	font-size: 1em;
}
.detailtable table td .limit .limit-flag {
	margin-left: 20px;
	font-size: 0.6em;
	color: #FFF;
	text-align: center;
	width: fit-content;
	border-radius: 5px;
	padding: 5px 10px;
	background: rgb(103,126,250);
	background: linear-gradient(125deg, rgba(103,126,250,1) 0%, rgba(137,92,224,1) 100%);
}


.money {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
	width: 80%;
	margin: 20px auto;
	border-radius: 10px;
	padding: 10px 20px;
	background: rgb(103,126,250);
	background: linear-gradient(125deg, rgba(103,126,250,1) 0%, rgba(137,92,224,1) 100%);
}
.money .money-title {
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
}
.money .money-payment {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}


.user-list {
	width: 90%;
	max-width: 500px;
	margin: 50px auto;
	background: var(--color-lightgray);
	padding: 20px;
	border-radius: 10px;
}
.user-list .user-list-ttl {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.user-list .user-list-ttl .joinnum {
	font-size: 0.8em;
}
.user-list ul {
}
.user-list ul .itemlistuser {
	width: 100%;
	margin: auto auto 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}
.user-list ul .itemlistuser.guest:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #e3e3e3;
}
.user-list ul .itemlistuser.guest:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto;
	width: 17px;
	height: 4px;
	border-radius: 4px;
	background: #999;
}

.user-list ul .itemlistuser .user-listicon {
	width: 50px;
	height: 50px;
	margin: auto 10px auto 0;
}
.user-list ul .itemlistuser .user-listicon img {
	vertical-align: baseline;
	border-radius: 100%;
	border: 1px solid #EFEFEF;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1/1;
}
.user-list ul .itemlistuser .user-txt {
	width: 80%;
}
.user-list ul .itemlistuser .user-txt .username {
	font-size: 0.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.user-list ul .itemlistuser .user-txt .optionname {
	font-size: 11px;
	background: #677efa;
	color: #FFF;
	padding: 3px 10px;
	border-radius: 0 10px 10px 10px;
	width: fit-content;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 2px;
}



.joinbtn {
	margin: auto;
	z-index: 10;
}
.joinbtn:after {
	animation-name: expansion;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-play-state: running;
}

@keyframes expansion{
	0%{
		transform: rotate(360deg);
	}
	100%{
		transform: rotate(0deg);
	}
}


.linebtn {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	z-index: 10;
}



/*参加時アンケート*/
#selectoption {
	display: block;
	position: fixed;
	top: 100vh;
	bottom: -100vh;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	transition: 0.3s;
}
#selectoption.active {
	top: 0;
	bottom: 0;
	transition: 0.3s;
}
#selectoption .selectoption_bg {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgb(0 0 0 / 50%);
	z-index: 1;
}
#selectoption .selectoption_wrap {
	background: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	border-radius: 50px 50px 0 0;
	padding: 50px 5%;
	width: 100%;
	max-width: 500px;
	height: fit-content;
	max-height: calc(100vh - 100px);
	overflow: auto;
}
#selectoption .selectoption_wrap .selectoption_title {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
}
#selectoption .selectoption_wrap .selectoption_form {}


.selectoption_btnlist {
	display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.selectoption_btnlist .btn {
	width: calc(90% / 2);
	font-size: 0.7em;
}
.selectoption_btnlist .btn.cancel {
	background: #EFEFEF;
	padding: 15px;
}
.selectoption_btnlist .btn.true {
	box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%);
	padding: 15px 50px 15px 20px;
}

/*===========================
=============================
SP ~750
=============================
===========================*/
@media screen and (min-width:750px) {
}