.front-wrap{position:relative; }
.top-video{position:relative; overflow:hidden; padding:100px 0 0 14vw; }



.top-section01{position: relative; overflow:hidden;}
.top-section01::after {content: ''; position: absolute; bottom: 0; left: 0; border-bottom: 18vw solid #f0f8fc; border-right: 120vw solid transparent; }


#top-cate_wrap{background:#f0f8fc; position:relative; padding-bottom: calc(10vw + 60px); padding-top:80px; }
#top-cate_wrap::before {
   content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 5vw solid #5bc0de;  /* ちら見せ三角 高さを調節*/ 
      border-left: 100vw solid transparent;
}
#top-cate_wrap::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 10vw solid #fff;   /* 三角を白に */ 
      border-right: 100vw solid transparent;
}


#top-cate_wrap h2{}

#top-about_wrap{
	position: relative; 
	overflow:hidden;
	padding-bottom:100px;
}

#top-about_wrap::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 10vw solid #f5f9f3;
	border-left: 100vw solid transparent;
	z-index:-11000;
}

.sec_2col_heading{color:#b9302c; font-weight:bold; margin-bottom:10px; font-size:1.8rem;}
.sec_2col_heading span{font-size:1.6rem; position:relative; display:inline-block; margin-right:20px;}
.sec_2col_heading span:after{content: "-"; position: absolute; right: -14px; top: 0; display: inline-block; transition: all 0.4s ease;}

.top_sec01_ttl_wrap{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	margin-bottom:30px;
}
.top_sec01_ttl02{font-weight:500; font-size:2.8rem; margin-right:20px; color:#000000;}
.top_sec01_txt02{color:#333333;}
.kari_ttl{font-size:3.8rem;  color:#111; font-weight:bold; text-align:center; margin-bottom:20px;}
.kari_ttl span{font-size:1.8rem; font-weight:normal; display:block;}

#top-video-area{width:100%; padding-bottom: 56.25%; height:0px; position: relative;}
.video-fix {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px 0 0 20px;}
.top-main-ttl{
    position: absolute;
    top: 50%;
left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.1rem;
    
}
.top-main-ttl-inner{display: block; color:#000000; text-align:center;}
.top-main-ttl-inner .sub-txt{margin-top:0px; font-size:1.6rem; font-weight:normal; margin-bottom:30px; }
.subsub-txt{ font-size:1.6rem;}
.top-main-txt{display:none;}
.top-main-ttl-inner .ttl{font-family: trajan-sans-pro, sans-serif; font-weight: 600; font-size:4rem; line-height:4rem; margin-bottom:60px; letter-spacing:0.1em; color:#ffffff;}
.okaoka{display:none; position: absolute; bottom:0px; right:0px;/* background: url("../img/okaoka.png") no-repeat; background-size: cover; width:100%;*/ }
.news-tickerarea{ display:flex; align-items:center; padding:20px 40px; background:#ffffff; border-radius: 10px 0 0 0;}
.ticker-ttl{font-weight:bold; font-size:2.0rem;}
.t-swiper01 {background:#ffffff; max-width:700px; height:20px;}
.ticker-day{margin-right:5px; font-size:1.4rem;}
.ticker-cate{margin-right:5px;  width:100px; color:#ffffff; font-size:1.4rem;}
.ticker-cate.fureai{background:#f2a5b1;}
.ticker-cate.restaurant{background:#f39800;}
.ticker-cate.ranch{background:#64a8f6;}
.ticker-cate a{ color:#ffffff; padding:5px 10px;}



.top_pickup{
	border:solid 10px #fff79d;
	background:#ffffff; 
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
	margin-top:50px;
	padding:15px;
}
.top_pickup_left{width:100%; margin-bottom:10px; }
.top_pickup_right{width:100%; text-decoration:underline;}
.top_pickup_ttl{font-size:3.0rem; color:#00a45d; font-weight:bold; text-align:center; margin-bottom:10px;}
.top_pickup_subttl{font-size:2.0rem; font-weight:bold; text-align:center; margin-bottom:10px;}
.top_pickup_txt{;}


@media (min-width: 768px) {

	.top_pickup{border:solid 20px #fff79d;}
	.top_pickup_ttl{text-align:left;}
	.top_pickup_subttl{text-align:left;}
	.top_pickup_left{width:60%; padding:0 30px 0 0;}
	.top_pickup_right{width:40%;}
	.kari_ttl {text-align:left;}
	.kari_ttl span{display:inline-block; margin-left:20px;}
}

.top_pickup02{
	position: absolute;
	bottom: 55px;
	right:0px;
	background:#c04a47;
	color:#ffffff;
/*	border:10px solid #fff79d;*/
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	padding:5px;

}

.top_pickup02 a{color:#ffffff; text-decoration:underline;} 
.top_pickup02_img{width:calc(23% - 5px); margin-right:5px;}
.top_pickup02_img img{
	width: 100%;
  height: 80px;
  object-fit: cover;
}
.top_pickup02_right{width:calc(75% - 5px); margin-left:5px;}

.top_pickup02_right_ttl{font-weight:bold;}
.top_pickup02_right_txt{font-size:1.4rem;}










@media screen and (max-width: 767px) {
.top-video {max-width: 750px; padding:20px 0 0 0;}
.video-fix {
	width: 250%;
	height: 100%;
	overflow:hidden;
	-webkit-transform: translate(-50%, 0);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
#top-video-area {width: 100%; height: 0; padding-top: 100%;}
}







@media (min-width: 520px) {
	.top-main-ttl-inner{text-align:left;}
	.top-main-ttl-inner .ttl{ font-size:6rem; line-height:8rem; color:#000000; margin-bottom:20px;}
}
@media screen and (min-width: 768px) {
	
	.top_pickup02{max-width:250px;  bottom:10px; right:10px; font-size:1.4rem; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
	.top_pickup02_img{width:100%; margin-bottom:5px;}
	.top_pickup02_img img{width:100%; height:auto;}
	.top_pickup02_right{width:100%; padding:0 5px 5px; }
	.top_pickup02_right_txt{font-size:1.6rem;}
	.top-main-ttl{
    top: 35%;
left: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
	}
	.top-main-ttl{top: 35%; left: 4%;}
	.top-main-txt{display:block; background:/*5bc0de*/#00a45d; color:#ffffff; padding:10px 20px;  }
}

@media (min-width: 960px) {
	
	.okaoka{display:block;}
	.top-main-ttl-inner .ttl{ font-size:8rem; line-height:9rem; }
	.top-main-txt{text-align:left;}
}
	
@media (min-width: 1280px) {
	.top-main-ttl-inner .ttl{ font-size:9rem; line-height:10.6rem; }
.top-main-ttl{ left: 9%;}
}
