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

NUTRO

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


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

COMMON

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


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');


#nt{
    position:relative;
	background-color:#fff; 
    font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
    letter-spacing: 0.8px;
	font-weight:normal;
	font-style:normal;
	line-height:1.5;
	color:#241a16;	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#nt a{
	text-decoration:none;
	color:#323232;
    outline: none;
    font-size: inherit;/* adjusted */
}

#nt a:focus{
	outline: none;
}

#nt img{
	max-width:100%;
	vertical-align:bottom;
}

#nt ol li,
#nt ul li {
    font-size: inherit;
    line-height: inherit;
}

#nt .bold{
	font-weight: bold;
}

#nt .nowrap{
	white-space:nowrap;
}

#nt .sup {
    font-size: 70%;
    vertical-align: super;
    top: 0;
    font-size: 12px;
}

#nt .container{
	position:relative;
	overflow:hidden;
	background-color:#fff;
}

#nt .section{
	width:100%;
    max-width: 1300px;
	margin:0 auto;
}

#nt .section_wide{
	max-width:1900px;
	margin:0 auto;
	overflow:hidden;
}


#nt .mb{
	display:none;
}

#nt .mn{
	display:block;
}

#nt .dbr{
	display:block;
}



a{
    transition:opacity 0.2s ease-in-out;
}

a:hover{
    opacity: 0.8;
}




#nt .scroll {
    position: absolute;
    z-index: 100;
    /* bottom: 30px; */
    top:calc(100vh - 140px);
    left: 29px;
    width: 16px;
}

#nt .sticky_banner {
    position: fixed;
    z-index: 100;
    bottom: 40px;
    right: 0;
    width: 120px;
}

#nt .sticky_banner li{
    padding-bottom: 10px;
}



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

ANIMATION (COMMON)

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


.anime.appeared {
    opacity: 1;
    transform: none;
}
    
.anime{
    will-change: opacity,transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translateY(75px);
    transition: opacity 1.2s cubic-bezier(.37,.01,0,.98),transform 0.8s cubic-bezier(.37,.01,0,.98);
}
    
.anime.delay{
    transition-delay: 0.15s;
}

.anime.delay2{
    transition-delay: 0.3s;
}

.anime.delay3{
    transition-delay: 0.45s;
}

.anime.delay4{
    transition-delay: 0.6s;
}

.anime.delay5{
    transition-delay: 0.75s;
}

.anime.delay6{
    transition-delay: 0.9s;
}

.anime.delay7{
    transition-delay: 1.05s;
}

.anime.delay8{
    transition-delay: 1.20s;
}

.anime.delay9{
    transition-delay: 1.35s;
}

.anime.delay10{
    transition-delay: 1.50s;
}





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

HERO

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

#nt .hero{
    position: relative;
    max-width: 1000px;
    width: 88%;
    margin:0 auto;
    overflow: hidden;
}

#nt .hero_image {
    position: absolute;
    right: 0;
    width: 66%;
    max-width: 658px;
}

#nt .hero_doc{
    position: relative;
    z-index: 10;
    padding-top: 120px;
/*    width: 88%;*/
    margin: 0 auto;
}

#nt .hero_text{
    width: 67%;
    max-width: 584px;
    padding-bottom: 44px;
}


#nt .hero_sub_text {
    font-weight: 700;
    padding-bottom: 165px;
}

#nt .hero_sub_text span{
    display: inline-block;
    padding:8px 14px;
    font-size: 18px;
    color: #fff;
    background-color: #f9bb15;
    margin-bottom: 10px;
}

#nt .hero_sub_text span.indent{
    text-indent: -9px;
}

#nt .hero_doc_bottom {
    display: flex;
    font-weight: 700;
    font-size: 18px;
    /* justify-content: space-between; */
}


#nt .hero_doc_bottom_image {
    max-width: 314px;
    width: 36%;
    margin-right: 7%;
}

#nt .hero_doc_bottom_desc {
   padding-top: 155px;
}

#nt .hero_doc_bottom_desc span {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border-bottom: 3px dotted #f8bb15;
}




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

ポイント

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

#nt .point_navi{
    display: inline-block;
    color:#f9bb15;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 26px;
}


#nt .point_navi:after {
    content: '1';
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 18px;
    background-color: #f9bb15;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    border-radius: 50%;
}


#nt .point_title{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 32px;
}








#nt .point_desc_small{
    font-size: 12px;
}

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

ポイント1

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

#nt #p1 {
    position: relative;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: left top;
    /* background-size: 805px auto; */
    background-size: 62.5% auto;
    padding-top: 300px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: -100px;
}

#nt #p1:before {
    content: '';
    display: block;
    position: absolute;
    /* width: 100%; */
    left: -100%;
    top: 100px;
    height: 100%;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-position: 102% top;
    background-size: 62.5% auto;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: -100px;
}

#nt .point1_col{
position: relative;
    display: flex;
    width: 88%;
    max-width: 1000px;
    margin: 0 auto;
}

#nt .point1_doc{
    max-width: 490px;
/*    width: 38%;*/
/*    margin-left: 148px;*/
/*    margin-left: 11.6%;*/
    padding-bottom: 100px;
}


#nt .point1_image {
    position: absolute;
    max-width: 620px;
    width: 62%;
    margin-top: -144px;
    right: -7%;
}

#nt .point1_desc span {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 10px; */
    border-bottom: 3px dotted #f8bb15;
}



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

ポイント2

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

#nt #p2 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    width: 88%;
    padding-top: 90px;
}

#nt #p2 .point_navi:after {
    content: '2';
}

#nt #p2 .point_desc2{
    padding-bottom: 30px;
}

#nt .point2_doc {
    max-width: 490px;
    width: 54%;
    margin-top: 30px;
    padding-bottom: 150px;
}

#nt .point2_desc{
    line-height: 2;
    padding-bottom: 25px;
}

#nt .point2_image {
    max-width: 388px;
    width: 39%;
}




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

ポイント3

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


#nt #p3{
    padding-top: 125px;
    max-width: 1000px;
    width: 88%;
    margin:0 auto;
    padding-bottom: 100px;
}

#nt #p3 .point_navi:after {
    content: '3';
}

#nt .point3_doc{
    text-align: center;
    max-width: 660px;
    margin:0 auto;
    padding-bottom:60px;
}

#nt .point3_desc{
    font-size: 14px;
    text-align: left;
}


#nt .eyo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#nt .eyo li{
    max-width:180px;
    text-align: center;
    padding-bottom: 20px;
}

#nt .eyo_image{
    max-width:150px;
    margin:0 auto;
    padding-bottom: 15px;
}

#nt .eyo_catch {
    font-size: 14px;
    font-weight: 700;
    color: #703018;
    line-height: 1.5;
    padding-bottom: 4px;
}

#nt .eyo_title{
    font-size: 20px;
    font-weight: 700;
    color: #703018;
    padding-bottom: 10px;
}

#nt .eyo_title span{
    font-size: 14px; 
}

#nt .eyo_desc{
    font-size: 13px;
    letter-spacing:0.8px;

}






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

製品 1

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

#nt .product_sec{
    padding-top: 78px;
    padding-bottom: 78px;
    background-image: url(../images/ch_bg2.png);
    background-size: cover;
}

#nt .product_sec_in {
    max-width: 1000px;
    width: 88%;
    margin: 0 auto;
}

#nt .product_sec_title{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}

#nt .product_sec_title_disc{
    font-size: 12px;
    text-align: center;
}

#nt .product{
    padding-top: 70px;
    display: flex;
    justify-content: space-between;

    padding-bottom: 80px;
}

#nt .product_col{
    width: 50%;
    box-sizing: border-box;
}


#nt .product_sec .product_col:first-child{
    padding-right:7%;
    border-right:1px dotted #f8bb15;
}

#nt .product_sec .product_col:last-child{
    padding-left:7%;
}

#nt .product_catch{
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
}

#nt .product_catch span {
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 4px;
    border-bottom: 3px dotted #f8bb15;
}

#nt .product_image{
    max-width: 400px;
    margin: 0 auto;
}


#nt .product_title{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
/*    margin-top: -100px;*/
    margin-top: -24%;
}

#nt .product_desc {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: 40px;
}

#nt .product_btn{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #57371e;
    display: block;
    max-width: 260px;
    margin:0 auto;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
}

#nt .feat{
    padding-bottom: 58px;
}
#nt .feat_title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #f9bb15;
    padding-bottom: 20px;
}

#nt .feat_col li:before {
    content: '1';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-color: #f9bb15;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    border-radius: 50%;
}

#nt .feat_col li:nth-child(2):before{ content: '2'; }
#nt .feat_col li:nth-child(3):before{ content: '3'; }
#nt .feat_col li:nth-child(4):before{ content: '4'; }
#nt .feat_col li:nth-child(5):before{ content: '5'; }
#nt .feat_col li:nth-child(6):before{ content: '6'; }


#nt .feat_col li{
    position: relative;
    padding-bottom: 20px;
    padding-left: 48px;
}

#nt .feat_col li:last-child{
    padding-bottom: 0;
}

#nt .feat_col_title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: 0.6px;
}

#nt .feat_col_desc{
    font-size: 14px;
    line-height: 1.8;
}




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

知っておこう

-----------------------*/
#nt #col{
    padding-bottom: 100px;
}

#nt .col_catch{
    text-align: center;
    overflow: hidden;
    height: 80px;
    vertical-align: middle;
    background-image: url(../images/col_bg1.png);
    margin-bottom: 60px;
    background-size: contain;
}

#nt .col_catch img {
    height: 54px;
    background-color: #fff;
    padding: 12px 40px 14px;
}

#nt .col_title{
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 65px;
    text-align: center;
}


#nt .food {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#nt .food li {
    position: relative;
    padding-top: 15px;
    width: 190px;
    height: 360px;
    /* padding-bottom: 100px; */
    background-image: url(../images/col_bg2.png);
    background-size: 190px auto;
    background-position: center -5px;
    background-repeat: no-repeat;
}

#nt .food li:before {
    display: block;
    content: '';
    width: 158px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 6px;
    background-color: #f9bb15;
}

#nt .food_col {
    width: 120px;
    padding-left: 25px;
}

#nt .food_title{
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 8px;
    line-height:1;
}

#nt .food_desc{
    font-size: 12px;
    padding-bottom: 10px;
}


#nt .col_desc {
    width: 666px;
    line-height: 1.8;
    margin:0 auto;
    padding:24px 0;
    border-top: 3px dotted #f8bb15;
    border-bottom: 3px dotted #f8bb15;

}




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

子猫のための栄養素を押さえたフードの選び方

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

#nt .ch_title_warpper {
    background-image: url(../images/ch_bg1_bg.png);
    background-size: contain;
}


#nt .ch_title {
    background-image: url(../images/ch_bg1.png);
    background-size: contain;
    background-position: center;
    height: 386px;
    background-repeat: no-repeat;
    padding-top: 240px;
    /* padding-top: 15%; */
    padding-left: 300px;
    /* padding-left: 19%; */
    box-sizing: border-box;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    max-width: 1300px;
    margin: 0 auto;
    /* height: 0; */
    /* padding-bottom: 11%; */
}

#nt .ch_content{
        background-image: url(../images/ch_bg2.png);
    background-size:cover;
    padding-top: 75px;
    padding-bottom: 110px;
}


#nt .ch_col{
    max-width: 1000px;
    margin:0 auto;
    width: 88%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

#nt .ch_col_in {
    max-width: 434px;
    width: 44%;
}

#nt .ch_col:before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #f8bb15;
}

#nt .ch_col_title{
    font-size: 26px;
    line-height:1.6;
    font-weight: 700;
    padding-bottom: 25px;
    text-align: center;
}

#nt .ch_col_title span{
    border-bottom: 2px solid #f8bb15;
}

#nt .ch_col_image{
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 28px;
}


#nt .ch_col_list_wrapper {
    width: 434px;
    height: 314px;
    background-image: url(../images/ch_bg3.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 150px;
    box-sizing: border-box;
}


#nt .ch_col_list{
    font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;  
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    list-style: disc;
    color:#f8bb15;
}

#nt .ch_col_list li{
    padding-bottom: 12px;
}

#nt .ch_col_list li span{
    font-size: 14px;
    color: #241a16;
}

#nt .ch_col_list li span.color{
    color: #f96815;
}

#nt #ch .product_col {
    width: 100%;
    border-top: 1px solid #d4c1ba;
    margin-top: 70px;
    padding-top: 60px;
}

#nt #ch .ch_col_in:nth-child(2) .product_col .product_catch{
    padding-top: 20px;
}


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

FOOTER

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

#nt #footer{
    display: flex;
    width: 88%;
    justify-content: space-between;
    max-width:1000px;
    margin:0 auto;
    padding-top: 37px;
    padding-bottom: 70px;
}

#nt .footer_in{

}

#nt .footer_info{
        display: flex;
}

#nt .foot_logo{
    max-width: 105px;
    padding-right: 22px;
}


#nt .foot_copy{
    font-family:"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;  
    font-size: 11px; 
     padding-top: 7px;
}

#nt .foot_menu{
     display: flex;
}


#nt .foot_menu li:first-child a{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #241a16;
}

#nt .foot_menu a{
    display: inline-block;
    font-size:12px;
    line-height: 1;
    text-decoration: underline;
    
}



/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/
@media only screen and (max-width: 1330px){



}



@media only screen and (max-width:1300px){
    

#nt .ch_title_warpper {
    background-image: none;
    height: auto;
}

#nt .ch_title {
    font-size: 29px;
    height: 0;
    padding-top: 19%;
    padding-left: 26%;
    padding-bottom: 11%;
} 

    
}

/*==============================================================================================

TABLETS (767px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){

    
/*----------- ANIMATION (COMMON) ---------*/
    
.anime{
    transition-delay:0s !important;
}
    
    
/*----------- HERO ---------*/
    
#nt .hero_doc {

}
    
#nt .hero_doc_bottom {
   font-size: 15px;
}

#nt .hero_doc_bottom_image {
    margin-right: 22px;
}
    
#nt .hero_doc_bottom_desc {
    padding-top: 75px;
}
    
    
/*----------- ポイント1 ---------*/
    
#nt .point1_doc {
    padding-bottom: 100px;
}
    
    
/*----------- ポイント2 ---------*/
#nt .point2_doc {
    padding-bottom: 110px;
}
    
    
/*----------- ポイント3 ---------*/
    
#nt #p3 {
    padding-top: 90px;
    padding-bottom: 90px;
}
    
#nt .point3_doc {
    padding-bottom: 90px;
}
    
#nt .eyo {
    justify-content: center;
}
    
#nt .eyo li {
    width: 33%;
}
    
    
/*----------- 子猫のための栄養素を押さえたフードの選び方 ---------*/
    
    
#nt .ch_title {
    font-size: 23px;
}
    
#nt .ch_col_list_wrapper {
    width: 314px;
    height: 440px;
    margin: 0 auto;
    background-image: url(../images/ch_bg3_m.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-left: 40px;
    box-sizing: border-box;
}
    
    
#nt #ch .product_col {
    padding-bottom: 80px;
    border-bottom: 1px solid #f9bb15;
}
    
#nt #ch .product_col:last-child {
    padding-bottom: 0;
    border-bottom:none;
}
    
/*----------- FOOTER ---------*/

#nt #footer {
    display: block;
    width: 88%;
    padding-bottom: 25px;
}
    
#nt .foot_logo {
    padding-bottom: 15px;
}
    
#nt .foot_menu {
    display: block;
}
    
#nt .foot_menu li:first-child a {
    border-right: none;
    padding-bottom: 10px;
}
    
#nt .foot_menu {
    display: block;
    padding-bottom: 12px;
}
    

    
}




/*==============================================================================================

MOBILE ( ~767px)

==============================================================================================*/
@media only screen and (max-width:767px){

   
    
/* -------------- COMMON  -------------- */
    
#nt{
	font-size:14px;
}


#nt .mb{ display:block; }
#nt .mn{ display:none; }
#nt .mib{ display:inline-block;}

    
    
#nt .sticky_banner {
    width: 80px;
}
    

/*----------- HERO ---------*/
#nt .hero {
    width: 100%;
}
    
#nt .hero_doc {
    padding-top: 58px;
    width: 88%;
}
    
#nt .hero_text {
    max-width: 296px;
    padding-bottom: 24px;
    width: 100%;
}

#nt .hero_sub_text span {
    padding: 4px 11px;
    margin-bottom: 9px;
    font-size: 14px;
}
    
#nt .hero_sub_text {
    position: relative;
    z-index:20;
    padding-bottom: 0;
}
    
#nt .hero_image {
    position: relative;
    margin-top: -60px;
    width: 114%;
    left: -7%;
    padding-bottom: 40px;
}
    
    
#nt .hero_doc_bottom {
    display: block;
    font-size: 16px;
}
    
#nt .hero_doc_bottom_image {
    min-width: 174px;
    margin: 0 auto;
}
    
#nt .hero_doc_bottom_desc {
    padding-top: 30px;
}
    
#nt .hero_doc_bottom_desc span {
    text-align: center;
    /* padding-bottom: 4px; */
    line-height: 36px;
    margin-bottom: 0;
}
    
    
    
/*---------- ポイント ----------*/

#nt .point_navi{
    font-size: 20px;
}

    
/*----------- ポイント1 ---------*/
#nt #p1 {
    position: relative;
    background-image: url(../images/bg1_m.png);
    background-size: 83% auto;
    margin-top: -280px;
    display: block;
    background-position: left bottom;
}
    
#nt .point1_col {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 55px;
}
    
    
#nt .point1_doc{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

#nt .point1_image {
    position: relative;
    right: auto;
    width: 87%;
    margin: 0 auto;
    padding-bottom: 20px;
}
    
#nt .point1_doc {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
    

    
#nt .point1_desc span {
    font-size: 16px;
    line-height: 34px;
}
    
    
    
/*----------- ポイント2 ---------*/
    
#nt #p2 {
    display: block;
}
    
#nt .point2_doc {
    text-align: center;
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
    
#nt .point2_desc {
    text-align: left;
    padding-bottom: 30px;
}

#nt .point2_image {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
    
#nt .point_desc_small {
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.4px;
}
    
    
/*----------- ポイント3 ---------*/
#nt #p3 {
    padding-top: 80px;
    padding-bottom: 90px;
}
    
#nt .point3_doc {
    padding-bottom: 60px;
}
    
#nt .eyo {
    justify-content: space-around;
}
    
#nt .eyo li {
    width: 47%;
    padding-bottom: 28px;
}
    
#nt .eyo_title {
    font-size: 19px;
    letter-spacing: 0;
}
    
#nt .eyo_desc {
    font-size: 13px;
    width: 96%;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.2px;
}
    
    
/*----------- 製品 1 ---------*/

#nt .product_sec{
        background-image: url(../images/bg2_m.png);
    background-size: cover;
}

#nt .product_sec .product_col:first-child {
    padding-right: 0;
    border-right: none;
}
    
#nt .product_sec .product_col:last-child {
    padding-left: 0;
}
    
#nt .product_sec_in {
    max-width: 314px;
}
    
#nt .product {
    display: block;
    padding-top: 60px;
}
    
#nt .product_col {
    width: 88%;
    min-width: 310px;
    margin: 0 auto;
}
    
#nt .product_col:first-child {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #f8bb15;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
    
    
#nt .product_col:last-child {
    padding-left: 0;
}
        
#nt .product_image {
    width: 100%;
    margin: 0 auto;
    /* left: -15%; */
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
    
#nt .product_desc {
    padding: 0;
    padding-bottom: 30px;
}
    
#nt .product_banner{
    max-width: 310px;
    margin: 0 auto;
    width: 88%;
}
    

    
    
/*----------- 知っておこう ---------*/
    
#nt .col_catch {
    background-image: url(../images/col_bg1_m.png);
    background-size: contain;
}
    
#nt .col_title {
    padding-bottom: 45px;
}
    
#nt .col_desc {
    width: 88%;
}
    
#nt .food {
    display: block;
    padding-bottom: 40px;
}
    
#nt .food li {
    position: relative;
    padding-top: 15px;
    width: 360px;
    height: 180px;
    background-image: url(../images/col_bg2_m.png);
    background-size: 100% auto;
    background-position: center -5px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
    
#nt .food li:before {
    width: 322px;
    height: 1px;
    top: 12px;
    left: 17px;
}
    
#nt .food_col {
    width: 300px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

#nt .food_doc {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 160px;
}

#nt .food_image{
    width: 120px;
}

    
    
/*----------- 子猫のための栄養素を押さえたフードの選び方 ---------*/
#nt .ch_title_warpper{
background-image: url(../images/ch_bg1_2_m.png);

}
    
#nt .ch_title {
    background-image: url(../images/ch_bg1_m.png);
    background-size: contain;
    height: 404px;
    padding-top: 230px;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    line-height: 1.2;
    font-size: 32px;
}
    

#nt .ch_col {
    display: block;
}
    
#nt .ch_col:before{
    display: none;
}
    
#nt .ch_col_in {
    max-width: 314px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #f8bb15;
}
    
#nt .ch_col_in:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#nt .ch_content {
    background-image: url(../images/ch_bg2_m.png);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 30px;
}
    
#nt #ch .ch_col_in:nth-child(2) .product_col .product_catch{
    padding-top: 0;
}
    
    
/*
#nt .ch_col_list_wrapper {
    width: 314px;
    height: 440px;
    margin: 0 auto;
    background-image: url(../images/ch_bg3_m.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-left: 40px;
    box-sizing: border-box;
}
    
    
#nt #ch .product_col {
    padding-bottom: 80px;
    border-bottom: 1px solid #f9bb15;
}
    
#nt #ch .product_col:last-child {
    padding-bottom: 0;
    border-bottom:none;
}
    
*/
    
    
/*----------- FOOTER ---------*/

/*
#nt #footer {
    display: block;
    width: 88%;
    padding-bottom: 25px;
}
    
#nt .foot_logo {
    padding-bottom: 15px;
}
    
#nt .foot_menu {
    display: block;
}
    
#nt .foot_menu li:first-child a {
    border-right: none;
    padding-bottom: 10px;
}
    
#nt .foot_menu {
    display: block;
    padding-bottom: 12px;
}
*/
    
    

}



