@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
	background-color: #f9e2f7;
}

#bg_body {
	background: url(../img/bg.jpg?2025) left 0 no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
}

/*=======================================================
	container
=======================================================*/
#container {}

/* btn_sns_area */
#btn_sns_area {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 10;
}

#btn_sns_area ul {
	display: flex;
}

#btn_sns_area ul li {
	width: 70px;
	margin: 0 5px;
}

#btn_sns_area ul li img {
	width: 100%;
	border-radius: 10px;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

.ttl {
	margin-bottom: 30px;
	text-align: center;
}

.ttl h2 {
	margin-bottom: 5px;
	line-height: 1em;
	color: #E4007F;
	text-shadow: 0px 0px 10px #FFF;
}

.ttl h5 {
	color: #E4007F;
}

.coming_soon {
	margin-bottom: 0;
	border: 2px solid #FFF;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.3em 1em;
	text-align: center;
}

table {
	width: 100%;
	margin-bottom: 30px;
}

.gray_out th {
	background: #F8C5DA;
}

.gray_out td {
	background: #EEE;
	border: 1px solid #DDD;
}

table th {
	text-align: center;
	font-weight: normal;
	background-color: #EF86B3;
	padding: 15px;
	color: #FFF;
	border-radius: 5px;
	border: 1px solid #FBE3ED;
}

table th.final {
	border: 1px solid #FBE3ED;
	color: #e4007f;
	background: #FFF;
}

table th.th_width {
	width: 16%;
}

table td {
	text-align: left;
	background-color: #FFF;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #FBE3ED;
}

table h4 {
	/* background: #e4007f; */
	color: #e4007f;
	margin-bottom: 5px;
	/* padding: 3px 10px; */
	border-bottom: #e4007f dotted 1px;
	/* border: #e4007f solid 1px; */
	/* border-radius: 5px; */
}

table p {
	margin-bottom: 0px;
}

/*=======================================================
	logo_area
=======================================================*/
#logo_area {
	padding-top: 150px;
	margin-bottom: 120px;
}

#logo_area h1 {
	background: url(../img/logo_51.png) 50% 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	height: 324px;
	background-size: contain;
	margin-bottom: 30px;
}

#logo_area h2 {
	background: url(../img/ttl_bg_w.png) 50% 0 repeat-y;
	background-size: contain;
	text-align: center;
	padding: 0.3em;
	color: #E4007F;
	text-shadow: 3px 3px 0px #FFF;
	margin-bottom: 10px;
}

#logo_area h2 a {
	text-decoration: none;
}

#logo_area h5 {
	color: #FFF;
	text-align: right;
	text-shadow: 1px 1px 3px #000;
}

/*=======================================================
	outline_area
=======================================================*/
#outline_area {
	margin-bottom: 120px;
}

/*=======================================================
	representative_area
=======================================================*/
#representative_area {
	margin-bottom: 120px;
}

/*
.representative_img_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
*/

.representative_img_box li {
	width: 400px;
	/*
	margin: 0 0.5% 10px;
	*/
	position: relative;
	/*margin: 5px; */
}

.representative_img_box li span {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.representative_img_box li img {
	width: 99%;
	border-radius: 5px;
}

/*=======================================================
	win_area
=======================================================*/
#win_area {
	margin-bottom: 120px;
}


/*=======================================================
	archive_area
=======================================================*/
#archive_area {
	margin-bottom: 120px;
}

/*
.archive_img_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
*/

.archive_img_box li {
	/*
	width: 32%;
	margin: 0 0.5% 10px;
	*/
	position: relative;
	/* margin: 5px; */
}

.archive_img_box li span {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.archive_img_box li img {
	width: 99%;
	border-radius: 5px;
}

/*=======================================================
	sns_area
=======================================================*/
#sns_area {
	margin-bottom: 120px;
}

/*=======================================================
	message_area
=======================================================*/
#message_area {
	margin-bottom: 120px;
}

.message_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.message_img_box {
	width: 34%;
	max-width: 600px;
	margin-right: 2%;
}

.message_img_box img {
	width: 100%;
	border-radius: 5px;
}

.message_text_box {
	width: 64%;
}

.message_text_box h3 {
	margin-bottom: 20px;
	color: #E4007F;
}

.message_text_box p {
	text-size-adjust: none;
}

/*=======================================================
	menu_area
=======================================================*/
#menu_area {
	width: 1140px;
	margin: 10px auto;
}

#menu_area ul {}

#menu_area ul li {
	width: 48%;
	margin: 0 1% 10px;
	float: left;
	text-align: center;
}

#menu_area ul li.menu_sns {
	width: 98%;
}

/*
#menu_area ul li.menu_facebook {
	width: 31%;
}
*/

#menu_area ul li a {
	display: block;
	background: #FFF;
	color: #E4007F;
	padding: 7px;
	text-decoration: none;
	border-radius: 50px;
	border: 2px #FFF solid;
}

#menu_area ul li a:hover,
#page_top #menu_area ul li.menu_top a,
#page_team #menu_area ul li.menu_team a,
#page_message #menu_area ul li.menu_message a,
#page_campaign #menu_area ul li.menu_campaign a,
#page_facebook #menu_area ul li.menu_sns a {
	background: #E4007F;
	color: #FFF;
}


/*=======================================================
	archive_bnr_area
=======================================================*/
#archive_bnr_area {
	text-align: center;
}

#archive_bnr_area img {
	border: 1px solid #FFF;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	text-decoration: none;
	color: #E4007F;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

#pagetop_area a {
	width: 60px;
	height: 60px;
	display: block;
	background: #E4007F;
	border-radius: 50%;
	position: relative;
}

#pagetop_area a::before {
	position: absolute;
	content: " ";
	top: 42%;
	right: 37%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(-45deg);
}
.img-box {
    width: 400px;
}
.fuki1 {
	position: absolute;
    left: 16%;
    top: -2%;
    transform: translateY(-50%) rotate(-20deg);
    width: 210px;
}
.fuki2 {
	position: absolute;
    right: 14%;
    top: 0%;
    transform: translateY(-50%) rotate(20deg);
    width: 220px;
}