@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


#nb_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto;
	color: #2b2b2b;
    display: block;
    letter-spacing: 1px;
    position: relative;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
/*@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}*/
*:focus {
outline: none;
}
#nb_wrap ul{
    margin: 0;
    padding: 0;
}
#nb_wrap li{
    list-style: none;
}
#nb_wrap a {
    text-decoration: none;
}
#nb_wrap a:link{
    opacity: 1;
}
#nb_wrap a:hover{
    text-decoration: none;
}
#nb_wrap img {
    border: none;
    width: 100%;
    vertical-align: bottom;
    line-height: inherit;
}
#nb_head{
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0% auto;
}


/************************************************************
 メインコンテンツ
************************************************************/
#nb_contents{
    width: 100%;
    display:block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

#nb_contents .title{
    font-size: 50px;
	margin: 10% 0;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	letter-spacing: 1px;
}

#nb_contents .title span{
    font-size: 25px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
}

#nb_contents .nb_section{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#nb_contents .nb_section .nb_wrap {
    display: flex;
	margin-bottom: 10%;
}

#nb_contents .nb_section:nth-of-type(even) .nb_wrap {
    direction: rtl;
}

#nb_contents .nb_section .nb_wrap .main_img {
    width: 45%;
}

#nb_contents .nb_section .credit_box{
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 10%;
    direction: ltr;
	box-sizing: border-box;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

#nb_contents .nb_section:nth-of-type(even) .credit_box {
    right: auto;
    left: 0;
}

#nb_contents .nb_section .credit_box .txt{
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 auto;
    font-size: 14px;
}
#nb_contents .nb_section .credit_box .no{
    font-size: 40px;
	font-weight: 600;
	display: block;
	line-height: 1;
}

#nb_contents .nb_section .credit_box .name{
    font-size: 22px;
	font-weight: 600;
	margin: 20% 0 3%;
	line-height: 1.6;
	font-family: 'Roboto Condensed', sans-serif;
}

#nb_contents .nb_section .credit_box .price{
    font-size: 16px;
	margin-bottom: 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}

#nb_contents .nb_section .credit_box a span{
    border-bottom: 2px solid #333333;
	color: #333333;
	font-weight: 600;
}

#nb_contents .nb_section .credit_box .brand{
    font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #7D7D7D;
	margin-top: 15%;
}

/************************************************************
 フェード
************************************************************/
/*.fade_img1,.fade_img2 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    background: center center no-repeat;
    z-index: 0;
}

.fade_img1 {
    animation: anime 6s 0s infinite;
}
.fade_img2 {
    animation: anime 4s 0s infinite;
}

.fade_img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.fade_img1:nth-of-type(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 4s;
}
.fade_img2:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

.img_box1 {
    width: 100%;
    position: relative;
    aspect-ratio: 750 / 900;
}
*/

/************************************************************
 button
************************************************************/
.btn_wrap{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin: 10% auto;
}

.btn_wrap a.btn {
	color: #2b2b2b;
	letter-spacing: 2px;
	font-weight: 500;
	border: 1px solid #2b2b2b;
	padding: 15px 100px;
}

.btn_wrap a.btn:hover {
	color: #ffffff;
	border: 1px solid #2b2b2b;
	background: #2b2b2b;
}

/************************************************************
                swiper
************************************************************/
.swiper-button-prev::after,
.swiper-button-next::after {
    color: #ffffff;
    font-size: 20px!important;
}

/************************************************************
               スライダー
************************************************************/
.slide_box{ 
	width: 100%;
	margin: 2% auto 0; 
}

.slider {
	width: 100%; 
	margin: auto; 
	display: flex;  
	gap: 10px; 
	overflow-x: scroll; 
	scrollbar-color: #333333 #e3e3e3;
    scrollbar-width: auto;
}
.slider_img {
	min-width: 315px;
}	

.slider_img img { 
	width: 100%; 
}	

/************************************************************
 other
************************************************************/
.pc{
	display: block;
}
.sp{
	display: none;
}


/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
    #nb_contents .nb_section .nb_wrap {
        display: block;
		width: 90%;
		padding: 10% 0;
		margin: 0 auto;
	}	

    #nb_contents .nb_section:nth-of-type(even) .nb_wrap {
        direction: ltr;
    }
	
    #nb_contents .nb_section {
        width: 100%;
    }	
	
    #nb_contents .nb_section .nb_wrap .main_img {
        width: 100%;
    }
	
	#nb_contents .title{
        font-size: 35px;
		line-height: 1.2;
		margin: 15% 0;
    }	
	
    #nb_contents .title span{
        font-size: 20px;
    }	
	
	.nb_section{
		display: block;
		flex-wrap: wrap;
	}
	
    #nb_contents .nb_section .credit_box {
		width: 100%;
        position: static;
		transform: none;
		padding: 0;
		margin-top: 10%;
    }	
	
    #nb_contents .nb_section .credit_box .name {
        margin: 5% 0 3%;
		font-size: 20px;
    }	
	
    #nb_contents .nb_section .credit_box .price {
        font-size: 18px;
    }	
	
    #nb_contents .nb_section .credit_box .brand {
        margin: 15% 0 0;
    }	
	
    .btn_wrap{
        margin: 25% auto;
		font-size: 14px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}

}
