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

	index CSS

	- common
	- block01

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

/*----------------------------------------
	common
-----------------------------------------*/
body,#headline .slick-list{
    overflow-x:hidden;
}
#contentBody {
	padding-top: 0;
	padding-bottom: 0;
}
.orange_line_title{
    width: 100%;
    font-size: 12px;
    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{
    max-width: 870px;
    padding-bottom: 140px;
}
/*----------------------------------------
	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;
}
.black_title{
    background-color:black;
    width: fit-content;
    text-align: left;
    padding:3px 10px ;
    font-weight: bold;
    color: white;
    margin: 30px 0 20px;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN';
    letter-spacing: 1.28px;
}
.main_content{
    width: calc(100% - 60px);
    margin: 0 auto;
    border-bottom: solid 2px #E0E0E0;
    padding-bottom: 40px;
}
.main_content p{
    color: #222222;
    font-size: 16px;
    letter-spacing: 0.96px;
}
.main_content a{
    color: #f56600;
    font-weight: bold;
    text-decoration:underline;
}
.product_btn{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 227px;
    height: 51px;
    margin: 35px 0px 0 auto;
    background: #F3F3F3;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.product_btn span{
    position:relative;
    z-index: 2;
}
.product_btn::after{
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: calc(10px + 2px);
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #222 #222 transparent transparent;
    transform: rotate(45deg);
}
.product_btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 200%;
    height: 100%;
    background: #f56600;
    transform: skewX(-45deg);
    transform-origin: right 15px;
}
@media print, screen and (min-width: 768px){
    .product_btn::before{
        transition: right 0.3s;
    }
    .product_btn:hover::before{
        right: -50%;
    }
}

#main ul{
    padding-left: 15px;
}
#main li{
    margin: 10px 0;
    font-size: 16px;
}
#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% - 25%);
    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% - 25%);
    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: 0;
    left: 20%;
    transform: scale(0.6);
    transition: transform 1s ease;
}
.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;
    transition: opacity 1s ease;
    transition-delay: 0.5s;
}
.slider .slick-center.slider-item::before{
    transform: scale(1);
}
.slider .slick-center.slider-item::after{
    opacity: 1;
}
.slick-list{
    height:100%;
    overflow-x: hidden;
}
.slick-track{
    height: 100%;
}
#breadcrumb ol  a{
    color:#999999 !important;
}
#headline{
    aspect-ratio: 7/2;
    height: auto;
    margin-top: 90px;
}
.flex_links{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    align-items: center;
}
.flex_links li{
    /* width:150px; */
    flex: 1;
}
.flex_links a{
    color: #222222;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 1.68px;
    position: relative;
    font-size: 14px;
    transition: color ease 0.3s;
}
.flex_links a:hover{
    color:#f56600;
}
.flex_links .prev_link a{
    padding-left: 12px;
    width: fit-content;
    display: block;
    text-align: center;
    line-height: 1.2;
}
.flex_links .prev_link a::before{
    content:"";
    display: block;
    width: 7px;
    height:7px;
    position:absolute;
    border-bottom: solid 2px #222222;
    border-left: solid 2px #222222;
    transform: rotate(45deg);
    top:calc(50% - 4px);
    left: 0;
    transition: all ease 0.3s;
}
.flex_links .prev_link a:hover::before{
    border-color: #f56600;
}
.flex_links .next_link a{
    padding-right: 12px;
    margin-left: auto;
    display: block;
    width: fit-content;
    line-height: 1.1;
    margin-left: auto;
}
.flex_links .next_link a::before{
    content:"";
    display: block;
    width: 7px;
    height:7px;
    position:absolute;
    border-bottom: solid 2px #222222;
    border-right: solid 2px #222222;
    transform: rotate(-45deg);
    top:calc(50% - 4px);
    right: 0;
    transition: all ease 0.3s;
}
.flex_links .next_link a:hover::before{
    border-color: #f56600;
}
.block01 img{
    width:80%;
    margin:20px auto 10px;
    display: block;
}
.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;
}
@media print, screen and (max-width:768px) {
    .slider-item a{
        right:32px;
    }
    .slider-item::after{
        height: 90%;
    }
    .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 img{
        width:100%;
    }
    .flex_links{
        width: 100%;
        margin-top: 10px;
    }
    .main_content{
        width: 100%;
        padding-bottom: 35px;
    }
    li{
        margin:15px 0;
    }
    .black_title{
        margin-top: 35px;
    }
    #headline{
        aspect-ratio: 3/2;
        margin-top: 68px;
    }
    .flex_links a{
        font-size: 12px;
    }
    .product_btn{
        margin-top: 20px;
    }
}