@charset "utf-8";


/*=============================================

	タイトル枠

==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.4em;
	letter-spacing: .25em;
}
#top_title_wrap p.sub {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.4em;
	line-height: 1.0em;
}

@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0;
	}
	#top_title_wrap .title_img {
		height: 320px;
		overflow: hidden;
	}
	#top_title_wrap .title_img picture{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		object-fit: cover;
	}
	#top_title_wrap h3 {
		left: 50%;
		top: 45%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 26px;
		margin: 0 0 30px;
		
	}
	#top_title_wrap p.sub {
		left: 50%;
		top: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
	}
}

/*=============================================
	
	レポート詳細
	
==============================================*/

/*
===== report detail =====
*/

#report-index,
#report-detail {
	font-size:1em;
}

#report-index {
}

#report-detail.contentWidth {
	overflow: hidden;
}

#report-detail .main {
    text-align: left;
}

#report-detail img {
	max-width: 100%;
	height: auto;
}

#report-detail .mainAreaContent > img {
	display: block;
	margin:0 auto;
	max-height: 560px;
}

#report-detail a {
	color: #96cb37;
}

#report-index .group:nth-child(odd){
	background:#faf9f4;
}

.report-info h2{
	line-height:1.4;
}



@media screen and (min-width:769px) {

#report-detail {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

#report-detail .main {
	width: 860px;
	/** float: left; **/
	padding: 30px 30px 60px;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
}
#report-detail .main .sub_en_tile {
	font-size: 14px;
	margin-bottom: 5px;
}
#report-detail .main h1, #report-detail .main h2 {
	line-height: 1.6em;
	font-size: 32px;
	color: #96cb37;
	text-align: left;
}

#report-detail .main .ceremony_date {
	margin-bottom:25px;
}

#report-detail .main h1 + figure {
	margin-top:25px;
}

#report-detail .headline figure {
	text-align: center;
	margin-bottom: 30px;
}

#report-detail .headline figure img.haba_awase {
	width:100%;
	height:auto;
}
#report-detail .headline figure img.takasa_awase {
	width:auto;
	height:540px;
}

#report-detail .headline .headlineText {
	line-height: 2;
	font-size: 14px;
	margin-bottom: 30px;
}

#report-detail .status {
    margin-bottom: 50px;
    padding: 15px 0 15px 20px;
    overflow: hidden;
    border: 1px solid #96cb37;
}

#report-detail .status dl {
    float: left;
    margin-right: 75px;
    line-height: 2;
    font-size: 14px;
}

#report-detail .status dl:last-child {
	margin-right: 0;
}

#report-detail .status dl dt,
#report-detail .status dl dd {
	display: inline-block;
}

#report-detail .status dl dt:after {
	content: "：";
}

#report-detail .status dl dt {
	color: #96cb37;
}

#report-detail .status dl dd > a {
	text-decoration: underline;
}

#report-detail .status dl dd > a:hover {
	text-decoration: none;
}

#report-detail .status dl dd > p {
	display: inline-block;
	line-height: 1;
}

#report-detail .status dl dd > p + p:before {
	content: "/";
}

#report-detail .mainArea {
	margin-bottom: 60px;
}

#report-detail .mainArea > p,
#report-detail .mainArea > div {
	margin-bottom: 20px;
	font-size: 14px;
}

#report-detail .mainArea > p {
	padding:1em 0;
}

#report-detail .mainArea > p.linkBtn {
    text-align: center;
    margin: 60px 0;
    line-height: 1.4;
    padding:0;
}

#report-detail .mainArea > p.linkBtn a {
    display: inline-block;
    padding: 10px 20px;
    background: #3d5261;
    color: #fff;
    min-width: 360px;
}

#report-detail .mainArea > p.linkBtn a.inner span:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

#report-detail .mainArea > p.linkBtn a.outer span {
	background: url(../img/parts/icon-external-w.svg) right no-repeat;
    background-size: auto auto;
	background-size: 18px 14px;
	padding-right: 30px;
}

#report-detail .mainArea > h2.mainAreaTitle {
	font-size: 24px;
	margin-bottom: 10px;
	padding-top:40px;
	line-height: 1.6;
	color: #96cb37;
}

#report-detail .mainArea iframe {
	width: 100%;
	height: 405px;
	display: block;
	margin:0 auto 40px;
}

#report-detail .mainAreaContent > img.haba_awase {
	width:100%;
	height:auto;
}
#report-detail .mainAreaContent > img.takasa_awase {
	width:auto;
	height:540px;
}

#report-detail .relatedArea {
	margin-bottom: 30px;
}

#report-detail .relatedArea > div {
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding: 15px 0 30px;
}

#report-detail .relatedArea > div:last-child {
	border-bottom: 1px solid #ccc;
}

#report-detail .relatedArea > div h3 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #96cb37;
}

#report-detail .relatedArea > div ul li a {
	float: left;
	width: 48%;
	overflow: hidden;
	display: block;
	color: #000;
	transition: opacity 0.3s;
}

#report-detail .relatedArea > div ul li a:hover {
	opacity: 0.7;
}

#report-detail .relatedArea > div ul li:nth-child(even) a {
	float: right;
}

#report-detail .relatedArea > div ul li figure {
	display: table;
	width:100%;
	text-align: center;
}

#report-detail .relatedArea > div ul li figure img {
	display: table-cell;
	vertical-align: top;
}

#report-detail .relatedArea > div ul li figure img.takasa_awase {
	width:auto;
	height:75px;
	margin:0 auto;
}

#report-detail .relatedArea > div ul li figcaption {
	display: table-cell;
	vertical-align: top;
	width:246px;
	padding-left:16px;
	text-align: left;
}

#report-detail .relatedArea > div ul li figcaption p {
	line-height: 1;
}

#report-detail .relatedArea > div ul li figcaption h4 {
	line-height: 1.3;
	font-size: 14px;
}

#report-detail .relatedArea > div ul li figcaption div.season p {
	font-size: 11px;
	margin-bottom: 5px;
	color: #CCC;
}

#report-detail .archiveLink a {
    background: #96cb37;
    color: #fff;
    display: block;
    width: 400px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

#report-detail .archiveLink a.arrow_right:after {
	border-color: #FFF;
}

#report-detail aside {
	width: 240px;
	float: right;
	text-align: left;
}

#report-detail aside > div {
}

#report-detail aside > div + div {
	margin-top: 30px;
}

#report-detail aside > div h3.sideTitle {
    padding: 2px 10px;
    background: #17706E;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

#report-detail aside > div .sideNewContents {
	padding: 0 10px 10px;
}
#report-detail aside > div .sideRefineContents {
	padding: 10px;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a {
    color: #000;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0px;
    transition: opacity 0.3s;
    overflow: hidden;
    text-align: center;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a:hover {
	opacity: 0.7;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure {
	display: table;
	width:100%;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img {
	display: table-cell;
	vertical-align: top;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img.takasa_awase {
	height:60px;
	width:auto;
	margin:0 auto;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption {
	font-size: 12px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: top;
	width:66%;
	padding-left:4%;
	text-align: left;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption h4 i {
    vertical-align: middle;
    margin-left: 3px;
    background: #666;
    color: #FFF;
    width: 3.6em;
    text-align: center;
    display: inline-block;
    font-family: Arial,Helvetica,Sans-serif;
    letter-spacing: 0.08em;
    padding-left:0.08em;
    line-height: 16px;
    font-size: 10px;
}

#report-detail aside > div#sideNew .sideNewContents > p > a,
#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
    text-align: center;
    display: block;
    margin-top: 10px;
    background: #ddd;
    color: #000;
}

#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
	margin-top:20px;
}

#report-detail aside > div .sideRefineContents dl + dl {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

#report-detail aside > div .sideRefineContents dl dt {
	margin-bottom: 5px;
	padding: 7px 10px 7px 0;
	font-size: 14px;
}

#report-detail aside > div .sideRefineContents dl dd ul li {
	font-size:12px;
	line-height: 1.6;
	display: inline-block;
	vertical-align: top;
	width:110px;
}

#report-detail aside > div .sideRefineContents dl dd ul.styles li {
	display: block;
	width:auto;
}

#report-detail aside > div .sideRefineContents dl dd ul li input {
	margin-right: 5px;
}

#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
	line-height: 2;
}

#report-detail{
	font-size:1em;
	padding-top: 50px;
}
#report-detail aside .btn_big02 {
	width: 80%;
	margin: 30px auto;
	text-align: center;
}
#report-detail aside .btn_big02 a {
	display: block;
	padding: 0.6em 0;
	color: #FFF;
	background: #17706E;
}
/* conceptページで使用　 */

#concept-report{
	padding:65px 0;
}
#concept-report h3{
	margin-bottom:15px;
}
#concept-report h3 img{
	height:78px;
}

#concept-report .lead{
	margin-bottom:20px;
}

#concept-report .img{
	margin-bottom:35px;
}

}



@media screen and (max-width:768px) {

#report-detail {
	padding: 3em 3%;
}

#report-detail .main {
    padding: 2em ;
    margin-bottom: 0;
	background: rgba(255,255,255,0.7);
}

#report-detail .main .sub_en_tile {
	font-size: 1em;
	margin-bottom: 0;
}

#report-detail .main h1, #report-detail .main h2 {
	line-height: 1.6;
	font-size: 2em;
	color: #96cb37;
	text-align: left;
}

#report-detail .main .ceremony_date {
	margin-bottom:15px;
}

#report-detail .main h1 + figure {
	margin-top:15px;
}

#report-detail .headline figure {
	margin-bottom: 15px;
	text-align: center;
}

#report-detail .headline figure img.haba_awase {
	width:100%;
	height:auto;
}

#report-detail .headline figure img.takasa_awase {
	width:auto;
	height:66vw;
}

#report-detail .headline .headlineText {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 15px;
}

#report-detail .status {
    margin-bottom: 20px;
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid #96cb37;
}

#report-detail .status dl {
    line-height: 2;
    font-size: 12px;
}

#report-detail .status dl dt,
#report-detail .status dl dd {
	display: inline-block;
}

#report-detail .status dl.style dd {
	display: inline;
}

#report-detail .status dl dt:after {
	content: "：";
}

#report-detail .status dl dt {
	color: #96cb37;
}

#report-detail .status dl dd > a {
	text-decoration: underline;
}

#report-detail .status dl dd > a:hover {
	text-decoration: none;
}

#report-detail .status dl dd > p {
	display: inline;
	line-height: 1;
}

#report-detail .status dl dd > p + p:before {
	content: "/";
}

#report-detail .mainArea {
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom:20px;
}

#report-detail .mainArea > p,
#report-detail .mainArea > div {
	margin-bottom: 15px;
	line-height: 2;
	font-size: 12px;
}

#report-detail .mainArea > p {
	padding:1em 0;
}

#report-detail .mainArea > p.linkBtn {
    text-align: center;
    margin: 30px 0;
    line-height: 1.4;
    padding:0;
}

#report-detail .mainArea > p.linkBtn a {
    display: inline-block;
    padding: 10px 20px;
    background: #3d5261;
    color: #fff;
    min-width: 80%;
}

#report-detail .mainArea > p.linkBtn a.inner span:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

#report-detail .mainArea > p.linkBtn a.outer span {
	background: url(../img/parts/icon-external-w.svg) right no-repeat;
    background-size: auto auto;
	background-size: 16px auto;
	padding-right: 26px;
}

#report-detail .mainArea > h2.mainAreaTitle {
	font-size: 1.4em;
	margin-bottom: 7px;
	padding-top: 40px;
	line-height:1.6;
	color: #96cb37;
}

#report-detail .mainArea iframe {
	width:88vw;
	height: 49.5vw;
	display: block;
	margin: 0 auto 40px;
}

#report-detail .mainAreaContent > img.haba_awase,
#report-detail .mainAreaContent > img.takasa_awase {
	width:100%;
	height:auto;
}

#report-detail .relatedArea {
	margin-bottom: 20px;
}

#report-detail .relatedArea > div {
    overflow: hidden;
    padding: 30px 0 0;
	margin-bottom: 15px;
}

#report-detail .relatedArea > div h3 {
    margin-bottom: 15px;
    font-size: 15px;
    color: #96cb37;
}

#report-detail .relatedArea > div ul li a {
	overflow: hidden;
	display: block;
	color: #000;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#report-detail .relatedArea > div ul li:first-child a {
	border-top: 1px solid #ccc;
}

#report-detail .relatedArea > div ul li figure {
	display: table;
	width: 100%;
	text-align: center;
}

#report-detail .relatedArea > div ul li figure img {
	display: table-cell;
	vertical-align: top;
}

#report-detail .relatedArea > div ul li figure img.takasa_awase {
	height:17vw;
	width:auto;
	margin:0 auto;
}

#report-detail .relatedArea > div ul li figcaption {
	display: table-cell;
	vertical-align: top;
	width:76%;
	padding-left:4%;
	text-align: left;
}

#report-detail .relatedArea > div ul li figcaption p {
	line-height: 1;
}

#report-detail .relatedArea > div ul li figcaption h4 {
	line-height: 1.4;
	font-size: 12px;
}

#report-detail .relatedArea > div ul li figcaption div.season p {
	font-size: 11px;
	margin-bottom: 5px;
	color: #CCC;
}

#report-detail .archiveLink {
	margin:40px 0 50px;
}

#report-detail .archiveLink a {
    background: #96cb37;
    color: #fff;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
}

#report-detail .archiveLink a.arrow_right:after {
	border-color: #FFF;
}

#report-detail aside {
	text-align: left;
	margin-bottom: 60px;
}

#report-detail aside > div {

}

#report-detail aside > div + div {
	margin-top: 50px;
}

#report-detail aside > div h3.sideTitle {
    padding: 2px 0;
    font-size: 14px;
    text-align: center;
    line-height: 2.2;
    background: #2C3E50;
    color: #FFF;
}

#report-detail aside > div .sideNewContents {
	padding: 0 10px 10px;
}
#report-detail aside > div .sideRefineContents {
	padding: 10px;
}
#report-detail aside .btn_big02 {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
#report-detail aside .btn_big02 a {
    background: #2C3E50;
    color: #FFF;
    display: block;
    padding: 0.6em 0;
}
#report-detail aside > div#sideNew .sideNewContents > ul > li > a {
    color: #000;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 0px;
    transition: opacity 0.3s;
    overflow: hidden;
    text-align: center;
}
#report-detail aside > div#sideNew .sideNewContents > ul > li:last-child > a {
	border-bottom: none;
	margin-bottom: 40px;
}
#report-detail aside > div#sideNew .sideNewContents > ul > li > a:hover {
	opacity: 0.7;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure {
	display: table;
	width:100%;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img {
	display: table-cell;
	vertical-align: top;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > img.takasa_awase {
	height:21vw;
	width:auto;
	margin:0 auto;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption {
	line-height: 1.6;
	font-size: 12px;
	display: table-cell;
	vertical-align: top;
	width:66%;
	padding-left:4%;
	text-align: left;
}

#report-detail aside > div#sideNew .sideNewContents > ul > li > a > figure > figcaption h4 i {
    vertical-align: middle;
    margin-left: 3px;
    background: #666;
    color: #FFF;
    width: 3.6em;
    text-align: center;
    display: inline-block;
    font-family: Arial,Helvetica,Sans-serif;
    letter-spacing: 0.08em;
    padding-left:0.08em;
    line-height: 16px;
    font-size: 10px;
}

#report-detail aside > div#sideNew .sideNewContents > p > a,
#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
    text-align: center;
    display: block;
    margin-top: 10px;
    background: #ddd;
    color: #000;
}

#report-detail aside > div .sideRefineContents dl + dl {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#report-detail aside > div .sideRefineContents dl:last-of-type {
	margin-bottom: 40px;
}
#report-detail aside > div .sideRefineContents dl dt {
	padding: 7px 10px 7px 0;
	font-size: 14px;
}

#report-detail aside > div .sideRefineContents dl dd ul li {
	line-height: 1.8;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}

#report-detail aside > div .sideRefineContents dl dd ul.styles {
	font-size: 0;
}
#report-detail aside > div .sideRefineContents dl dd ul.styles li {
	width:50%;
	max-width: 11em;
}

#report-detail aside > div .sideRefineContents dl dd ul li input {
	margin-right: 4px;
	display: inline;
	vertical-align: middle;
}

#report-detail aside > div#sideRefine .sideRefineContents .searchBtn > a {
	line-height: 2;
}

}

/*=============================================
	
	下部バナー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 80%;
		margin: 0 auto;
	}
	#report_bottom ul li {
		margin: 0 0 1.6em;
	}

}

@media print, screen and (min-width: 769px) {
	#report_bottom {
	}
	#report_bottom ul {
		width: 720px;
		margin: 0 auto;
		text-align: center;
	}
	#report_bottom ul li {
		display: inline-block;
		float: left;
		width: 45%;
		margin: 0 2%;
	}

}


/*=============================================
	
	みんなのW iframe
	
==============================================*/

.mwed_wrap {
	padding: 2em 3em;
}

@media print, screen and (min-width: 769px) {

}
