body{
    width: 100%;
    background: #eaeaea;
}

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{
    display: flex;
    color: #eaeaea;
    font-size:20px;
    flex: 20px;
}

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

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

.hamburger{
    display: none;
}

nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding-top: 70px;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 14px;
    list-style-type: none;
    line-height: 55px;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li{
    background: #1a1919;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #eaeaea;
    text-decoration: none;
}
 
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;
    left: 20px;
    top: 16px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute; 
    width: 22px;
    border-bottom: solid 3px #eaeaea;
    transition: .35s ease-in-out;
    left: 6.5px;
}
 
.navToggle span:nth-child(1) {
    top: 8px;
}
 
.navToggle span:nth-child(2) {
    top: 16px;
}
 
.navToggle span:nth-child(3) {
    top: 24px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 6px;
    font-weight: bold;
    top: 3px;
}

.navToggle.active span:nth-child(1) {
    top: 16px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
}

#top-bar-seach{
    display: none;
    position: fixed;
    left: 150px;
    width: 1150px;
    vertical-align: middle;
    animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.top-bar-seach i{
    color: #eaeaea;
    font-size:20px;
    line-height: 25px;
    margin-left: 10px;
    cursor: pointer;
}

.seach{
    width: 80%;
    height: 25px;
    box-shadow: 2px 3px 4px 2px rgba(58,58,58,0.9);
    border: none;
}

.seach-box{
    border: none;
    background: #eaeaea;
    box-shadow:2px 2px 5px 1px #535353;
    margin-left: 5px;
}

@media(max-width: 767px){
    .hamburger{
        display: block;
        flex: 10%;
    }
    
    .top-bar-left{
        display: none;
    }
    
    .top-bar-seach{
        display: none;
    }
    
    .top-bar-title{ 
        flex: 50%;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    
    .top-bar-rigth{
        flex: 10%;
        text-align: right;
    }
    
    .top-bar-rigth i{
        font-size: 22px;
    }
    
    .seach-icon, .user-icon{
        display: none;
    }
    
    #top-bar-seach{
        display: none;
    }
}

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;
}

.main-img2 img:hover{
    opacity: 0.8;
}

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

.maker-img img{
    width: 30%;
}

@media(max-width: 767px){
    .main-title{
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .maker-img{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .maker-img img{
    width: 80%;
    }
}

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: 100%;;
    }
}

.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: 100%;
    }
}

.qanda-form{
    margin: 30px;
    margin-bottom: 50px;
}

.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{
    width: 250px;
    border: none;
    background: #ff920b;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.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-wrap{
    display: block;
}

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

.shopping-wrap span{
    color: #F00;
}

.shopping-input-list{
    width: 100%;
    background: #FFF;
}

.shopping-input-list dl{
    display: flex;
    line-height: 2;
    border-bottom: 1px solid #eaeaea;
}

.shopping-list-title{
    width: 30%;
    margin-right: 30px;
    border-right: 3px solid #eaeaea;
}

.code-first{
    width: 60px;
}

.code-last{
    width: 90px;
}

.shopping-text-box{
    width: 80%;
}

.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;
}

.cart-sp{
    display: none;
}

@media(max-width: 767px){
    .cart-wrap{
        display: none;
    }
    
    .cart-sp{
        display: block;
    }
    
    .cart-cash dt{
        border-right: 3px solid #eaeaea;
    }
    
    .cart-cash dl{
        border-bottom: 3px solid #eaeaea;
    }
    
    .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;
    }
    
    .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: 10px;
    }
    
    .cart-list{
        display: flex;
        font-size: 16px;
         background: #FFF;
        margin-top: 10px;
    }
    
    .cart-list ul{
        display: block;
        border-bottom: none;
        border-right: 3px solid #eaeaea;
    }
    
    .cart-list ul:last-child{
        border-right: none;
    }
    
    .cart-list li{
        border-bottom: 3px solid #eaeaea;
    }
    
    .cart-list li:last-child{
        border-bottom: none;
    }
    
    .cart-list-item{
        line-height: 18px;
    }
    
    .cart-list img{
        width: 30%;
        height: 30%;
        padding: 30% 0;
        border-right: 5px solid #eaeaea;
        
    }
}

.payment{
    width: 80%;
    margin: 30px auto;
}

.payment h1{
    font-size: 22px;
    font-weight: bold;
}

.payment dl{
    margin-top: 30px;
    
}

.payment dt{
    font-size: 18px;
}

.payment dd{
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.support{
    width: 80%;
    margin: 30px auto;
}

.support h1{
    font-size: 22px;
    font-weight: bold;
}

.support dl{
    margin-top: 30px;
    
}

.support dt{
    font-size: 18px;
}

.support dd{
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 1.2;
}


.privacy{
    width: 80%;
    margin: 30px auto;  
}

.privacy h1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.privacy h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.privacy ul{
    list-style: decimal;
    line-height: 1.4;
    
}

.privacy li{
    margin-left: 20px;
}

.privacy p{
    line-height: 1.4;
}

.cookiepolicy{
     width: 80%;
    margin: 30px auto; 
}

.cookiepolicy h1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.cookiepolicy h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.cookiepolicy p{
    line-height: 1.4;
}

.safety{
    width: 80%;
    margin: 30px auto;
}

.safety h1{
    font-size: 22px;
    font-weight: bold;
}

.safety h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.safety ul{
    list-style: decimal;
    line-height: 1.4;
}

.safety li{
    margin-left: 20px;
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #100f0f;
}

.footer-wrap{
    margin-left: 50px;
    margin-right: 50px;
}

.footer-sns{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #FFF; 
    text-align: center;
}

.footer-sns a{
    text-align: center;
    color: #333;
    margin-left: 80px;
    line-height: 10px;
    width: 20px;
    height: 20px;
    padding: 10px;
}

.footer-sns a:first-child{
    margin-left: 0;
}

.footer-sns i{
    padding: 10px;
    background: #eaeaea;
    border-radius: 50%;
}

.tw i:hover{
    background: #1da1f2;
    animation: fadeIn2 0.8s ease 0s 1 normal;
}

.fb i:hover{
    background: #3b5998;
    animation: fadeIn2 0.8s ease 0s 1 normal;
}

.ig i:hover{
    background: linear-gradient(#5a2bcd,#f05332,#fad978);
    animation: fadeIn2 0.8s ease 0s 1 normal;
}

.yt i:hover{
    background: #F00;
    animation: fadeIn2 0.8s ease 0s 1 normal;
}

@keyframes fadeIn2 {
    0% {background: #eaeaea}
    100% {opacity: 1}
}


.footer-nav{
    display: flex;
    padding: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    
}

.footer-category{
    flex: 1;
    color: #eaeaea;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.footer-category ul{
    list-style: none;
    line-height: 2;
    margin-top: 20px;
    font-size: 16px;
}

.footer-category a{
    color: #eaeaea;
    text-decoration: none;
}

.footer-editer{
    text-align: left;
    margin-left: 20px;
    color: #eaeaea;
    padding-bottom: 20px;
}

@media(max-width: 767px){
    .footer-sns a{
        margin-left: 10px;
    }
    
    .footer-sns a::before{
        padding: 8px;
    }
    
    .footer-nav{
        display: none;
    }
    
    .footer-editer{
        margin-top: 30px;
    }
}
/*オノデラ追加*/
.account-complete-back{
    margin-left: 30px;
}
nav.globalMenuSp{
    direction: none;
}
.main-img1{
    position: relative;
}
video {
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
}


.key_phrase{
    color: #eaeaea;
    font-size: 2em;
    margin: 50px;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 45%;
    left: 20%;
}

.main-img2{
    position: relative;
}
.key_phrase2{
    color: #eaeaea;
    font-size: 2em;
    margin: 50px;
    position: absolute;
    top: 40%;
    left: 35%;
    text-shadow:1px 1px 1px #333;
}
.key_phrase3{
    color: #eaeaea;
    font-size: 2em;
    margin: 50px;
    position: absolute;
    top: 50%;
    left: 40%;
    text-shadow:1px 1px 1px #333;
}
@media only screen and (max-width: 800px){

   .main-img1{
        width: 100%;
    }
    .main-img1 img{
        max-width: 100%;
    }
    .key_phrase2{
        font-size: 0.8em;
        top: 13%;
        left: 23%; 
        font-weight: bold;
        text-shadow:1px 1px 1px #333;
    }
    .key_phrase3{
        font-size: 0.8em;
        top: 15%;
        left: 27%;
        font-weight: bold;
        text-shadow:1px 1px 1px #333;
    }

}
