@charset "utf-8";
/* CSS Document */

body{
font: 14px/1.6 "メイリオ","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
margin: 0 auto;
color: #333333;
min-width: 1000px;
}

img{
outline:none;
border-style:none;
}

.clearfix{
  content: "";
  display: block;
  clear: both;
}

a{
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****HEADER*****/
header{
    display: block;
    overflow: hidden;
    background-color: #ff790a;
    height: 20px;
}
header h1{
    font-size:12px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
    line-height: 20px;
    width: 980px;
    text-align: right;
}
header p{
    font-size:100%;
    color:#333333;
    float: left;
}

.menu{
    background-color: #5d5c5b;
    background: linear-gradient(#111111, #5d5c5b);
    -pie-background: linear-gradient( 0deg, #111111, #5d5c5b );
    behavior: url(./PIE.htc);
}

/*****NAV*****/
.menu nav{
    width: 980px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.menu img{
    float: left;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

nav ul{
    position: absolute;
    bottom: 0;
    right: 0;
}
nav li{
    width: 80px;
    height: 80px;
    font-size: 9px;
    letter-spacing: 5px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    float: left;
    background-color: #535353;
    border-radius: 7px 7px 0 0;
    margin-right: 10px;
    letter-spacing: 0em;
}
nav a{
    display: block;
    height: 80px;
}
nav li:last-child{
    margin-right: 0px;
}
nav li:hover{
    background-color: #ffb16e;
    transition: background-color 0.5s ease-out;
    color: #fff;
}
nav li.active{
    background-color: #ffb16e;
}

/*main*/

.contents{
    display: block;
    width: 980px;
    height: auto;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
    font-size: 0px;
    margin-bottom: 20px;
}
.contents.index{
    
}
.contents.productlist{
    
    padding-top: 0px;
}

.top_banner{
    font-size: 0;
    margin-bottom: 20px;
}
.top_banner ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -js-display: flex;
    display: -ms-flexbox;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 980px;
}
.top_banner li{
    display: block;
    margin-right: 9px;
    list-style: none;
    background-color: #7d7d7d;
    width: 236px;
    height: auto;
    border-radius: 7px;
    border: 1px solid #ff790a;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    padding-bottom: 45px;
}
.top_banner a{
    display: block;
    font-size: 0px;
}
.top_banner img{
    border-radius: 6px 6px 0 0;
}
.top_banner li:nth-child(even){
    background-color: #535353;
}
.top_banner li:last-child{
    margin-right: 0;
}
.top_banner li p{
    width: 220px;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 28px;
}
.top_banner li p.price{
    padding-top: 12px;
    padding-bottom: 0;
    position: absolute;
    bottom: 40px;
    text-align: right;
    font-size: 18px;
    color: #e40d0d;
}
.top_banner li p.strike{
    padding-top: 12px;
    padding-bottom: 0;
    position: absolute;
    bottom: 60px;
    text-align: right;
    right: 30px;
}
.top_banner li p strike{
    margin-right: 3px;
}
.top_banner .btn-icon{
    display: block;
    width: 112px;
    text-align: left;
    background-color: #ff790a;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    font-weight: inherit;
    padding: 3px 53px 3px 53px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    position: relative;
    margin: 8px 0; 
    position: absolute;
    bottom: 20px;
    margin-left: 8px;
    margin-bottom: -12px;
}
.btn-icon{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.btn-icon::before,
.btn-icon::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
.arrow::after{
    left: 17px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #ff790a;
    border-right: 3px solid #ff790a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contents-box{
    width: 100%;
    background-color: #eeeeee;
    padding: 10px 0px;
    display: inline-block;
}

.box{
    background-color: #ff790a;
}

.news.box{
    width: 660px;
    margin-left: 10px;
    float: left;
}
.box-title{
    font-weight: bold;
    font-size: 16px;
    background-color: #ffffff;
    display: inline-block;
    padding: 15px 30px;
    margin-left: 8px;
    margin-top: 8px;
    min-width: 214px;
    text-align: center;
}

.scrollbox{
    width: 100%;
    background-color: #ffffff;
    height: 292px;
    overflow: auto;
}
.scrollbox a{
    color: #333333;
}
.scrollbox p{
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: dotted 1px #a3a3a3;
}

.twitter.box{
    width: 290px;
    height: 348px;
    margin-right: 8px;
    float: right;
}
.twitter.box .box-title{
    min-width: 50px;
}

#twitter-widget-0{
    background-color: #fff !important;
}

.banner.box{
    width: 290px;
    margin-right: 8px;
    float: right;
    font-size: 0px;
}
.bannerbox{
    background-color: #ffffff;
}
.bannerbox img{
    margin-top: 8px;
}



/*productlist*/
.productlist-contents{
    font-size: 0;
}
.productlist-contents ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -js-display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 980px;
}
.productlist-contents li{
    display: block;
    margin-right: 9px;
    list-style: none;
    width: 236px;
    height: auto;
    border: 1px solid #ff790a;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    padding-bottom: 45px;
}
.productlist-contents a{
    font-size: 0px;
    display: table-cell;
    height: 177px;
    vertical-align: middle;
    background-color: #000;
}
.productlist-contents li:nth-child(4n){
    margin-right: 0;
}
.productlist-contents li p{
    width: 220px;
    margin: 0 auto;
    padding-top: 9px;
}
.productlist-contents li img{
    width: 100%;
    object-fit: contain;
    height: 177px;
}
.productlist-contents .price{
    text-align: right;
    position: absolute;
    bottom: 0;
}
.productlist-contents .price span{
    color: #ff0000;
    font-size: 18px;
}
.productlist-contents .price span.tax{
    font-size: 14px;
}

.pager{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}
.pager li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}
.pager li:last-child{
    margin-right: 0;
}
.pager a{
    color: #333333;
    font-weight: bold;
}

/*product*/
.product-title{
    text-align: center;
    font-size: 24px;
    background-color: #ff790a;
    color: #ffffff;
    font-weight: bold;
}
.product-detail-main{
    position: relative;
    font-size: 0;
    margin-top: 20px;
}
.product-price{
    float: right;
    width: 390px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
}
.product-price .price{
    text-align: right;
    font-size: 18px;
}
.product-price .price span{
    color: #ff0000;
    font-size: 36px;
}
.product-price .price span.tax{
    font-size: 18px;
}

.product-price .btn-icon{
    display: block;
    width: 390px;
    height: 60px;
    text-align: center;
    background-color: #ffb15e;
    border: solid 1px #ff790a;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: inherit;
    padding: 0;
    border-radius: 7px;
    position: relative;
    margin-top: 14px;
    line-height: 60px;
    /*追加*/
    float: right;
    width: 278px;
}
.product-price .btn-icon:hover{
    background-color: #ff790a;
    border: solid 1px #ff790a;
}

.product-detail-sub{
    margin-top: 20px;
    margin-bottom: 50px;
}
.product-detail-sub .contents-box{
    width: 640px;
    background-color: #eeeeee;
    padding: 10px 0px;
    display: inline-block;
}
.product-detail.box{
    width: 620px;
    margin-left: 10px;
    float: left;
}
.product-detail .story p{
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 15px;
    margin-left: 8px;
    margin-right: 8px;
}
.product-detail .story{
    width: 100%;
    background-color: #ffffff;
}

.product-spec{
    width: 280px;
    float: right;
    margin-bottom: 30px;
}
.product-spec ul{
    list-style: none;
}
.product-spec li{
    margin-bottom: 15px;
}
.product-spec dt{
    border: 1px solid #eeeeee;
    border-radius: 7px;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
.product-spec dd{
    font-size: 12px;
    text-align: center;
}

#overImg{
    position: relative;
    width: 380px;
    min-height: 300px;
    margin: 0 0 0 auto;
    font-size: 0px;
    margin-right: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#overImg a .thum{
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 80px;
    object-fit: cover;
}
#overImg a:nth-child(3n) .thum{
    margin-right: 0;
}
#overImg a .thum.img-right{
    margin-right: 0;
}
#overImg a .main{
    display: none;
}
#overImg a:hover .main{
    display: block;
    position: absolute;
    top: 15px;
    right: 430px;
    z-index:999;
}
#mainImage{
    position: absolute;
    top: 0;
    right: 430px;
    width: 480px;
    display: flex;
    justify-content: center;
}
#mainImage img{
    object-fit: cover;
    max-height: 340px;
}


/*support*/
.support.box{
    width: 960px;
    margin-left: 10px;
    margin-right: 10px;
}
.support-box{
    width: 100%;
    background-color: #ffffff;
    height: auto;
    overflow: auto;
}
.support-box .form-content{
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: 18px;
    margin-bottom: 30px;
}
.support-box span{
    color: #e60012;
}
.support-box span.caution{
    color: #666666;
    font-size: 12px;
}
.support-box li{
    display: block;
    margin-right: 23px;
    margin-bottom: 20px;
    height: 30px;
}

.form-title{
    text-align: right;
    width: 298px;
    border-radius: 7px;
    border: 2px solid #ffb15e;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
    padding-right: 28px;
    float: left;
}
.form-title.form-textarea{
    height: 260px;
}

.form-time{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 28px;
}


/*support normarize*/
.text{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    font-family: inherit;
    font-size: 14px;
    padding: 2px;
    padding-left: 17px;
    width: 569px;
    float: right;
}
.text:focus{
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}

.textarea-text{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 7px;

    font-family: inherit;
    font-size: 14px;
    padding-left: 17px;
    height: 260px;
    width: 570px;
    float: right;
}
.textarea-text:focus{
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}

.select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(../image/▼.png) no-repeat center right 8px/16px 16px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    padding: 2px;
    padding-left: 17px;
    width: 590px;
    height: 30px;
    float: right;
}

.select::-ms-expand{
    display: none;
}
.select:focus{
    border: 1px solid rgba(0, 0, 0, 0.32);
    box-shadow: none;
    outline: none;
}
select{
  color: #757575;
}

.placeholder{
    color: #757575;
}
::-ms-input-placeholder{
  color: #757575;
}

@media screen and (min-width: 0\0) and (min-resolution: .001dpcm){
  .select{
    background: none;
  }
}

.submit{
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 17px 10px 39px;
    padding: 6px 10px;
    text-decoration: none;
}
.submit:hover,
.submit:focus{
    outline: none;
}
.submit::-moz-foucus-inner{
    border: none;
    padding: 0;
}

/*general_box*/
.general.box{
    width: 960px;
    margin-left: 10px;
}
.general-box{
    background-color: #ffffff;
    width: 100%;
    padding: 20px 0;
}
.general-box a{
    color: #333333;
}
.general-box p{
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.general-textbox{
    border: 1px solid #ff790a;
    border-radius: 7px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px 20px 27px;
}
.general-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
    vertical-align: middle;
    text-decoration: none;
}
.general-title::before,
.general-title::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.general-title-arrow::before{
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff790a;
}
.general-title-arrow::after{
    left: 5px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.general-text{
    color: #333333;
    font-size: 14px;
    margin-top: 17px;
}
.general-text.text-right{
    text-align: right;
}
.general-text span{
    color: #e60012;
}

.general-text a{
    color: #333333;
    text-decoration: underline;
}

.general-textbox table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 3px;
    font-size: 14px;
    margin-top: 17px;
    padding: 0 15px;
}
.general-textbox table tr{
    border: 1px solid #ffb15e;
    border-radius: 7px;
    margin-left: 10px;
    margin-right: 10px;
}
.general-textbox table th{
    position: relative;
    width: 30%;
    background-color: #ffb15e;
    color: white;
    text-align: left;
    padding: 10px 0;
    padding-left: 17px;
    border-radius: 7px 0 0 7px;
    vertical-align: middle;
}
.general-textbox table th a{
    color: #ffffff;
}
.general-textbox table td{
    width: 70%;
    text-align: left;
    background-color: #ffffff;
    padding: 10px 0;
    padding-left: 17px;
    padding-right: 10px;
    border: 1px solid #ffb15e;
    border-radius: 0 7px 7px 0;
}

footer{
    font-size: 80%;
    width: 100%;
    text-align: center;
    background: linear-gradient(#b9b9b9, 4%, #000000);
    padding-top: 20px;
    -pie-background: linear-gradient( 0deg, #616060, #191919 );
    behavior: url(./PIE.htc);
    background-color: #616060;
}
footer ul{
    background-color: #ff790a;
    padding-top: 7px;
}
footer li{
    display: inline;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-right: 21px;
    background-color: #ff790a;
}
footer li+ li{
    border-left: 1px solid #fff;
    padding-left: 21px;
    padding-right: 21px
}
footer p{
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 21px;
    padding-bottom: 23px;
    background-color: #ff790a;
}
footer address{
    color: #fff;
    letter-spacing: 5px;
}

