
.page-nav {
	z-index: 2;
}

.mgb30 {
	margin-bottom: 30px;
}

.test_print br {
	display: none;
}

.containerBox1{
	container-type: inline-size;
}

.test_print {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 125/27;
	padding: 1%;
	font-size: 13px;
	font-family: 'GenEiMGothic2';
	border: 1px solid #FFEBD4;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(51%, #fff), color-stop(51%, #FFB052), to(#FFB052));
	background: -o-linear-gradient(top, #fff 0%, #fff 51%, #FFB052 51%, #FFB052 100%);
	background: linear-gradient(180deg, #fff 0%, #fff 51%, #FFB052 51%, #FFB052 100%);
	overflow: hidden;
	background-color: #fff;
}

.test_print div:nth-child(1),
.test_print div:nth-child(2){
	position: absolute;
	width: 9%;
	aspect-ratio: 1/1;
	font-size: 4.3em;
	font-style: italic;
	color: red;
	padding: 1.2% 0 0 .4%;
	font-weight: 700;
}

.test_print div:nth-child(1){
	color: #fff;
	background: #FF5517;
}

.test_print div:nth-child(2){
	bottom: 3%;
	color: #FF5517;
	background: #fff;
}

.test_print p:nth-child(3){
	position: absolute;
	left: 12.5%;
	top: 7%;
	color: #FF5517;
	font-size: 2.2em;
	font-style: italic;
	font-weight: 700;
}

.test_print p:nth-child(4){
	position: absolute;
	top: 8%;
	color: #FF9520;
	font-size: 1.4em;
	right: 21.5%;
	letter-spacing: .08em;
}

.test_print p:nth-child(4):after{
	content: '';
	position: absolute;
	margin: 5% 0 0 -1%;
	width: 15%;
	height: 1px;
	border: 1px solid #FF9520;
	-webkit-transform: rotate(59deg);
	-ms-transform: rotate(59deg);
	transform: rotate(59deg);
}

.test_print p:nth-child(4):before{
	content: '';
	position: absolute;
	margin: 5% 0 0 -15%;
	width: 15%;
	height: 1px;
	border: 1px solid #FF9520;
	-webkit-transform: rotate(121deg);
	-ms-transform: rotate(121deg);
	transform: rotate(121deg);
}

.test_print p:nth-child(5){
	position: absolute;
	top: 27%;
	color: #FFFD33;
	font-size: 5.9em;
	letter-spacing: -0.039em;
	left: 11.5%;
	font-style: italic;
	font-weight: 900;
	z-index: 1;
}

.test_print p:nth-child(5):before{
	content: attr(data-text);
	position: absolute;
	z-index: -1;
	color: #FF5517;
	-webkit-text-stroke: .13em #FF5517;
	text-stroke: .13em #FF5517;
	text-shadow : .4rem .4rem #00000080;
}

.test_print_point {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 5%;
	left: 15.8%;
	width: 55.6%;
	height: 15%;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}



.test_print_point span {
	min-width: 28%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 1.5% 2%;
	border-radius: .7rem;
	color: #FF5517;
	background: #FFFFFF;
	-webkit-box-shadow: .25em .23em 0 -.06em rgba(255, 115, 27, 0.8);
	box-shadow: .25em .23em 0 -.06em rgba(255, 115, 27, 0.8);
}

.test_print_action {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 24%;
	height: 100%;
	z-index: 1;
}


.test_print_action {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 24%;
	height: 100%;
	z-index: 1;
}


.test_print_action {
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 24%;
	height: 100%;
	z-index: 1;
}

.test_print_action * {
	position: absolute;
}

.test_print_action p {
	bottom: 5%;
	left: 1%;
	width: 93%;
	padding: 5% 0 5% 4%;
	z-index: 3;
	color: #fff;
	background: #FF2C14;
	border-radius: 1rem;
	-webkit-box-shadow: 2px 3px 0px 0px rgba(255, 255, 255, 0.8);
	box-shadow: 2px 3px 0px 0px rgba(255, 255, 255, 0.8);
}

/*yubisashi2.webp*/
.test_print_action img:nth-child(2) {
	bottom: 1px;
	right: 2%;
	height: auto !important;
	width: 18%;
	aspect-ratio: 91/108;
	z-index: 3;
}

/*man.webp*/
.test_print_action img:nth-child(3) {
	top: 2%;
	right: 4%;
	height: auto !important;
	width: 60%;
	aspect-ratio: 293/753;
}

.test_print:after {
	z-index: ;
	top: 0;
	left: 0;
	opacity: .3;
	position: absolute;
	content: '';
	width: 100%;
	aspect-ratio: 125/27;
}

@media screen and (max-width: 1080px){
	.test_print {
		font-size: 1.18vw;
	}
}


@media screen and (max-width: 980px){
	
	.test_print {
		font-size: 1.57vw;
	}

}

@container (min-width: 810px) {

	.test_print {
		font-size: 1.6vw;
	}

}

@container (min-width: 1100px) {

	.test_print {
		width: 1110px;
		margin: auto;
		font-size: 18px;
	}

}

@media screen and (max-width: 666px) {

	.test_print br {
		display: block;
	}

	.test_print {
		aspect-ratio: 1/.54;
		font-size: 2.15vw;
	}

	.test_print div:nth-child(1),
	.test_print div:nth-child(2){
		width: 12.3%;
		left: 5%;
	}

	.test_print div:nth-child(1){
		top: 26.5%;
	}

	.test_print div:nth-child(2){
		bottom: 24%;
	}

	.test_print p:nth-child(3){
		top: 10%;
		left: 30%;
	}

	.test_print p:nth-child(4){
		top: 9%;
		right: 3%;
		font-size: 1em;
		-webkit-transform: rotate(13deg);
		-ms-transform: rotate(13deg);
		transform: rotate(13deg);
	}

	.test_print p:nth-child(5){
		letter-spacing: 0.05em;
		left: 21%;
		top: 24%;
		line-height: 1.05em;
	}


	.test_print p:nth-child(5):before{
		text-shadow : .2rem .2rem #00000080;
	}

	.test_print_point {
		display: block;
		height: auto;
		width: 74%;
		bottom: 14%;
		left: 13%;
		z-index: 2;
	}

	.test_print_point span{
		min-width: auto;
		margin: 0 1%;
	}

	.test_print_action {
		width: 30%;
		bottom: 0%;
		right: 0%;
	}

	.test_print_action p {
		bottom: 1.5%;
		left: -7%;
		padding: 4% 0 4% 4%;
	}

	/*yubisashi2.webp*/
	.test_print_action img:nth-child(2) {
		right: 1%;
		bottom: 0;
	}

	/*man.webp*/
	.test_print_action img:nth-child(3) {
		top: 33%;
		right: 2%;
		width: 78%;
	}
}

@font-face {
	font-family: "GenEiMGothic2";
	src: url("../fonts/GenEiMGothic2-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GenEiMGothic2";
	src: url("../fonts/GenEiMGothic2-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MPLUS1";
	src: url("fonts/MPLUS1-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
