@charset "utf-8";

/* base (2023~)
------------------------------ */
#footer{
	border-top: none;
}
#mwrap.ds.ds2025{
	position: relative;
	background-color: #000;
    margin: 0;
    padding: 0;
	border: none;
	overflow: unset;
}
#main.ds.ds2025 .section,
#main.ds.ds2025 .section h2,
#main.ds.ds2025 .section h3{
	color: #fff;
}
#main.ds.ds2025 .section h3{
	font-style: normal;
}
#main.ds.ds2025 .section em{
	font-weight: 700;
	font-style: normal;
}
#main.ds.ds2025 .section p.desc{
	font-weight: 700;
}
#main.ds.ds2025 .section{
	border-bottom-color: #fff; 
}
#main.ds.ds2025 .designer-list.now h3{
	z-index: 1;
	text-align: left;
}
#main.ds.ds2025 .designer-list li p.shop{
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.6;
}
#main.ds.ds2025 #section-02{
	position: relative;
	z-index: 2;
	padding-top: 140px;
	padding-bottom: 60px;
    margin-bottom: 140px;
    margin-top: 0px;

}
#main.ds.ds2025 #section-01 p.place,
#main.ds.ds2025 #section-01 p.info,
#main.ds.ds2025 .section p.desc,
#main.ds.ds2025 .section p.sub,
#main.ds.ds2025 .designer-list li .name,
#main.ds.ds2025 .designer-list li p.shop{
	font-family: m-plus-1p, sans-serif;
}
#main.ds.ds2025 .section h2,
#main.ds.ds2025 .section h3,
#main.ds.ds2025 .designer-list li h5,
#main.ds.ds2025 .designer-list li p.txt{
	font-family: poppins, sans-serif;
}
#main.ds.ds2025 .section{
    position: relative;
	padding-bottom: 40px;
}
#main.ds.ds2025 .section::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #fff;
}
#main.ds.ds2025 .section p.desc{
	margin-bottom: 20px;
}
#main.ds.ds2025 .section p.sub{
	line-height: 1.6;
	margin-bottom: 40px;
}
#main.ds.ds2025 .designer-list li .name{
	font-size: 24px;
}
#main.ds.ds2025 .designer-list.now li:not(:last-child){
	position: relative;
    border-bottom: 1px solid #3C3C3C;
}
#main.ds.ds2025 .designer-list.now .line{
	display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
	display: block;
    height: 1px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #3C3C3C;
}
#main.ds.ds2025 .designer-list.now li:not(:last-child) .line{
	display: block;
}
@media screen and (min-width: 768px) {
	#main.ds.ds2025 .section{
		margin-top: 0;
	}
	#main.ds.ds2025 #section-01 p.info{
		font-size: 16px;
		font-style: normal;
	}
	#main.ds.ds2025 #section-01{
		padding-bottom: 90px;
	}
	#main.ds.ds2025 #section-02{
		padding-bottom: 140px;
	}
	#main.ds.ds2025 .designer-list.now li{
		overflow: visible;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

/* common (2025~)
------------------------------ */
/* ds-sec */
#mwrap.ds .ds-sec{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: m-plus-1p, sans-serif;
	font-weight: 400;
}

/* ds-ttl */
#mwrap.ds .ds-ttl .ds-ttl-en{
	font-family: poppins, sans-serif;
	font-weight: 200;
	display: block;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
#mwrap.ds .ds-ttl .ds-ttl-ja{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#mwrap.ds .ds-ttl .ds-ttl-en{
		font-size: 36px;
	}
	#mwrap.ds .ds-ttl .ds-ttl-ja{
		margin-top: 10px;
		font-size: 14px;
	}
}

/* btn-history (2023~)
------------------------------ */
#mwrap.ds.ds2025 #btn-history{
	z-index: 4;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 32%;
	height: 80px;
	background-color: #3C3C3C80;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#mwrap.ds.ds2025 #btn-history button{
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	color: #fff;
}
#mwrap.ds.ds2025 #btn-history button{
	display: flex;
	flex-flow: column-reverse;
	align-items: center;
	justify-content: center;
}
#mwrap.ds.ds2025 #btn-history .btn-history-line{
	position: relative;
	width: 24px;
	height: 15px;
	margin-top: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#mwrap.ds.ds2025 #btn-history .btn-history-line::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	margin-top: -1px;
	background: #fff;
}
#mwrap.ds.ds2025 #btn-history .btn-history-en{
	margin-top: 5px;
	font-family: poppins, sans-serif;
	font-weight: 300;
    font-size: 13px;
	line-height: 1;
    letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
	#mwrap.ds.ds2025 #btn-history{
		right: auto;
		left: 20px;
		bottom: 40px;
		width: 160px;
		height: 160px;
		border-radius: 100%;
		border: 1px solid #fff;
	}
	#mwrap.ds.ds2025 #btn-history button{
		flex-flow: column;
		cursor: pointer;
		transition: .3s;
	}
	#mwrap.ds.ds2025 #btn-history button:hover{
		opacity: .5;
	}
	#mwrap.ds.ds2025 #btn-history .btn-history-line{
		margin-top: 0;
	}
	#mwrap.ds.ds2025 #btn-history .btn-history-en{
		margin-top: 20px;
		font-size: 18px;
	}
	#mwrap.ds.ds2025 #btn-history .btn-history-ja{
		font-family: m-plus-1p, sans-serif;
		font-size: 12px;
		letter-spacing: 0.06em;
		margin-top: 3px;
	}
}

/* entry (2023~)
------------------------------ */
#mwrap.ds.ds2025 #btn-entry{
	z-index: 3;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 80px;
	background-color: #3C3C3C80;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-top: 1px solid #FFFFFF;
}
#mwrap.ds.ds2025 #btn-entry a{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
#mwrap.ds.ds2025 #btn-entry .btn-entry-en{
	font-family: poppins, sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
}
#mwrap.ds.ds2025 #btn-entry .btn-entry-line{
	position: relative;
	width: 205px;
	height: 6px;
	margin-top: 5px;
	border-top: 1px solid #fff;
}
#mwrap.ds.ds2025 #btn-entry .btn-entry-line::after{
	content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 10px;
    height: 1px;
    transform: rotate(-20deg);
    transform-origin: top right;
    background: #fff;
}
#mwrap.ds.ds2025 #btn-entry .btn-entry-ja{
	display: block;
	margin-top: 5px;
	font-family: m-plus-1p, sans-serif;
	font-size: 10px;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
	#mwrap.ds.ds2025 #btn-entry{
		left: auto;
		right: 20px;
		bottom: 40px;
		width: 160px;
		height: 160px;
		border-radius: 100%;
		border: 1px solid #fff;
	}
	#mwrap.ds.ds2025 #btn-entry a{
		align-items: flex-start;
		padding-left: 28px;
	}
	#mwrap.ds.ds2025 #btn-entry .btn-entry-ja{
		order: 1;
		margin-top: 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
	}
	#mwrap.ds.ds2025 #btn-entry .btn-entry-ja span{
		display: block;
		font-size: 20px;
	}
	#mwrap.ds.ds2025 #btn-entry .btn-entry-line{
		order: 2;
		width: 90px;
		margin-top: 10px;
	}
	#mwrap.ds.ds2025 #btn-entry .btn-entry-en{
		order: 3;
		margin-top: 5px;
		font-size: 10px;
	}
}

/* u25banner (2025~)
------------------------------ */
#mwrap.ds.ds2025 #u25banner{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-top: 80px;
	pointer-events: none;
}
#mwrap.ds.ds2025 #u25banner .u25banner-item{
	z-index: 3;
	position: sticky;
	top: 80px;
	right: 0;
	border: 1px solid #fff;
	border-right: none;
	text-align: center;
	color: #fff;
	background-color: #3C3C3C80;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	pointer-events: auto;
}
#mwrap.ds.ds2025 #u25banner .u25banner-close{
	position: absolute;
	top: -11px;
	left: -11px;
	width: 22px;
	height: 22px;
	padding: 0;
	background-color: #3C3C3C;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	pointer-events: auto;
}
#mwrap.ds.ds2025 #u25banner .u25banner-close span{
	position: absolute;
	top: 10px;
	left: 5px;
	display: block;
	width: 10px;
	height: 1px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
#mwrap.ds.ds2025 #u25banner .u25banner-close span:nth-child(1){
	transform: rotate(45deg);
}
#mwrap.ds.ds2025 #u25banner .u25banner-close span:nth-child(2){
	transform: rotate(-45deg);
}
#mwrap.ds.ds2025 #u25banner a{
	display: block;
	width: 135px;
	height: 95px;
	padding-top: 12px;
}
#mwrap.ds.ds2025 #u25banner .u25banner-txt{
	text-align: center;
	font-family: m-plus-1p, sans-serif;
	font-size: 9px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#mwrap.ds.ds2025 #u25banner .u25banner-logo{
	width: 85px;
	margin: 8px auto 0;
}
@media screen and (min-width: 768px) {
	#mwrap.ds.ds2025 #u25banner{
		padding-top: calc(50vh - 47px);
	}
	#mwrap.ds.ds2025 #u25banner .u25banner-item{
		top: 100px;
	}
	#mwrap.ds.ds2025 #u25banner .u25banner-close{
		top: -10px;
		left: -10px;
		width: 20px;
		height: 20px;
	}
	#mwrap.ds.ds2025 #u25banner .u25banner-close span{
		top: 9px;
		left: 4px;
	}
	#mwrap.ds.ds2025 #u25banner a{
		width: 240px;
		height: 127px;
		padding-top: 15px;
	}
	#mwrap.ds.ds2025 #u25banner .u25banner-txt{
		font-size: 13px;
		line-height: 1.3;
	}
	#mwrap.ds.ds2025 #u25banner .u25banner-logo{
		width: 150px;
	}
}

/* catch (2023~)
------------------------------ */
#mwrap.ds.ds2025 #catch{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding-top: 90px;
	text-align: center;
	border-bottom: none;
}
#mwrap.ds.ds2025 #catch .catch-inner{
	width: 100%;
}
#mwrap.ds.ds2025 #catch .catch-copy{
	text-align: center;
	font-size: 20px;
}
#mwrap.ds.ds2025 #catch .catch-logo{
	width: 73%;
	max-width: 472px;
	margin: 35px auto 0;
}
#mwrap.ds.ds2025 #catch .catch-year{
	margin-top: 30px;
	color: #C60413;
	font-family: poppins, sans-serif;
	font-size: 23px;
	font-weight: 300;
}
#mwrap.ds.ds2025 #catch .catch-description{
	margin-top: 30px;
}
#mwrap.ds.ds2025 #catch .catch-description p{
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
	#mwrap.ds.ds2025 #catch{
		min-height: 900px;
		padding-top: 30px;
	}
	#mwrap.ds.ds2025 #catch .catch-logo{
		width: 100%;
		margin-top: 50px;
	}
	#mwrap.ds.ds2025 #catch .catch-year{
		margin-top: 55px;
		font-size: 38px;
	}
	#mwrap.ds.ds2025 #catch .catch-description{
		margin-top: 40px;
	}
	#mwrap.ds.ds2025 #catch .catch-description p{
		font-size: 12px;
		line-height: 1.83;
	}
}
/* catch-nomination (2025~)
------------------------------ */
#mwrap.ds.ds2025 #catch-nomination{
	padding-bottom: 100px;
}
#mwrap.ds.ds2025 #catch-nomination .catch-nomination-logo{
	text-align: center;
}
#mwrap.ds.ds2025 #catch-nomination .catch-nomination-ttl{
	display: block;
	margin-top: 210px;
    font-family: poppins, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
	#mwrap.ds.ds2025 #catch-nomination{
	}
	#mwrap.ds.ds2025 #catch-nomination .catch-nomination-ttl{
		margin-top: 250px;
		font-size: 36px;
	}
}

/* anchor (2024~)
------------------------------ */
.anchor{
	position: relative;
	display: block;
	height: 1px;
}
@media screen and (max-width: 767px) {
	#anchor-about{
		top: -60px;
	}
	#anchor-guideline{
		top: -60px;
	}
	#anchor-judges{
		top: -120px;
	}
}
@media screen and (min-width: 768px) {
	#anchor-judges{
		top: -170px;
	}
}

/* award (2024~)
------------------------------ */
#mwrap.ds.ds2025 #award{
	padding: 100px 0;
}
#mwrap.ds.ds2025 #award > *:last-child{
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
#mwrap.ds.ds2025 #award .award-ttl{
	margin-bottom: 35px;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#mwrap.ds.ds2025 #award .award-ttl + *{
	padding-top: 0 !important;
}
#mwrap.ds.ds2025 #award .award-subttl{
	margin: 45px 0 30px;
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-subttl span{
	font-family: poppins, sans-serif;
	font-weight: 200;
	display: block;
	font-size: 24px;
	letter-spacing: 0.1em;
}
#mwrap.ds.ds2025 #award .award-subttl h2,
#mwrap.ds.ds2025 #award .award-subttl h3{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0.04em;
}
#mwrap.ds.ds2025 #award .award-block{
	width: calc(100% - 30px);
	margin: 0 auto;
}
#mwrap.ds.ds2025 #award .award-block + .award-block{
	margin-top: 90px;
}
#mwrap.ds.ds2025 #award .award-block-ttl{
	margin-bottom: 35px;
	font-size: 18px;
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-block-media{
	margin-top: 30px;
	text-align: center;
	transition: opacity .3s;
}
#mwrap.ds.ds2025 #award .award-block-media:hover{
	opacity: 0.7;
}
#mwrap.ds.ds2025 #award .award-block-media-inner{
	position: relative;
    margin: 0 auto;
	cursor: pointer;
}
#mwrap.ds.ds2025 #award .award-block-media-zoom{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}
#mwrap.ds.ds2025 #award .award-block-media-zoom>span{
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: rgba(60, 60, 60, 0.3);
}
#mwrap.ds.ds2025 #award .award-block-media-zoom.is-image>span::before,
#mwrap.ds.ds2025 #award .award-block-media-zoom.is-image>span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 1px;
	margin-top: -1px;
	margin-left: -5px;
	background-color: #fff;
}
#mwrap.ds.ds2025 #award .award-block-media-zoom.is-image>span::after{
	transform: rotate(90deg);
}
#mwrap.ds.ds2025 #award .award-block-media-zoom.is-video>span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 7px;
	height: 8px;
	margin-top: -4px;
	margin-left: -2px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#mwrap.ds.ds2025 #award .award-block-media.is-horizontally .award-block-media-inner{
	width: calc(100% - 50px);
	max-width: 345px;
	margin-left: auto;
	margin-left: auto;
}
#mwrap.ds.ds2025 #award .award-block-media.is-horizontally.is-gp .award-block-media-inner{
	width: 100%;
	max-width: 465px;
}
#mwrap.ds.ds2025 #award .award-block-media.is-vertically .award-block-media-inner{
	max-width: 230px;
	margin-left: auto;
	margin-left: auto;
}
#mwrap.ds.ds2025 #award .award-block-media.is-vertically.is-gp .award-block-media-inner{
	width: 100%;
	max-width: 310px;
}

#mwrap.ds.ds2025 #award .award-block-mediamodal{
    display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-bg,
#mwrap.ds.ds2025 #award .award-block-mediamodal-body{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-bg{
	background: rgba(0, 0, 0, 0.9);
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-body{
    overflow: scroll;
	padding: 30px 0 100px;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-cont{
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-image{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 530px;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-video{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    margin: 0 auto;
    min-height: 530px;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-video>div{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-video>div>iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-name{
	margin-top: 35px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-close{
    display: block;
	width: 34px;
	height: 43px;
	padding: 0;
	margin: 22px auto 0;
	background: transparent;
	border: none;
	text-align: center;
	cursor: pointer;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._icon{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._icon::before,
#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._icon::before{
    transform: rotate(45deg);
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._icon::after{
    transform: rotate(-45deg);
}
#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._txt{
    margin-top: 4px;
	color: #fff;
	font-family: poppins, sans-serif;
	font-size: 10px;
	font-weight: 200;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#mwrap.ds.ds2025 #award .award-block-name{
	margin-top: 20px;
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-block-name ._name{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
}
#mwrap.ds.ds2025 #award .award-block-name ._shop{
	display: block;
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0;
}
#mwrap.ds.ds2025 #award .award-block-absence{
    text-align: center;
	margin-top: 10px;
    font-size: 10px;
}
#mwrap.ds.ds2025 #award .award-block-comment{
	margin-top: 45px;
	padding: 0 5px;
}
#mwrap.ds.ds2025 #award .award-block-comment + .award-block-comment{
	margin-top: 20px;
}
#mwrap.ds.ds2025 #award .award-block-comment-head{
	font-size: 18px;
}
#mwrap.ds.ds2025 #award .award-block-comment-txt{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.666;
	font-weight: 300;
	letter-spacing: 0;
}
#mwrap.ds.ds2025 #award .award-pro{
	padding-bottom: 100px;
	border-bottom: 1px solid #fff;
}
#mwrap.ds.ds2025 #award .award-pro .award-subttl{
	color: #D6006C;
}
#mwrap.ds.ds2025 #award .award-stu{
	padding-top: 60px;
	padding-bottom: 100px;
	border-bottom: 1px solid #fff;
}
#mwrap.ds.ds2025 #award .award-stu .award-subttl{
	color: #4098D5;
}
#mwrap.ds.ds2025 #award .award-special{
	padding-top: 105px;
}
#mwrap.ds.ds2025 #award .award-special-ttl{
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 200;
	text-align: center;
	letter-spacing: .1em;
}
#mwrap.ds.ds2025 #award .award-special .award-block-media.is-vertically .award-block-media-inner{
	width: 100%;
	max-width: 310px;
}
#mwrap.ds.ds2025 #award .award-special .award-block-media.is-horizontally .award-block-media-inner{
	width: 100%;
	max-width: 465px;
}
/* #mwrap.ds.ds2025 #award .award-special .award-block-media .award-block-media-inner{
	width: 100% !important;
} */
#mwrap.ds.ds2025 #award .award-sec + .award-sec{
	border-top: 1px solid #3C3C3C;
	margin-top: 90px;
	padding-top: 90px;
}
#mwrap.ds.ds2025 #award .award-sec-ttl{
	margin-top: 37px;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-sec-ttl + .award-block{
	margin-top: 12px;
}

#mwrap.ds.ds2025 #award .award-back{
	margin-top: 150px;
}
#mwrap.ds.ds2025 #award .award-back > a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	margin: 0 auto;
	padding: 21px;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: center;
}
#mwrap.ds.ds2025 #award .award-back > a span{
	display: block;
	width: 15px;
	margin-right: 8px;
}
#mwrap.ds.ds2025 #award .award-back > a span img{
	vertical-align: bottom;
	transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
    #mwrap.ds.ds2025 #award{
        padding-top: 125px;
        padding-bottom: 150px;
    }
    #mwrap.ds.ds2025 #award .award-subttl{
        margin-top: 35px;
        margin-bottom: 80px;
    }
    #mwrap.ds.ds2025 #award .award-subttl span{
        font-size: 36px;
    }
    #mwrap.ds.ds2025 #award .award-subttl h3{
        margin-top: 10px;
        font-size: 14px;
    }
	#mwrap.ds.ds2025 #award .award-block{
		position: relative;
		max-width: 1186px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	#mwrap.ds.ds2025 #award .award-block-media{
	    width: 465px;
	}
	#mwrap.ds.ds2025 #award .award-block-txt{
	    flex: 1;
	    padding-left: 55px;
	}
	/*
	#mwrap.ds.ds2025 #award .award-block-media{
		position: absolute;
		top: 0;
		left: 0;
	}
	#mwrap.ds.ds2025 #award .award-block-media.is-vertically{
		left: 120px;
	}
	*/
	#mwrap.ds.ds2025 #award .award-block-ttl{
	    margin-bottom: 20px;
	    font-size: 24px;
		text-align: left;
	}
	#mwrap.ds.ds2025 #award .award-block-name{
		text-align: left;
	}
	#mwrap.ds.ds2025 #award .award-block-name ._name{
	    font-size: 20px;
	}
	#mwrap.ds.ds2025 #award .award-block-name ._shop{
	    display: inline;
	    font-size: 20px;
		font-weight: 300;
	}
    #mwrap.ds.ds2025 #award .award-block-absence{
        margin-top: 15px;
        text-align: left;
        font-size: 14px;
    }
	#mwrap.ds.ds2025 #award .award-block-comment{
	    margin-top: 40px;
	}
	#mwrap.ds.ds2025 #award .award-block-comment-head{
	    font-size: 20px;
	}
	#mwrap.ds.ds2025 #award .award-block-comment-txt{
	    font-size: 14px;
	}
	#mwrap.ds.ds2025 #award .award-sec + .award-sec{
	    margin-top: 120px;
	    padding-top: 100px;
	}
	#mwrap.ds.ds2025 #award .award-pro{
	    padding-bottom: 150px;
	}
	#mwrap.ds.ds2025 #award .award-stu{
	    padding-top: 130px;
	    padding-bottom: 150px;
	}
	#mwrap.ds.ds2025 #award .award-special{
	    padding-top: 160px;
	}
	#mwrap.ds.ds2025 #award .award-special-ttl{
	    margin-bottom: 100px;
	    font-size: 36px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-body{
	    padding-top: 80px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-image{
	    max-width: 880px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-image.is-vertically{
	    max-width: 460px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-cont.is-video{
	    max-width: 880px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-name{
	    margin-top: 80px;
	    font-size: 20px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-close{
	    width: 48px;
	    height: 52px;
	    margin-top: 40px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._icon{
	    width: 32px;
	    height: 32px;
	}
	#mwrap.ds.ds2025 #award .award-block-mediamodal-close ._txt{
	    margin-top: 3px;
	    font-size: 14px;
	}
    #mwrap.ds.ds2025 #award .award-back{
    	margin-top: 250px;
    }
}

/* review (2024~)
------------------------------ */
#mwrap.ds.ds2025 #review{
	padding: 100px 0;
}
#mwrap.ds.ds2025 #review .review-ttl{
	margin-bottom: 35px;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#mwrap.ds.ds2025 #review .review-block{
}
#mwrap.ds.ds2025 #review .review-sec{
	width: calc(100% - 60px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#mwrap.ds.ds2025 #review .review-sec + .review-sec{
	border-top: 1px solid #3C3C3C;
	margin-top: 80px;
	padding-top: 80px;
}
#mwrap.ds.ds2025 #review .review-block-img{
    text-align: center;
}
#mwrap.ds.ds2025 #review .review-block-txt{
	margin-top: 40px;
}
#mwrap.ds.ds2025 #review .review-block-name{
	font-size: 24px;
}
#mwrap.ds.ds2025 #review .review-block-shop{
	margin-top: 12px;
	font-size: 16px;
	letter-spacing: 0;
}
#mwrap.ds.ds2025 #review .review-block-role{
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0;
}
#mwrap.ds.ds2025 #review .review-block-comment{
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: .025em;
}
@media screen and (min-width: 768px) {
    #mwrap.ds.ds2025 #review{
        padding-top: 160px;
    }
    #mwrap.ds.ds2025 #review .review-ttl{
        margin-bottom: 100px;
        font-size: 32px;
    }
    #mwrap.ds.ds2025 #review .review-sec{
    }
    #mwrap.ds.ds2025 #review .review-sec + .review-sec{
        margin-top: 40px;
        padding-top: 40px;
    }
    #mwrap.ds.ds2025 #review .review-block{
        display: flex;
        flex-wrap: wrap;
    }
    #mwrap.ds.ds2025 #review .review-block-img{
        width: 295px;
    }
    #mwrap.ds.ds2025 #review .review-block-txt{
        flex: 1;
        margin-top: 0;
        padding-left: 20px;
    }
}

/* nominate (2024~)
------------------------------ */
#mwrap.ds.ds2025 #nominate{
	padding: 90px 0;
}
#mwrap.ds.ds2025 #nominate .nominate-ttl span{
	font-family: poppins, sans-serif;
	font-weight: 200;
	display: block;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
#mwrap.ds.ds2025 #nominate .nominate-ttl h2{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-align: center;
}
#mwrap.ds.ds2025 #nominate .nominate-ttl h3{
	display: block;
	margin-top: 5px;
	font-size: 18px;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 2.5rem;
}
#mwrap.ds.ds2025 #nominate .nominate-ttl p{
	display: block;
	margin-top: 5px;
	font-size: 16px;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 2.5rem;
}
#mwrap.ds.ds2025 #nominate .nominate-more{
	margin-top: 50px;
}
#mwrap.ds.ds2025 #nominate .nominate-more > a{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	margin: 0 auto;
	padding: 21px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
#mwrap.ds.ds2025 #nominate .nominate-more > a span{
	display: block;
	width: 15px;
	margin-left: 8px;
}
#mwrap.ds.ds2025 #nominate .nominate-more > a span img{
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
    #mwrap.ds.ds2025 #nominate{
        padding-top: 135px;
        padding-bottom: 135px;
    }
    #mwrap.ds.ds2025 #nominate .nominate-ttl span{
        font-size: 36px;
    }
    #mwrap.ds.ds2025 #nominate .nominate-ttl h2{
        margin-top: 10px;
        font-size: 14px;
    }
}
#mwrap.ds.ds2025 #nominate .nominate-ttl > a{
 content: "\f35d";
 font-family: "Font Awesome 5 Free";
 font-weight: bold; /*指定しないと表示されない*/
 padding-left: .3em; /*文字とアイコンの間に隙間*/
}


/* support (2024~)
------------------------------ */
#mwrap.ds.ds2025 #support{
	padding: 110px 0 80px;
	background-color: #fff;
	color: #000;
}
#mwrap.ds.ds2025 #support .support-ttl span{
	font-family: poppins, sans-serif;
	font-weight: 200;
	display: block;
	font-size: 36px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
#mwrap.ds.ds2025 #support .support-ttl h2{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: center;
}
#mwrap.ds.ds2025 #support .support-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: calc(100% - 40px);
	max-width: 310px;
	margin: 30px auto 0;
}
#mwrap.ds.ds2025 #support .support-logo>li{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
    #mwrap.ds.ds2025 #support .support-logo>li{
    	width: 33%;
    	margin-top: 50px;
    }
	#mwrap.ds.ds2025 #support .support-logo>li._wella{
		width: 30%;
	}
    #mwrap.ds.ds2025 #support .support-logo>li._schwarzkopf,
    #mwrap.ds.ds2025 #support .support-logo>li._narutoscissors,
	#mwrap.ds.ds2025 #support .support-logo>li._takeda{
    	width: 50%;
    }
    #mwrap.ds.ds2025 #support .support-logo>li._milbon img{
    	width: 98px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._wella img{
    	width: 56px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._lebel img{
    	width: 81px;
    }
    #mwrap.ds.ds2025 #support .support-logo>li._littlescientist img{
    	width: 62px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._nakano img{
    	width: 74px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._apple img{
    	width: 59px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._gm img{
    	width: 52px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._fsbeauty img{
    	width: 80px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._takarabelmont img{
    	width: 94px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._schwarzkopf img{
    	width: 104px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._narutoscissors img{
    	width: 146px
    }
	#mwrap.ds.ds2025 #support .support-logo>li._takeda img{
    	width: 112px
    }
	#mwrap.ds.ds2025 #support .support-logo>li._jeel img{
    	width: 62px
    }
}
@media screen and (min-width: 768px) {
    #mwrap.ds.ds2025 #support{
        padding-bottom: 160px;
        font-family: m-plus-1p, sans-serif;
        font-weight: 500;
    }
    #mwrap.ds.ds2025 #support .support-logo {
        max-width: 910px;
        margin-top: 0;
    }
    #mwrap.ds.ds2025 #support .support-logo>li{
        width: 33%;
        margin-top: 110px;
    }
    #mwrap.ds.ds2025 #support .support-logo>li._wella img{
    	width: 136px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._lebel img{
    	width: 196px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._milbon img{
    	width: 238px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._takeda img{
    	width: 259px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._nakano img{
    	width: 174px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._narutoscissors img{
    	width: 334px
    }
    #mwrap.ds.ds2025 #support .support-logo>li._jeel img{
    	width: 184px
    }
}

/* support (2024~)
------------------------------ */
#mwrap.ds.ds2025-nomination #catch{
	display: block;
    max-height: 375px;
}
#mwrap.ds.ds2025-nomination #catch .catch-ttl{
	position: relative;
	z-index: 2;
	padding-top: 210px;
    text-align: center;
    color: #fff;
}
#mwrap.ds.ds2025-nomination #catch .catch-ttl ._en{
    display: block;
    font-family: poppins, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
#mwrap.ds.ds2025-nomination #catch .catch-ttl ._ja{
    display: block;
    margin-top: 7px;
    font-family: m-plus-1p, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    #mwrap.ds.ds2025-nomination #catch{
        height: 490px;
        min-height: auto;
        max-height: none;
    }
    #mwrap.ds.ds2025-nomination #catch .catch-ttl{
	    padding-top: 250px;
    }
    #mwrap.ds.ds2025-nomination #catch .catch-ttl ._en{
        font-size: 36px;
    }
    #mwrap.ds.ds2025-nomination #catch .catch-ttl ._ja{
        margin-top: 15px;
        font-size: 14px;
    }
}
#mwrap.ds.ds2025-nomination #award{
    padding-top: 70px;
    padding-bottom: 150px;
}
#mwrap.ds.ds2025-nomination #award .award-subttl{
    margin-top: 0;
    margin-bottom: 20px;
}
#mwrap.ds.ds2025-nomination #award .award-groupttl{
    position: relative;
    margin-top: 20px;
    padding-top: 18px;
    text-align: center;
    letter-spacing: 0.04em;
}
#mwrap.ds.ds2025-nomination #award .award-groupttl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background: #fff;
}
#mwrap.ds.ds2025-nomination #award .award-groupttl ._main{
    display: block;
    font-size: 16px;
}
#mwrap.ds.ds2025-nomination #award .award-groupttl ._notes{
    display: block;
    margin-top: 15px;
    font-size: 12px;
	font-weight: 300;
}
#mwrap.ds.ds2025-nomination #award .award-sec-imagelist,
#mwrap.ds.ds2025-nomination #award .award-sec-videolist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin: 60px auto 0;
}
#mwrap.ds.ds2025-nomination #award .award-sec-imagelist .award-block,
#mwrap.ds.ds2025-nomination #award .award-sec-videolist .award-block{
    width: 49%;
    margin: 0 !important;
}
#mwrap.ds.ds2025-nomination #award .award-sec-imagelist .award-block:nth-child(n + 3),
#mwrap.ds.ds2025-nomination #award .award-sec-videolist .award-block:nth-child(n + 3){
    margin-top: 45px !important;
}
#mwrap.ds.ds2025-nomination #award .award-block-media{
    margin-top: 0;
}
#mwrap.ds.ds2025-nomination #award .award-block-name{
    margin-top: 15px;
}
#mwrap.ds.ds2025-nomination #award .award-block-name ._name{
    font-size: 14px;
}
#mwrap.ds.ds2025-nomination #award .award-block-name ._shop{
    margin-top: 5px;
    font-size: 10px;
}
#mwrap.ds.ds2025-nomination #award .award-block-media{
    position: relative;
    padding-top: 100%;
    background: no-repeat center/contain;
}
#mwrap.ds.ds2025-nomination #award .award-block-media-inner{
	width: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#mwrap.ds.ds2025-nomination #award .award-block-media-inner>img{
    display: none;
}
#mwrap.ds.ds2025-nomination #award .award-block-media-zoom>span{
    top: 5px;
    right: 5px;
}
#mwrap.ds.ds2025-nomination #award .award-nominate + .award-nominate{
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #fff;
}
#mwrap.ds.ds2025-nomination #award .award-block-media.is-vertically .award-block-media-inner{
    max-width: none;
}
#mwrap.ds.ds2025-nomination #award .award-block-media.is-horizontally .award-block-media-zoom{
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    #mwrap.ds.ds2025-nomination #award{
        padding-top: 160px;
    }
    #mwrap.ds.ds2025-nomination #award .award-subttl ._en{
        font-size: 28px;
    }
    #mwrap.ds.ds2025-nomination #award .award-subttl ._ja{
        font-size: 12px;
    }
    #mwrap.ds.ds2025-nomination #award .award-groupttl ._main{
        font-size: 16px;
    }
    #mwrap.ds.ds2025-nomination #award .award-groupttl ._notes{
        margin-top: 60px;
        font-size: 14px;
    }
    #mwrap.ds.ds2025-nomination #award .award-sec-imagelist,
    #mwrap.ds.ds2025-nomination #award .award-sec-videolist{
        justify-content: center;
        max-width: 900px;
    }
    #mwrap.ds.ds2025-nomination #award .award-sec-imagelist .award-block{
        width: 18%;
        margin: 0 1% !important;
    }
    #mwrap.ds.ds2025-nomination #award .award-sec-videolist .award-block{
        width: 31%;
        margin: 0 1% !important;
    }
    #mwrap.ds.ds2025-nomination #award .award-sec-imagelist .award-block:nth-child(n + 3),
    #mwrap.ds.ds2025-nomination #award .award-sec-videolist .award-block:nth-child(n + 3){
        margin-top: 0 !important;
    }
    #mwrap.ds.ds2025-nomination #award .award-sec-imagelist .award-block:nth-child(n + 6){
        margin-top: 90px !important;
    }
    #mwrap.ds.ds2025-nomination #award .award-sec-videolist .award-block:nth-child(n + 4){
        margin-top: 90px !important;
    }
    #mwrap.ds.ds2025-nomination #award .award-block-txt{
        padding: 0;
    }
    #mwrap.ds.ds2025-nomination #award .award-block-name{
        text-align: center;
    }
    #mwrap.ds.ds2025-nomination #award .award-block-name ._shop{
        display: block;
    }
    #mwrap.ds.ds2025-nomination #award .award-nominate + .award-nominate{
        margin-top: 120px;
        padding-top: 120px;
    }
}

/* prize (2023~)
------------------------------ */
#prize{
	margin-bottom: 30px;
	padding: 90px 0;
}
#prize .prize-inner{
	width: calc(100% - 40px);
	max-width: 685px;
	margin: 0 auto;
}
#prize .prize-ttl{
	font-size: 32px;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0.1em;
}
#prize .prize-subttl{
	margin: 0 0 50px;
	text-align: center;
}
#prize .prize-subttl p{
	font-family: poppins, sans-serif;
	font-weight: 200;
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
}
#prize .prize-subttl h3{
	display: block;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.04em;
}
#prize .prize-all{
	margin-top: 45px;
}
#prize .prize-all-ttl{
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#prize .prize-all-money{
	margin-top: 40px;
}
#prize .prize-all-money>li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
#prize .prize-all-money>li:nth-child(n + 2){
	margin-top: 30px;
}
#prize .prize-all-money-label{
	font-family: poppins, sans-serif;
    margin-bottom: 10px;
	font-size: 14px;
}
#prize .prize-all-money-price{
	font-size: 30px;
	font-weight: 500;
}
#prize .prize-all-money-price small{
	margin-left: 5px;
    margin-bottom: 2px;
	font-size: 14px;
}
#prize .prize-all-money>li:first-child .prize-all-money-label{
	font-size: 18px;
}
#prize .prize-all-money>li:first-child .prize-all-money-price{
	font-size: 40px;
}
#prize .prize-all-money>li:first-child .prize-all-money-price small{
	font-size: 18px;
}
#prize .prize-each{
	margin-top: 70px;
}
#prize .prize-each-ttl{
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#prize .prize-each-list{
	margin-top: 40px;
	padding-bottom: 70px;
	border-bottom: 1px solid #fff;
}
#prize .prize-each-list>li{
	padding: 0 10px;
}
#prize .prize-each-list>li:nth-child(n + 2){
	margin-top: 60px;
}
#prize .prize-each-name{
	padding: 8px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
#prize .prize-each-desc{
	margin-top: 15px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
#prize .prize-each-money{
	margin-top: 30px;
}
#prize .prize-each-money>li{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#prize .prize-each-money>li:nth-child(n + 2){
	margin-top: 20px;
}
#prize .prize-each-money-label{
	font-family: poppins, sans-serif;
	margin-right: 10px;
    margin-bottom: 2px;
	font-size: 14px;
}
#prize .prize-each-money-price{
	font-size: 28px;
	font-weight: 500;
}
#prize .prize-each-money-price small{
	margin-left: 5px;
    margin-bottom: 2px;
	font-size: 16px;
}
#prize .prize-each-money>li:first-child .prize-each-money-price{
	font-size: 32px;
}
#prize .prize-each-money>li:first-child .prize-each-money-price small{
	font-size: 18px;
}
#prize .prize-fee{
	padding: 0 5px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#prize .prize-note{
	padding: 0 5px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.28;
}
#prize .prize-reward{
	max-width: 380px;
	margin: 60px auto 0;
	padding: 40px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#prize .prize-reward-ttl{
	text-align: center;
	font-family: poppins, sans-serif;
	font-size: 18px;
	letter-spacing: 0.04em;
}
#prize .prize-reward-content{
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
}
#prize .prize-reward-content small{
	font-size: 12px;
}
#prize .prize-pro{
	padding-top: 60px;
}
#prize .prize-stu{
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
	#prize{
		margin: 0;
	}
	#prize .prize-subttl p{
		font-size: 36px;
	}
	#prize .prize-subttl h3{
		font-size: 14px;
	}
	#prize .prize-all{
	}
	#prize .prize-all-ttl{
		padding-bottom: 35px;
		font-size: 26px;
	}
	#prize .prize-all-money>li{
		align-items: flex-end;
		flex-direction: row;
	}
	#prize .prize-all-money>li:nth-child(n + 2){
		margin-top: 25px;
	}
	#prize .prize-all-money-label{
		margin-right: 10px;
		margin-bottom: 2px;
		font-size: 18px;
	}
	#prize .prize-all-money-price{
		font-size: 36px;
	}
	#prize .prize-all-money-price small{
		font-size: 18px;
	}
	#prize .prize-all-money>li:first-child .prize-all-money-label{
		font-size: 18px;
	}
	#prize .prize-all-money>li:first-child .prize-all-money-price{
		font-size: 48px;
	}
	#prize .prize-all-money>li:first-child .prize-all-money-price small{
		font-size: 24px;
	}
	#prize .prize-each{
	}
	#prize .prize-each-ttl{
		padding-bottom: 35px;
		font-size: 26px;
	}
	#prize .prize-each-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	#prize .prize-each-list>li:nth-child(n + 2){
		margin-top: 0;
	}
	#prize .prize-each-list>li:nth-child(n + 3){
		margin-top: 60px;
	}
	#prize .prize-each-list>li{
		width: 41%;
		padding: 0;
	}
	#prize .prize-each-name{
		padding: 5px 10px;
		font-size: 18px;
	}
	#prize .prize-fee{
		padding: 0;
		font-size: 16px;
	}
	#prize .prize-note{
		padding: 0;
		margin-top: 15px;
		text-align: center;
	}
	#prize .prize-reward{
		margin-top: 80px;
	}
	#prize .prize-reward-content{
		font-size: 18px;
	}
	#prize .prize-reward-content small{
		font-size: 14px;
	}
	#prize .prize-pro{
		padding-top: 35px;
	}
	#prize .prize-each-desc{
		margin-top: 20px;
	}
}

/* #main > entry (2025~)
------------------------------ */
.entry-graph{
	max-width: 740px;
	margin: 30px auto 80px;
	font-family: m-plus-1p, sans-serif;
}
.entry-graph-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	gap: 40px 0;
	margin: 0 auto;
	padding: 0 10px;
}
.entry-graph-user{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 5px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.entry-graph-cate{
	display: flex;
	gap: 12px;
	margin-top: 12px;
}
.entry-graph-cate>li{
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.entry-graph-apply{
	position: relative;
	margin-top: 62px;
	padding: 30px 15px 25px;
	border: 1px solid #fff;
	text-align: center;
}
.entry-graph-apply::before{
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	display: block;
	width: 12px;
	height: 10px;
	margin: auto;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.entry-graph-apply-main{
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.entry-graph-apply-main em{
	font-size: 26px;
	font-style: normal;
	font-weight: 400 !important;
	letter-spacing: 0.04em;
}
.entry-graph-apply-sub{
	width: 80%;
	margin: 15px auto 0 !important;
	padding-top: 15px;
	border-top: 1px solid #fff;
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.57;
}
.entry-graph-note{
	padding: 0 10px;
	margin-top: 30px;
}
.entry-graph-note p{
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
}
.entry-graph-checklist{
	margin-top: 20px;
	padding: 0 10px;
}
.entry-graph-checklist>li{
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.5;
}
.entry-graph-checklist>li:not(:first-child){
	margin-top: 8px;
}
.entry-graph-checklist>li::before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}
.entry-graph-checklist>li::after{
	content: '';
	position: absolute;
	top: -3px;
	left: 9px;
	display: block;
	width: 8px;
	height: 17px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
	.entry-graph{
		margin: 100px auto 80px;
	}
	.entry-graph-row{
		flex-direction: row;
		gap: 0;
		padding: 0;
	}
	.entry-graph-col{
		width: 42.5%;
	}
	.entry-graph-apply-sub{
		width: 100%;
	}
	.entry-graph-note{
		padding: 0;
		margin-top: 50px;
	}
	.entry-graph-note p{
		font-size: 18px;
		line-height: 1.78;
	}
	.entry-graph-checklist{
		margin: 40px auto 0;
		padding: 0;
	}
	.entry-graph-checklist>li{
		font-size: 16px;
	}
	.entry-graph-checklist>li::before{
		top: 4px;
	}
	.entry-graph-checklist>li::after{
		top: -1px;
	}
}

/* archive (2023~)
------------------------------ */
#mwrap.ds.ds2025 #archive{
	padding: 100px 0;
	color: #fff;
	background-color: #000;
}
#mwrap.ds.ds2025 #archive .archive-ttl{
	text-align: center;
}
#mwrap.ds.ds2025 #archive .archive-ttl span{
	font-family: poppins, sans-serif;
	font-weight: 200;
	display: block;
	font-size: 30px;
	letter-spacing: 0.1em;
}
#mwrap.ds.ds2025 #archive .archive-ttl h3{
	display: block;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.04em;
}
#mwrap.ds.ds2025 #archive .archive-list>li{
	margin-top: 50px;
	text-align: center;
}
#mwrap.ds.ds2025 #archive .archive-list>li a{
	font-family: poppins, sans-serif;
	font-size: 30px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#mwrap.ds.ds2025 #archive{
		padding: 140px 0;
	}
	#mwrap.ds.ds2025 #archive .archive-ttl span{
		font-size: 36px;
	}
	#mwrap.ds.ds2025 #archive .archive-ttl h3{
		font-size: 14px;
	}
	#mwrap.ds.ds2025 #archive .archive-list{
		display: flex;
		justify-content: center;
		margin-top: 60px;
	}
	#mwrap.ds.ds2025 #archive .archive-list>li{
		margin: 0 18px;
	}
	#mwrap.ds.ds2025 #archive .archive-list>li a{
		font-size: 36px;
	}
}
/* テーブルのスタイル */
        table.price-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0; /* 上下のマージンを追加 */
			   font-family: m-plus-1p, sans-serif; /* テーブル内のフォントファミリーを指定 */
        }

        table.price-table td {
            border: 1px solid #fff; /* 白色の境界線 */
            padding: 20px;
            text-align: left;
            font-size: 16px; /* フォントサイズ */
            line-height: 1.5; /* 行間 */
        }

        table.price-table td:first-child {
            width: 70%; /* 左側のセルの幅を70%に指定 */
        }

        table.price-table td:last-child {
            width: 30%; /* 右側のセルの幅を30%に指定 */
            text-align: center; /* 右側のセルは中央揃え */
        }
.btn-entry {
    width: 240px;
    height: 60px;
    font-size: 14px;
    color: white;
    background-color: #EB86A5;
    border: none;
    border-radius: 5px;
	 padding: 16px 43px; /* 上下16px、左右43pxのパディング */
	font-family: m-plus-1p, sans-serif; /* フォントファミリーを指定 */
}

.btn-entry:hover {
    opacity: 0.8;
}
.title-hr {
    margin-bottom: 60px;
}
.subtitle-hr {
	 margin-top: 35px;
    margin-bottom: 35px;
	border-color: #ffffff;
}