@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
*:focus {
  outline: none;
}

@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}

#ncp_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
	margin: 5% auto;
	color: #333333;
    display: block;
    font-weight: 400;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}

#ncp_wrap img{
    width: 100%;
    vertical-align: bottom;
}

/************************************************************
               head
************************************************************/
#ncp_head {
	width: 100%;
	margin: 0 auto;
}

#ncp_head .title{
	font-size: 28px;
	margin: 0 0 5%;
	text-align: center;
	line-height: 2;
	letter-spacing: 2px;
	font-family: "Noto Serif JP", serifo sans;
}

#ncp_head .lead{
    font-size: 20px;
    text-align: center;
	margin: 50px 0;
    line-height: 2;
    letter-spacing: 2px;
	font-family: "Noto Serif JP", serifo sans;
}

/************************************************************
               contents
************************************************************/
#ncp_content{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: block;
}

#ncp_content .main_wrap{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0% auto;
}

#ncp_content .main_wrap .main_box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}

.block01,.block03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.block01 .main,.block03 .main {
    width: 40%;
}

.block01 .txt_box,.block03 .txt_box {
    width: 50%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: left;
}

.block02,.block04 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.block02 .main2,.block04 .main2 {
    width: 40%;
    order: 2;
}

.block02 .txt_box,.block04 .txt_box {
    width: 50%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    text-align: left;
    order: 1;
}

.txt_box p{
    width: 100%;
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
    margin: 0 auto;
	font-feature-settings: "palt";
}

.sub_title {
	font-size: 14px!important;
    border-bottom: 1px solid;
	margin-bottom: 10px!important;
	padding-bottom: 5px;
}


/************************************************************
                BEST SELLER
************************************************************/
.bs_title{
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 5% 0;
	font-size: 18px;
}

.bs_title:before, .bs_title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.bs_title:before {
  margin-right: 1em;
}

.bs_title:after {
  margin-left: 1em;
}

.bs_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}

.bs_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
	padding: 0;
}

.bs_box ul li{
    display: inline-block;
    position: relative;
}

.bs_box .bs_subtitle{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin: 4% auto;
    line-height: 1.8em;
}

.bs_box p{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
	font-size: 13px;
    line-height: 1.8em;
	margin: 0;
	font-feature-settings: "palt";
}

/************************************************************
                other
************************************************************/
.sp {
	display:none;
}
.pc{
    display: block;
}

.left{
    float: left;
}
.right{
    float: right;
}

.clear {
	clear: both;
}

.small{
	font-size: 0.9em;
}

.my_10px{
	content: "";
	display: block;
	margin: 10px 0;
}

.all a{
	font-size: 13px;
	display: inline-block;
	border: 1px solid #567e73;
	border-radius: 5px;
	color: #567e73;
	text-decoration: none;
	padding: 20px 80px;
	margin: 5%;
	font-weight: 400;
}

.all a:hover{
	background: #efefef;
}


/************************************************************
                SP
************************************************************/
@media only screen and (max-width:768px){
	#ncp_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        letter-spacing: 1px;
    }
	
	#ncp_head .title {
        font-size: 20px;
		margin: 10% 0;
	}
	
    #ncp_head .lead{
        font-size: 13px;
        margin: 15% auto 10%;
        letter-spacing: 0.5px;
    }
	
    #ncp_content .main_wrap .main_box{
        margin: 10% auto;
		width: 90%;
    }
	
    #ncp_content .main_wrap .main_box .main{
        width: 100%;
    }
	
    .block01,.block02,.block03,.block04 {
        flex-direction: column;
        align-items: center;
    }

    .block01 .main,.block02 .main2,.block03 .main,.block04 .main2 {
        width: 100%;
    }

    .block01 .txt_box,.block02 .txt_box,.block03 .txt_box,.block04 .txt_box {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }
	
	.block02 .main2,.block04 .main2 {
		order: 1;
	}
	
    #ncp_content .main_wrap .main_box .txt_box{
        width: 90%;
    }
	
    #ncp_content .main_wrap p{
        font-size: 12px;
    }
	
    #ncp_content .main_wrap .credit_box{
        font-size: 13px;
    }
	
	.bs_box{
		width: 85%;
	}
	
	.bs_box ul{
        grid-template-columns: 1fr;
    }
	
    .bs_box ul li{
        margin: 10% auto;
    }
	
	.bs_box p{
        height: auto;
		width: 90%;
	}
	
    .pc {
		display:none;
	}
	
	.sp {
		display:block;
		width: 100%;
	}
	
    .lead_p{
		display: none;
	}
   
    .left{
        float: none;
    }
	
    .right{
        float: none;
    }
	
    .small{
        font-size: 70%;
    }
}