@charset "UTF-8";

body {
    margin: 0 auto;
}
.fs-c-productNumber {
    border: none;
    display: inline-block;
    font-size: 1.2rem;
    padding: 4px 8px;
}
.fs-c-productPointDisplay {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
}
.mainimage_box{
    width: 50%;
}
.mainimage{
    text-align: center;
}
.mainimage img{
    width: 420px;
}
.small_image_box {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 420px;
    margin: 0 auto;
    margin-top: 3%;
}
.small_image_box img{
    width: 50px;
}
.maincart_box{
    display: flex;
}
.cart_box{
    width: 50%;
}
.color_size_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cart_kind_wrap{
    display: flex;
    justify-content: flex-start;
    width: 90%;
}
.color_img{
    width: 70px;
    height: 85px;
}
.cart_kind_innerwrap{
    display: flex;
    align-items: center;
}
.cart_in_group {
    display: flex;
    flex-direction: column;
}
.about_item_box{
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}
.about_img{
    padding-bottom: 50px;
}
.about_item_innerbox {
    margin: 0 auto;
    padding: 25px 0;
}
.about_item_title {
    border-width: 0 0 2px 0;
    border-style: solid;
    width: fit-content;
    font-size: 20px;
    margin-left: 15%;
}
.about_item_text {
    margin-left: 15%;
    text-align: start;
}
.item_img{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.material{
    text-align: start;
    margin-left: 15%;
}
.brand_wrap {
    width: 70%;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #D8D8D8;
    padding: 15px;
}
.brand_name {
    text-decoration: underline;
    text-align: center;
    font-size: 15px;
}
.brand_name{
    font-size: 17px;
    text-align: start;
}
.brand_text {
    font-size: 12px;
}
.brand_link{
    text-align: start;
    text-decoration: underline;
    font-size: 15px;
    border-bottom: solid 1px;
    width: 65%;
}
.size_chart {
    font-size: 15px;
    margin: 0 auto;
    width: 60%;
    /* margin-left: 18%; */
    margin-top: 50px;
}
th,td {
    border: solid 1px;  /*枠線指定*/
    padding: 3px 10px;  /*余白指定*/
    text-align: center;
}
table {
    border-collapse: collapse;  /*セルの線を重ねる*/
}
.size_attention {
    width: 85%;
    margin-left: 20%;
    text-align: start;
}

.size_attention1 {
    font-size: 15px;
}

.size_attention2 {
    font-size: 12px;
}
.item_detail {
    width: 60%;
    font-size: 14px;
    margin: 0 auto;
    text-align: justify;
}

.item_detail td, th {
    border-width: 1px 0;
}

.gift_attention, .returns_guid {
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    border-style: solid;
    border-width: 1px;
    border-color: #D8D8D8;
    padding: 10px;
}

.gift_title, .returns_title {
    font-size: 14px;
    border-bottom: solid;
    width: 50%;
}

.gift_text, .returns_text {
    font-size: 12px;
}