@charset "utf-8";


/* --------------------------------------------------------------------------------
	trial-inner
-------------------------------------------------------------------------------- */
#trial .trial-inner {
	width: 1200px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#trial .main {
	width: 100%;
	height: 400px;
	margin: 0 auto 100px;
	position: relative;
}
#trial .main .img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
#trial .main img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
@media only screen and (min-width: 1920px){
	#trial .main .img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}



/* --------------------------------------------------------------------------------
	choice
-------------------------------------------------------------------------------- */
#trial .choice {
	width: 1100px;
	margin: 0 auto 140px;
}
#trial .choice h2{
	text-align: center;
	margin: 0 0 60px;
}
#trial .choice h2 .txt1{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px;
	display: block;
}
#trial .choice h2 .txt2{
	font-size: 56px;
	font-weight: bold;
	display: block;
}

#trial .choice .choice-inner{
	width: 750px;
	margin: 0 auto 110px auto;
	/*background: #f2eee5;
	padding: 35px 30px;
	margin: 0 0 110px;*/
}
#trial .choice .choice-inner .txt-choice{
	font-size: 28px;
	margin: 0 0 25px;
	text-align: center;
}
#trial .choice .choice-inner .choice-list1{
	margin: 0 0 20px;
}
#trial .choice .choice-inner .choice-list1 .choice-list-inner{
	background: #006837;
}
#trial .choice .choice-inner .choice-list2 .choice-list-inner{
	background: #be2828;
}
#trial .choice .choice-inner .choice-list .choice-list-inner{
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 5px;
	margin: 0 0 10px;
}
#trial .choice .choice-inner .choice-list .choice-list-inner .set-name{
	width: 175px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul{
	display: flex;
	margin: 0 0 15px;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul li{
	padding: 0 0 0 5px;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul li .item-thumb{
	padding: 0 0 10px;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul li .item-name{
	padding: 0 0 15px 5px;
	font-size: 16px;
	text-align: center;
}
#trial .choice .choice-inner .choice-list .set-details{
	font-size: 16px;
	line-height: 1.56;
}
#trial .choice .choice-inner .choice-list .set-details .txt1{
	font-weight: bold;
}

#trial .choice .gentei{
	text-align: center;
}
#trial .choice .gentei .txt-gentei{
	margin: 0 0 50px;
}
#trial .choice .gentei .txt-gentei .txt-box{
	margin: 0 0 40px;
	line-height: 1.35;
}
#trial .choice .gentei .txt-gentei .txt-box .txt1{
	font-size: 36px;
	color: #006837;
	font-weight: bold;
	display: block;
}
#trial .choice .gentei .txt-gentei .txt-box .txt2{
	font-size: 48px;
	display: block;
}
#trial .choice .gentei .txt-gentei .txt-box .txt3{
	font-size: 36px;
}
#trial .choice .gentei .txt-gentei .txt-box .txt4{
	font-size: 48px;
	color: #be2828;
	font-weight: bold;
}
#trial .choice .gentei .txt-gentei .txt-price{
	margin: 0 0 50px;
	line-height: 1;
}
#trial .choice .gentei .txt-gentei .txt-price .regular-price{
	font-size: 36px;
}
#trial .choice .gentei .txt-gentei .txt-price .yen{
	font-size: 36px;
	color: #be2828;
}
#trial .choice .gentei .txt-gentei .txt-price .price{
	font-size: 100px;
	color: #be2828;
	font-weight: bold;
}
#trial .choice .gentei .txt-gentei .txt-price .tax{
	font-size: 18px;
	color: #be2828;
}
#trial .choice .gentei .btn-buy-box{
	display: flex;
	justify-content:center;;
	width: 740px;
	margin: 0 auto;
}
#trial .choice .gentei .btn-buy-box .btn-buy a{
	display: block;
	width: 360px;
	padding: 25px 30px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
#trial .choice .gentei .btn-buy-box .btn-buy a:hover{
	text-decoration: none;
}
#trial .choice .gentei .btn-buy-box .btn-buy1 a{
	background: #006837;
	color: #ffffff;
}
#trial .choice .gentei .btn-buy-box .btn-buy2 a{
	background: #be2828;
	color: #ffffff;
}
#trial .choice .gentei .btn-buy-box .btn-buy a::after{
	content: "";
	background: url("../../images/f/trial/btn-arr-white.svg") no-repeat;
	background-size:100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
}


/* --------------------------------------------------------------------------------
	details
-------------------------------------------------------------------------------- */
#trial .details {
	width: 1100px;
	margin: 0 auto 140px;
}
#trial .details h2 {
	padding: 0 0 53px;
	text-align: center;
	color: #006838;
}
#trial .details h2 .label-en {
	display: block;
	padding: 0 0 6px;
	font-size: 50px;
	font-weight: 700;
}
#trial .details h2 .label-ja {
	display: block;
	font-size: 18px;
}

#trial .details .details-list h3 {
	margin: 0 0 40px;
	padding: 0 0 8px;
	font-size: 28px;
	font-weight: bold;
	}
#trial .details .details-list1 h3 {
	color: #006838;
	border-bottom: 2px solid #006838;
}
#trial .details .details-list2 h3 {
	color: #be2828;
	border-bottom: 2px solid #be2828;
}
#trial .details .details-list h3 .img{
	width: 35px;
	margin: 0 10px 0 0;
	display: inline-block;
}
#trial .details .details-list h3 .img img{
	width: 100%;
}

/********** リスト **********/
#trial .details ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
	
	width: 100%;
}
#trial .details ul li {
	width: 340px;
	margin: 0 40px 0 0;
}
#trial .details ul li:nth-of-type(3n) {
	margin-right: 0;
}
#trial .details ul li a {
	display: block;
	text-decoration: none;
}

#trial .details ul li a .item-thumb {
	padding: 0 0 15px;
}
#trial .details ul li a .item-thumb img {
	display: block;
}
#trial .details ul li a .item-name {
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
}
#trial .details .details-list1 ul li a .item-name .mark1{
	color: #006837;
}
#trial .details .details-list2 ul li a .item-name .mark1{
	color: #be2828;
}
#trial .details ul li a .item-details {
	font-size: 16px;
	line-height: 1.56;
}







/* --------------------------------------------------------------------------------
	other_sets
-------------------------------------------------------------------------------- */
#trial .other_sets {
	width: 1200px;
	margin: 0 auto 140px;
}
#trial .other_sets h2 {
	padding: 0 0 53px;
	text-align: center;
	color: #006838;
}
#trial .other_sets h2 .label-en {
	display: block;
	padding: 0 0 6px;
	font-size: 50px;
	font-weight: 700;
}
#trial .other_sets h2 .label-ja {
	display: block;
	font-size: 18px;
}

/********** リスト **********/
#trial .other_sets ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
	
	width: 100%;
}
#trial .other_sets ul li {
	width: 285px;
	margin: 0 20px 0 0;
}
#trial .other_sets ul li:nth-of-type(4n) {
	margin-right: 0;
}
#trial .other_sets ul li a {
	display: block;
	text-decoration: none;
}

#trial .other_sets ul li a .item-thumb {
	padding: 0 0 10px;
}
#trial .other_sets ul li a .item-thumb img {
	display: block;
}
#trial .other_sets ul li a .item-name {
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.56;
}
#trial .other_sets ul li a .item-price {
	font-size: 16px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
