@import url('/css/legacy/parts.css');

a:hover img {opacity: 0.8;}

/*common*/


/*@font-face {
font-family: "YuGothic M";
src: local("Yu Gothic Medium");
}*/

#wrapper img {
width: auto;
vertical-align: bottom;
}

.sp-page {
background-color:#fff;
}


.sp-page {
/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;*/
font-size: 1.1rem;
line-height: 1.6rem;
font-feature-settings : "palt";
}


img {
vertical-align: bottom;
}

.contents{ 
margin:1.5em 135px 1em; 
position: relative;
overflow: hidden;
}

#title {
	margin-bottom: 1rem;
	position: relative;
	width: 950px;
	height: 230px;
}

#title img {
	position: absolute;
}

#title p {
	position: absolute;
	left: 460px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 490px;
	height: 60px;
	font-size: 0px;
	background: url(img/title_cp.png) no-repeat 50% 50%;
	background-size: 396px 25px;
}

h1 {
	position: absolute;
	left: 460px;
	top: 60px;
	width: 490px;
	height: 170px;
	font-size: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(img/h1.png) no-repeat 50% 50%;
}


h2 {
font-size: 1.6rem;
font-weight: normal;
padding: 10px 9px 9px;
border:1px solid #6bd77c;
border-width: 1px 0 1px 0;
margin-bottom: 1rem;
margin-top: 1rem;
background: #ecfaef;
}

.results #inko h2 {
border:1px solid #55adff;
background: #ddefff;
border-width: 1px 0 1px 0;
}

.results #neko h2 {
border: 1px solid #ffa99e;
background: #fff6f4;
border-width: 1px 0 1px 0;
}

.results #issho h2 {
border: 1px solid #f6d95d;
background: #fdf7de;
border-width: 1px 0 1px 0;
}

.results #shiba h2 {
border: 1px solid #66eea7;
background: #e0fbed;
border-width: 1px 0 1px 0;
}


h3{
font-size: 1rem;
font-weight: bold;
margin-bottom: 1rem;
}


.contents p,
.mb1,
.sns {margin-bottom: 1rem;}

.mb10px {margin-bottom: 10px !important;}

.mb0 {margin-bottom: 0 !important;}

.center {
text-align: center !important;
}


p.caption {
font-size: 0.85rem;
line-height: 1.2rem;
text-align: left;
}

.notice,
p.notes,
ul.notes li{
	font-size:0.9rem;
	text-indent:-1rem;
	padding-left:1rem;
	line-height: 1.2rem;
	margin-bottom: 0.4rem;
}

p.notes::before,
ul.notes li::before {
	content: '※';
	margin-right: 0.1rem;
}

.ext-link::after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "";
margin-left: 0.2rem;
}

/* === .zoom === */
/*.zoom{
display:inline-block;
position:relative;
vertical-align:top;
}*/
.zoom:after{
content:"";
width:22px;
height:22px;
background:url(img/zoom.png) no-repeat 0 0;
position:absolute; bottom:5px; right:5px;
}
.zoom:hover:after{ background-position:-22px 0; }
span.zoom:after{ display:none; }


.help-link::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "";
margin-right: 0.2rem;
}


/* ////////// requirements ////////////////////////////// */

#requirements dt{
font-weight:bold;
margin:0.5em 0;
padding:3px 0 3px 6px;
border-left:6px solid #6bd77c;
}
#requirements dd{
padding-left:12px;
}
#requirements li{
list-style-type:disc;
margin:0.3em 0 0.7em 1.5em;
}
#requirements li small{ display:block; margin:0.5em 0; }
#requirements li small img{ margin-top:0.3em; }
#requirements small{ font-size:90%; }

#requirements dl dd ul li p {
width: 613px;
text-align: center;
font-weight: bold;
margin: 10px 0 5px;
font-size: 0.9rem;
}


/* ////////// rule ////////////////////////////// */

#rule {margin-bottom: 2rem;}

#rule li{
list-style-type:disc;
margin:0.4rem 0 0.8rem 1.5rem;
line-height: 1.4rem;
}
#rule li b{
font-weight:normal;
color:#c00;
}

#rule p {
margin: 0.4rem 0 0.8rem 1.5rem;
line-height: 1.4rem;
}

#rule h3 {
margin: 1.5rem 0 0.4rem;
}



/* ////////// method ////////////////////////////// */

#method .flow {
/*margin: 1rem;*/
counter-reset:number;
margin: 0 1rem;
}

#method .flow li b {
background: #ecfaef;
display: block;
line-height: 1.7rem;
border-radius: 3px;
}

#method .flow li b::before {
counter-increment: number;
content: counter(number);
background: #6bd77c;
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
border-radius: 50%;
color: #fff;
margin-right: 5px; 
line-height: 20px;
font-size: 14px;
vertical-align: middle;
margin-bottom: 2px;
}


#method ul p,
#method .flow p {
margin:0.5em 0 0 0;
line-height: 1.4rem;
font-size: 1rem;;
}

#method .flow li {
border: 1px solid #ccc;
border-radius: 8px;
padding: 5px;
position:relative;
text-align:center;
list-style-type:none !important;
margin:0 0 10px 0;
}

#method .flow li em {
font-weight: bold;
font-style: normal;
}

#method .flow li .keyword {
display: inline-block;
padding: 8px 5px 5px;
border: 1px dashed #bbb;
border-radius: 6px;
}

#method .flow li .keyword em {
color: #55adff;
font-size: 1rem;
}

#method .flow li .keyword:last-of-type em {
	color: #f9636a;
}

#method ul {margin: 1rem;}

#method li.edit {
border-top:1px dashed #ccc;
text-align:left;
margin:0 0 10px 0;
/*border-radius: 8px;*/
padding-top: 10px;
}

#method li .image-box {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-around;
margin-top: 1rem;
flex-wrap: wrap;
}

#method li .image-box img {
margin-bottom: 1rem;
}

/* lead ***************************************************************/

#lead {
border: 2px solid #6bd77c;
padding: 28px 10px 15px;
border-radius: 6px;
position: relative;
margin: 40px 0 30px;
}

.results #lead {
border: 1px solid #6bd77c;
padding: 10px;
}


#lead>b {
top: -17px;
left: calc(50% - 320px);
background: #6bd77c;
color: #fff;
border-radius: 6px;
display: inline-block;
text-align: center;
position: absolute;
width: 640px;
line-height: 34px;
border: none;
padding: 0;
font-size: 20px;
}


/* prize ***************************************************************/

#prize {
background: #fff073 url(img/bg.gif) no-repeat 0 0;
padding: 10px;
border-radius: 8px;
text-align: center;
font-size: 1.1em;
text-shadow: 1px 1px 1px #CCC;
margin: 0 1rem;
}

#prize .note {
font-size: 0.8em;
}

#prize b {
display: block;
margin: 0 10px 10px;
border-radius: 8px;
background: #fff;
padding: 5px;
font-size: 1.3rem;
}

#prize i {
font-size: 0.9rem;
font-style: normal;
}

/*upload*******************************************************************/

#upload {
border-top: 4px double #6bd77c;
padding-top: 1rem;
margin-bottom: 1rem;
}

#upload h3 {
text-align: center;
font-size: 1.2rem;
}

.upload-btn {
margin-bottom: 1rem;
text-align: center;
}

.upload-btn a {
display: block;
padding: 0.5rem 1rem;
background-color: #FDE823;
border-radius: 6px;
font-weight: bold;
color: #000;
font-size:1rem;
margin: 5px 10px;
text-decoration: none;
}

.upload-btn span {
display: block;
font-weight:bold;
text-decoration:none;
padding: 0.5rem 1rem;
border:1px solid #ccc;
border-radius:6px;
background:#eee;
}

.upload-btn a:hover {
background-color: #ffef5b;
}

/*yamakei*******************************************************************/


#yamakei {
background: #eee;
padding: 10px;
margin-bottom: 1.5rem;
}

#yamakei h3 {
padding-left: 6px;
margin-bottom: 6px;
border-left: 4px solid #999;
}

#yamakei p:last-of-type {
margin-bottom: 0;
}


/* ////////// prize-contents ////////////////////////////// */

#prize-contents {
margin-top: 1rem;
}

#prize-contents h2 a {
float: right;
display: inline-block;
background: #fff;
border: 1px solid #00a19a;
color: #00a19a;
font-size: 0.9rem;
line-height: 1.6rem;
padding: 0 10px;
border-radius: 6px;
text-decoration: none;
}

#prize-contents h2 a:hover {
background: #00a19a;
color: #fff;
}

#prize-contents h2 a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "";
margin-right: 0.2rem;
}

#prize-contents h3{
font-size:1.3rem;
font-weight:bold;
color:#000;
border:1px solid #fff;
border-width:1px 0;
background:url(img/bg_bl.png) no-repeat 0 0;
margin-bottom: 20px;
}


#prize-contents #neko h3{
background:url(img/bg_pi.png) no-repeat 0 0;
}


#prize-contents .prize-2nd,
#prize-contents .prize-3rd,
#prize-contents .prize-opi{
padding-top:20px
}

#prize-contents .prize-3rd{
padding-top:20px
}

#prize-contents h3 div {
height:66px;
display:table-cell;
vertical-align:middle;
line-height:1.2;
padding-left:76px;
background-repeat:no-repeat;
background-position:5px 3px;
background-size:65px 60px;
padding-right:10px;
}

#prize-contents .prize-1st h3 div {background-image:url(img/prize_1st_s.png);}
#prize-contents .prize-2nd h3 div {background-image:url(img/prize_2nd_s.png);}
#prize-contents .prize-3rd h3 div {background-image:url(img/prize_3rd_s.png);}
#prize-contents .prize-opi h3 div {background-image:url(img/prize_opi_s.png);}


#prize-contents h3 div span {
color: #666;
font-weight: normal;
font-size: 0.9rem;
}

#prize-contents .prize-list{
text-align:center;
letter-spacing:-0.4em;
margin:1.5em 0 1em;
}
#prize-contents .prize-list:first-child{ margin-top:0; }

#prize-contents .prize-list li{
display:inline-block;
letter-spacing:normal;
color:#ccc;
padding:2px 0.8em;
border-left:1px solid #ccc;
}
#prize-contents .prize-list li:first-child{ border:0; }

#prize-contents .work-wrapper {letter-spacing: -0.4em;}

#prize-contents .work-wrapper .work{ 
display: inline-table;
width: 330px;
margin-bottom:1.5rem; 
overflow: hidden;
vertical-align: top;
letter-spacing: normal;
}

#prize-contents .work-wrapper .work:nth-of-type(even){ margin-left: 20px;}

#prize-contents .work-item{
margin:0;
background:#eee;
display: block;
position:relative;
vertical-align: middle;
text-align: center;
}


#prize-contents .work-item{
width:330px;
height:330px;
position: relative
}

#prize-contents .work-item.mb1{
margin-bottom: 1rem;
}


#prize-contents .work-item a{
/*display: block;*/
}

#prize-contents .prize-1st .work-item{
width:380px;
height:380px;
}

#prize-contents .work-item img{
display:block;  
position:absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border:4px solid #fff;
-webkit-box-shadow: 0 0 3px 0 #cccccc;
box-shadow: 0 0 3px 0 #cccccc;
max-width: 310px;
max-height: 310px;
}

#prize-contents .prize-1st .work-item-wrapper .work-item img{
max-width: 360px;
max-height: 360px;
}

#prize-contents .work-data{ position:relative; }


.sp-page #prize-contents .work .data{ 
font-size:0.8rem;
line-height:1.2rem;
background:#eee;
padding:5px;
border-top:1px dotted #ccc;
}

#prize-contents .work h4{
font-size:1.2rem;
font-weight:bold;
margin:0 5px 0.2rem 0;
display: inline-block;
}

#prize-contents .work-data dl{ clear:both;}

#prize-contents .work-data dt{
margin-bottom:0.2rem;
border-left:4px solid #666;
padding-left: 6px;
margin-top: 1rem;
font-size:0.9rem;
font-weight: bold;
line-height: 1.1rem;
}

#prize-contents .work-data dt:first-child{
margin-top:0;
}

#prize-contents .work-data dt span{
}

#prize-contents .work-data dd{
display:inline;
font-size:90%;
line-height:1.4;
}

#prize-contents .work-data .detail{
position:absolute; top:3px; right:0;
margin:0;
}

#prize-contents .work-data .detail a{
font-size:85%;
font-weight:bold;
text-decoration:none;
color:#fff;
padding:2px 6px;
background:#1FB1D5;
border:1px solid #1FB1D5;
border-radius:5px;
}

#prize-contents .work-data .detail a:hover{
color:#0036ff;
background:#fff;
border-color:#0036ff;
}

#prize-contents .prize-1st,
#prize-contents .prize-2nd,
#prize-contents .prize-3rd,
#prize-contents .prize-opi{ overflow:hidden; }

#prize-contents .prize-1st h3 span:before{ background-position:0 0; }
#prize-contents .prize-2nd h3 span:before{ background-position:-100px 0; }
#prize-contents .prize-3rd h3 span:before{ background-position:-200px 0; }
#prize-contents .prize-opi h3 span:before{ background-position:-200px 0; }


#prize-contents .prize-1st .work-item-wrapper{ width:380px; float:left; }
#prize-contents .prize-1st .work-data{ width:286px; float:right; }

#prize-contents .prize-opi .work-item-wrapper{ width:330px; float:left; }
#prize-contents .prize-opi .work-data{ width:336px; float:right; }


.results #title { margin-bottom: 0;}

.results #title+h2 { 
padding: 10px 135px;
color: #fff;
background: #6bd77c;
text-align: center;
font-size: 2rem;
/*text-shadow: 0px 0px 3px #000;*/
border:none;
margin: 0 0 1rem;
/*font-weight: bold;*/
}

.results #title+h2:before{
content:"";
display:inline-block;
width:56px;
height:50px;
vertical-align:middle;
margin:0 10px;
background:url(img/crc_red.png) no-repeat 0 0;
}

.results #title+h2:after{
content:"";
display:inline-block;
width:56px;
height:50px;
vertical-align:middle;
background:url(img/crc_green.png) no-repeat 0 0;
margin:0 10px;
}

.results #lead {overflow: hidden;}

.results #lead p img {
float: right;
margin: 0 0 10px 10px;
width: 200px;
}


.results #prize-contents h2	{
font-size: 1.2rem;
margin-top: 2rem;
line-height: 1.5rem;
}

.results #prize-contents h2:before {
display: inline-block;
background: #0ba29a;
border-radius: 50%;
margin-right: 5px;
color: #fff;
line-height: 1.5rem;
width: 1.5rem;
text-align: center;
font-size: 1rem;
vertical-align: middle;
}

.results #prize h2 {top: -14px;}

.results .thumbListx4,
.results .thumbListx4 p{margin: 0;}

.results .thumbListx4 li{
width: 167px;
margin: 0 4px 4px 0;
}

.results .thumbListx4 li:nth-of-type(4n){margin-right: 0;}

.results .thumbListx4 li .thumb150 {
width: 165px;
height: 165px;
}

.results .thumbListx4 li .thumb150 img {
max-width: 159px;
max-height: 159px;
}

.results .thumbListx4 li p span {
font-size: 0.8rem;
display:inline-block;
margin-top:5px;
}

.results #lead h3 {
font-weight: bold;
text-align: center;
margin-top: 0;
border-bottom: 1px dotted #666;
padding-bottom: 5px;
margin-bottom: 10px;
}

.results #lead p {
margin-bottom: 0;
}

#prize-contents #theme .divAnchor {
margin-bottom: 1.5rem;
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}

#prize-contents #theme .divAnchor li {
	display: inline-block;
	width: 40%;
	margin: 0 10px;
}

#prize-contents #theme .divAnchor li a {
display: block;
font-size: 1.6rem;
padding: 10px;
font-weight: bold;
border-radius: 6px;
text-align: center;
text-decoration: none;
}

#prize-contents #theme .divAnchor li a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
content: "";
margin-right: 0.2rem;
}


#prize-contents #theme .divAnchor li a.neko {
border: 2px solid #f8685d;
color: #f8685d;
}

#prize-contents #theme .divAnchor li a.inko {
border: 2px solid #55adff;
color: #55adff;
}

#prize-contents #theme .divAnchor li a.issho {
border: 2px solid #ffb207;
color: #ffb207;
}

#prize-contents #theme .divAnchor li a.shiba {
border: 2px solid #2ed16d;
color: #2ed16d;
}

.prize-opi .work .work-data .about {
font-size: 0.9rem;
border: 2px dotted #f90;
padding: 5px;
margin-top: 1rem;
font-weight: bold;
color: #666;
}

.results #calendar {
border: 2px dotted #6bd77c;
padding: 10px;
margin-top: 1rem;
border-radius: 8px;
overflow: hidden;
}

.results #calendar h3 {
margin-top: 0;
border-bottom: 1px dotted #666;
padding-bottom: 5px;
margin-bottom: 10px;
text-align: center;
color: #11CB2E;
font-size: 1.2rem;
}

.results #calendar img {
	float: right;
	margin: 0 0 0 10px;
	width: 246px;
}

.contents #subtitle {
border: 2px dotted #ccc;
border-radius: 6px;
font-weight: bold;
text-align: center;
font-size: 1.2rem;
padding: 10px;
}


/* === .photos === */
#lead .photos {
text-align: center;
border-top: 2px dotted #6bd77c; 
margin-top: 1rem; 
padding-top: 1rem;
}

#lead .photos ul{
margin: 1rem 0 10px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#lead .photos ul li {
flex-basis: 24%;
margin-bottom: 10px;
}

#lead .photos ul li a{
position: relative;
display: block;
border:1px solid #ccc;
width: 100%;
background: #fff;
}

#lead .photos ul li a:hover {
border-color:#03f;
}
#lead .photos ul li a::before{
content:"";
display: block;
padding-top: 100%; /* 高さを幅の100%に固定 */
}

#lead .photos ul li a img {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 96%;
max-height: 96%;
box-sizing: border-box;
margin: auto;
}

.contents hr {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ccc;
margin: 2rem 0;
}

/**/


.sp-form {
    border: 1px dashed #6bd77c;
    padding: 10px;
    margin: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    background: #fffae0;
    text-align: center;
}

.sp-form p {
	margin: 0.3rem 0 0 0;
}

.entry-btn{
	text-align:center;
	margin-bottom:1rem;
}

.entry-btn span,
.entry-btn a{
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	padding:8px 40px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size: 1.1rem;
}
.entry-btn span{
	background:#eee;
}


.entry-btn a{
	color:#fff;
	padding:8px 80px;
	background:-moz-linear-gradient(top, #0043ca, #003091);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #003091),color-stop(1, #0043ca));
	background:linear-gradient(to top, #0043ca, #003091);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0043ca', endColorstr='#003091');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0043ca', endColorstr='#003091')";
	zoom:1;
	border-color:#003091;
	box-shadow:1px 1px 3px rgba(0,0,0,.6),
		1px 1px 0 rgba(255,255,255,.5) inset,
		-1px -1px 0 rgba(255,255,255,.2) inset;
}
.entry-btn a:hover{
	color:#ff0;
	background:-moz-linear-gradient(top, #001eb4, #001477);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #001477),color-stop(1, #001eb4));
	background:linear-gradient(to top, #001eb4, #001477);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#001eb4', endColorstr='#001477');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#001eb4', endColorstr='#001477')";
}