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

/* --------------------
		reset
-------------------- */

#special {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#special p,
#special h3,
#special li,
#special div {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 2;
}

.urdays-img{
	margin: 0 0 60px;
}

#special a {
	display: block;
	width: 100%;
}

.container {
	width: auto !important;
	}
	.block-event-page {
	width: 100% !important;
	padding: 0 !important;
	}
	.block-event-page--header-img {
	display: none;
	}
	.block-event-page--comment-bot {
	padding: 0 !important;
	background-color: transparent;
	}
	.block-footer-download {
	display: none !important;
	}
	
	/* // 商品リストあり時 追記 */
	.block-event-page--goods {
		padding: 0 20px;
	}
	

/* --------------------
		common
-------------------- */

:root {
	--c-txt-b: #333;
	--c-txt-w: #fff;
	--c-bg: #999;
	--c-link: #b4751e;
	--c-point: #E84388; /* シーズンカラー */
}

/* --------------------
		#head
-------------------- */

#head {
	width: 100%;
}

#head,
#head img {
	width: 100%;
}

#txt {
	width: 80%;
	padding: 0 0 50px 0;
	margin: 0 auto;
	text-align: left;
}

#txt p:first-child {
	padding-bottom: 25px;
}

.bold {
	font-weight: bold;
}

.info > span {
	font-weight: 700;
	color: var(--c-point);
}

/* --------------------
		#main
-------------------- */

#main {
	width: 100%;
}


/*----- .box01 ------*/

.box01 {
	margin-bottom: 40px;
	background: #999;
}

.ttl {
	width: 100%;
}

.box01 .ttl .urdays-ttl {
	padding: 40px 0 30px;
	margin: 0 0 0 10vw;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
	line-height: 1.5;
	width: 80%;
	text-align: left;
}

.box01 .ttl .urdays-ttl span {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.box01 .ttl::after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 2px #fff dotted;
	margin-bottom: 30px;
}

.ttl_sub {
	width: 215px;
	margin-bottom: 15px;
	background: #fff;
}

.box01 .ttl_sub h3 {
	padding: 5px 0;
	margin-left: 10vw;
	font-weight: bold;
}

.box01 > div:nth-child(3),
.box01 > ul {
	width: 80%;
	margin: 0 auto;
}

.box01 > div:nth-child(3) > div {
	padding-bottom: 20px;
	color: #fff;
}

.box01 li {
	padding-bottom: 20px;
	color: #fff;
}

.box01 li div {
	display: flex;
}

.box01 > div:nth-child(3) li br {
	display: none;
}

.icon {
	width: 18px;
	height: 34px;
	margin-right: 8px;
}

.icon img {
	width: 100%;
}

.box01 li span {
	font-size: 18px;
	font-weight: bold;
}

.box01 ul li:last-child {
	padding-bottom: 40px;
}

.date {
	font-weight: bold;
}


/*----- .box02 ------*/

.box02 {
	margin-bottom: 50px;
}

.box02 .ttl_sub {
	background: #e0e0e0;
}

.box02 .ttl_sub .urdays-desc {
	padding: 5px 0;
	margin-left: 10vw;
	font-weight: bold;
}

.box02 ul {
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
}

.box02 li {
	padding-left: 10px;
	text-indent: -12px;
}

.box02 li::before {
	content: '・';
}

.box02 #login {
	display: inline;
	color: #b4751e;
	font-weight: bold;
	text-decoration: underline;
}

.more {
	position: relative;
	width: 80%;
	padding: 40px 0 30px;
	margin: 0 auto;
}

.more a {
	position: absolute;
	right: 0;
	width: 200px !important;
	color: #333;
	border-bottom: 1px #333 solid;
	text-decoration: none;
}

.more a::after {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*----- .box03 ------*/
.box03{
	margin-bottom: 80px;
}

.box03 .ttl_sub {
	background: #e0e0e0;
}

.box03 .ttl_sub .urdays-desc {
	padding: 5px 0;
	margin-left: 10vw;
	font-weight: bold;
}

.btn {
	width: 90vw;
	border-radius: 3px;
	margin: 0 auto;
	background: #333;
}

.btn a {
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.urdays-btn{
	padding: 26px 20px;
}

.box03 p {
	width: 80vw;
	margin: 15px auto 20px;
}
