@charset "utf-8";
/* CSS Document */

body {
	-webkit-text-size-adjust: none;
  text-size-adjust: none;
	overflow-x: hidden;
}

article {
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:2;
	color: #333;
	font-feature-settings: "palt";
	margin-bottom: 20vh;
}

article p {
	margin-bottom: 1em;
}

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

article img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* common style
----------------------- */

/* box */
.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 20vh auto;
}

.wrapper.ma0 {
	margin: 0 auto;
}

.wrapper.w100 {
	max-width: 100%;
}

.background {
	background: #F3F2F2 url("../img/photocontest/background.png") left top repeat-x;
}

.background .wrapper {
	padding-bottom: 10vh;
}

.text_area {
	width: 60%;
	margin: 0 auto;
}

@media (max-width: 640px) {
	.text_area {
		width: 90%;
	}
}

/* title */
.section-title {
	display: flex;
  justify-content: center;
	margin-bottom: 10vh;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(2.8rem, 2.364rem + 2.18vw, 4rem);
	color: #DB2D7A;
}

.section-title div {
	display: inline-block;
	background: url("../img/photocontest/ic_index.png") left center no-repeat;
	min-height: 35px;
	padding-left: 65px;
}

.section-title span {
	color: #333;
}

.textsmall {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.7;
}

.alignC {
	text-align: center;
}
.mt20 {
	margin-top: 20px;
}

#wrap_sakuhin .text_area,
#wrap_shikaku .text_area,
#wrap_tensuu .text_area,
#wrap_kikan .text_area,
#wrap_kekka .text_area {
	text-align: center;
}

#wrap_sakuhin .text_area .text_area_in,
#wrap_shikaku .text_area .text_area_in,
#wrap_tensuu .text_area .text_area_in,
#wrap_kikan .text_area .text_area_in,
#wrap_kekka .text_area .text_area_in {
	display: inline-block;
  text-align: left;
}



/* slickslider
----------------------- */

.slickslider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slickslider .slick-slide {
    margin:0 0;/*スライド左右の余白調整*/
}

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

/* 結果発表
----------------------- */
#wrap_result {
	background: #333631;
	padding: 15vh 0;
}

#wrap_result h2 {
	margin-bottom: 5vh;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(2.8rem, 2.364rem + 2.18vw, 4rem);
	color: #fff;
	text-align: center;
}

#wrap_result .intro {
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 2;
}

#wrap_result figure {
	margin-bottom: 10vh;
	text-align: center;
	color: #fff;
}

#wrap_result figure figcaption {
	margin: 15px;
}

#wrap_result figure span {
	display: block;
}

#wrap_result figure div {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#wrap_result figure div p {
	line-height: 1.7;
	font-size: 1.6rem;
	display: inline-block;
  	text-align: left;
}

#wrap_result #silver_prize div figure {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#wrap_result #hachise_prize > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#wrap_result #hachise_prize div figure {
	width: 48%;
}

#wrap_result .tate img {
	width: calc(100% / 1.5);
}

#wrap_result .comment {
	background: #fff;
	padding: 50px 80px;
	border-radius: 10px;
}

#wrap_result .comment h3 {
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 768px) {	
	#wrap_result {
		padding-left: 10px;
		padding-right: 10px;
	}
	#wrap_result .comment {
		padding: 50px 20px;
	}
	#wrap_result p br {
		display: none;
	}
	
	#wrap_result #silver_prize div figure {
		width: 100%;
	}
	
	#wrap_result #hachise_prize div {
		display: block;
	}
	
	#wrap_result #hachise_prize div figure {
		width: 100%;
	}
}


/* title
----------------------- */
#wrap_title {
	width: 100%;
	text-align: center;
}

#wrap_title h1 {
	margin: 5vh 15px;
}

#wrap_title h1 img {
	max-width: 400px;
}

#wrap_title h2 {
	margin: 0 15px 10vh;
}

/* lead
----------------------- */
#wrap_lead {
	margin-bottom: 20vh;
}

#wrap_lead ul {
	background-image: url("../img/photocontest/illustration_machiya.png"),url("../img/photocontest/illustration_cat.png"),url("../img/photocontest/illustration_kimono.png");
	background-position: left top 20%, left 10% bottom, right center;
	background-repeat: no-repeat,no-repeat,no-repeat;
	padding: 10vh 0;
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
}

#wrap_lead ul li {
	margin: 15px 0;
}

#wrap_lead p {
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	font-size: 2.3rem;
}

#wrap_lead p strong {
	display: inline-block;
	position: relative;
	padding:0.25em 1.5em;
	margin: 0;
	font-weight: normal;
}
#wrap_lead p strong:before,#wrap_lead p strong:after{ 
	content:'';
	width: 95%;
	height: 100%;
	position: absolute;
	display: inline-block;
}
#wrap_lead p strong:before{
	border-left: solid 2px #DB2D7A;
	border-top: solid 2px #DB2D7A;
	top:0;
	left: 0;
}
#wrap_lead p strong:after{
	border-right: solid 2px #DB2D7A;
	border-bottom: solid 2px #DB2D7A;
	bottom:0;
	right: 0;
}

@media (max-width: 500px) {
	#wrap_lead ul {
		background-size: 107px,78px,110px;
	}
}

/* award
----------------------- */
#wrap_award .award_01 {
	display: flex;
	margin-bottom: 30px;
}

#wrap_award .award_01 dt {
	width: 40%;
}

#wrap_award .award_01 dd {
	width: 60%;
	padding-top: 5%;
	padding-left: 40px;
}

#wrap_award .award_02 {
	display: flex;
}

#wrap_award .award_02 div {
	width: 50%;
	display: flex;
}

#wrap_award .award_02 dt {
	width: 40%;
}

#wrap_award .award_02 dd {
	width: 60%;
	padding-top: 5%;
	padding-left: 20px;
}

#wrap_award a:link,
#wrap_award a:visited {
	color: #38a1db;
	text-decoration: underline;
}

#wrap_award a:hover {
	color: #38a1db;
	text-decoration: none;
}

#wrap_award a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 600;
	margin-left: 5px;
}

@media (max-width: 768px) {
	#wrap_title h1 {
	margin: 0 auto;
}
	#wrap_award .award_01 dd {
		padding-left: 10px;
	}

	#wrap_award .award_02 {
		display: block;
	}

	#wrap_award .award_02 div {
		width: auto;
		margin-bottom: 20px;
	}
	
	#wrap_award .award_02 dd {
		padding-left: 10px;
	}	
}

/* method
----------------------- */
#wrap_houhou .houhou_box {
	display: table;
	background: #7CD2EB;
	border-radius: 5px;
	padding: 40px 50px 40px 0;
	margin-bottom: 50px;
	width: 100%;
}

#wrap_houhou .houhou_box .cell {
	display: table-cell;
}

#wrap_houhou .houhou_box h3 {
	border-right: 1px solid #fff;
	width: 15%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.0rem;
	line-height: 1.3;
}

#wrap_houhou .houhou_box h3 span {
	display: block;
	font-size: 3.0rem;
}

#wrap_houhou .houhou_box > div {
	padding: 5px 0 5px 40px;
}

#wrap_houhou .section-title + .houhou_box div ul {
	display: flex;
	position: relative;
}

#wrap_houhou .section-title + .houhou_box div ul li {
	width: 39%;
	margin-right: 1%;
	text-align: center;
}

#wrap_houhou .section-title + .houhou_box div ul li:nth-last-child(1) {
	width: 20%;
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#wrap_houhou .section-title + .houhou_box div ul li a {
	color: #fff;
}

#wrap_houhou .section-title + .houhou_box div ul li a:hover {
	text-decoration: underline;
}

#wrap_houhou .section-title + .houhou_box div ul li p {
	margin: 0;
}

#wrap_houhou .hashtag {
	display: inline-block;
	background: #fff;
	padding: 7px 20px;
	margin-top: 2rem;
	margin-bottom: 0;
	font-size: 2.1rem;
	word-break: break-all;
	cursor: pointer;
}

#wrap_houhou .hashtag:hover {
	color: rgba(0,0,0,0.30)
}

@media (max-width: 640px) {
	#wrap_houhou .houhou_box {
		padding: 20px 20px 20px 0;
	}
	
	#wrap_houhou .houhou_box h3 {
		padding: 0 15px;
	}
	
	#wrap_houhou .houhou_box > div {
		padding-left: 20px;
	}
	
	#wrap_houhou .section-title + .houhou_box div ul {
		display: block;
		text-align: center;
	}
	
	#wrap_houhou .section-title + .houhou_box div ul li {
		width: auto;
		margin-right: 0;
	}
	
	#wrap_houhou .section-title + .houhou_box div ul li:nth-last-child(1) {
		width: auto;
		max-width: 100px;
		top: -30px;
	}
	
	#wrap_houhou .hashtag {
		font-size: 4vmin;
		line-height: 1.3;
	}
}

/* end
----------------------- */
#wrap_end h2 {
	margin-bottom: 10vh;
	text-align: center;
	font-size: clamp(2.3rem, 2.045rem + 1.27vw, 3rem);
	font-weight: normal;
}

#wrap_end ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#wrap_end ul li {
	width: 32%;
	margin-bottom: 3%;
}

@media (max-width: 640px) {
	#wrap_end ul li {
		width: 48.5%;
		margin-bottom: 3%;
	}
}

/* notes
----------------------- */
#wrap_notes h2 {
	margin-bottom: 2vh;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(2.8rem, 2.364rem + 2.18vw, 4rem);
}

#wrap_notes ul {
	padding-left: 1em;
	font-size: 1.7rem;
	line-height: 1.7;
}

#wrap_notes ul li {
	list-style-type: disc;
	margin-top: 10px;
}