@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

html{
    font-size: 100%;
}
body{
    background-color: #fff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    margin: 0 auto;
}
img{
    width: 100%;
}

a{
    list-style: none;
    text-decoration: none;
    color: #333333;
}
ul{
    list-style: none;
    color:#333333;
    display: flex;
}

/*ヘッダー*/
header{
    margin-top: 32px;
}
header .logo{
    text-align: center;
}
header .logo img{
    width: 25%;
    height: 25%;
}
header .heading{
    display: flex;
    margin-top: 24px;
    overflow-x: scroll;
}
header .heading {
    margin-left: 2rem;
    margin-right: 2rem;
}
header .heading li{
    font-size: 12px;
    margin-right: 0.8rem;
}
header .heading .manage li:last-child{
    margin-right: 0;
}


/*メインビジュアル*/
.mainvisual {
    margin-top: 2rem;
}
.mainvisual img{
    flex-shrink: 0;
}

/*コンテナ*/
#container{
    margin: 2rem 2rem 0 2rem;
}
@media screen and (min-width: 896px),print {
    #container{
        margin: 0;
    }    
}

#container .ttl{
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    padding: 18px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
#container .explain{
    margin-top: 20px;
    font-size: 12px;
    display: inline-block;
    text-align: left;
    width: 100%;
}
#container .price{
    margin-top: 30px;
    text-align: left;
}

/*購入テーブル*/
table{
    border-spacing: 0;
}
.tableWrapper01{
    margin-top: 40px;
}
.tableWrapper01 .qty{
    width: 100%;
    height: 152px;
}
.color{
    width: 15%;
}
.SML{
    width: 15%;
}
td {
    border-bottom: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    padding-top: 10px 16px;
    font-size: 12px;
    text-align: center;
}
.tableWrapper01 .qty td:last-child{
    border-right: none;
}
.color.-last, .SML.-last, .select.-last{
    border-bottom: none;
}
/*プルダウン*/
.selectWrap{
    width: 70%;
    position: relative;
}
select{
    border: 1px solid #C3C3C3;
    width: 130%;
    line-height: 1.5;
    margin: 0.6rem 1rem;
}
/*プルダウンのアイコン自作*/
select{
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand{
    display: none;
}
.selectWrap::after{
    border-left: 10px solid transparent;
    border-right:  10px solid transparent;
    border-top: 12px solid #C3C3C3;
    content: "";
    position: absolute;
    right: -4rem;
    top: 0.9rem;
    width: 0;
}

/*ボタン*/
.btnWrapper{
    margin-top: 18px;
}
.btn{
    width: 100%;
    height: 54px;
    color: #ffffff;
    background-color: #4B4B4B;   
}
.btn:hover{
    opacity: 0.7;
}

/*サイズテーブル*/
.tableWrapper02{
    margin-top: 30px;
}
.tableWrapper02 .size{
    width: 100%;
    height: 152px;
}
.tableWrapper02 .size th{
    background-color: #C3C3C3;
    padding: 10px 16px;
    font-size: 12px;
    text-align: center;
}

/*フッター*/
footer{
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center;
}

@media screen and (min-width: 896px),print {
    body{
        width: 800px;
        margin: auto;
    }
    header{
        max-width: 1000px;
        border-bottom: solid 1px #C3C3C3;
    }
    .heading{
        max-width: 800px;
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
    }
    #outWrap{
        max-width: 800px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .mainvisual{
        width: 45%;
    }
    #container{
        width: 45%;
        margin-top: 2rem;
    }

}
