body{
    width: 100%;
    background: #eaeaea;
    padding: 0;
    margin: 0;
}

header{
    position: fixed;
    width: 100%;
    height: 70px;
    background: #1a1919;
    z-index: 1000;
}

.top{
    display:flex;
    line-height: 70px;
}

.top-bar-title{
    margin: 15px;
    margin-left: 30px;
}

.top-bar-left{
    text-align: center;
    flex: 60%;
    font-size: 18px;
}

.top-bar-left a{
    color: #eaeaea;
    text-decoration: none;
}

.top-bar-left li{
    display: inline;
    margin-left: 50px;
}

.top-bar-rigth{
    color: #eaeaea;
    font-size:20px;
}

.top-bar-rigth i{
    margin-right: 30px;
}

.hamburger{
    display: none;
}

@media(max-width: 767px){
    .hamburger{
        display: block;
        flex: 10%;
        margin-left: 10px;
    }
    
    .hamburger i{
        line-height: 35px;
        text-align: center;
        width: 35px;
        height: 35px;
        background: #1a1919;
        border: 1px solid #eaeaea;
        color: #eaeaea;
        border-radius: 10px;
        
    }
    
    .top-bar-left{
        display: none;
    }
    
    .top-bar-title{ 
        flex: 50%;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    
    .top-bar-rigth i{
        font-size: 15px;
        margin-right: 10px;
    }
}

main{
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 70px;
}

.main-title{
    text-align: center;
    color: #eaeaea;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    background: #292929;
    margin-bottom: 20px;
}

.maker-img{
    text-align: center;
    background: #FFF;
    border: 1px solid #b8b8b8;
}

.maker-img img{
    width: 30%;
}
.main-img2{
    display: block;
    margin: 0;
    padding: 0;
}
@media(max-width: 767px){
    .main-title{
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .maker-img img{
    width: 50%;
    }
}

section{
    width: 100%;
    margin: 0 auto;
}

section ul{
    display: flex;
	flex-wrap: wrap;
    text-align: center;
}

section li{
    width: 49%;
    margin-left: 10px;
}

.item{
    margin-top: 10px;
    margin-bottom: 10px;
}

.item-box{
    background: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
}

.item-box a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 25px;
}

.buy-area{
    text-align: center;
    margin-top: 20px;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFF;
}

@media(max-width: 767px){
    section ul{
        display: block;
    }
    
    section li{
        width: 100%;
        margin-left: 0;
    }
    
    .item-box a{
        font-size: 18px;
    }
}

.buy-name{
    font-size: 50px;
    font-weight: bold;
    color: #333;
}

.buy-area img{
    width: 50%;
}

.buy-detail{
    text-align: left;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.2;
}

.buy-size, .buy-price, .buy-cart{
    text-align: right;
    margin: 10px 0;
}

.buy-size{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    padding-top: 20px;
}

.buy-size select{
    width: 150px;
    height: 30px;
    border: 1px solid #333; 
    margin-top: 10px;
}

.buy-price{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.buy-cart button{
    width: 180px;
    height: 50px;
    border: none;
    color: #333;
    background: #ff920b;
    font-size: 20px;
    font-weight: bold;
}

.buy-cart button:hover{
    cursor: pointer;
    opacity: 0.8;
}

.spec-title {
	color: #100f0f;
	font-size: 24px;
    font-weight: bold;
	display: flex;
	align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.spec-title:before, .spec-title:after {
	content: "";
	flex-grow: 1;
	height: 24px;
	background: #100f0f;
	display: block;
}
.spec-title:before {
	margin-right: .4em;
}
.spec-title:after {
	margin-left: .4em;
}

.spec-area{
    margin-bottom: 5px;
    padding: 0 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #FFF;
}

.spec dl{
    display: flex;
    border-top: 1px solid #100f0f;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #333;
    font-size: 18px;
}

.spec dt{
    width: 20%;
}

@media(max-width: 767px){
    .buy-area{
        margin-top: 10px;
    }
    
    .buy-name{
        font-size: 22px;
    }
    
    .buy-area img{
        width: 100%;
    }
    
    .buy-size p{
        display: none;
    }
    
    .buy-price{
        font-size: 18px;
    }
    
    .spec dl{
        display: block;
    }
    
    .spec dt{
        width: 100%;
        margin-bottom: 10px;
    }
}

.member-form{
    margin: 30px;
}

.member-form h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.member-title{
    margin-bottom: 30px;
    font-size: 18px;
}

.member-form span{
    color: #F00;
}

.member-form-text{
    width: 400px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.member-form-checkbox{
    margin-bottom: 20px;
}

.member-form-submit{
    width: 250px;
    border: none;
    background: #ff920b;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.member-form-submit:hover{
    opacity: 0.8;
}

.member-consent{
    color: #292929;
    opacity: 0.6;
}

@media(max-width: 786px){
    .member-form h2{
        font-size: 22px;
    }
    
    .member-form-text{
        width: 200px;
    }
}

.login-form{
    margin: 30px;
}

.login-form h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.login-title{
    margin-bottom: 30px;
}

.login-form-text{
    width: 400px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    
}

.login-form-checkbox{
    margin-bottom: 20px;
}

.login-form-submit{
    width: 250px;
    border: none;
    background: #ff920b;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}



@media(max-width: 767px){
    .login-form h2{
        font-size: 22px;
    }
    
    .login-form-text{
        width: 200px;
    }
}

.qanda-form{
    margin: 30px;
}

.qanda-form h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.qanda-form h3{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.qanda-title{
    font-size: 18px;
    margin-bottom: 30px;
}

.qanda-form-text{
    width: 400px;
    line-height: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    
}

.qanda-form-checkbox{
    margin-bottom: 20px;
}

.qanda-form-submit:hover{
    opacity: 0.8;
}
.qanda-form span{
    color: #F00;
    font-size: 16px;
}

@media(max-width: 767px){
    .qanda-form-text{
        width: 200px;
    }
    
    .qanda-form h2 ,.qanda-form h3{
        font-size: 22px;
    }
}

.cart-area{
    margin: 30px;
    display: flex;
}

.cart-list{
    width: 100%;
}

.cart-list ul{
    display: flex;
}

.cart-list li{
    background: #FFF;
    padding: 10px;
    margin-right: 1px;
}

.cart-list-title{
    border-bottom: 1px solid #b8b8b8;
    line-height: 18px;
}

.cart-list-item{
    margin-bottom: 1px;
    line-height: 80px;
}

.list-item{
    flex: 10px;
    text-align: center;   
}

.list-itemname{
    flex: 100px;
    text-align: center;
}

.list-price{
    flex: 30px;
    text-align: center;
}

.cart-title{
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.cart-cash{
    margin-left: 30px;
    background: #FFF;
}

.cart-cash dl{
    display: flex;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    line-height: 50px;
    
}

.cart-cash dt{
    flex: 1;
    border-right: 1px solid #eaeaea;
    padding: 10px;
}

.cart-cash dd{
    flex: 2;
    text-align: right;
    padding: 10px;
    
}

.cart-cash-submit{
    width: 200px;
    height: 50px;
    background: #ff920b;
    border: none;
    font-size: 20px;
    margin: 10px;
    margin-top: 40px;
}

@media(max-width: 767px){
    .cart-title-sp{
        text-align: center;
        color: #eaeaea;
        font-size: 18px;
        background: #292929;
        margin-left: 0;
        margin-right: 0;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .cart-area{
        display: block;
        margin: 10px;
    }
    
    .cart-cash{
        margin-left: 0;
        text-align: right;
        padding: 10px;
    }
    
    .total{
        font-size: 22px;
        height: 50px;
        border-bottom: 5px solid #eaeaea;
        line-height: 50px;
    }
    
    .cart-cash dt, .cart-cash dd{
        padding: 0;
    }
    
    .cart-cash-submit{
        width: 90%;
        margin-top: 0;
    }
    
    .cart-list{
        display: flex;
        font-size: 16px;
    }
    
    .cart-list ul{
        display: block;
        border-bottom: none;
    }
    
    .cart-list-item{
        line-height: 18px;
    }
    
    .cart-list img{
        width: 30%;
        height: 30%;
        
    }
}


/*オノデラ追加分*/
.form-text{
    width: 600px;
    line-height: 18px;
    margin-top: 10px;
    margin-top: 10px;  
}

.comment-text{

    width: 900px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.send-submit{
    width: 150px;
    border: none;
    background: #ff920b;
    height: 40px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;
}

.back-submit{
    width: 150px;
    border: none;
    background: #b8b8b8;
    height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;
}

.complete-back{
    margin-top: 20px;
}

.send-submit:hover{
    opacity: 0.8;
}

.back-submit:hover{
    opacity: 0.8;
}
/*ログイン画面*/
.login-form-submit{
    width: 150px;
    border: none;
    background: #ff920b;
    height: 40px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;
}