@charset "UTF-8";
/* CSS Document */



/* kv
----------------- */
#kv {
	width: 100%;
	background: #FFE100;
	overflow: hidden;
	margin-bottom: 32px;
}
	#kv .fs-c-slick .slick-slide {
		float: left;
		width: 495px;
		height: 100%;
		min-height: 1px;
		padding: 0 12px;
	}
		#kv .fs-c-slick .slick-slide img {
			border-radius: 20px;
		}
		#kv .fs-pt-carousel__slide {
			border-radius: 20px;
		}

	#kv .fs-c-slick .slick-dots li {
		height: 12px;
		width: 12px;
		margin: 10px 5px 18px 5px;
	}
	#kv .fs-c-slick .slick-dots li button:before {
		height: 12px;
		width: 12px;
		font-size: 12px;
		line-height: 12px;
		color: #fff;
		opacity: 1;
	}
	#kv .fs-c-slick .slick-dots li.slick-active button:before {
		color: #000;
		opacity: 1;
	}




/* bnr-area
----------------- */
#bnr-area .top-trial a.fs-pt-column__item {
	display: block;
	padding: 0;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 10px;
}
#bnr-area .top-trial a.fs-pt-column__item:nth-last-child(1) {
	margin-bottom: 0;
}

#bnr-area .top-registration {
	margin-top: 15px;
}
	#bnr-area .top-registration a {
		display: block;
		overflow: hidden;
		border-radius: 10px;
	}




/* ranking
----------------- */
#ranking .tabs {
	position: relative;
}
	#ranking .tabs .tab-buttons {
		margin-bottom: 75px;
	}
		#ranking .tabs .tab-buttons span {
			width: 20%;
			height: 40px;
			font-size: 1.5rem;
			font-weight: 600;
			text-align: center;
			cursor: pointer;
			border-bottom: 1px solid #D9D9D9;
		}
		#ranking .tabs .tab-buttons #lamp {
			width: 20%;
			height: 2px;
			background: #000;
			display: block;
			position: absolute;
			top: 38.5px;
			transition: all .3s ease-in;
			-o-transition: all .3s ease-in;
			-webkit-transition: all .3s ease-in;
			-moz-transition: all .3s ease-in;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content1 {
			left: 0;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content2 {
			left: 20%;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content3 {
			left: 40%;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content4 {
			left: 60%;
		}
		#ranking .tabs .tab-buttons.column5 #lamp.content5 {
			left: 80%;
		}

		#ranking .tabs .tab-buttons.column3 span {
			width: 33.3333333%;
		}

		#ranking .tabs .tab-buttons.column3 #lamp {
			width: 33.3333333%;
		}
		#ranking .tabs .tab-buttons.column3 #lamp.content1 {
			left: 0;
		}
		#ranking .tabs .tab-buttons.column3 #lamp.content2 {
			left: 33.3333333%;
		}
		#ranking .tabs .tab-buttons.column3 #lamp.content3 {
			left: 66.6666666%;
		}



/* recommend
----------------- */
#recommend {
	background: #FFE100;
}
	#recommend .list a.linkbox {
		width: 19%;
		display: block;
		background: #fff;
		padding-top: 12px;
		border-radius: 10px;
	}
		#recommend .list a.linkbox .pht {
			overflow: hidden;
			margin: 0 12px;
			border-radius: 10px;
		}
			#recommend .list a.linkbox .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			#recommend .list a.linkbox:hover .pht img {
				-webkit-transform: scale(1.05);
				-moz-transform: scale(1.05);
				-o-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		#recommend .list a.linkbox .text {
			padding: 15px 12px 15px 12px;
			border-bottom: solid 1px #D9D9D9;
		}
			#recommend .list a.linkbox .text h3 {
				font-size: 1.8rem;
				font-weight: 400;
				line-height: 1.4em;
				margin-bottom: 8px;
			}

			#recommend .list a.linkbox .text .price {
				font-size: 2.0rem;
				font-weight: 600;
				line-height: 1;
			}
				#recommend .list a.linkbox .text .price span {
					font-size: 1.2rem;
				}

		#recommend .list a.linkbox .txt {
			padding: 12px;
			font-weight: 500;
		}



/* tasty-officer
----------------- */
#tasty-officer .mainpht {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 3.7;
	margin-bottom: 70px;
}
	#tasty-officer .mainpht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

#tasty-officer .tabs {
	position: relative;
}
	#tasty-officer .tabs .tab-buttons {
		margin-bottom: 60px;
	}
		#tasty-officer .tabs .tab-buttons span {
			width: 25%;
			height: 40px;
			font-size: 1.5rem;
			font-weight: 600;
			text-align: center;
			cursor: pointer;
			border-bottom: 1px solid #D9D9D9;
		}
		#tasty-officer .tabs .tab-buttons #lamp02 {
			width: 25%;
			height: 2px;
			background: #000;
			display: block;
			position: absolute;
			top: 38.5px;
			transition: all .3s ease-in;
			-o-transition: all .3s ease-in;
			-webkit-transition: all .3s ease-in;
			-moz-transition: all .3s ease-in;
		}
		#tasty-officer .tabs .tab-buttons #lamp02.content1 {
			left: 0;
		}
		#tasty-officer .tabs .tab-buttons #lamp02.content2 {
			left: 25%;
		}
		#tasty-officer .tabs .tab-buttons #lamp02.content3 {
			left: 50%;
		}
		#tasty-officer .tabs .tab-buttons #lamp02.content4 {
			left: 75%;
		}


	#tasty-officer .tabs .feature-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	#tasty-officer .tabs .feature-list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
		#tasty-officer .tabs .feature-list a.linkbox .pht {
			width: 35%;
			height: 100%;
			overflow: hidden;
			border-radius: 10px;
		}
			#tasty-officer .tabs .feature-list a.linkbox .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		#tasty-officer .tabs .feature-list a.linkbox .text {
			width: 65%;
			padding-left: 4%;
		}
			#tasty-officer .tabs .feature-list a.linkbox .text h3 {
				font-size: 1.8rem;
				font-weight: 500;
				line-height: 1.6em;
				margin-bottom: 8px;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			#tasty-officer .tabs .feature-list a.linkbox .text .txt {
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			#tasty-officer .tabs .feature-list a.linkbox .text time {
				display: block;
				font-size: 1.2rem;
				font-weight: 500;
				line-height: 1;
				margin-top: 14px;
			}



/* feature
----------------- */
#feature .mainpht {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 3.7;
	margin-bottom: 70px;
}
	#feature .mainpht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

#feature .tabs {
	position: relative;
}
	#feature .tabs .tab-buttons {
		margin-bottom: 60px;
	}
		#feature .tabs .tab-buttons span {
			width: 25%;
			height: 40px;
			font-size: 1.5rem;
			font-weight: 600;
			text-align: center;
			cursor: pointer;
			border-bottom: 1px solid #D9D9D9;
		}
		#feature .tabs .tab-buttons #lamp02 {
			width: 25%;
			height: 2px;
			background: #000;
			display: block;
			position: absolute;
			top: 38.5px;
			transition: all .3s ease-in;
			-o-transition: all .3s ease-in;
			-webkit-transition: all .3s ease-in;
			-moz-transition: all .3s ease-in;
		}
		#feature .tabs .tab-buttons #lamp02.content1 {
			left: 0;
		}
		#feature .tabs .tab-buttons #lamp02.content2 {
			left: 25%;
		}
		#feature .tabs .tab-buttons #lamp02.content3 {
			left: 50%;
		}
		#feature .tabs .tab-buttons #lamp02.content4 {
			left: 75%;
		}


	#feature .tabs .feature-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	#feature .tabs .feature-list a.linkbox:nth-child(2n) {
		margin-right: 0;
	}
		#feature .tabs .feature-list a.linkbox .pht {
			width: 35%;
			height: 100%;
			overflow: hidden;
			border-radius: 10px;
		}
			#feature .tabs .feature-list a.linkbox .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		#feature .tabs .feature-list a.linkbox .text {
			width: 65%;
			padding-left: 4%;
		}
			#feature .tabs .feature-list a.linkbox .text h3 {
				font-size: 1.8rem;
				font-weight: 500;
				line-height: 1.6em;
				margin-bottom: 8px;
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			#feature .tabs .feature-list a.linkbox .text .txt {
				overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
			}

			#feature .tabs .feature-list a.linkbox .text time {
				display: block;
				font-size: 1.2rem;
				font-weight: 500;
				line-height: 1;
				margin-top: 14px;
			}




/* news
----------------- */
#news {
	background: white;
}
	#news .news-list {
		margin-bottom: 50px;
	}
		#news .news-list li {
			border-top: solid 1px #BDBDBD;
		}
		#news .news-list li:nth-last-child(1) {
			border-bottom: solid 1px #BDBDBD;
		}
			#news .news-list li a {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				padding: 15px 30px;
			}
				#news .news-list li a time {
					width: 120px;
					display: block;
					font-size: 1.5rem;
					font-weight: 500;
					line-height: 1;
					order: 1;
				}
				#news .news-list li a span {
					display: block;
					width: -webkit-calc(100% - 120px);
					width: calc(100% - 120px);
					font-size: 1.5rem;
					font-weight: 500;
					order: 2;
				}







/* max 1420px */
@media screen and (max-width: 1420px) {




/* ranking
----------------- */
#ranking .tabs .tab-buttons span {
	font-size: 1.4rem;
}



/* recommend
----------------- */
#recommend .list a.linkbox .text {
	padding-top: 12px;
}
	#recommend .list a.linkbox .text h3 {
		font-size: 1.6rem;
	}

	#recommend .list a.linkbox .text .price {
		font-size: 1.8rem;
	}
		#recommend .list a.linkbox .text .price span {
			font-size: 1.1rem;
		}




/* feature
----------------- */
#feature .tabs .tab-buttons span {
	font-size: 1.4rem;
}









}

	







/* max 1024px */
@media screen and (max-width: 1024px) {




/* kv
----------------- */
#kv {
	padding-top: 15px;
	margin-bottom: 25px;
}




/* ranking
----------------- */
#ranking .tabs .tab-buttons {
	margin-bottom: 30px;
}
	#ranking .tabs .tab-buttons span {
		height: 30px;
		font-size: 1.2rem;
		white-space: nowrap;
	}
	#ranking .tabs .tab-buttons #lamp {
		top: 28.5px;
	}



/* recommend
----------------- */
#recommend .list a.linkbox .text {
	padding: 8px;
}
	#recommend .list {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding-left: 5%;
		overflow-x: scroll;
	}
		#recommend .list .flex-start {
			width: 940px;
			gap: 10px;
			padding-right: 5%;
		}
			#recommend .list a.linkbox {
				width: 100%;
			}
				#recommend .list a.linkbox .text h3 {
					font-size: 1.5rem;
				}

				#recommend .list a.linkbox .text .price {
					font-size: 1.3rem
				}
					#recommend .list a.linkbox .text .price span {
						font-size: 1.0rem;
					}

/* tasty-officer
----------------- */
#tasty-officer .mainpht {
	aspect-ratio: 16 / 5;
	margin-bottom: 40px;
}

#tasty-officer .tabs .tab-buttons {
	margin-bottom: 40px;
}
	#tasty-officer .tabs .tab-buttons span {
		height: 30px;
		font-size: 1.2rem;
	}
	#tasty-officer .tabs .tab-buttons #lamp02 {
		width: 25%;
		height: 2px;
		top: 28.5px;
	}


	#tasty-officer .tabs .feature-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 35px;
	}
		#tasty-officer .tabs .feature-list a.linkbox .pht {
			width: 40%;
		}

		#tasty-officer .tabs .feature-list a.linkbox .text {
			width: 60%;
		}
			#tasty-officer .tabs .feature-list a.linkbox .text h3 {
				font-size: 1.4rem;
				line-height: 1.5em;
				margin-bottom: 4px;
			}

			#tasty-officer .tabs .feature-list a.linkbox .text .txt {
				font-size: 1.2rem;
			}

			#tasty-officer .tabs .feature-list a.linkbox .text time {
				font-size: 1.0rem;
				margin-top: 12px;
			}


/* feature
----------------- */
#feature .mainpht {
	aspect-ratio: 16 / 5;
	margin-bottom: 40px;
}

#feature .tabs .tab-buttons {
	margin-bottom: 40px;
}
	#feature .tabs .tab-buttons span {
		height: 30px;
		font-size: 1.2rem;
	}
	#feature .tabs .tab-buttons #lamp02 {
		width: 25%;
		height: 2px;
		top: 28.5px;
	}


	#feature .tabs .feature-list a.linkbox {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 35px;
	}
		#feature .tabs .feature-list a.linkbox .pht {
			width: 40%;
		}

		#feature .tabs .feature-list a.linkbox .text {
			width: 60%;
		}
			#feature .tabs .feature-list a.linkbox .text h3 {
				font-size: 1.4rem;
				line-height: 1.5em;
				margin-bottom: 4px;
			}

			#feature .tabs .feature-list a.linkbox .text .txt {
				font-size: 1.2rem;
			}

			#feature .tabs .feature-list a.linkbox .text time {
				font-size: 1.0rem;
				margin-top: 12px;
			}




/* news
----------------- */
#news .news-list {
	margin-bottom: 40px;
}
	#news .news-list li a {
		padding: 12px 25px;
	}
		#news .news-list li a time {
			display: block;
			padding-right: 25px;
		}
		#news .news-list li a span {
			font-size: 1.4rem;
		}








}

	


/* max 880px */
@media screen and (max-width: 880px) {
	#recommend .list .flex-start {
		width: 800px;
	}
		#recommend .list a.linkbox {
			padding-top: 8px;
		}
			#recommend .list a.linkbox .pht {
				margin: 0 8px;
			}
}





/* max 768px */
@media screen and (max-width: 768px) {



/* kv
----------------- */
#kv {
	margin-bottom: 30px;
}
	#kv .fs-c-slick .slick-slide {
		width: auto;
	}
	#kv .fs-pt-carousel img {
		max-width: 90vw;
	}
	#kv .fs-c-slick .slick-slide img {
		border-radius: 15px;
	}




/* ranking
----------------- */
#ranking .tabs .tab-buttons {
	width: 111%;
	margin-left: -5.5%;
}
#ranking .tabs .tab-buttons #lamp.content1 {
	left: -5%;
}
#ranking .tabs .tab-buttons #lamp.content2 {
	left: 18%;
}
#ranking .tabs .tab-buttons #lamp.content3 {
	left: 40%;
}
#ranking .tabs .tab-buttons #lamp.content4 {
	left: 63%;
}
#ranking .tabs .tab-buttons #lamp.content5 {
	left: 85%;
}


/* tasty-officer
----------------- */
#tasty-officer .mainpht {
	aspect-ratio: 16 / 9;
	margin-bottom: 40px;
}

#tasty-officer .tabs .tab-buttons {
	width: 111%;
	margin-left: -5.5%;
}
	#tasty-officer .tabs .tab-buttons span {
		height: 40px;
		font-size: 1.0rem;
		line-height: 1.3em;
	}
	#tasty-officer .tabs .tab-buttons span.content1,
	#tasty-officer .tabs .tab-buttons span.content2,
	#tasty-officer .tabs .tab-buttons span.content4{
		padding-top: 8px;
	}
	#tasty-officer .tabs .tab-buttons #lamp02 {
		top: 38.5px;
	}
	#tasty-officer .tabs .tab-buttons #lamp02.content1 {
		left: -5%;
	}
	#tasty-officer .tabs .tab-buttons #lamp02.content2 {
		left: 24%;
	}
	#tasty-officer .tabs .tab-buttons #lamp02.content3 {
		left: 52%;
	}
	#tasty-officer .tabs .tab-buttons #lamp02.content4 {
		left: 80%;
	}


	#tasty-officer .tabs .feature-list {
		display: block;
		margin-bottom: 35px;
	}
	#tasty-officer .tabs .feature-list a.linkbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
		#tasty-officer .tabs .feature-list a.linkbox .pht {
			width: 45%;
		}

		#tasty-officer .tabs .feature-list a.linkbox .text {
			width: 55%;
			padding-top: 0;
		}
			#tasty-officer .tabs .feature-list a.linkbox .text h3 {
				font-size: 1.4rem;
				line-height: 1.5em;
				margin-bottom: 8px;
			}

			#tasty-officer .tabs .feature-list a.linkbox .text .txt {
				display: none;
			}

			#tasty-officer .tabs .feature-list a.linkbox .text time {
				font-size: 1.2rem;
				margin-top: 0;
			}


/* feature
----------------- */
#feature .mainpht {
	aspect-ratio: 16 / 9;
	margin-bottom: 40px;
}

#feature .tabs .tab-buttons {
	width: 111%;
	margin-left: -5.5%;
}
	#feature .tabs .tab-buttons span {
		height: 40px;
		font-size: 1.0rem;
		line-height: 1.3em;
	}
	#feature .tabs .tab-buttons span.content1,
	#feature .tabs .tab-buttons span.content2,
	#feature .tabs .tab-buttons span.content4{
		padding-top: 8px;
	}
	#feature .tabs .tab-buttons #lamp02 {
		top: 38.5px;
	}
	#feature .tabs .tab-buttons #lamp02.content1 {
		left: -5%;
	}
	#feature .tabs .tab-buttons #lamp02.content2 {
		left: 24%;
	}
	#feature .tabs .tab-buttons #lamp02.content3 {
		left: 52%;
	}
	#feature .tabs .tab-buttons #lamp02.content4 {
		left: 80%;
	}


	#feature .tabs .feature-list {
		display: block;
		margin-bottom: 35px;
	}
	#feature .tabs .feature-list a.linkbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
		#feature .tabs .feature-list a.linkbox .pht {
			width: 45%;
		}

		#feature .tabs .feature-list a.linkbox .text {
			width: 55%;
			padding-top: 0;
		}
			#feature .tabs .feature-list a.linkbox .text h3 {
				font-size: 1.4rem;
				line-height: 1.5em;
				margin-bottom: 8px;
			}

			#feature .tabs .feature-list a.linkbox .text .txt {
				display: none;
			}

			#feature .tabs .feature-list a.linkbox .text time {
				font-size: 1.2rem;
				margin-top: 0;
			}




/* news
----------------- */
#news .news-list {
	margin-bottom: 30px;
}
	#news .news-list li a {
		display: block;
		padding: 18px 0;
	}
		#news .news-list li a time {
			width: 100%;
			font-size: 1.5rem;
			padding-right: 25px;
		}
		#news .news-list li a span {
			width: 100%;
			font-size: 1.3rem;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			margin-bottom: 20px;
		}





}
