@charset "UTF-8";



.trial_visual-container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 1080px;
	background-image: url(../images/trial_visual-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.trial_visual-container::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-color: #2b2b2b;
	opacity: 0.73;
	content: "";

	mix-blend-mode: multiply;
}



.trial_inner {
	display: block;
	position: relative;
	z-index: 1;
	max-width: 1000px;
	margin: 0 auto;
}

.trial_logo {
	max-width: 321px;
	min-width: 150px;
	width: 40%;
	margin: 0 auto;
}

.trial_theme {
	color: #ffffff;
	font-weight: 500;
	font-size: clamp(1.875rem, -0.146rem + 4.21vw, 2.625rem);
	text-align: center;
	letter-spacing: -0.03em;
}

.trial_theme-small {
	font-size: clamp(1.563rem, 0.552rem + 2.11vw, 1.938rem);
}
.trial_theme span:not(.trial_theme-small) {
	display: inline-flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}
.trial_theme span:not(.trial_theme-small)::before {
	position: absolute;
	bottom: calc(100% - 0.15em);
	width: 10px;
	border-radius: 100%;
	background-color: #ffffff;
	content: "";

	aspect-ratio: 1/1;
}
.trial_theme-small:nth-of-type(1) {
	margin-right: -0.1em;
}
.trial_theme strong {
	font-weight: 900;
	font-size: clamp(2.938rem, -4.473rem + 15.44vw, 5.688rem);
	letter-spacing: -0.11em;
}
.trial_visual-theme {
	display: flex;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	flex-direction: column;
	align-items: center;

	row-gap: 50px;
}


.trial_visual-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.trial_visual-text p {
	font-weight: 500;
	font-size: clamp(0.875rem, -0.641rem + 3.16vw, 1.438rem);
	line-height: clamp(1.875rem, 0.528rem + 2.81vw, 2.375rem);
	text-align: center;
}

.trial_text {
	position: relative;
	max-width: 520px;
	width: calc(100% - 10px);
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	padding-top: 10px;
	color: #ffffff;
	font-size: clamp(0.813rem, -0.366rem + 2.46vw, 1.25rem);
	line-height: clamp(1.563rem, 0.552rem + 2.11vw, 1.938rem);
	text-align: center;
}

.trial_text::before , .trial_text::after {
	display: block;
	position: absolute;
	top: 0;
	width: clamp(0.063rem, -0.106rem + 0.35vw, 0.125rem);
	height: clamp(4.063rem, -3.516rem + 15.79vw, 6.875rem);
	background-color: #ffffff;
	content: "";
}

.trial_text::before {
	left: 0;
	transform-origin: left top;
}

.trial_text::after {
	right: 0;
	transform-origin: right top;
}

.trial_text span {
	display: block;
	margin-bottom: clamp(0.125rem, -1.222rem + 2.81vw, 0.625rem);
}

.trial_text strong {
	display: inline-block;
	position: relative;
	margin: 0 -0.4em;
	font-weight: 500;
}

.trial_text strong::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 1em);
	height: 1px;
	background-color: #ffffff;
	content: "";
}

.trial_link {
	display: block;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}

.trial_link img {
	width: 100%;
}

.trial_point-list {
	display: flex;
	width: 100%;
	flex-direction: column;
	counter-reset: number;
}

.trial_point-item {
	width: 100%;
}

.trial_point-title {
	padding: 11.5px 0;
	background-color: #25425c;
}

.trial_point-wrap {
	display: flex;
	position: relative;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

.trial_point-title .trial_point-wrap {
	position: relative;
	padding-right: 0;
	padding-left: calc(clamp(4.375rem, -0.678rem + 10.53vw, 6.25rem) + clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem));
	color: #ffffff;
	font-size: clamp(1.125rem, -1.401rem + 5.26vw, 2.063rem);
	justify-content: space-between;
	align-items: center;
}

.trial_point-title .trial_point-wrap::before {
	display: flex;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: clamp(4.375rem, -0.678rem + 10.53vw, 6.25rem);
	border: 3px solid #25425c;
	border-radius: 100%;
	box-shadow: 0px 3px 6px rgba(43, 43, 43, 0.4);
	background-color: #ffffff;
	color: #25425c;
	font-family: "Murecho", sans-serif;
	font-weight: 600;
	font-size: clamp(2.5rem, -0.026rem + 5.26vw, 3.438rem);
	line-height: 0.5;
	justify-content: center;
	align-items: center;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;

	aspect-ratio: 1/1;
}

.trial_point-title .trial_point-wrap > span {
	border-bottom: 1px solid #ffffff;
}

.trial_point-title .trial_point-wrap strong {
	font-weight: 900;
	font-size: clamp(1.438rem, -1.763rem + 6.67vw, 2.625rem);
}

.trial_point-strap {
	position: absolute;
	right: -2%;
	transform: rotateZ(8deg);
	max-width: 240px;
	width: clamp(6.875rem, -15.02rem + 45.61vw, 15rem);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (min-width: 451px) {
	.trial_point-strap {
		bottom: -6.5px;
	}
}

@media screen and (max-width: 450px) {
	.trial_point-strap {
		bottom: calc(100% - 00px);
		transform-origin: right bottom;
	}
}

.trial_point-strap span {
	display: flex;
	position: relative;
	padding: calc(clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem) + clamp(0.156rem, -0.686rem + 1.75vw, 0.469rem)) 0;
	background-color: #c3ad2e;
	font-weight: bold;
	font-size: clamp(1.063rem, -2.474rem + 7.37vw, 2.375rem);
	letter-spacing: 0.1em;
	flex-direction: column;
	align-items: center;

	clip-path: polygon(100% 0, calc(100% - clamp(0.188rem, -0.149rem + 0.7vw, 0.313rem)) calc(100% - clamp(1.25rem, -2.118rem + 7.02vw, 2.5rem)), 100% 100%, 0% 100%, clamp(0.188rem, -0.149rem + 0.7vw, 0.313rem) clamp(1.563rem, -1.806rem + 7.02vw, 2.813rem), 0% 0%);
}

.trial_point-strap span::before , .trial_point-strap span::after {
	display: block;
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #ffffff;
	content: "";
}

.trial_point-strap span::before {
	top: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
}

.trial_point-strap span::after {
	bottom: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
}


.trial_point-contents .trial_point-wrap {
	flex-direction: column;
}

.trial_bonus-text {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: clamp(1.125rem, -0.222rem + 2.81vw, 1.625rem);
	text-align: center;
}


.star_border {
	display: inline-flex;
	position: relative;
	margin-right: 0.6em;
	padding: 0 0.488em;
	border-bottom: 3px solid #c1af4a;
}
.trial_bonus-list {
	display: flex;

/*max-width: 940px;*/
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	counter-reset: bounce-number;

	row-gap: 15px;
}

.trial_bonus-item {
	display: flex;
	position: relative;
	width: 100%;
	padding-left: clamp(2.188rem, -2.865rem + 10.53vw, 4.063rem);
	background-color: #f0f0f0;
	align-items: center;
}
.trial_point-item:nth-of-type(1) .trial_point-contents .trial_point-wrap {
	max-width: 940px;
}

.trial_bonus-item::before {
	position: absolute;
	top: 5px;
	left: clamp(0.625rem, -0.217rem + 1.75vw, 0.938rem);
	font-family: "Murecho", sans-serif;
	font-size: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
	content: counter(bounce-number, decimal-leading-zero)".";
	counter-increment: bounce-number;
}

@media screen and (min-width: 768px) {
	.trial_bonus-list {
		margin-bottom: 50px;
	}

	.trial_bonus-item {
		min-height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.trial_bonus-list {
		margin-bottom: 40px;
	}
	.trial_bonus-item {
		min-height: 75px;
	}
	.trial_bonus-item {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.star_border {
		margin-right: 0.15em;
		padding: 0 0.15em;
	}

	/*.trial_bonus-item[data-mb="1"]::before {
		order: 1 !important;
		content: "01." !important;
	}

	.trial_bonus-item[data-mb="2"]::before {
		order: 2 !important;
		content: "02." !important;
	}

	.trial_bonus-item[data-mb="3"]::before {
		order: 3 !important;
		content: "03." !important;
	}

	.trial_bonus-item[data-mb="4"]::before {
		order: 4 !important;
		content: "04." !important;
	}

	.trial_bonus-item[data-mb="5"]::before {
		order: 5 !important;
		content: "05." !important;
	}

	.trial_bonus-item[data-mb="6"]::before {
		order: 6 !important;
		content: "06." !important;
	}

	.trial_bonus-item[data-mb="7"]::before {
		order: 7 !important;
		content: "07." !important;
	}

	.trial_bonus-item[data-mb="8"]::before {
		order: 8 !important;
		content: "08." !important;
	}

	.trial_bonus-item[data-mb="9"]::before {
		order: 9 !important;
		content: "09." !important;
	}*/
}


.trial_bonus-contents {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-right: clamp(3.125rem, -20.454rem + 49.12vw, 11.875rem);
	font-weight: bold;
	font-size: clamp(0.875rem, 0.201rem + 1.4vw, 1.125rem);
}

.trial_bonus-contents strong {
	position: relative;
	background: linear-gradient(transparent calc(100% - clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem)), #c1af4a 0%);
	font-weight: 900;
	font-size: clamp(1.125rem, -0.222rem + 2.81vw, 1.625rem);
}

/*.trial_bonus-contents strong::after {
	position: absolute;
	bottom: 3px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 100%;
	height: clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem);
	background-color: #c1af4a;
	content: "";
}*/

.trial_bonus-contents span.trial_bonus-middle {
	font-weight: 500;
}
/*.trial_bonus-contents span:not(.trial_bonus-caution):not(.trial_bonus-middle) {
	font-size: clamp(0.813rem, -0.198rem + 2.11vw, 1.188rem);
}*/

.trial_bonus-caution {
	display: block;

/*max-width: 565px;*/
	width: calc(100% - 5px);
	font-weight: normal;
	font-size: clamp(0.75rem, 0.413rem + 0.7vw, 0.875rem);
	line-height: clamp(1.063rem, 0.389rem + 1.4vw, 1.313rem);
}

.trial_bonus-item img {
	position: absolute;
	right: 0;
	bottom: -7px;
	max-width: 94px;
	width: clamp(3.75rem, -1.976rem + 11.93vw, 5.875rem);

	aspect-ratio: 94/109;
}


.trial_bonus-foot {
	display: flex;
	max-width: 805px;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;

	row-gap: 10px;
}
.trial_bonus-foot h3 {
	display: flex;
	max-width: 805px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #707070;
	font-weight: bold;
	font-size: clamp(1.125rem, -0.222rem + 2.81vw, 1.625rem);
	justify-content: center;
	align-items: baseline;
}
@media screen and (min-width: 531px) {
	.trial_bonus-break {
		display: none;
	}
}
@media screen and (max-width: 530px) {
	.trial_bonus-foot h3 {
		padding: 0 0 5px;
		flex-direction: column;
		align-items: flex-end;
	}
	.trial_bonus-foot h3 strong {
		margin-right: auto;
	}
}

.trial_bonus-foot h3 strong {
	display: inline-flex;
	color: #c1af4a;
	font-weight: 700;
	/*font-size: clamp(1.125rem, 0.283rem + 1.75vw, 1.438rem);*/
}
.trial_bonus-foot h3 strong span {
	margin: 0 -0.4em 0 -1em;
}
.trial_bonus-foot p {
	color: #ffffff;
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.375rem, 0.87rem + 1.05vw, 1.563rem);
	text-align: center;
	word-break: keep-all;
}



#trial_charm .trial_point-contents {
	background-color: rgba(37, 66, 92, 0.1);
}

#trial_charm .trial_point-contents .trial_point-wrap {
	max-width: 1135px;
	padding-bottom: 135px;
}



.trial_charm-dep {
	font-weight: normal;
	font-size: clamp(0.875rem, -0.641rem + 3.16vw, 1.438rem);
	text-align: center;
}

.trial_charm-list {
	display: flex;
	width: 100%;
	column-gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	row-gap: 35px;
}

.trial_charm-item {
	display: flex;
	position: relative;
	max-width: 265px;
	width: 23.3481%;
	justify-content: center;
	align-items: center;

	aspect-ratio: 100/77;
}

@media screen and (min-width: 651px) {
	/*.trial_charm-list {
		justify-content: space-between;
	}*/
}

@media screen and (max-width: 650px) {
	/*.trial_charm-list {
		justify-content: space-evenly;
	}*/

	@media screen and (min-width: 501px) {
		.trial_charm-item {
			width: calc(100% / 3 - 10px);
		}
		.trial_charm-item:nth-of-type(4) {
			margin: 0 auto;
		}
	}

	/*@media screen and (min-width:375px) {
		.trial_charm-item:nth-of-type(1) {
			margin: 0 70px;
		}
	}*/

	@media screen and (max-width: 500px) {
		.trial_charm-item {
			width: calc(100% / 2 - 8px);
		}

		/*.trial_charm-list {
			flex-direction: column;
		}*/

		/*.trial_charm-item {
			min-width: 175px;
		}*/
	}
}

.trial_charm-item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(37, 66, 92, 0.2);
	content: "";

	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/recruit_charm-itembg.webp);
	-webkit-mask-image: url(../images/recruit_charm-itembg.webp);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}



.trial_charm-text {
	display: flex;
	color: #2b2b2b;
	font-weight: bold;
	font-size: clamp(1.313rem, -0.599rem + 3.98vw, 2.375rem);
	line-height: clamp(1.625rem, -0.96rem + 5.39vw, 3.063rem);
	text-align: center;
	word-break: keep-all;
	flex-direction: column;
	align-items: center;
}

.trial_charm-text:not(.trial_charm-outside) {
	position: relative;
	z-index: 2;
	color: #be9900;
}
.trial_charm-text:not(.trial_charm-outside) span {
	color: #25425c;
}

.trial_charm-text span {
	margin-bottom: 5px;
	font-size: clamp(0.938rem, -0.187rem + 2.34vw, 1.563rem);
	line-height: clamp(1rem, -0.124rem + 2.34vw, 1.625rem);
	letter-spacing: -0.07em;
	/*letter-spacing: 0.04em;*/
}


.trial_charm-outside {
	position: absolute;
	z-index: 1;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.42));

	-webkit-text-stroke: clamp(0.188rem, 0.019rem + 0.35vw, 0.25rem) #ffffff;
}




.trial_goods-text {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	color: #25425c;
	font-weight: bold;
	font-size: clamp(1.563rem, 0.384rem + 2.46vw, 2rem);
	text-align: center;
}

#trial_goods h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: clamp(0.875rem, -0.641rem + 3.16vw, 1.438rem);
	text-align: center;
}

.trial_goods-text strong {
	display: inline-block;
	position: relative;
	margin-right: 0.2em;
	margin-left: -0.23em;
	font-weight: 700;
}

.trial_goods-text strong::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	max-width: 270px;
	width: calc(100% + clamp(1rem, -0.347rem + 2.81vw, 1.5rem));
	background-color: #e9ecef;
	content: "";

	aspect-ratio: 54/13;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url(../images/trial_goods-textbg.png);
	-webkit-mask-image: url(../images/trial_goods-textbg.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.trial_goods-list {
	display: flex;
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.trial_goods-item {
	max-width: 215px;
	min-width: 100px;
	width: calc(50% - 10px);
}

.trial_goods-contents {
	display: flex;
	flex-direction: column-reverse;

	row-gap: 10px;
}

.trial_goods-contents img {
	width: 100%;
}

.trial_goods-contents figcaption {
	display: flex;
	font-weight: bold;
	font-size: clamp(0.938rem, -2.768rem + 7.72vw, 2.313rem);
	column-gap: clamp(0.625rem, -2.743rem + 7.02vw, 1.875rem);
	justify-content: center;
	align-items: center;
}

.trial_goods-contents figcaption::before , .trial_goods-contents figcaption::after {
	width: 2px;
	height: clamp(0.938rem, -2.431rem + 7.02vw, 2.188rem);
	background-color: #ffffff;
	content: "";
}

.trial_goods-contents figcaption::before {
	transform: rotateZ(-19deg);
}

.trial_goods-contents figcaption::after {
	transform: rotateZ(19deg);
}

.trial_goods-play {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: clamp(0.813rem, 0.139rem + 1.4vw, 1.063rem);
	line-height: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	text-align: center;
}

.play_link {
	display: flex;
	position: relative;
	max-width: 554px;
	margin: 0 auto;
	background-image: url(../images/play_link-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	justify-content: center;
	align-items: center;

	aspect-ratio: 277/74;
}
.trial_point-contents .play_link {
	background-image: none;
}

.play_link a {
	max-width: 500px;
	width: 100%;
	transition: all 0.6s;
}



.play_link a img {
	transition: all 0.6s;
}

.play_link a:hover img {
	opacity: 0.8;
	filter: invert(10%);
}

.play_link.show_content a {
	animation: yureru-s 2s;
	animation-delay: 1.2s;
}

.play_link a:hover {
	animation: none;
}

@keyframes yureru-s {
	0% {
		transform: translate(2px, 0px);
	}

	5% {
		transform: translate(-2px, 0px);
	}

	10% {
		transform: translate(2px, 0px);
	}

	15% {
		transform: translate(-2px, 0px);
	}

	20% {
		transform: translate(2px, 0px);
	}

	25% {
		transform: translate(-2px, 0px);
	}

	30% {
		transform: translate(0px, 0px);
	}
}

.play_link a img {
	width: 100%;
}


.main_container {
	position: relative;
}
.main_container::before {
	display: block;
	position: absolute;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 1000%;
	height: 1000000px;
	background-repeat: repeat;
	background-position: center top;
	content: "";
}


@media screen and (min-width: 768px) {
	.main_container {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.main_container::before {
		top: 80px;
		background-image: url(../images/access_bg-pc.png);
		background-size: 1920px 1610px;
		opacity: 0.4;
	}

	.trial_visual-container {
		padding: 85px 0 170px;
	}

	.trial_inner {
		width: 95%;
	}

	.trial_visual-theme {
		margin-bottom: 105px;

		row-gap: 60px;
	}


	.trial_theme br {
		display: none;
	}

	.trial_visual-text {
		letter-spacing: -0.03em;

		row-gap: 30px;
	}
	.play_link {
		padding: 0 2.55%;
	}

	.trial_point-title {
		padding: 11.5px 0;
	}

	.trial_point-title br {
		display: none;
	}

	.trial_point-strap {
		right: -2%;
	}

	#trial_bonus .trial_point-contents {
		padding-top: 60px;
		padding-bottom: 75px;
	}

	.trial_bonus-text {
		margin-bottom: 40px;
	}

	.trial_point-wrap {
		width: 95%;
	}

	.trial_bonus-text br {
		display: none;
	}

	.trial_bonus-item img {
		right: 0;
	}

	.trial_charm-dep {
		margin-bottom: 50px;
	}

	#trial_goods .trial_point-contents {
		padding-top: 75px;
	}

	.trial_goods-text {
		margin-bottom: 65px;
	}

	#trial_goods h3 {
		margin-bottom: 15px;
	}

	#trial_charm .trial_point-contents {
		padding-top: 85px;
	}

	.trial_bonus-contents br.break {
		display: none;
	}

	.trial_text::before {
		transform: rotateZ(-8.5deg);
	}

	.trial_text::after {
		transform: rotateZ(8.5deg);
	}
}

@media screen and (max-width: 767px) {
	.main_container {
		padding-top: 60px;
		padding-bottom: 110px;
	}
	.main_container::before {
		top: 60px;
		background-image: url(../images/access_bg-mb.png);
		background-size: 375px 1388px;
		opacity: 0.5;
	}

	.trial_visual-container {
		padding: 20px 20px 85px;
	}


	.trial_inner {
		width: 100%;
	}


	.trial_visual-theme {
		margin-bottom: 25px;

		row-gap: 45px;
	}


	.trial_visual-text {
		letter-spacing: -0.04em;
	}
	.play_link {
		padding: 0 10px;
	}

	.trial_point-title {
		display: flex;
		width: 100%;
		min-height: 60px;
		padding: 0 20px;
		line-height: 25px;
		align-items: center;
	}

	.trial_point-strap {
		right: -5px;
	}

	.trial_point-wrap {
		width: 100%;
		padding: 0 20px;
	}

	#trial_bonus .trial_point-contents {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.trial_bonus-text {
		margin-bottom: 20px;
		line-height: 30px;
	}
	.trial_bonus-item:nth-of-type(2) .trial_bonus-contents , .trial_bonus-item:nth-of-type(4) .trial_bonus-contents {
		padding-right: 25px;
	}

	.trial_bonus-item:nth-of-type(2) img , .trial_bonus-item:nth-of-type(4) img {
		display: none;
	}

	/*.trial_bonus-item:nth-of-type(1) {
		order: 1;
	}

	.trial_bonus-item:nth-of-type(4) {
		order: 2;
	}

	.trial_bonus-item:nth-of-type(3) {
		order: 4;
	}

	*/

	.trial_bonus-item img {
		right: 0px;
	}

	.trial_charm-dep {
		margin-bottom: 20px;
	}

	#trial_goods .trial_point-contents {
		padding-top: 25px;
	}

	.trial_goods-text {
		margin-bottom: 35px;
	}

	#trial_goods h3 {
		margin-bottom: 15px;
		font-weight: bold;
	}


	.trial_charm-img {
		display: none;
	}

	#trial_charm .trial_point-contents .trial_point-wrap {
		padding-bottom: 50px;
	}

	#trial_charm .trial_point-contents {
		padding-top: 35px;
	}

	.trial_goods-list {
		margin-bottom: 20px;
		justify-content: center;
	}

	.trial_goods-item {
		width: calc(32.8% - 10px);
	}

	.trial_text::before {
		transform: rotateZ(-4deg);
	}

	.trial_text::after {
		transform: rotateZ(4deg);
	}
	.trial_text strong::after {
		bottom: 3px;
	}

	.trial_goods-text strong::before {
		mask-image: url(../images/trial_goods-textbgmb.png);
		-webkit-mask-image: url(../images/trial_goods-textbgmb.png);
	}

	.trial_goods-play {
		margin-bottom: 35px;
		font-weight: bold;
	}
}




