/** cg top page style ************************************************************/
.icon_new {
    color: #ff0a14;
    font-weight: bold;
}

/* top mainvisual */
#products.top .mv_slide {
    position: relative;
    overflow: hidden;
}
#products.top .mv_slide .slick-prev,
#products.top .mv_slide .slick-next {
    display: none !important;
}
#products.top .mv_slide h1 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
#products.top .mv_slide .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: flex;
}
#products.top .mv_slide .slick-dots li {
    margin-left: 15px;
}
#products.top .mv_slide .slick-dots button {
    width: 60px;
    height: 2px;
    border: 0;
    text-indent: -9999px;
    background: #aba9a7;
}
#products.top .mv_slide .slick-dots .slick-active button {
    background: #fff;
}
#products.top .mv_slide .slick-slide img {
    width: 100%;
}


/* pickup slide */
#pickup .slick-slide img,
#pickup .aC img  {
    border-radius: 20px;
}



.bnr_list {
    display: flex;
    justify-content: space-evenly;
}
.bnr_list li {
    position: relative;
}
.bnr_list li a {
    display: block;
    color: #fff;
}
.link_ctg_bnr .link_txt {
    position: absolute;
    bottom: 10px;
    padding-left: 50px;
    font-weight: bold;
    text-align: left;
    z-index: 10;
}
.link_ctg_bnr .link_txt::before {
    position: absolute;
    left: 0;
    top: 20px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #f58200;
}
.link_ctg_bnr .link_img img {
    max-width: 100%;
    border-radius: 20px;
}

#products.top .ttl_bdr_blue .txt_main {
    color: #222;
    font-size: 28px;
}


/* object_menu */
.list_link_arw li a {
    color: #222;
}
.list_link_arw li a:hover {
    color: #f58200;
    text-decoration: none;
}



#object_menu .menu_wrapper .recipe a,
#object_menu .menu_wrapper .inquiry a {
    color: #222;
}
#object_menu .menu_wrapper .recipe a:hover,
#object_menu .menu_wrapper .inquiry a:hover {
    color: #f58200;
    text-decoration: none;
}
#object_menu .menu_wrapper .recipe a h3,
#object_menu .menu_wrapper .inquiry a h3 {
    position: relative;
}
#object_menu .menu_wrapper .recipe a h3::after,
#object_menu .menu_wrapper .inquiry a h3::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 16px;
    display: inline-block;
    background: url(/jpn/consumer/common/images/icon_arrow_b.png) left top no-repeat;
}

#object_menu .menu_wrapper .list_link_arw a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #222;
}
#object_menu .menu_wrapper .list_link_arw a::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 10px;
    height: 16px;
    display: inline-block;
    background: url(/jpn/consumer/common/images/icon_arrow_b.png) left top no-repeat;
}
#object_menu .menu_wrapper .list_link_arw a:hover {
    color: #f58200;
    text-decoration: none;
}
#object_menu .menu_wrapper .menu_box ul {
    margin-top: 15px;
}
#object_menu .menu_wrapper .menu_box li {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0;
}
#object_menu .menu_wrapper .menu_box h3 {
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
#object_menu .menu_wrapper .menu_box h3 span:first-child {
    margin-right: 15px;
}


/* contents_menu */
#contents_menu .contents_list a {
    display: block;
    color: #222;
    font-weight: bold;
}
#contents_menu .contents_list a:hover {
    color: #f58200;
    text-decoration: none;
}
#contents_menu .contents_list .link_img img {
    width: 100%;
}
#contents_menu .contents_list .no_img a {
    justify-content: center;
    height: 100%;
}

#contents_menu .youtube_thum a {
    width: auto;
    height: auto;
}
#contents_menu .youtube_thum a:before {
    position: initial;
    width: auto;
    height: auto;
    background: none;
}
#contents_menu .youtube_thum a img {
    position: initial;
}
.youtube_thum .no_img a:before {
    display: none;
}

.bnr_w_block {
    margin: 0 auto;
    text-align: center;
}
.bnr_w_block a {
    color: #222;
    font-weight: bold;
}
.bnr_w_block a:hover {
    color: #f58200;
    text-decoration: none;
}
.bnr_w_block img {
    width: 100%;
    border-radius: 20px;
}
.bnr_txt {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin-top: 20px;
}


/* important_area */
#important_area {
    position: relative;
}

#important_area .important_wrap li a {
    color: #222;
}
#important_area .important_wrap li a:hover {
    color: #f58200;
    text-decoration: none;
}

/* news_area */
#news_area .news_list a {
    color: #222;
}
#news_area .news_list a:hover {
    color: #f58200;
    text-decoration: none;
}

.news_link_btn a:hover{
    color: #f58200;
}


.content .icon_pdf{
	width: 27px;
	height: 15px;
	margin-top: -0.2em;
	margin-left: 0.75em;
	background: url(/jpn/common_v3/images/icon_pdf_gray.svg) center center no-repeat;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.content .icon_xls{
	width: 27px;
	height: 15px;
	margin-top: -0.2em;
	margin-left: 0.75em;
	background: url(/jpn/common_v3/images/icon_xls_gray.svg) center center no-repeat;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

/* slider -------------------------------------*/
body#products.millser_top .pickup{
	margin-top: 90px;
}
.slider {
	width:94%;
	margin:0 auto;
}
.slider img {
    width:100%;
    height:auto;
}
.slider .slick-slide {
    margin:0 10px;
}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
	display: none;
}
.slick-prev {
    left: -30px;
    background:url(/jpn/consumer/products/images/arrow_prev.png);
    position: absolute;
    content: "";
    width: 30px;
    height: 58px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
	left: -40px;
	top: 50px;
}
.slick-next{
	right: -30px;
	background:url(/jpn/consumer/products/images/arrow_next.png) ;
    position: absolute;
    content: "";
    width: 30px;
    height: 58px;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
	right: -40px;
	top: 50px;
}


.i-collect_bnr {
    margin: 0 auto 30px;
}
.i-collect_bnr a {
    display: block;
    padding: 20px;
    background: #fff;
    color: #e57c00;;
    border: 1px solid #e57c00;
    border-radius: 30px;
    text-align: center;
}
.i-collect_bnr a span {
    display: block;
}
.i-collect_bnr a span.txt {
    margin-bottom: 5px;
    font-weight: 500;
}
.i-collect_bnr a:hover {
    background: #f8ae57;
    color: #fff;
    border: 1px solid #f8ae57;
    text-decoration: none;
}



/*PC-----------------------------------------------------------------*/
@media print, screen and (min-width:768px){/* PC */
    .sp_only {
        display: none;
    }
    #mv_area {
        margin-bottom: 70px;
    }
    
    #mv_area .mv_slide .slick-slide {
        height: 664px;
    }
    #mv_area .mv_slide .slick-slide:first-child {
        background-image: url(/jpn/consumer/products/cg/images/mv_04.jpg);
        position: relative;
        background-size: cover;
        background-position: center center
    }
    #mv_area .mv_slide .slick-slide:nth-child(2) {
        background-image: url(/jpn/consumer/products/cg/images/mv_03.jpg);
        position: relative;
        background-size: cover;
        background-position: center center
    }
    #mv_area .mv_slide .slick-slide:nth-child(3) {
        background-image: url(/jpn/consumer/products/cg/images/mv_01.jpg);
        position: relative;
        background-size: cover;
        background-position: center center
    }
    #mv_area .mv_slide .slick-slide:nth-child(4) {
        background-image: url(/jpn/consumer/products/cg/images/mv_02.jpg);
        position: relative;
        background-size: cover;
        background-position: center center
    }
    #products.top .mv_slide h1 {
        max-width: 1366px;
        margin: 0 auto;
        padding: 40px 3%;
    }
    #mv_area h1 {
        font-size: 3.4rem;
        line-height: 1.3;
    }

    #pickup {
        margin-bottom: 90px;
    }
    

    .products_list_col4 {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .products_list_inbox {
        width: calc((100% - 180px) / 4);
        max-width: 296px;
        margin-right: 60px;
        margin-bottom: 70px;
    }
    .products_list_inbox:nth-child(4n) {
        margin-right: 0;
    }
    .products_list_inbox .main_tit {
        font-size: 20px;
        text-align: center;
    }
    .products_list_inbox .products_img {
        overflow: hidden;
        max-width: 296px;
        transition-duration: 0.3s;
    }
    .products_list_inbox .products_img img {
        transition-duration: 0.3s;
    }
    .products_list_inbox .products_img img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .link_ctg_bnr {
        margin-bottom: 100px;
    }
    .link_ctg_bnr .link_txt {
        padding-right: 10px;
    }
    .link_ctg_bnr .link_img {
        overflow: hidden;
        border-radius: 20px;
        transition-duration: 0.3s;
    }
    .link_ctg_bnr .link_img img {
        max-width: 100%;
        transition-duration: 0.3s;
    }
    .link_ctg_bnr a:hover .link_img img {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }
    .bnr_list {
        flex-wrap: wrap;
    }
    .bnr_list li {
        width: calc((100% - 84px) / 4);
        max-width: 320px;
    }
    .link_tit_main {
        font-size: 24px;
    }
    .link_sub_eng {
        font-family: 'Roboto', sans-serif;
    }

    #object_menu {
        margin-bottom: 80px;
    }
    #object_menu .menu_wrapper {
        display: flex;
        justify-content: space-between;
    }
    #object_menu .menu_wrapper .menu_box {
        width: calc((100% - 120px) / 4);
        max-width: 300px;
    }
    #object_menu .menu_wrapper .menu_box h3 {
        height: 75px;
        font-size: 22px;
        box-sizing: border-box;
    }
    #object_menu .menu_wrapper .menu_box h3 span:first-child {
        margin-right: 15px;
    }
    
    

    #contents_menu {
        margin-bottom: 100px;
        background-color: #f6f7f8;
    }
    #contents_menu .contents_list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    #contents_menu .contents_list li {
        width: calc((100% - 58px) / 3);
        max-width: 436px;
        margin-bottom: 30px;
        margin-right: 29px;
        background: #fff;
        border-radius: 20px;
        border: 1px solid #ddd;
        overflow: hidden;
    }
    #contents_menu .contents_list li:nth-child(3n) {
        margin-right: 0;
    }
    #contents_menu .contents_list li a {
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    #contents_menu .contents_list .link_img {
        width: 158px;
    }
    #contents_menu .contents_list .link_txt {
        width: calc(100% - 158px);
        text-align: center;
    }
    #contents_menu .contents_list li.no_img{
        height: 91px;
    }
    #object_menu .menu_wrapper .recipe a h3::after,
    #object_menu .menu_wrapper .inquiry a h3::after {
        top: 30%;
        right: 0;
    }
    .bnr_w_block {
        max-width: 740px;
    }
    

    #important_area {
        margin-bottom: 80px;
    }
    #important_area::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fdf4f4;
        width: 50%;
        height: 100%;
        z-index: 0;
    }
    #important_area .important_wrap {
        position: relative;
        display: flex;
        max-width: 1366px;
        margin: 0 auto;
        background-color: #fdf4f4;
        z-index: 1;
    }
    #important_area .important_wrap .title_box {
        position: relative;
        display: flex;
        align-items: center;
        justify-self: start;
        width: 250px;
        color: #ff0a14 !important;
    }
    #important_area .important_wrap .title_box::after {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        background-color: #fdf4f4;
        border-radius: 20px 0 0 20px;
        width: 94%;
        height: 100%;
        z-index: 0;
    }
    #important_area .important_wrap .title_box h2 {
        color: #ff0a14 !important;
        font-weight: bold;
        font-size: 26px;
        z-index: 10;
    }
    #important_area .important_wrap .title_box h2::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 23px;
        margin-right: 10px;
        background: url(/jpn/consumer/common/images/icon_important.png) left top no-repeat;
        background-size: 100%;
    }
    #important_area .important_wrap .important_inwrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: calc(100% - 250px);
        padding: 40px 0;
    }
    #important_area .important_wrap .important_inwrap ul {
        width: calc(100% - 170px);
    }
    #important_area .important_wrap .important_inwrap li {
        margin: 5px 0;
    }

    .news_link_btn {
        min-width: 120px;
    }

    #news_area {
        margin-bottom: 100px;
    }
    #news_area .news_wrap_inner {
        display: flex;
        justify-content: space-between;
    }
    #news_area .news_wrap_inner .ttl_bdr_blue {
        width: 250px;
        text-align: left;
    }
    #news_area .news_wrap_inner .ttl_bdr_blue:before {
        right: auto;
    }
    #news_area .news_wrap_inner .news_inwrap {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: calc(100% - 250px);
    }
    #news_area .news_block {
        width: 80%;
    }
    #news_area .news_wrap_inner .news_list {
        border-top: 1px solid #ddd;
    }
    #news_area .news_block .news_list:first-child {
        border-top: 0;
    }
    #news_area .news_wrap_inner .news_list a {
        display: flex;
        padding: 30px 0;
    }
    #news_area .news_wrap_inner .news_list_date {
        margin-right: 20px;
    }

    .i-collect_bnr a span.img {
        max-width: 540px;
        margin: 0 auto;
    }
    .i-collect_bnr a span.img img {
        width: 100%;
    }

}/* PC end */


/* liquid */
@media screen and (max-width: 1446px) {
    #products .content_main_wrap_w,
    #important_area .important_wrap {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .link_tit_main {
        font-size: 20px;
        letter-spacing: 0;
    }
    .link_sub_eng {
        text-align: left;
    }
}


/* sp only style  ********************************************************************************/
@media screen and (max-width: 767px) {/* SP */
    #products .content_main_wrap_w,
    #important_area .important_wrap {
        width: 100%;
    }

    body#products.millser_top .pickup{
		margin-top: 50px;
	}
	.slick-prev {
        background: url(/jpn/consumer/products/millser/images/slide_arrow1_sp.png);
        background-size: contain;
		width: 40px;
		height: 77px;
		left: -30px;
		top: 30%;
		z-index: +1;
	}
	.slick-next{
		right: -30px;
        background:url(/jpn/consumer/products/millser/images/slide_arrow2_sp.png);
        background-size: contain;
		width:40px;
		height: 77px;
		right: -30px;
		top: 30%;
		z-index: +1;
    }
    
    #mv_area {
        margin-bottom: 40px;
    }
    
    #mv_area .mv_slide .slick-slide {
        height: 545px;
    }
    #mv_area .mv_slide .slick-slide:first-child {
        background-image: url(/jpn/consumer/products/cg/images/mv_04_sp.jpg);
        position: relative;
        background-size: cover;
        background-position: center top;
    }
    #mv_area .mv_slide .slick-slide:nth-child(2) {
        background-image: url(/jpn/consumer/products/cg/images/mv_03_sp.jpg);
        position: relative;
        background-size: cover;
        background-position: center top;
    }
    #mv_area .mv_slide .slick-slide:nth-child(3) {
        background-image: url(/jpn/consumer/products/cg/images/mv_01_sp.jpg);
        background-position: center center;
        position: relative;
        background-size: cover;
        background-position: center top;
    }
    #mv_area .mv_slide .slick-slide:nth-child(4) {
        background-image: url(/jpn/consumer/products/cg/images/mv_02_sp.jpg);
        background-position: center center;
        position: relative;
        background-size: cover;
        background-position: center top;
    }

    #products.top .mv_slide h1 {
        padding: 40px 3%;
    }


    #object_menu .menu_wrapper .menu_box h3 span:first-child {
        display: none;
    }

    #object_menu .menu_wrapper .list_link_arw a::before {
        background: url(/jpn/consumer/common/images/icon_arrow_or.png) left top no-repeat;
    }

    /*#mv_area {
        background-image: url(/jpn/consumer/products/cg/images/mv_01_sp.png);
        height: 400px;
        position: relative;
        background-size: cover;
        margin-bottom: 40px;
    }*/
    #mv_area .inner {
        max-width: 1366px;
        margin: 0 auto;
        padding: 40px 20px;
    }
    #mv_area .inner h1 {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-weight: bold;
        font-size: 3.0rem;
        line-height: 1.3;
        text-align: left;
        color: #fff;
    }
    #mv_area h1 {
        font-size: 35px;
        line-height: 1.3;
    }

    #pickup {
        margin-bottom: 60px;
    }

    #products.top .bnr_m {
        padding: 0;
    }
    #products.top .bnr_btn_r a {
        padding: 20px;
        font-size: 18px;
    }
    #products.top .bnr_btn_r a::after {
        display: none;
    }
    
    
    .link_ctg_bnr {
        margin-bottom: 60px;
    }
    .link_ctg_bnr .bnr_list{
        flex-wrap: wrap;
    }
    .link_ctg_bnr .bnr_list li{
        width: 48%;
        margin-bottom: 20px;
    }
    .link_ctg_bnr .link_txt {
        padding-left: 35px;
        padding-right: 10px;
        letter-spacing: 0;
    }
    .link_sub_eng {
        display: none;
    }
    .link_ctg_bnr .link_txt {
        padding-right: 10px;
    }
    .link_ctg_bnr .link_tit_main {
        letter-spacing: 0;
        font-size: 18px;
    }
    .link_ctg_bnr .link_txt::before {
        width: 26px;
        height: 3px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #products.top .products_list_col4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    #products.top .products_list_col4 .main_tit {
        text-align: center;
    }

    #object_menu .menu_wrapper {
        overflow: hidden;
    }
    #object_menu .menu_box {
        width: 48%;
        margin-bottom: 30px;
    }
    #object_menu .menu_box:first-child,
    #object_menu .menu_box:nth-child(3) {
        float: left;
    }
    #object_menu .menu_box:nth-child(2),
    #object_menu .menu_box:nth-child(4) {
        float: right;
    }
    #object_menu .menu_box:nth-child(4) {
        clear: both;
    }
    #object_menu .menu_wrapper .menu_box h3 {
        display: flex;
        align-items: center;
    }
    #object_menu .menu_wrapper .menu_box > h3 {
        justify-content: center;
    }
    #object_menu .menu_wrapper .recipe a h3::after,
    #object_menu .menu_wrapper .inquiry a h3::after {
        top: 8px;
        right: 0;
    }
    #object_menu .menu_wrapper .menu_box h3 span:first-child img {
        width: 80%;
    }

    #contents_menu .contents_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #contents_menu .contents_list li {
        width: 48%;
        margin-bottom: 20px;
    }
    #contents_menu .contents_list li.no_img {
        background: #fff;
        border-radius: 20px;
        border: 1px solid #ddd;
        overflow: hidden;
        height: 28vw;
    }
    #contents_menu .contents_list .no_img a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #contents_menu .contents_list .link_img img {
        border-radius: 20px;
    }
    #contents_menu .contents_list .link_txt {
        text-align: center;
    }
    .youtube_thum a {
        padding-top: 0 !important;
    }
    

    /* important_area */
    #important_area {
        overflow: hidden;
        margin-bottom: 60px;
        padding: 30px 20px;
        background: #fdf4f4;
    }
    #important_area .title_box {
        position: relative;
        margin-bottom: 35px;
        padding: 15px 20px 0;
        text-align: center;
    }
    #important_area .title_box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 16px;
        height: 1px;
        background-color: #ff0a14;
    }
    #important_area .title_box h2 {
        color: #ff0a14;
        font-weight: 700;
        letter-spacing: 0.2em;
        font-size: 26px;
    }
    #important_area .title_box h2::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 23px;
        margin-right: 10px;
        background: url(/jpn/consumer/common/images/icon_important.png) left top no-repeat;
        background-size: 100%;
    }
    #important_area .important_inwrap li {
        padding: 15px 0;
        border-top: 1px solid #ddd;
    }
    #important_area .important_inwrap ul li:first-child {
        border-top: 0;
    }
    #important_area .news_link_btn {
        float: right;
    }

    #news_area {
        overflow: hidden;
    }
    #news_area .news_list {
        padding: 15px 0;
        border-top: 1px solid #ddd;
    }
    #news_area .news_list:first-child {
        border-top: 0;
    }
    #news_area .news_link_btn {
        float: right;
    }


    .i-collect_bnr a {
        display: block;
        padding: 20px;
        background: #fff;
        color: #e57c00;;
        border: 1px solid #e57c00;
        border-radius: 30px;
        text-align: center;
    }
    .i-collect_bnr a span {
        display: block;
    }
    .i-collect_bnr a span.txt {
        font-weight: 500;
    }
    .i-collect_bnr a:hover {
        background: #e57c00;
        text-decoration: none;
    }
    

}/* SP end */


/* PJ2104_012-1361 スポット運用｜2023年4月3日9:00公開｜自然産業のグループ会社化対応：岩谷産業コーポレートサイト内改修 */
.bnr_list.v_col3 {
    justify-content: center;
}
.bnr_list.v_col3 li:nth-of-type(2) {
    margin: 0 20px;
}

@media screen and (max-width: 767px) {/* SP */
.bnr_list.v_col3 {
    justify-content: space-between;
}
.bnr_list.v_col3 li:nth-of-type(2) {
    margin: 0 0 20px;
}
}