@charset "utf-8";


/* --------------------------------------------------------------------------------
	trial-inner
-------------------------------------------------------------------------------- */
#trial .trial-inner {
	width: 1300px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#trial .main {
	width: 100%;
	height: 600px;
	margin: 0 auto 120px;
	position: relative;
}
#trial .main .img{
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
#trial .main img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
@media only screen and (min-width: 1920px){
	#trial .main .img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

#trial .main h2{
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 36px;
	background: rgba(255,255,255,0.9);
	line-height: 1;
	padding: 20px 28px;
}
#trial .main h2 .txt1{
	font-size: 24px;
	display: block;
	margin: 0 0 10px;
}
#trial .main h2 .txt2{
	font-size: 40px;
	color: #604c3f;
	display: block;
}


/* --------------------------------------------------------------------------------
	biginners
-------------------------------------------------------------------------------- */
#trial .biginners {
	width: 1100px;
	margin: 0 auto 140px;
}
#trial .biginners .txt-box {
	text-align: center;
	margin: 0 0 70px;
}
#trial .biginners .txt-box h3{
	font-size: 38px;
	margin: 0 0 50px;
	color: #604c3f;
}
#trial .biginners .txt-box .txt{
	font-size: 20px;
	line-height: 2;
}

#trial .biginners .item-box{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
#trial .biginners .item-box .item-img{
	width: 100%;
	margin: 0 0 30px;
}
#trial .biginners .item-box .item-name{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
}
#trial .biginners .item-box .item-price{
	margin: 0 0 10px;
	display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
}
#trial .biginners .item-box .item-price .discount{
	color: #ea5514;
	font-size: 20px;
	border: 1px solid #ea5514;
	padding: 3px;
	margin: 0 10px 0 0;
}
#trial .biginners .item-box .item-price .price{
	color: #ea5514;
	font-size: 36px;
	margin: 0 5px 0 0;
}
#trial .biginners .item-box .item-price .tax{
	color: #ea5514;
	font-size: 18px;
}
#trial .biginners .item-box .item-shipping{
	color: #ea5514;
	font-size: 18px;
	margin: 0 0 20px;
}
#trial .biginners .item-box .item-txt{
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 25px;
}

#trial .biginners .item-btn{
	width: 310px;
	margin: 0 auto;
}
#trial .biginners .item-btn a{
	display: block;
	padding: 22px 30px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	position: relative;
	background: #ea5514;
	color: #ffffff;
	border-radius: 5px;
}
#trial .biginners .item-btn a:hover{
	text-decoration: none;
}
#trial .biginners .item-btn a::after{
	content: "";
	background: url("../../images/f/trial/btn-arr.svg") no-repeat;
	background-size:100%;
	width: 12px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
}


/* --------------------------------------------------------------------------------
	details
-------------------------------------------------------------------------------- */
#trial .details {
	width: 1100px;
	margin: 0 auto 140px;
}

#trial .details .img-txt {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
#trial .details .img-txt .img{
	width: 500px;
}
#trial .details .img-txt .img img{
	width: 100%;
}
#trial .details .img-txt .txt{
	width: 570px;
	margin: 0 0 0 30px;
}
#trial .details .img-txt .txt .item-name{
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
#trial .details .img-txt .txt .item-details{
	font-size: 16px;
	line-height: 1.75;
}
#trial .details .img-txt .txt .img-set{
	width: 96px;
	margin: 0 0 24px;
}

#trial .details .txt-img {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 0 20px;
}	
#trial .details .txt-img .img{
	width: 500px;
}
#trial .details .txt-img .img img{
	width: 100%;
}
#trial .details .txt-img .txt{
	width: 570px;
	margin: 0 30px 0 0;
	text-align: right;
}
#trial .details .txt-img .txt .item-name{
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
#trial .details .txt-img .txt .item-details{
	font-size: 16px;
	line-height: 1.75;
}
#trial .details .txt-img .txt .img-set{
	width: 96px;
	margin: 0 0 24px auto;
}







/* --------------------------------------------------------------------------------
	other_sets
-------------------------------------------------------------------------------- */
#trial .other_sets {
	width: 1100px;
	margin: 0 auto 180px;
}
#trial .other_sets h2 {
	font-size: 20px;
	padding: 0 0 8px;
	margin: 0 0 30px;
	color: #604c3f;
	border-bottom: 1px solid #eee9e6;
}

/********** リスト **********/
#trial .other_sets ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
	
	width: 100%;
}
#trial .other_sets ul li {
	width: 330px;
	margin: 0 55px 0 0;
}
#trial .other_sets ul li:nth-of-type(3n) {
	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 20px;
}
#trial .other_sets ul li a .item-thumb img {
	display: block;
	width: 330px;
	height: 330px;
	object-fit: cover;
}
#trial .other_sets ul li a .item-name {
	padding: 0 0 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
}
#trial .other_sets ul li a .item-price{
	text-align: center;
	padding: 0 0 8px;
}
#trial .other_sets ul li a .item-price .normal_price{
	font-size: 15px;
	padding: 0 5px 0 0;
}
#trial .other_sets ul li a .item-price .free_shipping{
	font-size: 16px;
	font-weight: bold;
	color: #ea5514;
	padding: 0 5px 0 0;
}
#trial .other_sets ul li a .item-price .price{
	font-size: 18px;
	font-weight: bold;
	color: #ea5514;
	padding: 0 5px 0 0;
}
#trial .other_sets ul li a .item-price .tax{
	font-size: 15px;
	color: #ea5514;
}
#trial .other_sets ul li a .item-details{
	font-size: 15px;
	line-height: 1.67;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
