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

#mainBlock img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#mainBlock .txt {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
	text-align: justify;
}
#mainBlock .btn a:hover{
	text-decoration: none;
	opacity: .8;
}
#mainBlock .idt1 {
	text-indent: -1em;
	padding-left: 1em;
}
#mainBlock .content_jump li {
	padding-right: 7px;
}
#mainBlock h2.hdicon {
	font-size: 230%;
	line-height: 100%;
	letter-spacing: 3px;
	text-align: center;
	border: solid 1px #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
#mainBlock h2.hdicon span {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #355448;
	background: #FFF url(../img/kabotya/i01.png) no-repeat bottom left;
	padding: 20px 5px 0 65px;
	margin-left: -40px;
	vertical-align: middle;
}
#mainBlock h3.bd {
	background: url("img/title_border.gif") repeat-x bottom;
	color: #333;
	font-size: 170%;
	line-height: 120%;
	letter-spacing: 4px;
	margin: 40px 0 30px;
	text-align: center;
	padding-bottom: 15px;
}
#mainBlock .inBlock {
	margin: 15px;
}



#fv{
	margin-bottom: 80px;
}
#fv h2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 180%;
	line-height: 140%;
	letter-spacing: 5px;
	color: #355448;
	background: url("../img/kabotya/main_bg.png") no-repeat center bottom;
	background-size: 100%;
	height: 74px;
	margin-top: -74px;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#fv h2 strong{
	font-size: 200%;
	font-weight: 500;
	line-height: 150%;
}



#lead{
	margin: 140px 20px;
}



#about{
	margin: 140px 0;
}
#about dl{
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
#about dl dt{
	width: 420px;
}
#about dl dd{
	width: 52%;
}
#about dl dd h3{
	background: url("img/title_border.gif") repeat-x bottom;
	font-size: 120%;
	letter-spacing: 2px;
	margin: 15px 0;
	padding-bottom: 10px;
}


#product{
	margin: 80px 0 120px;
}
#product .brand{
	margin: 60px 0;
}
#product .brand h3{
	font-size: 220%;
	font-weight: 500;
	line-height: 140%;
	border-bottom: 2px solid #ccc;
	padding: 20px 0 10px 80px;
	margin: 0 0 20px 45px;
	display: flex;
	flex-direction: column;
	position: relative;
}
#product .brand h3::before{
	content: url("../img/kabotya/i02.svg");
	display: block;
	width: 90px;
	height: 90px;
	background: #fff;
	border: 2px solid #ccc;
	padding: 15px 10px;
	border-radius: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: -2px;
	left: -45px;
}
#product .brand h3 span{
	font-size: 50%;
	line-height: 120%;
}
#product .brand .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#product .brand .img{
	margin: 0 10px 0 30px;
}
#product .brand .img img{
	border-radius: 15px;
}
#product .brand .info{
	margin: 0 20px 40px 40px;
	display: flex;
	justify-content: space-between;
}
#product .brand .feature{
	font-size: 96%;
	line-height: 1.8em;
	background: #fff;
	border: 2px solid #fb9700;
	padding: 30px 25px;
	position: relative;
	margin-bottom: 30px;
	width: 440px;
	margin-top: -20px;
}
#product .brand .feature h4{
	background: #fb9700;
	color: #fff;
	font-weight: 500;
	font-size: 120%;
	padding: 2px 20px;
	position: absolute;
	top: -20px;
	left: 15px;
}
#product .brand .feature h4::after{
	content: '';
	border-top: 10px solid #fb9700;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}
#product .brand .info2{
	width: 440px;
	font-size: 96%;
	letter-spacing: 0;
}
#product .brand .info2 .syun{
	margin: 40px 0;
}
#product .brand .howToEat{
	margin-bottom: 20px;
}
#product .brand .howToEat h4{
	background: #fcb100;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
}
#product .brand .howToEat a:hover{
	color:#fcb100;
}
#product .brand .buy{
}
#product .brand .buy h4{
	background: #40B2B8;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
}
#product .brand .buy h6{
	font-size: 85%;
	padding: 0 10px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	white-space: nowrap;
}
#product .brand .buy h6::after{
	content: '';
	border-bottom: 3px dotted #ccc;
	width: 100%;
}
#product .brand ul.list1{
	padding: 10px;
	font-size: 95%;
	line-height: 1.6em;
}
#product .brand ul.list1 li{
	list-style: disc;
	margin:0 0 6px 1em;
}
#product .brand ul.list1 li h5{
	font-weight: 500;
}
#product .brand ul.list1 li h5 a{
	text-decoration: underline;
	color: #333;
}
#product .brand ul.list1 li h5 a:hover{
	color: #40B2B8;
}


.recipeBtn{
	text-align: center;
	margin: 100px 0;
}
.recipeBtn a{
	font-size: 200%;
	font-weight: 500;
	display: inline-block;
	background: #F8BC00;
	color: #fff;
	padding: 34px 80px;
	border-radius: 10px;
	position: relative;
}
.recipeBtn a::before {
	content: '';
	width: 200px;
	height: 100px;
	background: #F8BC00;
	border-radius: 100%;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.recipeBtn a::after {
	content: url("../img/kabotya/i_recipe.svg");
	width: 130px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.recipeBtn a:hover{
	color: #fff;
	text-decoration: none;
	opacity: .8;
}






#trivia{
	margin: 100px 0;
}
#trivia .inBlock{
	background: #D7EFE1;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#trivia .inBlock .box{
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}
#trivia .inBlock .box h3{
	font-size: 140%;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 5px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#trivia .inBlock .box h4 {
	border: 2px solid #FFD900;
	padding: 2px 10px;
	border-radius: 5px;
	line-height: 1.4em;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}
#trivia .inBlock .box h4::before {
	content: url("../img/kabotya/i_point.svg");
	display: inline-block;
	width: 30px;
}
#trivia .inBlock .box ul{
	margin-bottom: 20px;
}
#trivia .inBlock .box ul li{
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 10px;
	background: #fafafa;
	border-radius: 50px;
}
#trivia .inBlock .box ul li .point {
	font-size: 90%;
	line-height: 1.4em;
	letter-spacing: 0;
	color: #7D8A80;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFD900;
	border-radius: 100%;
	height: 80px;
	width: 80px;
}
#trivia .inBlock .box ul li .point strong{
	font-size: 140%;
	font-weight: 600;
}
#trivia .inBlock .box ul li dl{
	display: flex;
	align-items: baseline;
	gap: 20px;
}
#trivia .inBlock .box ul li dl dt{
	font-size: 160%;
	font-weight: 500;
	line-height: 1.4em;
}
#trivia .inBlock .box ul li dl dd{
}
#trivia .inBlock .box ul li dl dd::before{
	content: '･･･';
	color: #999;
	margin-right: 10px;
}
#trivia .inBlock .box p{
	margin: 0 10px;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}



@media screen and (max-width:640px){

	#mainBlock .txt {
		font-size: 16px;
		line-height: 160%;
	}
	#mainBlock h2.hdicon {
		font-size: 160%;
		letter-spacing: 1px;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	#mainBlock h2.hdicon span {
		background-size: 35px;
		padding: 10px 5px 0 45px;
		margin-left: 0;
		line-height: 140%;
	}
	#mainBlock h3.bd {
		font-size: 140%;
		letter-spacing: 1px;
		margin: 30px 0 20px;
	}
	#mainBlock .inBlock {
		margin: 0 5px;
	}
	
	#fv {
		margin: 0;
	}
	#fv h2 {
		font-size: 130%;
		letter-spacing: 0;
		background: no-repeat;
		margin: 10px 0;
		height: auto;
	}
	#fv h2 strong {
		font-size: 200%;
		line-height: 140%;
		letter-spacing: 2px;
		word-break: keep-all;
		text-align: center;
		margin-top: 10px;
	}
	
	#lead {
		margin: 0;
	}
	
	#about {
		margin: 40px 0;
	}
	#about dl {
		gap: 20px;
		flex-direction: column-reverse;
	}
	#about dl dt {
		width: auto;
	}
	#about dl dd {
		width: auto;
	}
	#about dl dd h3 {
		font-size: 110%;
		text-align: center;
	}
	
	
	#product {
		margin: 80px 0;
	}
	#product .brand {
		margin: 40px 0;
	}
	#product .brand h3 {
		font-size: 150%;
		line-height: 120%;
		padding: 10px 0 10px 45px;
		margin: 0 0 10px 20px;
	}
	#product .brand h3 span {
		font-size: 60%;
		line-height: 140%;
		letter-spacing: 0;
	}
	#product .brand h3::before {
		width: 55px;
		height: 55px;
		padding: 11px 7px;
		left: -20px;
	}
	#product .brand .flex {
		flex-direction: column;
	}
	#product .brand .img {
		margin: 0;
	}
	#product .brand .info {
		margin: 20px 0;
		flex-direction: column;
	}
	#product .brand .feature {
		width: auto;
		font-size: 15px;
		line-height: 160%;
		margin: 10px 0 0;
		padding: 25px 20px 15px;
	}
	#product .brand ul.list1 {
		font-size: 100%;
		line-height: 1.5em;
		text-align: left;
	}
	#product .brand .buy ul.list1 {
		letter-spacing: 1px;
	}
	#product .brand .info2 {
		width: auto;
		font-size: 15px;
	}
	#product .brand .info2 .syun {
		margin: 20px 0;
	}
	#product .brand .howToEat {
		margin-bottom: 10px;
	}
	
	
	.recipeBtn {
		margin: 80px 0;
	}
	.recipeBtn a {
		font-size: 160%;
		line-height: 1.2em;
		padding: 20px 10px;
		width: 80%;
		min-width: 280px;
	}
	.recipeBtn a::after {
		width: 110px;
	}
	
	
	
	
	#trivia {
		margin: 80px 0;
	}
	#trivia .inBlock {
		margin: 0;
		padding: 10px;
		gap: 10px;
	}	
	#trivia .inBlock .box {
		padding: 25px 15px;
	}
	#trivia .inBlock .box h3 {
		font-size: 120%;
		margin-bottom: 10px;
	}
	#trivia .inBlock .box ul li {
		margin: 10px 0;
		gap: 10px;
	}
	#trivia .inBlock .box ul li dl {
		flex-direction: column;
		gap: 0;
		width: calc(100% - 110px);
	}
	#trivia .inBlock .box ul li dl dt {
		font-size: 140%;
	}
	#trivia .inBlock .box ul li dl dd {
		font-size: 85%;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	#trivia .inBlock .box ul li dl dd::before {
		content: none;
	}
	
	
	
}
/* ADD CSS 2024.10.23 */
/*-----------------------------------------------
   .page-season .inner
------------------------------------------------*/
.page-season .inner {
  padding-left: 0;
  padding-right: 0;
}
.page-season #sub .fvTitleSet em{
	background-image: url(../../images/icon_melon.gif);
}
@media screen and (max-width: 640px) {
  .page-season .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
	.page-season #fv h2 strong {
        font-size: 158%;
	}
}