@charset "utf-8";
@media screen and (min-width:641px){
main {
    width: 100%;
    margin: 0 auto 10px;
    min-width: 1280px;
}
}
#top-about h1 img {
    height: auto !important;
}
/*-------------------
tab
-------------------*/
ul.tab.clear {
    margin-top: 30px;
}
.tab li {
    width: 200px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 10px 5px;
    font-size: 17px;
    border: 2px solid #000;
    border-radius: 7px;
    color: #000;
    margin: 0 5px;
}
.tab li.select {
    background-color: #000;
    color: #fff;
}
.select-category,.select-shop {
    padding: 8px;
    margin: 30px auto 0;
}
.select-category span {
    background-color: #fff;
    padding: 8px 70px;
    font-size: 17px;
    border-radius: 7px;
    color: #d91b40;
    border: 2px solid #d91b40;
    cursor: pointer;
    margin: 0 5px;
}
.select-shop span {
    background-color: #fff;
    padding: 8px 55px;
    font-size: 17px;
    border-radius: 7px;
    color: #d91b40;
    border: 2px solid #d91b40;
    cursor: pointer;
    margin: 0 5px;
}
.select-shop span.all {
    padding: 8px 70px;
}
.select-shop span#factory {
    padding: 8px 20px;
}
.select-category span.select,.select-shop span.select {
    background-color: #d91b40;
    color: #fff;
    border: 2px solid #d91b40;
    cursor: default;
}
/*-------------------
choice
-------------------*/
#choice {
    width: 95%;
    margin: 0 auto;
}
h2.new:before {
    content: "";
    background: url(../images/new_mark.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: -3px 5px 0;
    vertical-align: middle;
}

h2.premire:before {
    content: "";
    background: url(../images/premier_mark.png);
    display: inline-block;
    width: 50px;
    height: 46px;
    background-size: 50px;
    margin: -8px 5px 0;
    vertical-align: middle;
}

.inner_box {
    width: 24%;
    margin: 0.39%;
    float: left;
    height: auto;
}
#choice a {
    display: block;
    position: relative;
}
#choice a .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity:        1;
}
.title {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    margin: auto;
    height: 3.5vw;
    align-content: center;
    position: absolute;
    bottom: 0;
}
.title:before{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.title h2 {
    font-size: 15px;
    color: #000;
    margin: 0 auto;
    padding: 1vw;
}

/*-------------------
sp
-------------------*/
@media screen and (max-width:640px){
#top-about {
    margin: 0 2.5% 5px;
}
/*-------------------
tab
-------------------*/
.tab li {
    width: 48%;
    padding: 10px 0;
    font-size: 15px;
    margin: 0 auto;
}
.select-category, .select-shop {
    padding: 0px;
    margin: 10px auto 0;
}
.select-category span {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    margin: 5px 0;
    width:48%;
    vertical-align: middle;
}
.select-shop span {
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    margin: 5px 0;
    vertical-align: middle;
    /*width: 31%;*/
    width: 48%;
}
.select-shop span.all {
    padding: 10px 0;
    width: 48%;
}
.select-shop span#factory {
    width: 48%;
    padding: 10px 0;
}
/*-------------------
choice
-------------------*/
  .inner_box {
    width: 100%;
    margin: 10px auto;
    float: none;
    height: auto;
}
#choice a .bg_box {
    opacity: 1;
}
.title {
    margin:0 auto;
    height: 13vw;
}
.title h2 {
    padding: 3.5vw;
}
}
