@charset "UTF-8";
/* ブラウザの横幅が640px以下のとき → スマホとみなす*/
body {
    color: #303335;
    background-color: #FFF;
}
a:hover {
    text-decoration: none;
}
img {
    width: 100%;
}
.row {
    max-width: 600px;
    margin:  0 auto;
}
.header {
    background-color: #F8F8F8;
}
.header-img {
    display: block;
    margin: 0 auto;
   max-width: 600px;
}
/*商品の画像*/
.picture-box {
    width: 90%;
    margin: 0 auto;
}
.free-shipping-mark {
    margin-top: 37px;
    width: 80px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: rgb(48, 51, 53);
    padding: 2px 8px;
    border: 1px solid rgb(48, 51, 53);
    border-radius: 7.5px;
}
.same-day-shipping-mark {
    margin-top: 15px;
    width: 80px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: rgb(182, 124, 45);
    padding: 2px 8px;
    border: 1px solid rgb(182, 124, 45);
    border-radius: 7.5px;
}
/*本物保証のポップアップ*/
.real_appeal {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    background-color: #ff5722;
    padding: 2px 8px;
    color: #FFF;
    font-weight: 700;
    border-radius: 7.5px;
  }
.display-none {
    display: none;
}
#real_appeal_popup_content {
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
#real_appeal_popup_content-popup {
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    margin: auto;
    max-width: 327px!important;
}

#real_appeal_popup_content {
    border-color: #fff;
    border-radius: 5px;
}
.real_appeal_popup {
    position: relative;
    background-color: #FFF;
    box-sizing: border-box;
    color: rgb(48, 51, 53);
    width: 80%;
    margin: 0 auto;
    top: 130px;
    max-width: 400px;
}
.real_appeal_popup_box {
    width: 100%;
    padding: 44px 16px 16px;
    font-size: 12px;
    box-sizing: border-box;
    text-shadow: none;
}
.real_appeal_popup_box .real-bag {
    text-align: center;
    margin: 0 0 16px;
}
.real_appeal_popup_box h2,.real_appeal_popup_box h3,.real_appeal_popup_box .aacd-note span,.real_appeal_popup_box .aacd-ttl{
    font-weight: 600;
    margin: 0 0 8px;
}
.real_appeal_popup_box p {
    margin: 0 0 8px;
    line-height: 18px;
    letter-spacing: -0.17px;
}
.real_appeal_popup_box h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.23px;
    margin-bottom: 16px;
    text-align: center;
}
.real_appeal_popup_box .aacd-ttl,.real_appeal_popup_box .aacd-note {
    color: #B67C2D;
}
.real_appeal_popup_box .aacd-note {
    margin: 0 0 10px 0;
}
.real_appeal_popup_box .aacd-logo img {
    width: 136px;
}
.real_appeal_popup #real_appeal_popup_close {
    position: absolute;
    top: 5px;
    right: 16px;
    font-size: 24px;
}
/*商品画像より下*/
.names-area {
    margin: 8px 0 10px;
    color: #303335;
}
.names-area h2 {
    margin: 0;
    position: relative;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.81px;
}
.names-area .brand-name h2:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 12px 10px;
    border-top: 2px solid #303335;
    border-right: 2px solid #303335;
    transform: rotate(45deg);
}
.names-area span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding-right: 2px;
}
.earliest-shipping-date {
    margin-bottom: 4px;
    padding-top: 24px;
    text-align: center;
    position: relative;
}
.earliest-shipping-date p {
    margin: 0;
    font-weight: 500;
    color: rgb(48, 51, 53);
    line-height: 24px;
    font-size: 16px;
}
.earliest-shipping-date span {
    font-weight: 600;
    padding: 0 4px 0;
}
.free-compensation {
    display: flex;
    align-items: center;
    color: #FE5720;
    font-weight: bold;
}
.free-compensation:before, .free-compensation:after {
    border-top: 6px solid #FE5720;
    content: "";
    flex-grow: 1;
    margin-right: 40px;
    margin-left: 40px;
}
.free-compensation:before {
    margin-right: 8px;
}
.free-compensation:after {
    margin-left: 8px;
}
.free-compensation-p {
    text-align: center;
    margin: 4px 0 0;
    color: #303335;
    font-size: 12px;
    line-height: 18px;
}
.laxus-price-plan {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px 30px 8px 8px;
    background-color: rgb(245, 245, 245);
    box-sizing: border-box;
    border-radius: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
    font-weight: 500;
}
.laxus-price-plan p {
    margin: 0;
}
.laxus-price-plan .red {
    color: rgb(255, 87, 34);
}
.laxus-price-plan-text {
    margin: 8px 0 32px;
}
.laxus-price-plan-text p {
    text-align: center;
    font-size: 13px;
    color: rgb(182, 124, 45);
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
.bag-size {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}
.bag-size .bag-weight {
    margin-top: 8px;
}
.bag-size .bag-weight  img {
    width: 150px;
}
#reserve_index_show_detail_discreteness {
    height: 44px;
}
#reserve_index_show_detail_discreteness h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.39px;
    color: #303335;
    padding: 20px 0 0;
    margin: 0;
}
#reserve_index_details {
    margin: 18px 0 38px;
}
#dl-btn {
    display: block;
    background-color: #B67C2D;
    width: 100%;
    text-align: center;
    border-radius: 28.5px;
    padding: 18px 0;
    margin-bottom: 70px;
    font-weight: bold;
    position: relative;
}
#dl-btn:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: 23px 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}
#dl-btn span {
    color: #FFF;
    font-size: 16px;
}
/*初めてガイドリンク*/
.howto-link-btn:hover {
    color: #303335;
}
.howto-link-btn {
    align-items: center;
    max-width: 350px;
    color: #303335;
    text-align: left;
    width: 90%;
    margin: 0 auto 50px;
    display: flex;
    border: 1px solid #ACADAE;
}
.howto-img-box {
    width: 50%;
    max-width: 150px;
}

.howto-link-btn span {
    display: block;
    font-size: 16px;
    margin-left: 25px;
}

/*ユーザーの声*/
#voice {
    background-color: #EFEFEF;
}
#voice .inner {
    width: 87%;
    margin: 0 auto 0;
    padding: 25px 0 40px;
}
#voice h1 {
    margin-bottom: 0.6em;
    font-size: 16px;
}
.youtube {
    width: 100%;
    aspect-ratio: 16/9;
}
#voice p {
    margin: 1em 0 1em;
}
#voice p::before {
    content: "";
    background-image: url(../image/quotation-mark.png);
    background-size: contain;
    width: 30px;
    height: 28px;
    display: block;
    margin-bottom: 0.5em;
}
#voice p span {
    font-size: 0.8em!important;
    text-align: right!important;
    display: block!important;
}

/*フッターのダウンロードエリア*/
#footer-dl-link {
    font-size: 14px;
    text-align: center;
    margin: 27px 0 35px;
}
.dl-img-box {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}

/*フッター*/
.recruit_kv_add {
    margin: 0 auto;
    background: #EDEDED;
    padding: 2em 3.5% 1.7em;
}
.logo {
    margin-left: 4px;
    margin-bottom: 1em;
}
.recruit_kv_add .logo {
    width: 86px;
}
.recruit_kv_add h3 {
    color: #B67C29;
    font-size: 14px;
    margin-bottom: 0.25em;
    line-height: 21px;
    margin-top: 0;
}
.recruit_kv_add h3 span {
    margin: 0 4px 0 0;
}
.add-komoji {
    color: #303335;
    font-size: 10px;
    text-align: right;
    margin-top: 1.5em;
}
.recruit_kv_add .add-world {
    border: 1px solid rgb(48, 51, 53);
    border-radius: 5px;
    color: #303335;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: justify;
    padding: 12px;
    margin-top: 16px;
}
@media screen and (max-width: 400px){ 
    #dl-btn span {
        font-size: 14px;
    }
    .laxus-price-plan {
        padding-right: 8px;
    }
    .free-compensation:before, .free-compensation:after {
        margin: 0;
    }
    .free-compensation:before {
        margin-right: 8px;
    }
    .free-compensation:after {
        margin-left: 8px;
    }
    .howto-link-btn span {
        font-size: 14px;
        margin-left: 15px;
    }
}