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

	index CSS

	- common
	- block01

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
body,#headline .slick-list{
    overflow-x: hidden;
}
.headline-inner .slick-list{
    overflow: hidden;
}
article{
    padding-bottom: 120px;
}
#contentBody {
	padding-top: 0;
	padding-bottom: 0;
}
.orange_line_title{
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.28px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 5px 0;
    background-image:url("../../img/cm/i_01_bg03s.jpg");
	background-size: 100% auto;
	background-position: top center, bottom center, top center;
	background-repeat: no-repeat, no-repeat, repeat-y;
}
.inner{
    padding-bottom: 2px;
}
/*----------------------------------------
	block01
-----------------------------------------*/
.title_background_img{
    background-image:url("../../img/bird/banner_PC.jpg");
    background-repeat: no-repeat;
    height: 200px;
    max-width: 830px;
    background-size: contain;
    background-position: 50%;
    margin: 30px auto 50px;
}

#breadcrumb{
    border:none;
}

.slider{
	position:relative;
	z-index: 1;
	height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    background-color: white;
}
.slider-item01::before{
	background: url('../../img/bird/hato_img.png');
}
.slider-item02::before{
	background: url('../../img/bird/karasu_img.png');
}
.slider-item03::before{
	background: url('../../img/bird/koumori_img.png');
}
.slider-item04::before{
	background: url('../../img/bird/mukudori_img.png');
}
.slider-item05::before{
	background: url('../../img/bird/suzume_img.png');
}
.slider-item06::before{
	background: url('../../img/bird/kamome_img.png');
}
.slider-item07::before{
	background: url('../../img/bird/hiyodori_img.png');
}
.slider-item01::after{
	background: url('../../img/bird/hato_text.png');
}
.slider-item02::after{
	background: url('../../img/bird/karasu_text.png');
}
.slider-item03::after{
	background: url('../../img/bird/koumori_text.png');
}
.slider-item04::after{
	background: url('../../img/bird/mukudori_text.png');
}
.slider-item05::after{
	background: url('../../img/bird/suzume_text.png');
}
.slider-item06::after{
	background: url('../../img/bird/kamome_text.png');
}
.slider-item07::after{
	background: url('../../img/bird/hiyodori_text.png');
}
.headline-inner .slick-next{
    right: calc(50% - 23%);
    width: 15px;
    height: 15px;
}
.headline-inner .slick-next::after{
    background-color:rgba(0, 0, 0, 0);
    border-top: solid 3px #f56600;
    border-right: solid 3px #f56600;
}
.headline-inner .slick-next::before{
    opacity: 0;
}
.headline-inner .slick-prev{
    left: calc(50% - 22%);
    width: 15px;
    height: 15px;
}
.headline-inner .slick-prev::after{
    background-color:rgba(0, 0, 0, 0);
    border-bottom: solid 3px #f56600;
    border-left: solid 3px #f56600;
}
.headline-inner .slick-prev::before{
    opacity: 0;
}
.slider-item{
	width: 100%;
	background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
	background-position: center;
    margin:0;
    position:relative;
}
.slider-item a.blue_link{
    display: block;
    color:#0688AB;
    text-decoration: none;
    position:absolute;
    bottom: 7%;
    font-size:10px;
    font-weight: bold;
    right: -18%;
    padding-right: 6px;
    opacity: 0;
    transition: opacity 1s ease;
    transition-delay: 0.5s;
    z-index: 10;
}
.slider-item a.over_link{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor: pointer;
	z-index: 9;
}
.slider-item a.blue_link::before{
	content:"";
	display:block;
	border-top:solid 1px #0688AB;
	border-right:solid 1px #0688AB;
	width:4px;
	height:4px;
	transform:rotate(45deg);
	position:absolute;
	bottom:5px;
	right:0;
}
.slider-item a.blue_link::after{
	content:"";
	display:block;
	border-bottom:solid 1px #0688AB;
	width:100%;
	height:1px;
	position:absolute;
	bottom:-2px;
	right:0;
}
@media print, screen and (min-width:1200px) {
    .slider-item a{
        font-size: 13px;
    }
}
.slider-item a span{
    text-decoration: underline;
    text-underline-offset:5px;
}
.slider .slick-center a{
    opacity: 1;
}

.slider-item::before{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    width: 60%;
    height: 70%;
    position:absolute;
    bottom: -2%;
    left: 20%;
    transform: scale(0.8);
    transition:bottom 1s ease ,transform 1s ease,left 1s ease;
}
.slider-item:has(+ .slick-center)::before{
	left:-10%;
}
.slider .slick-center + .slider-item::before{
	left:60%;
}
.slider-item::after{
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    content: "";
    display: block;
    width: 100%;
    height: 95%;
    position:absolute;
    bottom: 5%;
    left: 0;
    opacity: 0;
	transform:scale(1.4);
    transition: opacity 1s ease;
    transition-delay: 0.5s;
}
.slider .slick-center.slider-item::before{
    transform: scale(1.3);
	bottom:15%;
}
.slider .slick-center.slider-item::after{
    opacity: 1;
}
.slick-list{
    height:100%;
    overflow-x: hidden;
}
.slick-track{
    height: 100%;
}

@media print, screen and (max-width:768px) {
	.slider .slick-center.slider-item::before{
		transform:scale(1);
	}
	.slider-item::after{
		transform:scale(1);
	}
	.slider-item a.blue_link{
		right:6%;
	}
}
#breadcrumb ol  a{
    color:#999999 !important;
}
#headline{
    aspect-ratio: 7/2;
    height: auto;
    margin-top: 0px;
}
.orange_title{
    color:#f56600;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0px auto 20px;
    position: relative;
    font-size: 27px;
    font-weight: bold;
}
.orange_title span{
    display: block;
    width: 22px;
    height: 22px;
    top: -29px;
    left: calc(50% - 10px);
    position:absolute;
    color:white;
    text-align: center;
    z-index: 1;
    font-weight: bold;
    font-size: 12px;
}
.orange_title span::before{
    content:"";
    display:block;
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: #f56600;
    transform: rotate(45deg);
    z-index: -1;
    top: -4px;
    left: 0px;
}
.list_title_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}
.blue_category_name{
    background-color: #0688ab;
    color:white;
    display: block;
    padding: 0px 7px;
    font-size: 19px;
    letter-spacing: 1.28px;
}
.blue_arrow_link{
    color: #0688ab;
    display: block;
    padding-right: 15px;
    position:relative;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}
.blue_arrow_link::before{
    content:"";
    display: block;
    border-right: solid 2px #0688ab;
    border-bottom: solid 2px #0688ab;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    font-weight: bold;
    top:calc(50% - 4px);
    transition: all 0.3s ease;
}
.blue_arrow_link:hover{
    color: #f56600;
}
.blue_arrow_link:hover::before{
    border-color: #f56600;
}
.list_slider{
    overflow-x: visible;
    margin-bottom: 0px;
}
.list_slider img{
    aspect-ratio: 10/8;
    object-fit: cover;
}
.list_slider_item{
    /* margin-left: 15px; */
    background-color: white;
    width: 240px;
    box-shadow: 4px 4px 4px 1px #f0f0f0;
    transition:all 0.3s ease;
}
.list_slider_item img{
	transition:all 0.3s ease;
}
.list_slider_item:hover img{
	opacity:0.5;
}
.list_slider_item p{
	transition:all 0.3s ease;
}
.list_slider_item:hover p{
	color:#f56600;
}
.slick-track {
    display: flex;
  }
  .list_slider .slick-track{
    width: 100% !important;
    flex-wrap:wrap;
    /* gap: 2%; */
    /* justify-content: space-between; */
  }
.list_slider .slick-track::before,
.list_slider .slick-track::after{
	display:none;
}
  .slick-slide {
    height: auto !important;
  }
.slick-list{
    overflow-x: visible;
}
.list_slider_item:first-of-type{
    margin-left: 0;
}

.slick-next {
    z-index: 2;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 12px);
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    right: -15px;
}
.slick-next::before{
    content:"";
    display: block;
    position: absolute;
    border-bottom: solid 2px white;
    border-right: solid 2px white;
    transform: rotate(-45deg);
    z-index: 5;
    width: 6px;
    height: 6px;
    left: calc(50% - 5px);
    top: calc(50% - 1px);
}
.slick-next::after{
    content:"";
    display:block;
    position: absolute;
    width: 100%;
    height:100%;
    background-color:#f56600;
    transform: rotate(45deg);
    z-index: 3;
    right: 0;
    top:calc(50% - 10px);
}
.slick-prev {
    z-index: 2;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 12px);
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    left: -15px;
}
.slick-prev::before{
    content:"";
    display: block;
    position: absolute;
    border-bottom: solid 2px white;
    border-left: solid 2px white;
    transform: rotate(45deg);
    z-index: 5;
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: calc(50% - 1px);
}
.slick-prev::after{
    content:"";
    display:block;
    position: absolute;
    width: 100%;
    height:100%;
    background-color:#f56600;
    transform: rotate(45deg);
    z-index: 3;
    right: 0;
    top:calc(50% - 10px);
}
.slick-disabled{
    display: none !important;
}
.orange_category_small_name{
    color:#f56600;
    font-size: 10px;
    margin: 0px;
    margin-left: 4px;
    letter-spacing: 0.8px;
    margin-bottom: 0 !important;
}
.slick-list .title{
    font-weight: bold;
    margin: 0 13px 10px;
    color: black;
}
.banner_section{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.banner_section .banner{
    width: calc(50% - 15px);
}
.banner_section .banner a img{
	transition:opacity 0.3s ease;
}
.banner_section .banner a:hover img{
	opacity:0.5;
}
.banner_section .banner img{
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 961/401;
    margin-bottom: 15px;
}
.pickup_secction{
    border:solid 2px #F56600;
    margin-bottom: 105px;
    padding: 3px 30px;
}
.orange_pickup_title{
    width: 320px;
    height: 32px;
    display: block;
    margin-bottom: 30px;
    margin-left: 55px;
    position:relative;
    margin-top: -14px;
}
.orange_pickup_title::before{
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../../img/bird/pickup_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.data{
	margin: 8px 13px 2px;
	color:#999999;
	font-size: 11px;
	letter-spacing:0.5px;
}
.orange_pickup_title::after{
    content:"";
    display: block;
    width: calc(100% + 40px);
    background-color: white;
    position: absolute;
    top:0;
    left: -20px;
    height: 100%;
}

.pickup_lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:25px;
    align-items: stretch;
    margin:15px 0 50px;
    padding: 0 40px;
}
.pickup_lists .list_slider_item{
    flex:1;
    height: auto;
    max-width: 290px;
    margin:0;
}
.pickup_lists .list_slider_item img{
    aspect-ratio: 10/7;
    object-fit: cover;
}
.pickup_lists .list_slider_item p{
    margin:10px;
}
.pickup_lists .list_slider_item .title{
    font-weight: bold;
    font-size: 14px;
    margin-top: -5px;
}
.pickup_lists .list_slider_item .text{
    font-size: 12px;
}
.pickup_lists .text~p{
    color:#3E3E3E ;
}
.ranking_section{
    border: solid 2px #222222;
    position: relative;
}
.ranking_section ul{
    display: flex;
    flex-wrap: wrap;
    /* gap:30px; */
    justify-content: space-between;
    padding: 20px 25px 30px;
}
.ranking_section ul li{
    width: calc(50% - 20px);
    padding: 30px 0;
    border-bottom: solid 2px #f0f0f0;
}
.ranking_section ul li:last-of-type,
.ranking_section ul li:nth-last-of-type(2){
    border:none;
}
.ranking_section ul li a{
    display: flex;
    position: relative;
}
.ranking_section ul li a img{
    display: block;
    width: 33%;
    object-fit: cover;
    max-width: 130px;
    aspect-ratio: 1/1;
    transition: all 0.3s ease;
}
.ranking_section ul li a p{
    transition: all 0.3s ease;
}
.ranking_section ul li a:hover img{
    opacity: 0.5;
}
.ranking_section ul li a:hover .txt p{
    color: #f56600;
}
p.rank01 {
	color: #fff;
	background: #e5ad02;
}
 p.rank02 {
	color: #fff;
	background: #0688AB;
 }p.rank03 {
	color: #fff;
	background: #F56600;
}
 p.rank04,
 p.rank05,
p.rank06 {
    background-color: #A5A5A5;
    color:white;
}
.bird_rank_number{
    border-radius: 50%;
    position: absolute;
    font-size: 14px;
    padding: 5px 12px;
    top:-15px;
    left: -15px;
    z-index: 2;
}
.ranking_section::before{
    content:"";
    display: block;
    background-image: url(../../img/bird/ranking_pc.png);
    background-size: contain;
    background-color: white;
    width: 316px;
    height: 26px;
    position: absolute;
    top: -13px;
    left:40px;
    z-index: 3;
}
.ranking_section::after{
    content:"";
    display: block;
    background-color: white;
    width: 335px;
    height: 26px;
    position: absolute;
    top: -13px;
    left: 31px;
    z-index: 2;
}
.ranking_section .txt p{
    margin: 10px;
}
.ranking_section .txt .title{
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 0;
}
.ranking_section .txt .excerpt{
    font-size: 12px;
    margin-top: 5px;
    color: #3E3E3E;
}
/*----------------------------------------
	sidebar
-----------------------------------------*/
#sidebar {
	padding: 0 6%;
}
#sidebar > dl {
	margin-top: 20px;
}
#sidebar > dl > dt {
	height: 40px;
	padding: 6px 0 0;
	border-bottom: 1px solid #f56600;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.3;
}
#sidebar > dl > dt.none_height{
    height:0;
}
#sidebar > dl > dt::before {
	content: '';
	margin-right: 5px;
	padding-top: 4px;
	padding-right: 26px;
	background: left center no-repeat;
	background-size: 26px auto;
}
#sidebar > dl.sidebar-ranking > dt {
	margin: 0 0 10px;
}
#sidebar > dl.sidebar-ranking > dd > ul > li > a {
	display: flex;
	padding: 20px 0 18px;
	border-bottom: 1px solid #f3f3f3;
}
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-weight: 700;
}
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p.rank01 {
	color: #fff;
	background: #e5ad02;
}
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p.rank02 {
	color: #fff;
	background: #0688AB;
}
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p.rank03 {
	color: #fff;
	background: #F56600;
}
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p.rank04,
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p.rank05,
#sidebar > dl.sidebar-ranking > dd > ul > li > a > p.rank06 {
	border: 1px solid #222;
    background-color: #A5A5A5;
}
#sidebar > dl.sidebar-ranking .txt {
	flex: 1;
	margin-left: 10px;
}
#sidebar > dl.sidebar-ranking .data {
	margin: 0 0 5px;
	color: #999;
	font-size: 1.2rem;
	line-height: 1.2;
}
#sidebar > dl.sidebar-ranking .title {
	line-height: 1.4;
}
#sidebar > dl.sidebar-tag > dt {
	margin: 0 0 20px;
}
#sidebar > dl.sidebar-tag > dd > ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
}
#sidebar > dl.sidebar-tag > dd > ul > li {
	margin: 0 0 5px 5px;
}
#sidebar > dl.sidebar-tag > dd > ul > li > a {
	display: block;
	position: relative;
	padding: 3px 15px;
	border-radius: 5px;
	background: #f3f3f3;
	font-size: 1.2rem;
}
#sidebar > dl.sidebar-tag > dd > ul > li > a::before {
	content: '';
	margin-right: 4px;
	padding: 2px 14px 2px 0;
	padding-right: 14px;
	background: url("../../img/blog/c_tag_icon01.png") center center no-repeat;
	background-size: 14px auto;
}
#sidebar > dl.sidebar-archive > dt {
	margin: 0 0 25px;
}
#sidebar > dl.sidebar-archive > dt::before {
	background-image: url("../../img/blog/c_ttl_icon04.png");
}
#sidebar > dl.sidebar-archive > dd > ul > li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}
#sidebar > dl.sidebar-archive > dd > ul > li::before {
	content: '';
	position: absolute;
	top: calc(0.75em - 4px);
	left: -2px;
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #222 #222 transparent transparent;
	transform: rotate(45deg);
}
#sidebar .bird_img{
	background-image: url(../../img/bird/banner_SP_blog.jpg);
    width: 100%;
    margin: 30px auto 10px;
	background-size: contain;
    height: auto;
    aspect-ratio: 961/401;
}
#sidebar .sidebar-bird{
	position:relative;
}
.bird_rank a{
    position:relative;
    border:none !important;
}
.bird_rank a .bird_rank_number{
    position:absolute;
    border-radius: 50%;
    color: white;
    top: 10px;
    left: -9px;
    border:none !important;
}
.bird_rank a img{
    display:block;
    width: 25%;
    height: fit-content;
    max-width: 70px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.bird_rank a .orange_category_small_name{
    color: #F56600;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: bold;
    margin-bottom: 5px;
}
.bird_rank a .title{
    font-size: 14px;
    font-weight:bold;
    letter-spacing: 1.12px;
}
dl.sidebar-ranking dd{
    padding: 40px 25px;
    border: solid 2px #F56600;
    position:relative;
    margin-top: 90px;
}
dl.sidebar-ranking dd::before{
    content:"";
    display: block;
    background-image: url(../../img/bird/ranking_side.png);
    background-size: contain;
    background-color: white;
    width: 146px;
    height: 42px;
    position: absolute;
    top: -30px;
    left: calc(50% - 73px);
    z-index: 3;
}
dl.sidebar-ranking dd::after{
    content:"";
    display: block;
    background-color: white;
    width: 162px;
    height: 42px;
    position: absolute;
    top: -30px;
    left: calc(50% - 81px);
    z-index: 2;
}
#sidebar > dl.sidebar-ranking > dt::before{
    display: none;
}
#sidebar > dl > .category_title{
    color: #F56600;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
#sidebar .sidebar-category ul{
    padding-left: 25px;
}
#sidebar .sidebar-category ul li{
    margin-bottom: 10px;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
}
#sidebar dl:last-of-type dd{
    border-bottom: 1px solid #f56600;
    padding-bottom: 10px;
}
.category_black_btn{
    background-color: black;
    color:white;
    width: 215px !important;
    
}
.category_black_btn a{
    color:white;
    display: block;
    padding: 5px 25px;
    text-align: center;
}
.category_black_btn a:hover{
    color:white;
}
.article-body{
    padding-bottom: 80px;
    border-bottom: solid 2px #F0F0F0;
    margin-bottom: 60px;
}
.article-body ul{
    padding-left: 1.4em;
}
.article-body img{
    margin: 15px 0 5px;
}
.article-body .wp-block-column img{
	margin-bottom:0;
}
.article-body ul > li{
    list-style-type: disc;
}
.orange_pickup_title::before{
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../../img/bird/pickup_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.orange_pickup_title::after{
    content:"";
    display: block;
    width: calc(100% + 40px);
    background-color: white;
    position: absolute;
    top:0;
    left: -20px;
    height: 100%;
}

.pickup_lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    align-items: stretch;
    margin: 0px 0 20px;
    padding: 0;
}
.pickup_lists .list_slider_item{
    flex:1;
    height: auto;
    max-width: 290px;
    margin: 0 !important;
}
.pickup_lists .list_slider_item img{
    aspect-ratio: 10/7;
    object-fit: cover;
}
.pickup_lists .list_slider_item p{
    margin: 5px 15px;
    font-size: 11px;
}
.pickup_lists .list_slider_item .title{
    font-weight: bold;
    font-size: 13px;
    line-height: 1.6;
}
.pickup_lists .list_slider_item .text{
    font-size: 12px;
}
.pickup_lists .text~p{
    color:#3E3E3E ;
}
.orange_pickup_title{
    width: 320px;
    height: 32px;
    display: block;
    margin-bottom: 25px;
    margin-left: 15px;
    position:relative;
    margin-top: -14px;
}
.orange_pickup_title::before{
    content:"";
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    background-image: url(../../img/bird/pickup_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.orange_pickup_title::after{
    content:"";
    display: block;
    width: calc(100% + 40px);
    background-color: white;
    position: absolute;
    top:0;
    left: -20px;
    height: 100%;
}
@media print, screen and (min-width:768px) {
    
	#sidebar {
		width: 30%;
		padding: 0;
	}
	#sidebar > dl:first-child {
		margin-top: 0;
	}
	body.pc #sidebar > dl.sidebar-ranking a:hover .title {
		text-decoration: underline;
	}
	body.pc #sidebar > dl.sidebar-archive a:hover {
		text-decoration: underline;
	}
}
#contentWrap {
	background: #fff;
	width: 100%;
	max-width: 1166px;
	margin: 0 auto;
	padding: 50px 0;
}
.pickup_section{
    /* border:solid 2px #F56600; */
    margin-bottom: 105px;
    margin-top: 100px;
}
.list_slider_item{
    background-color: white;
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
    width: 32% !important;
    margin-bottom: 25px;
}
.list_slider_item:nth-of-type(3n - 1){
	margin-right:2%;
}
.list_slider_item:nth-of-type(3n - 2){
	margin-right:2%;
}
.list_slider_item:nth-of-type(3n){
	margin-right:0;
}
@media print, screen and (min-width:768px) {
	#main {
        padding: 90px 0 0px;
    }
	#contentWrap {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		padding: 50px 43px 100px;
	}
}
#content {
	padding: 0 6% 20px;
}
@media print, screen and (min-width:768px) {
	#content {
		width: 66.945%;
		padding: 0;
	}
}
@media print, screen and (max-width:768px) {
    .list_slider_item{
        width:49% !important;
    }
    .list_slider_item:nth-of-type(3n - 2){
        margin-right: 0;
    }
    .list_slider_item:nth-of-type(3n - 1){
        margin-right: 0;
    }
    .list_slider_item:nth-of-type(odd){
        margin-right: 2%;
    }
    .pickup_secction{
        padding:3px 12px;
    }
}
@media print, screen and (max-width:768px) {
    .slider-item a{
        right: 22px;
        bottom: 4%;
    }
    .slider-item::after{
        height: 90%;
    }
    .pickup_secction{
        border:none;
        margin-bottom: 0;
    }
    .orange_pickup_title::before{
        background-image: none;
    }
    .title_background_img{
        background-image:url("../../img/bird/banner_SP_blog.jpg");
        width: calc(100% + 14%);
        margin: 45px auto 55px;
        margin-left: -7%;
        height: auto;
        aspect-ratio: 961/401;
    }
    .block01 li{
        margin:15px 0;
    }
    .black_title{
        margin-top: 35px;
    }
    #headline{
        aspect-ratio: 3/2;
        margin-top: 68px;
    }
    .inner{
        padding-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
    }
    .list_slider_item{
        width: 165px;
    }
    .slick-prev,.slick-next{
        display: none !important;
    }
    .blue_category_name{
        font-size: 18px;
    }
    .orange_title{
        font-size: 24px;
        margin: 45px auto 45px;
    }
    .blue_arrow_link{
        font-size: 16px;
    }
    .list_slider_item{
        height: 255px;
    }
    .slick-list .title{
        font-size: 12px;
    }
    .list_slider{
        margin-bottom: 0px;
    }
    .banner_section{
        margin:0;
        padding:60px 0 60px;
        flex-wrap: wrap;
        border-top: solid 2px #F3F3F3;
    }
    .banner_section .banner{
        width: 100%;
        margin-bottom: 40px;
    }
    .orange_pickup_title{
        
        width: 182px;
        height: 56px;
        background-size: 90%;
        margin: 0 auto -35px;
        position: relative;
        background-position: center;
        background-color: white;
        z-index: 3;
        background-image: none;
    }
    .orange_pickup_title::after{
        content:"";
        display: block;
        background-image: url(../../img/bird/picup_sp.png);
        position: absolute;
        height: 100%;
        width: calc(100% - 20px);
        left: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
    }
    .pickup_lists{
        flex-wrap: wrap;
        padding: 52px 15px 25px;
        width: calc(100% + 30px);
        gap: 10px;
        margin-left: -15px;
        border: solid 2px #f56600;
    }
    .pickup_lists .list_slider_item{
        width: calc(50% - 5px) !important;
        flex: inherit;
        margin-bottom: 15px;
    }
    .pickup_lists .list_slider_item .title~p{
        display: none;
    }
    .ranking_section::before{
        width: 192px;
        height: 62px;
        background-image: url(../../img/bird/ranking_sp.png);
        left: calc(50% - 96px);
        background-repeat: no-repeat;
        top: -43px;
    }
    .ranking_section::after{
        width: 220px;
        left: calc(50% - 110px);
    }
    .ranking_section ul{
        flex-wrap: wrap;
        gap:15px;
        padding: 40px 25px 30px;
    }
    .ranking_section ul li{
        width: 100%;
    }
    .ranking_section ul li .excerpt{
        display: none;
    }
    .ranking_section ul li a img{
        max-width: 70px;
        max-height: 70px;
    }
    .ranking_section .txt p{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .ranking_section ul li{
        border:none;
        padding: 10px 0;
    }
    .ranking_section{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .ranking_section .txt .title{
        line-height: 1.3;
        margin-right: 0;
    }
    .ranking_section .txt {
        width: 100%;
    }
    article{
        padding-bottom:20px;
    }
    #contentWrap{
        padding-top:20px;
    }
}