#nft-wrap {
	width:100%;
	max-width:1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
}


.nft-items {
    width: calc(92% / 2);
    flex: 0 0 calc(92% / 2);
    position: relative;
    margin: 0 0 80px;
    padding: 0 0 50px !important;
}

@media screen and (max-width: 768px){
	.nft-items {
	    width: 90%;
	    flex: 0 0 90%;;
			margin:0 auto 50px !important
	}
}


@media screen and (min-width: 1000px){#cnt #cnt-wrap #nft-wrap{padding-left:1rem}
}
#cnt #cnt-wrap #nft-wrap .nft-items{margin:0 auto;margin-bottom:2rem;background-color:rgba(0,0,0,.6588235294);border-radius:.5rem;box-shadow:5px 5px 30px rgba(245 243 243 / 15%);overflow:hidden;display:block;width:48%;float:left;margin:0 0 4% 0}
#cnt #cnt-wrap #nft-wrap .nft-items:nth-child(2n-1){margin-right:4%}
@media screen and (min-width: 1000px){#cnt #cnt-wrap #nft-wrap .nft-items:nth-child(2n-1){margin:0;margin-bottom:2rem}
}
@media screen and (min-width: 1000px){#cnt #cnt-wrap #nft-wrap .nft-items{padding:0;margin:0 4%;margin-bottom:2rem;width:100%;float:auto}
}
#cnt #cnt-wrap #nft-wrap .nft-items:hover div.nft-playimage{cursor:pointer}
#cnt #cnt-wrap #nft-wrap .nft-items:hover div.nft-playimage span{transition:transform .3s cubic-bezier(0.075, 0.82, 0.165, 1) .2s,background-color .3s linear;transform:scale(1.1);background-color:rgba(0,0,0,.3)}
#cnt #cnt-wrap #nft-wrap .nft-items:hover div.nft-playimage span i{color:#afaa5d;border-radius:10rem;transition:all 1s}
#cnt #cnt-wrap #nft-wrap .nft-items:hover div.nft-playimage figure{transition:all 1.5s;transform:scale(1.1)}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage{position:relative;overflow:hidden}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage span{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%;height:100%;transition:all .2s}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage span i{border-radius:1.6rem;width:2.6rem;height:2.6rem;cursor:pointer;font-size:1.2rem;line-height:1;background-color:rgba(0,0,0,.6352941176);color:#8f8f8f;display:flex;align-items:center;justify-content:center;transition:all .3s}
@media screen and (min-width: 768px){#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage span i{font-size:2rem;width:5.6rem;height:5.6rem}
}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage figure{width:100%;height:52vw;display:block;z-index:1;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center center;transition:all .2s}
@media screen and (min-width: 768px){#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage figure{height:22vw}
}
@media screen and (min-width: 1000px){#cnt #cnt-wrap #nft-wrap .nft-items div.nft-playimage figure{}
}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail{text-align:left;padding:1rem 1rem}
@media screen and (min-width: 768px){#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail{text-align:left;padding:1.2rem 1.2rem}
}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail dl dt{margin-bottom:.2rem;font-size:.875rem;line-height:1.2}
@media screen and (min-width: 768px){#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail dl dt{margin-bottom:.5rem;font-size:1.0rem}
}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail dl dd{font-size:2.0rem;line-height:1.5;color:#2277f7;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;overflow:hidden}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail p{font-size:1.4rem;}
#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail p i{color:#afaa5d}

.fa-youtube:before {
    content: "\f167";
}

.choice_btn {
		width: 100%;
    flex-direction: column;
    display: inline-flex;
    justify-content: flex-start;
    margin: 5px auto 26px;
}

.choice_btn label {
    color: #fff;
		font-size: 1.4rem;
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: #1063c9;
    border-radius: 10px;
    position: relative;
}

.choice_btn input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: auto;
    left: 10%;
}

.choice_btn input[type="radio"]:checked + label {
    background-color: #ff4066;
}

.choice_btn .indicator {
    width: 20px;
    height: 20px;
    background: #eee;
    position: absolute;
    top: 24px;
    left: 10%;
		border-radius: 10px;
}

.choice_btn input[type="radio"]:checked + label .indicator::after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 2px;
    top: auto;
    left: 10%;
    width: 20px;
    height: 10px;
    border-left: 4px solid #9c9c9c;
    border-bottom: 4px solid #9c9c9c;
    transform: rotate(-45deg);
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}


form #sumbit-btn input {
    padding: 0.2rem 0;
    width: 100%;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .15rem;
    border-radius: 6rem;
    transition: background-color .3s;
}

form input, form textarea {
    color: #000 !important;
    padding: 0.5rem 0.5rem !important;
}

form input, form textarea {
    color: #000;
    padding: 0.5rem 0.5rem !important;
		border-radius: 0.4rem;
}

input {
    background-color: #ddd;
    border: 1px solid #a3a3a3;
    transition: border .2s ease-out;
    color: inherit;
    height: 36px;
    outline: 0;
		font-family: inherit;
		border-radius: 0.4rem;
		box-sizing: border-box;
		font-size: 1rem;
}

form #sumbit-btn {
		margin:0 auto;
    width: 26%;
}

[type=submit] {
height: 42px;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}


.entry_fm dl {
    border-top: 1px solid #242424;
    padding: 1.25rem 0.75rem;
}

.entry_fm .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
		width: 67%;
    margin: auto;
}

.entry_fm .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
		text-align: left;
}

.entry_fm .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.subpage-format dd {
	width: 100%;
}

textarea {
	width:100%;
	height:200px;
}


#area-ttl .font-jp {
	color: #d3f933;
}

.jme-guide  {
	font-size:1.6rem !important;
	font-weight:bold !important;
	color:#15ede2;
margin: 0 auto 30px;
}



form dl dt span {
    padding: 0.18rem 0.4rem 0.15rem 0.4rem !important;
    margin-left: 0.6rem !important;
    display: inline-block;
    border-radius: 0.2rem;
    background-color: #bad842;
    color: #b96504 !important;
    font-size: .75rem !important;
    line-height: 1.3 !important;
    letter-spacing: .08rem !important;
    font-weight: 600 !important;
}




@media screen and (max-width: 768px){

	#area-ttl .font-jp {
		font-size: 1.2rem !important;
	}

	#area-ttl-sub span {
		font-size: 1.1rem !important;
	}

	.jme-guide {
		width:96%;
    font-size: 1.0rem !important;
		margin:0 auto;
		text-align: left !important;
	}

	#cnt #cnt-wrap #nft-wrap .nft-items div.nft-detail dl dd {
		font-size: 1.8rem;
	}

	.entry_fm {
		width:96%;;
		margin:60px auto;
	}

	.entry_fm .col-md-4,.entry_fm .col-md-8 {
		width:100%;
	}

	.entry_fm .row {
		width:100%;
	}

	form input, form textarea {
		width:100%;
	}

	form #sumbit-btn {
	    margin: 0 auto;
	    width: 80%;
	}

	#personal-info {
		text-align: left;
	}
}