@charset "utf-8";
/*============================================================

	2018/12/30

============================================================*/
/* util */
p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0;
}
.mt20 { margin-top: 10px; }
.verdana {
	font-family: Droid Sans; /* android copyright */
}

/*----------------------------------------

	メインビジュアル

----------------------------------------*/

/*----------------------------------------

	メインビジュアル

----------------------------------------*/
.notice .page_mainvisual {
	position: relative;
	/*background: url(../notice/images/bg_26.png) no-repeat center top;*/
	background: url(../notice/images/bg_29.png) repeat left top;
	background-size: 340px auto;
	/*
	background-image:
		url("../notice/images/bg_birds_27.png"),
		url("../notice/images/bg_27.jpg");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		95% 2%,
		bottom center;
	background-size:
		auto 8%,
		cover;
	*/
	overflow: hidden;
	padding: 0;
}


.notice .page_mainvisual .section_inner {
	padding: 0 0 30px;
}
.notice .page_mainvisual .visual {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.notice .page_mainvisual .deadline {
	position: absolute;
	top:0%;right: 0%;
	width: 15.625%;
	height: auto;
}


.notice .page_mainvisual .about_koshien {
	background: rgba(255 ,255, 255, .9);
	padding: 40px;
	z-index: 5;
	/*margin-top: -40px;*/
}
.notice .page_mainvisual .about_koshien .about_title {
	width: 426px;
	margin: 0 auto 20px;
}
.notice .page_mainvisual .about_koshien p {
	font-size: 16px;
	line-height: 1.6;
	padding: 0;
}
.notice .page_mainvisual .about_koshien .explain {
	color: #E73357;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}
.notice .page_mainvisual p:after {
	content: none;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.notice .page_mainvisual {
	/*background: none;
	background: #F8F8EF;*/
	background-size: 65px auto;
	margin: 0;
}
.notice .page_mainvisual:before {
	top: 28vw;
	height: 65vw;
}
.notice .page_mainvisual .section_inner {
	padding: 0 0 15px;
}
.notice .page_mainvisual .pc { display: none; }
.notice .page_mainvisual .sp { display: inline; }
.notice .page_mainvisual .visual {}
.notice .page_mainvisual .visual.sp {
	display: block;
}
.notice .page_mainvisual .visual {
	width: 100%;
	padding: 0;
}
.notice .page_mainvisual .about_koshien {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	padding: 15px;
	margin: 15px 15px 0;
}
.notice .page_mainvisual .about_koshien .about_title {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 15px;
}
.notice .page_mainvisual .about_koshien p {
	font-size: 3.5vw;
}
.notice .page_mainvisual .about_koshien .explain {
	font-size: 3.8vw;
	margin-bottom: 15px;
}
}/* for SP max-width: 800px */

/*----------------------------------------

	会社/作品・商品案内

----------------------------------------*/
.notice .section_about {
	position: relative;
	background: #fff;
}

/*.notice .section_about .section_inner {
	padding: 60px 0 0;
}*/
.notice .section_about .box {
	position: relative;
	padding: 0;
}
.notice .section_about .box + .box {
	background: url(../notice/images/table_dot.png) repeat-x left top;
	background-size: 3px auto;
	padding: 40px 0 0;
	margin-top: 40px;
}
.notice .section_about .box .name {
	font-size: 36px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}
.notice .section_about .box.meiji .company.name {
	color: #de2726; /* 明治カラー */
}
.notice .section_about .box.domremy .company.name {
	color: #e60019; /* DOMREMYカラー */
}
.notice .section_about .box.domremy .logo {
	float: right;
	width: 300px;
	margin: 0 0 20px 30px;
}
.notice .section_about .box .heading {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}
.notice .section_about .box .balloon {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	background: #e60019; /* DOMREMYカラー */
	padding: 0 .5em;
	margin-bottom: 20px;
}
.notice .section_about .box .balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 0;
    border-color: #e60019 transparent transparent transparent;
	transform: translateX(-50%);
}
.notice .section_about .box .works.name {
	/*color: #562200;*/
}
.notice .section_about .box .marble .works.name .color {
	color: #221714;
}
.notice .section_about .box .apollo .works.name .color {
	color: #e8380d;
}
.notice .section_about .box p {
	font-size: 18px;
	line-height: 1.6;
	/*font-weight: bold;*/
}
.notice .section_about .box .works_list {
	display: flex;
	justify-content: space-between;
}
.notice .section_about .box .item {
	width: 46.5%;
}
.notice .section_about .box .item .circle_title {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 100%;
	margin: 0 .5em .5em 0;
}
.notice .section_about .box .item .item_photo {
	float: right;
	width: 100px;
	margin: 0 0 20px 20px;
}
.notice .section_about .box .item .item_chara {
	float: right;
	width: 100px;
	margin: 0 0 20px 20px;
}
.notice .section_about .box .item .item_chara .name {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin: .5em 0 0;
}
.notice .section_about .box .item .item_chara.domchan .name {
	color: #f5b090;
}
.notice .section_about .box .item .item_chara.remychan .name {
	color: #f4b3c0;
}
.notice .section_about .box .item.marble .circle_title {
	background: #221714;
}
.notice .section_about .box .item.apollo .circle_title {
	background: #e8380d;
}
.notice .section_about .box .item .block + .block {
	margin-top: 40px;
}
.notice .section_about .box .voice_illust {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 30px;
	margin: 0 35px;
}
.notice .section_about .box .voice_illust .voice {
	text-align: center;
	width: 50%;
}
.notice .section_about .box .voice_illust .voice .for_participants {
	margin-bottom: 20px;
}
.notice .section_about .box .voice_illust .voice .for_participants span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}
.notice .section_about .box .voice_illust .voice .for_participants span:before,
.notice .section_about .box .voice_illust .voice .for_participants span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 2px;
	height: 100%;
	background: #000;
}
.notice .section_about .box .voice_illust .voice .for_participants span:before {
	left: -1em;
	transform: rotate(-30deg) translateY(-50%);
}
.notice .section_about .box .voice_illust .voice .for_participants span:after {
	right: -1em;
	transform: rotate(30deg) translateY(-50%);
}
.notice .section_about .box .voice_illust .voice .message {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	padding: 20px;
}
.notice .section_about .box .voice_illust .voice .message p {
	color: #1175A5;
	font-size: 20px;
	font-weight: bold;
}
.notice .section_about .box .voice_illust .voice .message .from {
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: .5em;
}
.notice .section_about .box .voice_illust .illust {
	width: 50%;
	margin: -30px 0;
}
.notice .section_about .box .project {
	background: #ddeebc;
	/*background: linear-gradient(to right, #e9e9ad, #ddeebc); きのこたけのこ*/
	background: #de2726; /* 明治カラー */
	padding: 40px;
	margin-top: 40px;
}
.notice .section_about .box .project .project_row {
	display: flex;
}
.notice .section_about .box .project .project_row .text {
	flex: 1;
}
.notice .section_about .box .project .project_row .image {
	flex-basis: 300px;
	overflow: hidden;
	background: url("../notice/images/project_item.jpg") no-repeat center;
	background-size: cover;
	margin: -40px -40px -40px 40px;
}
.notice .section_about .box .project p {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}
.notice .section_about .box .project .btn {
	margin-top: 2em;
}
.notice .section_about .box .project .btn a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	min-width: 100%;
	color: #de2726;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	padding: 20px 30px;
}
.notice .section_about .box .project .btn a:hover {
	background: #000 !important;
}
.notice .section_about .box .project.meiji .btn a {
	background: #fff;
	border: 1px solid #fff;
	/*background: #de2726; /* 明治カラー */
}
.notice .section_about .box .project.meiji .btn a:hover {
	color: #fff;
	background: transparent !important;
}


/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	.notice .section_about:before {
		height: 100vw;
	}
	.notice .section_about .section_inner {
		padding: 30px 15px 0;
	}
	.notice .section_about .box + .box {
		padding: 15px 0;
		margin-top: 15px;
	}
	.notice .section_about .box .name {
		font-size: 4.6vw;
		margin-bottom: 15px;
	}
	.notice .section_about .box.domremy .logo {
		float: right;
		width: 36vw;
		margin: 0 0 4vw 4vw;
	}
	.notice .section_about .box .heading {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.notice .section_about .box .balloon {
		font-size: 3.8vw;
		margin-bottom: 4vw;
	}
	.notice .section_about .box .balloon:after {
		border-width: 3vw 2vw 0 0;
	}
	.notice .section_about .box p {
		font-size: 3.5vw;
		line-height: 1.6;
	}
	.notice .section_about .box .explain {
		font-size: 3.5vw;
		line-height: 1.6;
	}
	.notice .section_about .box .works_list {
		display: block;
		margin-top: 15px;
	}
	.notice .section_about .box .item {
		width: 100%;
	}
	.notice .section_about .box .item + .item {
		margin-top: 15px;
	}
	.notice .section_about .box .item .circle_title {
		width: 10vw;
		height: 10vw;
		font-size: 3.8vw;
	}
	.notice .section_about .box .item .block + .block {
		margin-top: 15px;
	}
	.notice .section_about .box .item .item_photo {
		width: 20vw;
		margin: 0 0 4vw 4vw;
	}
	.notice .section_about .box .item .item_chara {
		width: 20vw;
		margin: 0 0 4vw 4vw;
	}
	.notice .section_about .box .item .item_chara .name {
		font-size: 3vw;
	}
	.notice .section_about .box .voice_illust {
		display: block;
		padding: 0;
		margin: 0;
	}
	.notice .section_about .box .voice_illust .voice {
		width: 100%;
		margin-top: 15px;
	}
	.notice .section_about .box .voice_illust .voice .for_participants {
		margin-bottom: 15px;
	}
	.notice .section_about .box .voice_illust .voice .for_participants span {
		font-size: 3.8vw;
	}
	.notice .section_about .box .voice_illust .voice .message {
		box-shadow: 0 0 15px rgba(0, 0, 0, .05);
		padding: 15px;
	}
	.notice .section_about .box .voice_illust .voice .message p {
		font-size: 3.8vw;
	}
	.notice .section_about .box .voice_illust .voice .message .from {
		font-size: 3.5vw;
	}
	.notice .section_about .box .voice_illust .illust {
		width: 80%;
		margin: -15px auto 0;
	}
	.notice .section_about .box .project {
		padding: 15px;
		margin-top: 15px;
	}
	.notice .section_about .box .project .project_row {
		display: block;
	}
	.notice .section_about .box .project .project_row .image {
		width: auto;
		padding-top: 70%;
		background: url("../notice/images/project_item.jpg") no-repeat center;
		background-size: cover;
		margin: 15px -15px -15px -15px;
	}
	.notice .section_about .box .project p {
		font-size: 3.5vw;
	}
	.notice .section_about .box .project .btn {
		margin-top: 15px;
	}
	.notice .section_about .box .project .btn a {
		font-size: 4.0vw;
		line-height: 1.4;
		padding: 3vw 5vw;
	}
	.notice .section_about .box .project.meiji .btn a {
		/*background: #de2726; /* 明治カラー */
	}
}/* for SP max-width: 800px */

/*----------------------------------------

	応募方法

----------------------------------------*/
.notice .section_method {
	/*background: #f8bd47;
	background: linear-gradient(to right, #e9e9ad, #ddeebc);*/
	background: url(../notice/images/bg_29.png) repeat left top;
	background-size: 340px auto;
}
.notice .section_method .headline .title {
	color: #fff;
	text-shadow: 0 0 10px #e85c89;
}
.notice .section_method table {
	width: 100%;
	margin: -30px 0;
}
.notice .section_method table tr {
	background: url(../notice/images/table_dot.png) repeat-x left bottom;
	background-size: 3px auto;
}
.notice .section_method table tr:last-child {
	background: none;
}
.notice .section_method table th,
.notice .section_method table td {
	vertical-align: top;
	padding: 30px;
}
.notice .section_method table th {
	width: 170px;
	color: #e85c89;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	padding-right: 0;
}
.notice .section_method table td,
.notice .section_method table td p {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.notice .section_method table th .red,
.notice .section_method table td .red {
	color: #cd0000;
}
/* 応募内容 */
.notice .section_method table td.subject,
#requirement table td.deadline {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
/* 展示会場 */
.notice .section_method table td.place .map {
	width: 100%;
	margin-top: 10px;
}
.notice .section_method table td.place .map iframe {
	width: 100%;
	height: 300px;
}
/* 応募方法 */
#requirement table td.method {}
.notice .section_method table td dl {
	margin-top: 10px;
}
.notice .section_method table td dl.frame {
	background: #eaeaea;
	padding: 30px;
}
.notice .section_method table td dl dt {
	position: relative;
	padding-left: 1.2em;
}
.notice .section_method table td dl dt:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #221714;
}
.notice .section_method table td dl.frame dt:before {
	color: #bababa;
}
.notice .section_method table td dl dd {
	font-weight: normal;
	padding-left: 1.2em;
}
.notice .section_method table td ul.caution {
	margin-top: 10px;
}
.notice .section_method table td ul.caution li {
	font-size: 14px;
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
}

.notice .section_method table td.method p.caution {
	color: #e9528e;
	font-size: 20px;
	font-weight: bold;
}
.notice .section_method table td.method p.advice {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
/* お問い合わせ */
.notice .section_method table td.inquiry {}
.notice .section_method table td .fd_icon {
	display: inline-block;
	height: 18px;
	margin-right: 5px;
}
.notice .section_method table td .fd_icon img {
	height: 100%;
	width: auto;
	vertical-align: middle;
}
/* 受賞一覧 */
.notice .section_method table td.award {}
.notice .section_method table td.award ul {}
.notice .section_method table td.award ul {}
.notice .section_method table td.award li {
	font-size: 20px;
}
.notice .section_method table td.award p {
	font-size: 16px;
}
.notice .section_method table td.award li .advice {
	font-size: 14px;
}
.notice .section_method table td.award .luxury {
	font-size: 20px;
	margin-top: 10px;
}
.notice .section_method table td.award .luxury span {
	color: #cd0000;
}
/* ボタン */
.notice .section_method .btn {
	text-align: left;
	margin-top: 10px;
}
.notice .section_method .btn a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	min-width: 300px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	border: solid 1px #fff;
	padding: 20px 30px;
}
.notice .section_method .btn.dl a {
	min-width: 460px;
}
.notice .section_method .btn a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	border: solid 1px #fff;
	width: 6px;
	height: 6px;
	border-top: none;
	border-left: none;
	transform: rotate(-45deg) translate(-1px,-1px);
	transition: all 0.3s;
}
.notice .section_method .btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	border: solid 1px #000 !important;
}
/* LINE */
.notice .section_method .btn.line a {
	background: #00b900;
	border: solid 1px #00b900;
}
/* クリエーティブトップ */
.notice .section_method .btn.top {
	text-align: center;
	margin-top: 40px;
}
.notice .section_method .btn.top a {
	color: #000;
	background: #ff0;
	border: solid 1px #ff0;
}
.notice .section_method .btn.top a:after {
	border: solid 1px #000;
	border-top: none;
	border-left: none;
}
.notice .section_method .btn.top a:hover {
	color: #fff;
}
.notice .section_method .btn.top a:hover:after {
	border: solid 1px #fff;
	border-top: none;
	border-left: none;
}
/* 注意書き */
.notice .section_method table td .caution {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
}
/* 終了 */
.notice .section_method table td .close {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	min-width: 300px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	background: #ccc;
	border: solid 1px #ccc;
	padding: 20px 30px;
	margin-top: 10px;
}

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {	
.notice .section_method table {
	margin: -5vw 0;
}
.notice .section_method table th,
.notice .section_method table td {
	display: block;
	padding: 15px;
}
.notice .section_method table td {
	display: block;
	padding: 15px;
}
.notice .section_method table th {
	width: 100%;
	box-sizing: border-box;
	font-size: 4.0vw;
	padding-bottom: 0;
}
.notice .section_method table td {
	padding-top: 5px;
}
.notice .section_method table td,
.notice .section_method table td p {
	font-size: 3.5vw;
	line-height: 1.7;
}
/* 応募内容 */
.notice .section_method table td.subject,
.notice .section_method table td.deadline {
	font-size: 3.5vw;
	line-height: 1.7;
	font-weight: bold;
}
/* 展示会場 */
.notice .section_method table td.place .map iframe {
	height: 90vw;
}
/* 応募方法 */
.notice .section_method table td.method {}
.notice .section_method table td.method ul li {
	font-size: 3.5vw;
	line-height: 1.7;
	margin-bottom: 10px;
}
.notice .section_method table td.method ul li .num {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
}
.notice .section_method table td.method ul li .address {
	margin-left: 0;
}
.notice .section_method table td.method ul li .mail {
	margin-left: 0;
}
.notice .section_method table td.method p.caution {
	font-size: 3.5vw;
}
.notice .section_method table td.method p.advice {
	font-size: 3.0vw;
	line-height: 1.7;
}
.notice .section_method table td dl {
	margin-top: 5px;
}
.notice .section_method table td dl dt {
	font-size: 3.5vw;
}
.notice .section_method table td dl dd {
	font-size: 3.5vw;
}
/* 受賞一覧 */
.notice .section_method table td.award li,
.notice .section_method table td.award p {
	font-size: 14px;
}
.notice .section_method table td.award li .advice {
	font-size: 12px;
}
.notice .section_method table td.award .luxury {
	font-size: 14px;
	margin-top: 10px;
}
.notice .section_method .btn a {
	min-width: 100%;
	font-size: 4.0vw;
	padding: 3vw 5vw;
}
.notice .section_method .btn.dl a {
	min-width: 100%;
	line-height: 1.4;
}
/* クリエーティブトップ */
.notice .section_method .btn.top {
	margin-top: 30px;
}
/* 注意書き */
.notice .section_method table td ul.caution li {
	font-size: 3.2vw;
}
/* 終了 */
.notice .section_method table td .close {
	min-width: 100%;
	font-size: 4.0vw;
	padding: 3vw 5vw;
}
}	/* for SP max-width: 800px */

