/* CSS Document */
@charset "utf-8";
.top_title_wrap{
    position: relative;
    overflow: hidden;
}
.top_title_wrap .img_wrap{
    line-height: 0;
    max-width: 2000px;
}
.top_title_wrap .img_wrap img{
    width: 160%;
    margin: 0 0 0 -30%;
    max-width: 2000px;
}
.top_title_inner{
    padding: 10px;
    background: #BB3A3A;
}
.top_title_inner.white{
    background: rgba(255,255,255,.9);
}
.top_price small{
    font-size: .6em;
}
.top_price,
.top_title_inner .top_name{
    font-size: 1.3em;
    margin: 0;
    color: #fff;
}
.top_price{
    text-align: right;
}
.top_title_inner.white .top_price small,
.top_title_inner.white .top_name{
    color: #707070;
}
.top_title_inner.white .top_price{
    color: #C1272D;
}
.ranking_list,
.category_product_list{
    padding: 0 15px;
    margin: 0 auto 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    max-width: 1130px;
}
.ranking_list li,
.category_product_list li{
    width: 31%;
    margin: 0 0 1em;
    position: relative;
}
.ranking_list li:nth-of-type(3n + 1),
.category_product_list li:nth-of-type(3n + 1){
    margin-right: 2%;
}
.ranking_list li:nth-of-type(3n + 2),
.category_product_list li:nth-of-type(3n + 2){
    margin: 0 1% 1em;
}
.ranking_list li:nth-of-type(3n + 3),
.category_product_list li:nth-of-type(3n + 3){
    margin-left: 2%;
}
.price{
    color: #BB3A3A;
    font-size: x-large;
}
.ranking_list li:nth-of-type(1),
.ranking_list li:nth-of-type(2),
.ranking_list li:nth-of-type(3){
    padding-top: 50px;
}
.ranking_list li:nth-of-type(1)::before,
.ranking_list li:nth-of-type(2)::before,
.ranking_list li:nth-of-type(3)::before{
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transform: translate(-50% , 0);
}
.ranking_list li:nth-of-type(1)::before{
    content:"1";
    background: #EED818;
}
.ranking_list li:nth-of-type(2)::before{
    content:"2";
    background: #D9D9D9;
}
.ranking_list li:nth-of-type(3)::before{
    content:"3";
    background: #BF7617;
}
.tabe_inner{
    border: 1px solid #C1272D;
    width: 100%;
    padding: 35px;
}
.top_20{
    background: #FAF8F5;
    padding: 15px;
}
.top_20 > p:nth-of-type(1){
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.top_20 > p:nth-of-type(2){
    padding: 0;
    margin: 0;
}
.tabe_wrap > p:nth-of-type(1){
    text-align: center;
    font-size: 2em;
    color: #C1272D;
    width: 100%;
    padding: 10px 30px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background-position: center;
    font-weight: bold;
}
.tabe_wrap > p:nth-of-type(1)::before,
.tabe_wrap > p:nth-of-type(1)::after{
    content:"";
    display: block;
    width: 10%;
    max-width: 60px;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(https://gigaplus.makeshop.jp/udnm/product/images/tabe_rank_mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.tabe_wrap > p:nth-of-type(1)::before{
    left: 0;
}
.tabe_wrap > p:nth-of-type(1)::after{
    right: 0;
    background-image: url(https://gigaplus.makeshop.jp/udnm/product/images/tabe_rank_mark_02.svg);
}
.tabe_wrap > p:nth-of-type(2){
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}
.otamesi_wrap{
    border: 1px solid #C1272D;
    padding: 0;
    margin: 1em auto;
    width: calc(100% - 30px);
    max-width: 1060px;
}
.otamesi_wrap > p:nth-of-type(1){
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    background: #C1272D;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #fff;
    padding: 15px;
}
.otamesi_wrap > p:nth-of-type(1)::before,
.otamesi_wrap > p:nth-of-type(1)::after{
    content:"";
    display: block;
    width: 45px;
    height: 40px;
    background-image: url(https://gigaplus.makeshop.jp/udnm/product/images/warning.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.otamesi_wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    border: 1px solid #C1272D;
    margin: 0;
    padding: 0;
}
.otamesi_wrap ul li{
    width: 100%;
    position: relative;
    padding: 10px;
    height: 100%;
}
.otamesi_wrap ul li > p:nth-of-type(1){
    font-size: 1.2em;
    text-align: center;
    color: #BB3A3A;
    width: 100%;
}
.otamesi_wrap ul li > p:nth-of-type(2){
    text-align: left;
}
.otamesi_wrap ul li .img_wrap{
    width: 100%;
    text-align: center;
}
.tabe_wrap{
    width: 100%;
    padding: 0 15px;
    max-width: 1090px;
    margin: 1em auto;
}
.detail_subtitle{
    padding: 35% 20% 0;
    text-align: center;
    width: 100%;
    background-image: url(https://gigaplus.makeshop.jp/udnm/product/images/title_bg.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    max-width: 1100px;
    margin: 1em auto;
}
.otodoke_wrap,
.arg_wrap,
.omesiagari_wrap,
.kodawari_wrap,
.towa_wrap{
    margin: 4em auto;
}
.otodoke_wrap > section > p,
.arg_wrap > section > p,
.omesiagari_wrap > section > p,
.kodawari_wrap > section > p,
.towa_wrap > section > p{
    width: 100%;
    padding: 0 15px;
    line-height: 200%;
    margin: 0 auto 1em;
    max-width: 1060px;
    font-size: 1.1em;
}
.otodoke_wrap > section > .img_wrap,
.arg_wrap > section > .img_wrap,
.omesiagari_wrap > section > .img_wrap,
.kodawari_wrap > section > .img_wrap,
.towa_wrap > section > .img_wrap{
    max-width: 1100px;
    margin: 2em auto;
}
.otodoke_red{
    font-size: 1.2em;
    color: #BB3A3A;
    font-weight: bold;
}
.detail_cart_btn{
    padding: 0;
    text-align: right;
}
.detail_cart_btn > a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #BB3A3A;
    padding: 15px;
    text-align: center;
    position: relative;
    margin: 2em 0 2em auto;
    color: #fff;
}
.detail_cart_btn > a::before{
    content:"";
    width: 23px;
    height: 23px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url(https://gigaplus.makeshop.jp/udnm/product/images/cart_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
div.arg_wrap > section > p:nth-child(3){
    font-size: 1.3em;
    font-weight: bold;
}
.arg_list{
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.arg_list li{
    width: 48%;
    margin: 0 0 2em;
}
.arg_list li:nth-of-type(odd){
    margin-right: 2%;
}
.arg_list li:nth-of-type(even){
    margin-left: 2%;
}
.arg_list li > p:nth-of-type(1){
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 auto 1em;
}
.arg_list li > p:nth-of-type(2){
    padding: 0 15px;
}
.lp_wrap{
    width: 100%;
    padding: 0 0 30px;
    max-width: 1100px;
    position: relative;
    background: rgba(214,214,214,.3);
    margin: 1em auto;
}
.lp_wrap > p{
    padding: 15px;
    margin: 0;
}
.lp_wrap > p:nth-of-type(1){
    text-align: center;
    color: #BB3A3A;
    position: relative;
    padding: 15px;
    background: rgba(209,170,93,.3);
    font-size: 1.3em;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.lp_wrap > p:nth-of-type(1) img{
    margin: 0 10px;
    width: 20px;
    height: auto;
}
.lp_inner{
    padding: 50px 15px;
    background-image: url(https://gigaplus.makeshop.jp/udnm/product/images/lpack.svg);
    background-size: 50%;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dotted #D6D6D6;
}
.lp_inner p{
    margin: 0;
    width: 100%;
}
.yupack_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.yupack_inner .img_wrap{
    width: 40%;
    padding: 50px 15px;
}
.yupack_inner p{
    margin: 0;
    width: 60%;
    padding: 0 15px 0 0;
}
.products_detail_wrap .two_column{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
}
.products_detail_wrap .two_column .column{
    width: 100%;
    padding: 0;
}
.tab_list{
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 540px;
    margin: 0 auto;
}
.tab_list .img_wrap{
    width: 31%;
    margin: 0 0 1em;
}
.tab_list .img_wrap:nth-of-type(3n + 2){
    margin: 0 3% 1em;
}
.products_detail_wrap .two_column .column:nth-of-type(2){
    width: 100%;
    padding: 15px;
}
.cart_btn{
    background: #BB3A3A;
}
.cart_btn a{
    padding: 15px;
    text-align: center;
    color: #fff;
    display: block;
}
.detail_guide_list{
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 1em auto;
}
.detail_guide_list li{
    width: 100%;
    border: 1px solid #E5E5E5;
    margin: 0 auto 1em;
}
.detail_guide_list li a{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: .9em;
}
.detail_guide_list li a::before,
.detail_guide_list li a::after{
    content:"";
    position: absolute;
}
.detail_guide_list li a::before{
    width: 12px;
    height: 12px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}
.detail_guide_list li a::after{
    content:"";
    width: 20px;
    border-top: 3px solid #000;
    right: 21px;
    top: 50%;
    transform: translate(0, -50%);
}
.detail_guide_list li a img{
    margin: 0 10px 0 0;
}
.produt_detail_list{
    margin: 1em auto;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.produt_detail_list dt{
    padding: 15px;
    margin: 0;
    width: 120px;
}
.produt_detail_list dd{
    padding: 15px;
    width: calc(100% - 120px);
    margin: 0;
}
.spinner_wrap{
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.spinner_wrap > p{
    margin: 0 10px 0 0;
    width: 40px;
}
/* 860px */
@media (min-width: 860px) {
    .top_title_wrap .img_wrap img{
        width: 100%;
        margin: 0 0 0 0;
        max-width: 100%;
    }
    .top_title_inner{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50% , 0);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .top_name{
        font-size: .9em;
        width: 75%;
    }
    .top_price{
        font-size: 2em;
        width: 25%;
    }
    .otamesi_wrap ul li{
        width: 25%;
    }
    .otamesi_wrap ul li::after{
        content:"";
        display: block;
        width: 1px;
        height: 80%;
        border-right: 1px solid #BB3A3A;
        position: absolute;
        top: 10%;
        right: 0;
    }
    .otamesi_wrap ul li:last-of-type::after{
        content: none;
    }
    .detail_subtitle{
        padding: 25% 20% 0;
    }
    .lp_wrap > p:nth-of-type(1){
        font-size: 1.5em;
    }
    .lp_wrap > p:nth-of-type(1) img{
        width: 30px;
    }
    .lp_wrap{
        font-size: 30px;
    }
    .lp_inner{
        min-height: 610px;
        padding: 140px 15px;
        background-size: contain;
    }
    .products_detail_wrap .two_column .column:nth-of-type(2),
    .products_detail_wrap .two_column .column{
        width: 50%;
    }
    .products_detail_wrap .two_column .column:nth-of-type(2){
        padding: 0 0 0 15px;
    }
    .option_wrap > p{
        margin: 0 10px 0 0;
    }
    .products_detail_wrap{
        padding: 0 0 100px;
    }
}

/* 992px for pc*/
@media (min-width: 992px) {
    .detail_guide_list li{
        width: calc(50% - 5px);
        margin: 0 0 10px 0;
    }
    .detail_guide_list li:nth-of-type(2n + 1){
        margin-right: 5px;
    }
    .detail_guide_list li:nth-of-type(2n + 2){
        margin-left: 5px;
    }
}

/* 1200px for wide pc */
@media (min-width: 1200px) {
}