@charset "utf-8";
#navi_wrapper{
	display: flex;
}
/*-- news部分 --*/
#navi_information{
	width: 67%;
	background-image: -webkit-linear-gradient(bottom right, paleturquoise 25%, lightcyan 25%, lightcyan 50%, paleturquoise 50%, paleturquoise 75%, lightcyan 75%, lightcyan);
	background-image: -o-linear-gradient(bottom right, paleturquoise 25%, lightcyan 25%, lightcyan 50%, paleturquoise 50%, paleturquoise 75%, lightcyan 75%, lightcyan);
	background-image: linear-gradient(to top left, paleturquoise 25%, lightcyan 25%, lightcyan 50%, paleturquoise 50%, paleturquoise 75%, lightcyan 75%, lightcyan);
	background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: block;
	text-align: center;
}
#navi_information img{
	margin: 15px;	
}
.top_news_sp{display: none;}
.top_news{
	width: 98%;
	/*height: 550px;*/
	margin: 0 auto;
}
.full_content ul li {
    width: 30%;
}
#new_filter{
	display: none;
}
/*3段目-----------------------------*/
#top_navi{
	width:100%;
	position: relative;
	display: block;
	background: rgba(255,255,255,0.6);
}
#navi_contents{
	/*display:grid;
	grid-template-columns: repeat(2,1tr);
	grid-gap: 0px;*/
}
/*.navi_contents_box1 { 
    grid-column-start: 1; 
    grid-column-end: 3; 
    grid-row-start: 3; 
    grid-row-end: 4; 
    width:1200px;    
    height:226px;
    padding: 0;
    margin: 0;
    position: relative;
}
.navi_contents_box1 img{
	padding: 0;
	margin: 0;
}*/
.navi_item{
	width:300px;
	width: 400px;
	height:auto;
	padding: 0;
	margin: 0;
	position: relative;
}
.navi_item img{
	padding: 0;
	margin: 0;
}
.mini_slider{
	position: absolute;
	top:140px;
	left:270px;
	overflow: hidden;
	width:300px;
	height: 65px;
	display: block;
}
.mini_slider img{
	height: 65px;
}
/*#pickup_slider{
	position: absolute;
	top:15px;
	left:400px;
	overflow: hidden;
	width:600px;
	height: 65px;
	display: block;
}
#pickup_slider img{
	height: 65px;
}
#pickup_slider2{
	position: absolute;
	top:90px;
	left:400px;
	overflow: hidden;
	width:600px;
	height: 65px;
	display: block;
}
#pickup_slider2 img{
	height: 65px;
}*/
#top_navi_info{
	display:block;
	position: absolute;
	top:10px;
	left:230px;
	width:350px;
	height:206px;
	overflow: hidden;
}
#top_navi_info_title{
	width:100%;
	height:20px;
	display: flex;
	position: relative;
	font-size: 13px;
}
#top_navi_info_title .info_title{
	position: absolute;
	font-weight: bold;
}

#top_navi_info_title .info_link{
	position: absolute;
	right:0px;
	width:72px;
	line-height: 20px;
	text-align: center;
	color: white;
	background-color: black;
}



#top_navi_info dl{
	font-size:13px;
}

#top_navi_sp{display: none;}
#navi_left_flow_box{
  width: 225px;
  height: 676px;
  background-image: url("../images/new_site/navi/navi_left_flow_box.png");
  transform: translateX(-225px); 
  position: absolute;
  z-index: 20;
  top:0;
  pointer-events:none;
}
.navi_left_move{
	animation: navi_anim_left 1s forwards;
}

@keyframes navi_anim_left {
  0% {
  transform: translateX(-225px);
  }

  100% {
  transform: translateX(0px);
  }
}

#navi_right_flow_box{
  width: 225px;
  height: 676px;
  background-image: url("../images/new_site/navi/navi_right_flow_box.png");
  transform: translateX(1425px); 
  position: absolute;
  z-index: 20;
  top:0;
  pointer-events:none;
}
.navi_right_move{
	animation: navi_anim_right 1s forwards;
}

@keyframes navi_anim_right {
  0% {
  transform: translateX(1425px);
  }

  100% {
  transform: translateX(975px);
  }
}
/*ピックアップ-----------------------------*/
.pickup_banner{
	/*margin: 10px 50px;*/
	margin: 0;
}

.pickup_title{
	width:100%;
	/*background-image: url("../images/new_site/pickup_banner/pickup.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;*/
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/*font-size: 36px;*/
	background-image: none;
	background-color: transparent;
	border:none;
	color: inherit;
        line-height: 1rem;
}
.pickup_title_nocharactor{
	background: var(--tile-button-title-color);
	font-size: 1.4rem;
	line-height: 3rem;
	margin-bottom:10px;
}
.pickup_box{
	/*margin: 10px auto;*/
        margin: 0px auto 10px;
	/*padding-bottom: 20px;*/
/*	width: 1100px;*/
        width: 1150px;
	display: flex;
	flex-wrap: wrap;
	/*padding-left: 70px;*/
}

.pickup_box img{
	/*width: 360px;*/
	/*margin: 3px;*/
        width: 280px;
	margin: 0px 3px;
}
#pickup_banner_sp{
	width:100%;
	height: 225px;
	background-image: -webkit-linear-gradient(bottom right, mediumturquoise 25%, lightseagreen 25%, lightseagreen 50%, mediumturquoise 50%, mediumturquoise 75%, lightseagreen 75%, lightseagreen);
	background-image: -o-linear-gradient(bottom right, mediumturquoise 25%, lightseagreen 25%, lightseagreen 50%, mediumturquoise 50%, mediumturquoise 75%, lightseagreen 75%, lightseagreen);
	background-image: linear-gradient(to top left, mediumturquoise 25%, lightseagreen 25%, lightseagreen 50%, mediumturquoise 50%, mediumturquoise 75%, lightseagreen 75%, lightseagreen);
	background-size: 5px 5px;
	background-repeat: repeat;
	position: relative;
	display: none;
}
#pickup_banner_sp h1.pickup_title img{
        width:100%;
}
.pickup_banner_box{
	position:relative;
	display: block;
}
.pickup_banner_title{
	width: 600px;
	height: 225px;
	background-image: url("../images/new_site/pickup_banner/pickup_banner.png");
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	left:0;
}
.pickup_banner_item{
	width:800px;
	height: 180px;
	position: absolute;
	right:0px;
	top:45px;
	display:grid;
	grid-template-columns: repeat(5,150px);
	grid-gap: 5px;
}
.pickup_banner_item img{
	width:150px;
}
.top_news{
    padding:10 0 10 0;
}