@charset "UTF-8";
.sp_br {
    display: none;
}

#item_box p,
#item_box dl,
#item_box dt,
#item_box dd,
#item_box span,
#item_box ul,
#item_box li {
    padding: 0;
    margin: 0;
}
#item_box li{
    list-style: none;
}

#item_box {
    width: 100%;
    max-width: 1000px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #161616;
    margin: auto;
    font-size: 15px;
}

#item_box table {
    box-sizing: border-box;
    border-collapse: collapse;
    margin: unset;
    width: 500px;
}

#item_box table th,
#item_box table td {
    padding: 20px;
    border: 1px #CCC solid;
    box-sizing: border-box;
    font-size: 15px;
}

#item_box table th {
    width: 140px;
    text-align: center;
    vertical-align: top;
}

#item_box .catch {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 3px
}

#item_box .text {
    margin: 20px 0 110px;
    font-size: 22px;
    text-align: center;
}

#item_box .img_box {
    margin-top: 90px;
}

#item_box .text_link {
    text-decoration: underline;
    color: #161616;
}

#item_box .text_link::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #161616;
    border-right: solid 1px #161616;
    transform: rotate(45deg);
    padding-top: 1px;
}

#item_box a {
    display: block;
}

#item_box a:hover {
    opacity: 0.8;
}


#item_box dl {
    margin-top: 150px;
}

#item_box dl.top {
    margin-top: 120px;
}

#item_box dt {
    margin-bottom: 60px;
    padding-bottom: 1px;
    font-family: 'Castoro', serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo;
    font-size: 32px;
font-style: italic;
    text-align: left;
    display: block;
    border-bottom: 1px solid #161616;
}

#item_box .notice_box {
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #161616;
    font-size: 15px;
}

#item_box .notice_box span {
    font-size: 18px;
    font-weight: bold;
}

#item_box .variation_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#item_box .variation_box li {
    width: 50%;
    margin-bottom: 30px;
}

#item_box .variation_box li:last-child,
#item_box .variation_box li:nth-last-child(2) {
    margin-bottom: 0;
}

#item_box .variation_box p {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

#item_box .item_introduction {
    margin-bottom: 70px;
}

#item_box .item_introduction p,
#item_box .item_information p
{
font-size: 16px;
}

#item_box .item_introduction span,
#item_box .item_information span {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

#item_box .item_information div,
#item_box .btn_box {
    display: flex;
    justify-content: space-between;
}

#item_box .item_information div .img_size {
    width: 452px;
height: fit-content;
}

#item_box .bnr_wrapping {
    margin-bottom: 60px;
    text-align: center;
}

/*fs用css*/
#item_box .btn_box a {
    width: calc((100% - 20px) / 2);
}
#item_box img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .sp_br {
        display: block;
    }
    .fs-l-pageMain:has( > #item_box) {
        width: 95%;
        margin: 0 auto;
    }
    #item_box .text {
        font-size: 13px;
        margin: 0px 0 30px;
    }
    #item_box .notice_box {
        width: 100% !important;
        padding: 20px 0;
    }
    #item_box .notice_box span {
        font-size: 16px;
    }
    #item_box dl.top {
        margin-top: 62px;
    }
    #item_box dt {
        margin-bottom: 35px;
        font-size: 24px;
    }
    #item_box .img_box {
        margin-top: 30px;
    }
    #item_box dl {
        margin-top: 0;
        margin-bottom: 70px;
    }
    #item_box .item_introduction {
        margin-bottom: 30px;
    }
    #item_box .item_information div, #item_box .btn_box {
        display: block;
    }
    #item_box table {
        width: 100%;
        margin: 0 0 30px 0;
    }
    #item_box .btn_box a {
        width: 100%;
        margin: 15px auto;
    }
    #item_box .item_information div .img_size {
        width: 100%;
        margin: 30px auto;
    }
    #item_box .bnr_wrapping {
        margin: 30px auto;
    }
    #item_box .item_introduction span, #item_box .item_information span {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #item_box table th {
        width: 90px;
        text-align: left;
        vertical-align: middle;
    }
}