@charset "UTF-8";

.photo-contest-page {
	color: #333;
	font-family: 'Noto Sans JP';
	font-feature-settings: 'palt';
}

.photo-contest-page img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.photo-contest-page em {
	font-style: normal;
}

.photo-contest-page * {
	box-sizing: border-box;
}

.u-font-color__red {
	color: #D02D1D;
}

.u-show__mobile {
	display: none !important;
}

.u-hide__mobile {
	display: inline-block !important;
}

.u-inner {
	max-width: 976px;
	margin: 0 auto;
}

.u-title__hi {
	color: #000;
	line-height: 1;
	text-align: center;
	margin: 10px 0 0;
}

.u-title__hi + * {
	margin-top: 45px;
}

.u-title__hi span {
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -.025em;
	margin: 0 0 0 -.5em;
	display: inline-block;
}

.u-title__hi span:before {
	content: '';
	width: .9em;
	height: .8em;
	display: inline-block;
	margin: 0 .4em 0 0;
	background: url("../img/icon-camera-01.svg") no-repeat center / 100% auto;
}

.u-title__hi em {
	font-size: 18px;
	margin: .75em 0 0;
	display: block;
}




.u-font-osw {
	font-family: 'Oswald';
}





.l-mv {
	overflow: hidden;
	position: relative;
}

.l-mv-title {
	color: #000;
	width: 370px;
	padding: 370px 0 0 0;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}

.l-mv-title-inner {
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.l-mv-title-logo {
	width: 25%;
	margin: 14% 0 0;
	display: inline-block;
}

.l-mv-title h2 {
	line-height: 0.8;
	margin: 20px 0 0;
}

.l-mv-title h2 span {
	font-size: 46px;
	font-weight: 500;
	letter-spacing: -.025em;
	display: block;
}

.l-mv-title h2 em {
	font-size: 22px;
	font-weight: 700;
	margin: .75em 0 0;
	display: block;
}

.l-mv-period {
	color: #fff;
	line-height: 1.6;
	width: 100%;
	/*padding: 20px 0 40px;*/
	padding: 12px 0 70px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-mv-period h3 {
	font-size: 20px;
	font-weight: 400;
}

.l-mv-period p {
	font-size: 22px;
    font-weight: 500;
    margin: .5em 0 0.5em;
    line-height: 1.5em
}
.l-mv-period p span {
    font-size: 16px;
}

.l-mv-image {
	width: calc(100% + 4px);
	margin: -2px;
	display: flex;
	flex-wrap: wrap;
}

.l-mv-image figure {
	width: 50%;
	padding: 2px;
}

.l-prologue {
	text-align: center;
	padding: 80px 0;
	background: #F8F4E4;
}

.l-prologue h3 {
	color: #000;
	font-size: 26px;
	letter-spacing: .1em;
}

.l-prologue h4 {
	color: #000;
	font-size: 22px;
	letter-spacing: .1em;
	margin: 1em 0 0;
}

.l-prologue p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .15em;
	margin: 1.5em 0 0;
}

.l-epilogue {
	text-align: center;
	padding: 10px 0 20px 0;
	background: #FFFFFF;
}

.l-epilogue h3 {
	color: #000;
	font-size: 26px;
	letter-spacing: .1em;
}

.l-epilogue h4 {
	color: #000;
	font-size: 22px;
	letter-spacing: .1em;
	margin: 1em 0 0;
}

.l-epilogue p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .15em;
	margin: 1.5em 0 0;
}



.l-prize {
	padding: 0 0 80px;
	background: #F7ECE4;
}

.l-prize-menu {
	padding: 60px 0 0;
}

.l-prize-menu ul {
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.l-prize-menu ul li {
	line-height: 1;
	margin: 0.5em 1em;
    width: 20%;
}

.l-prize-menu ul li a {
	color: #000 !important;
	text-decoration: none;
}

.l-prize-menu ul li a:hover {
	color: #D02D1D !important;
}

.l-prize-menu ul li a:before {
	content: '';
	vertical-align: -.15em;
	width: 1em;
	height: 1em;
	margin: 0 .25em 0 0;
	display: inline-block;
	background: url("../img/icon-arrow-01.svg") no-repeat center / 100% auto;
}

.l-prize-box {
	margin: 110px 0 0;
	padding: 0 80px 60px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.l-prize-mark {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translate(-50%,0);
}

.l-prize-mark img {
	width: 36%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-75%);
}

.l-prize-title {
	color: #000;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	padding: 40px 0 0;
	position: relative;
	z-index: 10;
}

.l-prize-catch {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 20px 0 0;
}

.l-prize-read {
	font-size: 15px;
	line-height: 2;
	text-align: center;
	padding: 10px 0 0;
}

.l-prize-main-image {
	margin: 30px 0 0;
	position: relative;
}
.l-prize-main-image img {
	border-radius: 6px;
}
.l-prize-main-image figcaption {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .1em;
	text-shadow:
		1px 1px 5px #000,
		1px 1px 10px #000
	;
	padding: 0 40px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#l-prize-fade {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 1;
}
.l-prize-info {
	width: 100%;
	margin: 30px 0 0;
	display: flex;
}

.l-prize-info__inner {
	padding: 0 5px;
}

.l-prize-info h5 {
	width: 100%;
	position: relative;
}

.l-prize-info h5:after {
	content: '';
	width: 100%;
	height: 6px;
	background: #F7ECE4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.l-prize-info h5 + * {
	margin: 20px 0 0;
}

.l-prize-info h5 em {
	padding: 0 .5em 0 0;
	background: #fff;
	position: relative;
	z-index: 10;
}

.l-prize-gift {
	width: 62%;
}

.l-prize-gift__inner {
	display: flex;
	justify-content: center;
}

.l-prize-gift__main {
	text-align: center;
	width: 51%;
}

.l-prize-gift__main img {
	border-radius: 6px;
	border: 1px solid #D02D1D;
}

.l-prize-gift__main figcaption {
	color: #000;
	line-height: 1.5;
	margin: .5em 0 0;
	display: block;
}

.l-prize-gift__main figcaption small {
	font-size: 12px;
}

.l-prize-gift__plus {
	text-align: center;
	width: 16%;
	padding: 80px 0 0;
	display: block;
}

.l-prize-gift__plus img {
	width: 30px;
}

.l-prize-gift__coupon {
	color: #000;
	line-height: 1;
	text-align: center;
	width: 33%;
}

.l-prize-gift__coupon-inner {
	padding: 30px 25px 0;
	min-height: 190px;
	border-radius: 6px;
	border: 1px solid #D02D1D;
}

.l-prize-gift__coupon p {
	font-size: 11px;
	margin: 1em 0 0;
}

.l-prize-gift__coupon h6 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin: .5em 0 0;
}

.l-prize-member {
	width: calc(100% - 62%);
	padding: 0 0 0 30px;
}

.l-prize-member ul {
	box-sizing: border-box;
	min-height: 190px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*background: #F1F1F1;*/
	border-radius: 8px;
	padding: 0 30px 10px;
}

.l-prize-member ul li {
	text-align: center;
	width: 120px;
	margin: 10px 15px 0;
}

.l-prize-member ul li img {
	border-radius: 50%;
}

.l-prize-member ul li figcaption {
	font-size: 13px;
	font-weight: 500;
	margin: .25em 0 0;
	display: block;
}

.l-prize-member ul.box-member-more-04 {
    box-sizing: border-box;
	min-height: 190px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/*background: #F1F1F1;*/
	border-radius: 8px;
	padding: 0 0px 10px;
}
.l-prize-member ul.box-member-more-04 li {
    width: 100px !important;
}

.l-prize-member ul.box-member-more-04 li img {
	width: 80px;
}



.l-prize-box--gp .l-prize-info {
	display: block;
}

.l-prize-box--gp .l-prize-gift__inner {
	display: block;
}





.l-prize-box--gp .l-prize-gift {
	width: 100%;
}

.l-prize-box--gp .l-prize-gift__main {
	width: 100%;
	padding: 30px 40px;
	border-radius: 6px;
	border: 1px solid #D02D1D;
}

.l-prize-box--gp .l-prize-gift__main img {
	border-radius: 0;
	border: 0;
}

.l-prize-box--gp .l-prize-gift__main p {
	margin: 2em 0 0;
}

.l-prize-box--gp .l-prize-gift__main p b {
	color: #D02D1D;
	font-size: 20px;
	font-weight: 700;
	margin: .25em 0 0;
	display: block;
}


.l-prize-box--gp .l-prize-gift__plus {
	width: 100%;
	padding: 20px 0;
	display: block;
}


.l-prize-box--gp .l-prize-gift__coupon {
	text-align: left;
	width: 100%;
}

.l-prize-box--gp .l-prize-gift__coupon-inner {
	min-height: 0;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-prize-box--gp .l-prize-gift__coupon-inner figure {
	width: 110px;
	margin-right: 20px;
}

.l-prize-box--gp .l-prize-gift__coupon p {
	margin-top: 0;
}

.l-prize-box--gp .l-prize-gift__coupon h6 {
	margin-top: .25em;
}

.l-prize-box--gp .l-prize-gift__coupon h6 br {
	display: none;
}


.l-prize-box--gp .l-prize-member {
	width: 100%;
	margin: 40px 0 0;
	padding-left: 0;
}

.l-prize-box--gp .l-prize-member ul {
	min-height: 0;
	padding: 30px 0;
}

.l-prize-box--gp .l-prize-member ul li {
	margin-right: 15px;
	margin-left: 15px;
}
.l-prize-entry {
	margin-top: 40px;
	text-align: center;
}
.l-prize-entry .btn-blue a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	background-color: #364662;
	color: #fff !important;
	font-size: 22px;
	text-decoration: none;
	border-radius: 8px;
	padding: 15px 10px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.l-prize-entry .btn-blue a:hover {
	opacity: 0.7;
}

.l-prize-entry .btn-orange a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	background-color: #CC7333;
	color: #fff !important;
	font-size: 22px;
	text-decoration: none;
	border-radius: 8px;
	padding: 25px 10px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	line-height: 110%;
}
.l-prize-entry .btn-orange a:hover {
	opacity: 0.7;
}

#contents-6 .l-prize-info,
#contents-8 .l-prize-info {
	display: block;
}

#contents-6 .l-prize-gift,
#contents-8 .l-prize-gift {
	margin-right: auto;
	margin-left: auto;
}




.l-examiner {
	padding: 50px 0;
	background: #DEEDF4;
}

.l-examiner ul {
	margin: 0 -2%;
	display: flex;
}

.l-examiner ul li {
	width: calc(100% / 4 - 2%);
	margin: 0 1%;
	padding: 0 0 6%;
	background: #fff;
	border-radius: 10px;
}

.l-examiner ul li figure {
	text-align: center;
	margin: 20% 0 0;
}

.l-examiner ul li figure img {
	width: 44%;
}

.l-examiner ul li h4 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .15em;
	margin: .5em 0 0;
}

.l-examiner ul li p {
	font-size: 14px;
	line-height: 2;
	margin: 5% 0 0;
	padding: 0 10%;
}



.l-info {
	margin: 120px 0 0;
	padding: 0 0 60px;
	border-top: 4px solid #ddd;
}

.l-info h3 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin: 60px 0 0;
}

.l-info h3 + * {
	margin-top: 40px !important;
}

.l-info h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 40px 0 0;
	padding: 0 0 0 .75em;
	border-left: 6px solid #D02D1D;
}

.l-info h4 + * {
	margin-top: 40px !important;
}

.l-info h5 {
	color: #000;
	font-weight: 700;
	margin: 40px 0 0;
}

.l-info h5 + * {
	margin-top: 15px !important;
}

.l-info p {
	margin-top: 20px;
}

.l-info ul li {
	margin: 5px 0 0;
	padding: 0 0 0 1em;
	position: relative;
}

.l-info ul li:after {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: .65em;
	left: 0;
}

.l-info ul li:first-child {
	margin-top: 0;
}

.l-info .u-note {
	margin-bottom: 10px;
}

.l-info .u-note li {
	font-size: 14px;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.l-info .u-note li:after {
	display: none;
}

.l-info ol {
	padding: 0 0 0 1.25em;
}

.l-info table {
	text-align: left;
	font-size: 15px;
	width: 100%;
	margin-right: -8px;
	margin-left: -8px;
	border-spacing: 8px 0;
	border-collapse: separate;
}

.l-info table th {
	color: #000;
	vertical-align: top;
	width: 240px;
	padding: 20px 30px;
	background: #F2F2F2;
	border-bottom: 1px solid #D6D6D6;
}

.l-info table td {
	vertical-align: top;
	padding: 20px 30px;
	border-bottom: 1px solid #D6D6D6;
}

.table-cell-first {
	border-top: 4px solid #000;
}

.l-info table table th,
.l-info table table td {
	padding: 0 0 1em;
	background: #fff;
	border: 0;
}

.l-info table table th {
	font-weight: 700;
	width: 175px;
}

/* 結果発表 */
html {
	overflow: auto;
}

.photo-contest-page--result .l-mv-period {
	/*padding: 12px 0 48px;*/
    padding: 10px 0 40px;
   /* padding: 12px 0 70px;*/
}

.photo-contest-page--result .l-mv-period h3 {
	font-size: 24px;
	font-weight: 700;
    line-height: 1.2em;
}

.photo-contest-page--result .l-mv-period h3 span {
    font-size: 20px;
}


.c-result-photo {
	text-align: center;
	margin: 30px -80px 0;
}

.c-result-photo__image {
	background: #ddd;
}

.c-result-photo__image img {
	width: 100%;
	max-width: 1600px;
	height: auto;
	position: relative;
	z-index: 0;
	cursor: pointer;
	transition: .2s cubic-bezier(.8,0,.4,1);
}

.c-result-photo__image--vertical img {
	width: auto;
	max-height: 800px;
}

.c-result-photo__image img:hover {
	opacity: .9;
}

.c-result-photo-data {
	margin: 25px 0 0;
	position: relative;
}

.c-result-photo-data__title {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1em;
}

.c-result-photo-data__name {
	font-size: 15px;
	line-height: 1;
	text-align: center;
	margin: 15px 0 0;
}

.c-result-photo-data__button {
	color: #000;
	width: 110px;
	padding: 0 0 8px 0;
	border: 1px solid #bbb;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translate(0,-50%);
	transition: .2s cubic-bezier(.8,0,.4,1);
	cursor: pointer;
}

.c-result-photo-data__button:before {
	content: '';
	width: 24px;
	height: 24px;
	margin: 10px auto 0;
	display: block;
	background: url("../img/icon-zoom-01.svg") no-repeat center / 100% 100%;
}

.c-result-photo-data__button span {
	font-size: 11px;
	font-weight: 500;
	padding: 0 0 0 2px;
	display: inline-block;
}

.c-result-photo-data__button:hover {
	background: #f1f1f1;
}

/*.c-result-photo-data dl {
    line-height: 1;
    border-radius: .5em;
    display: table;
    border: 1px solid #ddd;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
}*/
.c-result-photo-data .cameramodel {
   /* line-height: 1;
    border-radius: .5em;
    display: table;
    border: 1px solid #ddd;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(0, -50%);
    border-spacing: 0px 3px;*/
    top: -25%;
    right: 10%;
    font-size: 85%;
    position: absolute;
    line-height: 1;
}
.c-result-photo-data .cameramodel dl {
    display: table-row;
    margin: 2px 0;
}

.c-result-photo-data dl dt {
    color: #666;
    font-size: 1.2rem;
    text-align: right;
    vertical-align: middle;
    padding: 0 .75em .25em 1em;
    display: table-cell;
    background: #ddd;
    border-radius: .5em 0 0 .5em;
    border: 1px solid #ddd;
        
}

.c-result-photo-data dl dd {
    color: #000;
    text-align: left;
    vertical-align: middle;
    padding: .35em 1em .5em .75em;
    display: table-cell;
    border: 1px solid #ddd;
    border-radius: 0 .5em .5em 0;
    font-size: 1.4rem;
}

.photo-contest-page--result .l-prize-info {
	margin-top: 60px;
}

.c-result-review {
	padding: 0 10px;
}

.c-result-review-item {
	margin: 10px 0 0;
	padding: 25px 30px;
	background: #F1F1F1;
	display: flex;
	align-items: center;
	border-radius: 8px;
}

.c-result-review-item > div {
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-result-review-item > div h6 {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	padding: 0 0 0 10px;
}

.c-result-review-item > div figure {
	width: 70px;
}

.c-result-review-item > div figure img {
	border-radius: 50%;
}

.c-result-review-item > p {
	line-height: 1.75;
	width: calc(100% - 190px);
}



/*佳作*/
.c-result-kasaku {
	/*padding-top: 60px;*/
    padding-top: 25px;
    margin-top: 45px;
}
.kasaku-line {
    border-top: solid 3px #F1F1F1;
}


.l-prize-title + .c-result-kasaku {
	padding-top: 0;
}

.c-result-kasaku .c-result-photo {
	margin-right: 0;
	margin-left: 0;
	display: flex;
	align-items: center;
}

.c-result-kasaku .c-result-photo__image {
	width: 57.5%;
}

.c-result-kasaku .c-result-photo__image--vertical img {
	max-height: 440px;
}

.c-result-kasaku .c-result-photo-data {
	text-align: left;
	width: calc(100% - 57.5%);
	padding: 0 0 0 40px;
}

.c-result-kasaku .c-result-photo-data__title {
	font-size: 20px;
	text-align: left;
}

.c-result-kasaku .c-result-photo-data__name {
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}

.c-result-kasaku .c-result-photo-data__button {
	width: 136px;
	min-height: 46px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: auto;
	right: auto;
	transform: none;
}

.c-result-kasaku .c-result-photo-data__button:before {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
}

.photo-contest-page--result .c-result-kasaku .l-prize-info {
	width: calc(100% - 80px);
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

.c-result-kasaku .c-result-review {
	padding-right: 50px;
	padding-left: 50px;
}

.c-result-kasaku .c-result-review-item {
	padding: 0 20px 0 0;
	background: transparent;
}

.c-result-kasaku .c-result-review-item > p {
	font-size: 14px;
	line-height: 1.5;
}

/*.c-result-kasaku .c-result-photo-data dl {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}*/

.c-result-kasaku .c-result-photo-data .cameramodel {
	/*position: relative;*/
    position: static;
	top: auto;
	left: auto;
	transform: none;
}



.l-last .u-title__hi span:before {
	width: 100%;
	height: 29px;
	margin-bottom: 15px;
	display: block;
	background: url("../img/icon-crown-01.svg") no-repeat center / auto 100%;
}

.l-last .u-title__hi em {
	font-size: 22px;
	font-weight: 500;
}

.l-last__message {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	padding: 30px 0 60px;
}




/*モーダル拡大*/
.c-modal {
	width: 100%;
	height: 100%;
	background: rgba(247,236,228,.95);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: .6s cubic-bezier(.8,0,.4,1);
}

.active-modal {
	overflow: hidden;
}

.active-modal body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.active-modal .c-modal {
	opacity: 1;
	visibility: visible;
}

.c-modal .c-result-photo {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.c-modal .c-result-photo__image--vertical img {
	max-height: 1600px;
    width: 100%;
}

.c-modal .c-result-photo__image img:hover {
	opacity: 1;
}

.c-modal .c-result-photo-data__button {
	display: none;
}

.c-modal .c-result-photo-data dl {
	left: 20px;
}

.c-modal .c-result-photo-data {
	width: 100%;
	min-height: 60px;
	margin-top: 0;
	padding: 60px 0 15px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.c-modal .c-result-photo-data .contributorTxt2 {
	display: none;
}


.c-modal .c-result-photo__image {
	height: calc(100vh - 60px);
	padding: 60px 60px 80px;
	background: transparent;
	overflow-y: scroll;
}

.c-modal .c-result-photo-data__title {
	font-family: 'Noto Sans JP';
	font-feature-settings: 'palt';
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0;
}


.c-modal .c-result-photo-data__name {
	font-family: 'Noto Sans JP';
	font-feature-settings: 'palt';
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0;
	margin-top: 0;
	margin-left: 1.5em;
	transform: translate(0,-.1em);
}

.c-modal .c-result-photo-data .cameramodel{
    top: 10%;
    right: 8%;
    font-size: 85%;
    position: absolute;
    line-height: 1;
}

.c-result-photo-data__button--close {
	width: 136px;
	min-height: 46px;
	padding-bottom: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: auto;
	bottom: 40px;
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 100;
}

.c-result-photo-data__button--close:before {
	margin: 0;
	background: url("../img/icon-close-01.svg") no-repeat center / 100% 100%;
}

.c-result-photo-data__button--close span {
	padding-left: 1em;
}

/*壁紙*/
.wallpaper {
    display: flex;
}

.wallpaper figure {
    width: 46%;
    margin: 2%;
}

.wallpaperText {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0.5em!important;
}


/*追記　フォトコン展*/
#main .exhibition {
    width: 976px;
    border-radius: 10px;
    border: 3px #dddddd solid;
    margin: 2em auto;
    padding: 2em;
    text-align: center;
}
#main .exhibition .title{
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.6em;
}

#main .cbt_bt a {
    text-align: center;
    line-height: 1;
    width: 410px;
    display: block;
    border-radius: 8px;
    /*box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 16%);*/
    color: #364563;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin: 1em auto;
    text-decoration: none;
    background-color: #dee3ed;
    border: 1px solid #364563;
}

/*投稿者コメント*/
#main .contributorTxt1 {
    font-size: 15px;
    width: 796px;
    margin: 2em auto 0 auto;
    text-align: left;
}
#main .contributorTxt2 {
    font-size: 14px;
    text-align: left;
    margin-top: 1em;
}

/*選考*/
.selection {
    width: 930px;
    margin: 2em auto 2em auto;
    display: flex;
    justify-content: space-between;
}

.selection .selectionimg {
    width: 49%;
}
.selection .selectionimg img {
    border-radius: 10px;
}
.selectiontxt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.doxjudgeGRP {
    width: 566px;
    margin: auto;
    text-align: center;
}

.txt120 {
    font-size: 120%!important;
    line-height: 110%;
}

/*アイコン大きさ*/
.reviewicon{
    width: 62%!important;
}

#main .c-button.grey a {
    text-align: center;
    line-height: 1.2;
    width: 470px;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 16%);
    color: #ffffff /*454647*/;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin: 2.5em auto;
    text-decoration: none;
    background-color: #666666 /*#364563*/;
    font-weight: bold;
}



#main .conditions {
    width: 750px;
    border-radius: 10px;
    border: 3px #01398e solid;
    margin: 2em auto;
    padding: 0 2em 2em 2em;
    text-align: center;
    background-color: #ffffff;
    color: #01398e;
}

#main .beginner {
    width: 600px;
    border-radius: 10px;
    border: 3px #dddddd solid;
    margin: 2em auto;
    padding: 0.5em 1em 1em 1em;
    text-align: center;
}

