@charset "UTF-8";
@import "/kwsc/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	margin-bottom: 15vw;
	padding: 10vw 0 10vw;
	background: #DB5331;
	color: #fff;
}

#main .copy {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 13vw;
	line-height: 1.3;
}

#main .sub_title {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5vw;
	padding: 0.5em 1.8em;
	background: #EFDDC5;
	font-weight: 800;
	font-size: 4.5vw;
	line-height: 1.4;
	color: #DB5331;
}

#main h2 {
	margin-bottom: 5vw;
	font-weight: 400;
	font-size: 4.5vw;
	line-height: 1.7;
}

#main .figure_02 {
	margin-bottom: 5vw;
	position: relative;
	z-index: 0;
}

#main .figure_02:before {
	content: 'Work Style';
	height: 112px;
	font-weight: 400;
	font-size: 19vw;
	line-height: 1;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.1);
	transform: translateY(-60%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#main .figure_02 img {
	height: 60vw;;
}

#main .sponsor {
	margin: 0 5vw;
	font-size: 3vw;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document h2
--------------------------------------------------------- */

.h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
}

.h2:before {
	content: '';
	width: 10vw;
	height: 1px;
	background: #000;
	position: absolute;
	left: -15vw;
	top: 50%;
}

.h2:after {
	content: '';
	width: 10vw;
	height: 1px;
	background: #000;
	position: absolute;
	right: -15vw;
	top: 50%;
}

.h2 .en {
	display: block;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-style: italic;
	font-size: 9vw;
	letter-spacing: 0.08em;
	color: #DB5331;
}

.h2 .ja {
	display: block;
	font-size: 3.5vw;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	text-align: center;
}

.submit li {
	margin-bottom: 15px;
}

.submit a {
	display: inline-block;
	vertical-align: top;
	width: 60vw;
	border-radius: 14vw;
	border: solid 2px #fff;
	background: linear-gradient(to bottom, #25A571 0%, #208E61 100%);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	font-size: 4vw;
	line-height: 14vw;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document sponsor
--------------------------------------------------------- */

#sponsor_top {
	margin-bottom: 10vw;
}

#sponsor_btm {
	margin-bottom: 15vw;
}

.sponsor ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sponsor ul.a {
	margin-bottom: 5vw;
}

.sponsor li {
	margin: 0 3vw 5vw;
}

.sponsor .a img {
	max-width: 46vw;
	max-height: 14vw;
}

.sponsor .b li {
	margin-bottom: 5vw;
}

.sponsor .b img {
	height: 7vw;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 60px;
	font-weight: 800;
	font-size: 4vw;
	line-height: 1.6;
}

#about .name {
	margin-bottom: 10px;
}

#about .name .en {
	display: block;
	width: 8em;
	margin: 0 auto 10px;
	border-radius: 10vw;
	background: #DB5331;
	font-weight: 500;
	font-size: 4vw;
	line-height: 10vw;
	color: #fff;
}

#about .name .ja {
	display: block;
	font-size: 4.5vw;
}

#about .date {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.1;
}

#about .date span {
	font-size: 8.5vw;
}

/* ---------------------------------------------------------
	CSS Document project
--------------------------------------------------------- */

#project {
	margin-bottom: 20vw;
	background: #DB5331 url(../images/project_bg.png) no-repeat bottom / 150% auto;
	color: #fff;
}

#project .container {
	padding: 10vw 5vw 1px;
	position: relative;
	z-index: 0;
}

#project h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.5;
}

#project p {
	margin-bottom: 10vw;
	text-align: justify;
}

#project .figure_02 img {
	height: 46.15384615384615vw;
	position: relative;
	bottom: -10vw;
}

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule .container {
	margin: 0 5vw 15vw;
}

#schedule dl {
	margin-bottom: 10vw;
}

#schedule dt {
	margin-bottom: 15px;
	background: #F1EFE3;
	font-size: 4vw;
	line-height: 10vw;
}

#schedule dd {
	font-size: 4.5vw;
}

#schedule dd figure {
	margin-top: 1em;
}

#schedule dd img {
	height: 70vw;
}

#schedule .notice {
	font-size: 4vw;
}

#schedule dd p {
	font-size: 3.8vw;
	line-height: 6.8vw;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry .container {
	margin: 0 5vw 20vw;
}

#entry .about {
	margin-bottom: 10vw;
	text-align: justify;
}

#entry h3 {
	margin-bottom: 40px;
	background: #F1EFE3;
	font-weight: 500;
	font-size: 5vw;
	line-height: 12vw;
}

#entry dl {
	margin-bottom: 40px;
	text-align: left;
}

#entry dt {
	margin-bottom: 10px;
	font-size: 5vw;
	line-height: 9vw;
	color: #DB5331;
}

#entry dt i {
	display: inline-block;
	vertical-align: top;
	width: 9vw;
	height: 9vw;
	margin-right: 0.6em;
	border-radius: 100%;
	background: #DB5331;
	text-align: center;
	font-weight: 400;
	font-size: 6vw;
	color: #fff;
}

#entry .memo {
	margin-bottom: 10vw;
	text-align: justify;
}

#entry dd figure {
	margin-top: 1em;
}

#entry dd img {
	height: 45.5vw;
}
