@charset "utf-8";


/* --------------------------------------------------------------------------------
	trial-inner
-------------------------------------------------------------------------------- */
#trial .trial-inner {

}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#trial .main {
	margin: 0 auto 10vw;
}
#trial .main .img{
}
#trial .main img{
	width: 100%;
	height: 40vw;
	object-fit: cover;
}



/* --------------------------------------------------------------------------------
	choice
-------------------------------------------------------------------------------- */
#trial .choice {
	margin: 0 auto 19vw;
}
#trial .choice h2{
	text-align: center;
	margin: 0 0 8vw;
}
#trial .choice h2 .txt1{
	font-size: 4.8vw;
	font-weight: bold;
	margin: 0 0 3vw;
	display: block;
}
#trial .choice h2 .txt2{
	font-size: 7.2vw;
	font-weight: bold;
	display: block;
}

#trial .choice .choice-inner{
	padding:0 2vw;
	margin: 0 0 15vw;
	/*background: #f2eee5;
	padding: 8vw 2vw;
	margin: 0 0 15vw;*/
}
#trial .choice .choice-inner .txt-choice{
	font-size: 4.8vw;
	line-height: 1.25;
	margin: 0 0 5vw;
	text-align: center;
}
#trial .choice .choice-inner .choice-list1{
	margin: 0 0 5vw;
}
#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{
	color: #ffffff;
	padding: 1vw;
	margin: 0 0 3vw;
}
#trial .choice .choice-inner .choice-list .choice-list-inner .set-name{
	font-size: 6vw;
	text-align: center;
	font-weight: bold;
	margin: 0 0 1vw;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul{
	display: flex;
	margin: 0 0 2vw;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul li{
	padding: 0 0 0 1vw;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul li .item-thumb{
	padding: 0 0 1vw;
}
#trial .choice .choice-inner .choice-list .choice-list-inner ul li .item-name{
	margin: 0 1vw;
	font-size: 3.6vw;
	line-height: 1.38;
	text-align: center;
}
#trial .choice .choice-inner .choice-list .set-details{
	font-size: 3.6vw;
	line-height: 1.67;
}
#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 6vw;
}
#trial .choice .gentei .txt-gentei .txt-box{
	margin: 0 0 6vw;
	line-height: 1.35;
}
#trial .choice .gentei .txt-gentei .txt-box .txt1{
	font-size: 4.8vw;
	color: #006837;
	font-weight: bold;
	display: block;
}
#trial .choice .gentei .txt-gentei .txt-box .txt2{
	font-size: 5.6vw;
	display: block;
}
#trial .choice .gentei .txt-gentei .txt-box .txt3{
	font-size: 4.8vw;
}
#trial .choice .gentei .txt-gentei .txt-box .txt4{
	font-size: 5.6vw;
	color: #be2828;
	font-weight: bold;
}
#trial .choice .gentei .txt-gentei .txt-price{
	line-height: 1;
}
#trial .choice .gentei .txt-gentei .txt-price .regular-price{
	font-size: 4.8vw;
}
#trial .choice .gentei .txt-gentei .txt-price .yen{
	font-size: 4.8vw;
	color: #be2828;
}
#trial .choice .gentei .txt-gentei .txt-price .price{
	font-size: 13vw;
	color: #be2828;
	font-weight: bold;
}
#trial .choice .gentei .txt-gentei .txt-price .tax{
	font-size: 3.6vw;
	color: #be2828;
}
#trial .choice .gentei .btn-buy-box{
	width: 66vw;
	margin: 0 auto;
}
#trial .choice .gentei .btn-buy-box .btn-buy{
	margin: 0 0 3vw;
}
#trial .choice .gentei .btn-buy-box .btn-buy a{
	display: block;
	width: 100%;
	padding: 4.8vw 4vw;
	border-radius: 10px;
	font-size: 4.4vw;
	line-height: 1;
	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: 4vw;
	height: 4vw;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -2vw;
}


/* --------------------------------------------------------------------------------
	details
-------------------------------------------------------------------------------- */
#trial .details {
	margin: 0 5vw 19vw;
}
#trial .details h2 {
	padding: 0 0 10vw;
	text-align: center;
	color: #006838;
}
#trial .details h2 .label-en {
	display: block;
	padding: 0 0 1vw;
	font-size: 6.7vw;
	font-weight: 700;
}
#trial .details h2 .label-ja {
	display: block;
	font-size: 4vw;
}

#trial .details .details-list h3 {
	margin: 0 0 6vw;
	padding: 0 0 2.5vw;
	font-size: 4vw;
	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: 5vw;
	margin: 0 1.5vw 0 0;
	display: inline-block;
}
#trial .details .details-list h3 .img img{
	width: 100%;
}

/********** リスト **********/
#trial .details .details-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
	
	width: 100%;
}
#trial .details .details-list-box .details-list {
	/*width: 42vw;*/
	margin: 0 0 5vw;
}
#trial .details ul li{
	margin: 0 0 6vw;
}
#trial .details ul li a {
	display: block;
	text-decoration: none;
}

#trial .details ul li a .item-thumb {
	padding: 0 0 1vw;
}
#trial .details ul li a .item-thumb img {
	display: block;
}
#trial .details ul li a .item-name {
	padding: 0 0 1vw;
	font-weight: bold;
	font-size: 3.6vw;
	line-height: 1.38;
}
#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: 3.6vw;
	line-height: 1.38;
}







/* --------------------------------------------------------------------------------
	other_sets
-------------------------------------------------------------------------------- */
#trial .other_sets {
	margin: 0 5vw 19vw;
}
#trial .other_sets h2 {
	padding: 0 0 5.5vw;
	text-align: center;
	color: #006838;
}
#trial .other_sets h2 .label-en {
	display: block;
	padding: 0 0 1vw;
	font-size: 6.7vw;
	font-weight: 700;
}
#trial .other_sets h2 .label-ja {
	display: block;
	font-size: 4vw;
}

/********** リスト **********/
#trial .other_sets ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#trial .other_sets ul li {
	width: 42vw;
	margin: 0 0 5vw;
}
#trial .other_sets ul li a {
	display: block;
	text-decoration: none;
}

#trial .other_sets ul li a .item-thumb {
	padding: 0 0 1vw;
}
#trial .other_sets ul li a .item-thumb img {
	display: block;
}
#trial .other_sets ul li a .item-name {
	padding: 0 0 1vw;
	font-weight: bold;
	font-size: 3.6vw;
	line-height: 1.38;
}
#trial .other_sets ul li a .item-price {
	font-size: 3.6vw;
}


/* --------------------------------------------------------------------------------
	CATEGORY
-------------------------------------------------------------------------------- */
#trial .category-parts .category-parts-list{
	padding: 0 5vw;
}



















