.enIndex{
 text-align: center;
	color: var(--main-color);
	font-size: 6rem;
 font-family: "Poppins";
 font-weight: 500 !important;
}
.title{
 text-align: center;
	color: var(--text-color);
	font-size: 6rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.under-mv__img.center{
 text-align: center;
}
.under-mv__img.center img{
 margin: 0 auto;
}
.competition-concept .row{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0px 0px 0px;
}
.competition-concept .row .text{
    line-height: 2;
    font-size: 2rem;
    font-weight: 600;
				order: 2;
				width : -webkit-calc(100% - 280px) ;
   	width : calc(100% - 280px) ;
}
.competition-concept .row .text b{
        background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, yellow));
    background: linear-gradient(transparent 80%, yellow 80%);
    background-size: 100% 100%;
				font-size: 2.4rem;
}
.competition-concept .row .img{
    width : 240px;
				order: 1;
}

.competition-special {
 
}
.competition-special .row{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0px 0px 0px;
}
.competition-special .row .text{
    line-height: 2;
    font-size: 2rem;
    font-weight: 600;
				order: 1;
				width : -webkit-calc(100% - 400px) ;
   	width : calc(100% - 400px) ;
}
.competition-special .row .text b{
        background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, yellow));
    background: linear-gradient(transparent 80%, yellow 80%);
    background-size: 100% 100%;
				font-size: 2.4rem;
}
.competition-special .row .img{
    width : 380px;
				order: 2;
}

.competition-conditions .under__section-ttl-wrap--white .enIndex{
 color: #FFF;
}
.competition-conditions .under__section-ttl-wrap--white .title {
 color: #FFF;
}

.competition-conditions .row{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	background: #FFF;
	border-radius:10px;
}
.competition-conditions .row .text{
    
    font-weight: 600;
				order: 1;
				width : -webkit-calc(100% - 480px) ;
   	width : calc(100% - 480px) ;
}
.competition-conditions .row .text .participationList {
 margin: 0px 0px 20px 0px;
}
.competition-conditions .row .text .participationList li{
  display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin: 0px 0px 10px 0px;
}
.competition-conditions .row .text .participationList li .t{
 width : -webkit-calc(100% - 30px) ;
   width : calc(100% - 30px) ;
			line-height: 1;
    font-size: 2.4rem;
}
.competition-conditions .row .text .kome{
 font-size: 1.6rem;
	line-height: 1.2;
}

.competition-conditions .row .img{
    width : 440px;
				order: 2;
}

.competition-schedule .tableArea{
 margin: 50px 0px 0px 0px;
	padding: 40px;
	border-radius: 1rem;
	background-color: #e9f5df;
}
.competition-schedule .tableArea .row{
 margin: 0px 0px 0px 0px;
	padding: 0px;
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	*/
}
.competition-schedule .tableArea .row .mainImg{
  text-align: center;
		margin: 0px 0px 20px 0px;
}
.competition-schedule .tableArea .row .mainImg img{
	margin: 0 auto;
}
.competition-schedule .tableAreaInner{
 padding: 20px;
	background: #FFF;
	border-radius: 1rem;
	display: flex;
	flex-wrap: wrap;
}
.competition-schedule .tableAreaInner .rowBox {
 margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 50%;
}

.competition-schedule .tableAreaInner .rowBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-image: repeating-radial-gradient(circle, #c2dda8 0px, #c2dda8 2px, transparent 2px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 6px 4px;
}
.competition-schedule .tableAreaInner .rowBox .i{
 width : 150px;
	padding: 10px 0px;
	border-radius: 5px;
	background: var(--text-color);
	color: #FFF;
	text-align: center;
}
.competition-schedule .tableAreaInner .rowBox .c{
 width : -webkit-calc(100% - 190px) ;
 width : calc(100% - 190px) ;
	font-size: 2rem;
}
.competition-schedule .tableAreaInner .kome{
 margin: 0px 20px;
}
.competition-achievements .achievementsList {
 margin: 50px 0px 20px 0px;
}
.competition-achievements .achievementsList .achievementsBox{
 margin: 0px 0px 40px 0px;
	padding: 40px;
	border-radius: 1rem;
	background-color: #e9f5df;
}
.competition-achievements .achievementsList .achievementsBox:last-of-type{
 margin: 0px;
}
.competition-achievements .achievementsList .achievementsBox .name{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: center;
	font-size: 3.2rem;
}
.competition-achievements .achievementsList .achievementsBox .row{
 margin: 0px 0px 40px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.competition-achievements .achievementsList .achievementsBox .row .mainImg {
 width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
}
.competition-achievements .achievementsList .achievementsBox .row .tableArea {
 width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
}
.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner{
 padding: 30px;
	background: #FFF;
	border-radius: 1rem;
}
.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox {
 margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-image: repeating-radial-gradient(circle, #c2dda8 0px, #c2dda8 2px, transparent 2px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 6px 4px;
}
.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox .i{
 width : 150px;
	padding: 10px 0px;
	border-radius: 5px;
	background: var(--text-color);
	color: #FFF;
	text-align: center;
}
.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox .c{
 width : -webkit-calc(100% - 190px) ;
 width : calc(100% - 190px) ;
	font-size: 2rem;
}
.competition-achievements .achievementsList .achievementsBox .photoList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.competition-achievements .achievementsList .achievementsBox .photoList .photo{
 width : -webkit-calc(33.3% - 14px) ;
 width : calc(33.3% - 14px) ;
}
.competition-achievements .addMessage{
 text-align: center;
}
.competition-achievements .addMessage a{
 text-decoration: underline;
}

.competition-message .messageRow{
 margin: 50px auto 0px auto;
	padding: 40px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 985px;
}
.competition-message .messageRow .img{
	width : 240px;
}
.competition-message .messageRow .textArea{
 width : -webkit-calc(100% - 280px) ;
 width : calc(100% - 280px) ;
}
.competition-message .messageRow .textArea .message {
     font-size: 1.8rem;
					line-height: 2;
					margin: 0px 0px 20px 0px;
					
}
.competition-message .messageRow .textArea .nameArea {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid var(--text-color);
	text-align: right;
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.competition-message .messageRow .textArea .nameArea b{
 font-size: 3rem;
}

@media screen and (max-width: 767px) {
		body .uehonmachi-info__inner {
		 padding: 4rem 1rem;
		}
	.enIndex {
	 font-size: 32px;
		line-height: 1.4;
	}
	.competition-concept .row{
	 display: block;
	}
	.competition-concept .row .text{
	 width: auto;
		font-size: 1.6rem;
		margin: 0px 0px 20px 0px;
	}
	.competition-concept .row .text b{
	 font-size: 1.8rem;
	}
	.competition-concept .row .img{
	 width: auto;
		text-align: center;
	}
	.competition-special .row{
	 display: block;
	}
	.competition-special .row .text{
	 width: auto;
		font-size: 1.6rem;
		margin: 0px 0px 20px 0px;
	}
	.competition-special .row .text b{
		font-size: 1.8rem;
	}
	.competition-special .row .text br.pconly{
  display: none;
 }
	.competition-special .row .img{
	 width: auto;
		text-align: center;
	}
	
	.competition-conditions .row{
	 display: block;
		padding: 15px;
	}
	.competition-conditions .row .text{
	 width: auto;
		margin: 0px 0px 20px 0px;
	}
	.competition-conditions .row .img{
	 width: auto;
	}
	.competition-conditions .row .text .participationList li .t{
	 font-size: 1.6rem;
	}
	.competition-conditions .row .text .kome{
	 font-size: 1.4rem;
	}
	.competition-schedule .tableArea{
	 padding: 20px;
	}
	.competition-schedule .tableArea .row{
	 display: block;
	}
	.competition-schedule .tableArea .row .mainImg{
	 	width: auto;
			margin: 0px 0px 20px 0px;
	}
	.competition-schedule .tableArea .row .mainImg img{
	 
	}
	.competition-schedule .tableAreaInner{
	 padding: 15px;
		display: block;
		width: auto;
	}
	.competition-schedule .tableAreaInner .rowBox{
	 width: auto;
		display: block;
	}
	.competition-schedule .tableAreaInner .rowBox .i{
	 width: 100px;
		padding: 5px 0px;
		margin: 0px 0px 5px 0px;
		font-size: 16px;
	}
	.competition-schedule .tableAreaInner .rowBox .c{
	 width: auto;
		font-size: 18px;
	}
	.competition-achievements .achievementsList .achievementsBox{
	 padding: 20px;
	}
	.competition-achievements .achievementsList .achievementsBox .name{
	 margin: 0px 0px 20px 0px;
		font-size: 2rem;
		line-height: 1.4;
	}
	.competition-achievements .achievementsList .achievementsBox .row{
	 display: block;
		margin: 0px 0px 20px 0px;
	}
	.competition-achievements .achievementsList .achievementsBox .row .mainImg{
	 width: auto;
		margin: 0px 0px 20px 0px;
	}
	.competition-achievements .achievementsList .achievementsBox .row .tableArea{
	 width: auto;
	}
	.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner{
		padding: 15px;
	}
	.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox{
	 width: auto;
		display: block;
	}
	.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox .i{
	 width: 100px;
		padding: 5px 0px;
		margin: 0px 0px 5px 0px;
		font-size: 16px;
	}
	.competition-achievements .achievementsList .achievementsBox .row .tableArea .tableAreaInner .rowBox .c{
	 width: auto;
		font-size: 18px;
	}
	.competition-achievements .achievementsList .achievementsBox .photoList{
	 margin: 0px;
		display: block;
	}
	.competition-achievements .achievementsList .achievementsBox .photoList .photo{
	 width: auto;
		margin: 0px 0px 10px 0px;
	}
	.competition-achievements .achievementsList .achievementsBox .photoList .photo:last-of-type{
	 margin: 0px;
	}
	.competition-achievements .addMessage{
	 font-size: 14px;
	}
	.competition-message .messageRow{
	 padding: 20px;
		display: block;
	}
	.competition-message .messageRow .img{
	 width: auto;
		margin: 0px 0px 20px 0px;
		text-align: center;
	}
	.competition-message .messageRow .img img{
	 width: 50%;
		display: inline-block;
	}
	.competition-message .messageRow .textArea{
	 width: auto;
	}
	.competition-message .messageRow .textArea .message{
	     font-size: 1.6rem;
	}
	.competition-message .messageRow .textArea .message br.pc{
	 display: none;
	}
	.competition-message .messageRow .textArea .nameArea{
	     font-size: 1.6rem;
	}
	.competition-message .messageRow .textArea .nameArea b{
	 font-size: 2.2rem;
	}
	body .footer__nav {
        justify-content:flex-start;
 }
}

body .competition-insta-cv{
 padding: 0px 5%;
}
body .competition-insta-cv .inner{
 padding: 0px 5%;
}
body .competition-insta-cv .instagram {
 margin: 0 auto 40px;
 max-width: 800px;
}
body .competition-insta-cv .instagram .pc{
 display: block;
}
body .competition-insta-cv .instagram .sp{
 display: none;
}
body .competition-insta-cv .blog .btn a{
 margin: 0 auto;
}
@media screen and (max-width: 767px) {
body .competition-insta-cv .instagram .pc{
 display: none;
}
body .competition-insta-cv .instagram .sp{
 display:block;
}
body .competition-insta-cv .inner{
 padding: 0px;
}
body .competition-insta-cv .blog .btn a{
 width: 100%;
}
}