@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #211488; }
a:active { text-decoration: none; color: #211488; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%
}

#container {
	position: relative;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.brSp {
	display: none;
}

.brPc {
	display: inline-block;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}
a {
	transition: all 0.3s ease-in-out 0s;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* header */
/* ----------------------------------- */
.mainTit {
	text-align: center;
	padding: 20px 0 30px;
}

/* content */
/* ----------------------------------- */
#introWrap {
	padding: 60px;
	margin-bottom: 80px;
	background: #211488;
	border-radius: 30px;
}

#introWrap p {
	padding-bottom: 20px;
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
}

#linkBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#linkBtn a:hover {
	opacity: 0.7;
}

#event1 {
	background: #f0eff7;
	padding-top: 480px;
	position: relative;
	margin-bottom: 15px;
}

#event1::before {
	content: "";
	width: 100%;
	height: 480px;
	background: url(../img/event1_bg.jpg) center 0 no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#event2 {
	background: #faf3f4;
	padding-top: 480px;
	position: relative;
}

#event2::before {
	content: "";
	width: 100%;
	height: 480px;
	background: url(../img/event2_bg.jpg) center 0 no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.event {
	margin-top: -100px;
	padding: 40px 50px 80px 50px;
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 10;
}

#event1 .event::after {
	content: "";
	width: 230px;
	height: 230px;
	border-radius: 100vw;
	background: #f0eff7;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}

#event2 .event::after {
	content: "";
	width: 230px;
	height: 230px;
	border-radius: 100vw;
	background: #faf3f4;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}

#event1 .event {
	background: #f0eff7;
}

#event2 .event {
	background: #faf3f4;
}

.status {
	font-size: 2.7rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.status.order {
	color: #ff6c00;
}

.eventTit {
	font-size: 4rem;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}

#event1 .eventTit {
	color: #211488;
}

#event2 .eventTit {
	color: #df3441;
}

.info {
	padding: 20px 30px;
	margin-bottom: 20px;
	background: #FFF;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info li {
	width: 48%;
}

.info .tit {
	border-bottom: 2px solid #bfbfbf;
	margin-bottom: 10px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

#event1 .info .tit {
	color: #211488;
}

#event2 .info .tit {
	color: #df3441;
}

.info .detail {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

.eventDesc {
	padding-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 500;
}

.organizer {
	padding: 15px 20px;
	margin-bottom: 40px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

#event1 .organizer {
	border: 1px solid #211488;
}

#event2 .organizer {
	border: 1px solid #df3441;
}

.organizer .tit {
	padding-right: 20px;
	font-size: 1.2rem;
	writing-mode: vertical-rl; 
	font-weight: 500;
	position: relative;
}

.organizer .tit::after {
	content: "";
	width: 2px;
	height: 100%;
	background: #333;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.organizer .name {
	flex: 1;
	font-size: 1.4rem;
	font-weight: 500;
}

.entry {
	padding-bottom: 30px;
	text-align: center;
}

.btn {
	display: inline-block;
	padding: 20px 50px;
	font-size: 2rem;
	color: #FFF;
	border-radius: 100vw;
	font-weight: bold;
	text-align: center;
}

.btn {
	display: inline-block;
	padding: 20px 70px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	border-radius: 100vw;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.btn::after {
	content: "";
	width: 16px;
	height: 15px;
	background: url(../img/icon_arrow.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn .order {
	color: #ff903e;
}

#event2 .btn .order {
	color: #ffd617;
}

#event1 .btn {
	background: #211488;
	color: #FFF;
	box-shadow: 0px 5px 0px 0px rgba(11, 3, 75, 1);
}

#event2 .btn {
	background: #df3441;
	color: #FFF;
	box-shadow: 0px 5px 0px 0px rgba(162, 36, 46, 1);
}

#event1 .btn:hover {
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
	box-shadow: 0px 0px 0px 0px rgba(11, 3, 75, 1);
}

#event2 .btn:hover {
	-webkit-transform: translate(0, 5px);
	transform: translate(0, 5px);
	box-shadow: 0px 0px 0px 0px rgba(162, 36, 46, 1);
}

.entry .name {
	padding: 3px 10px;
	font-size: 1.5rem;
	display: inline-block;
	border: 1px solid #FFF;
}

.nextInfoWrap {
	text-align: center;
}

.nextInfo {
	padding: 5px 30px;
	font-size: 1.7rem;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	background: #2ebcf1;
}

.nextInfo span {
	color: #ffff00;
}



/* footer */
/* ----------------------------------- */
#copy {
	padding: 30px 0;
	text-align: center;
}

#backBtn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
}

#backBtn a:hover {
	opacity: 0.7;
}


