@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------
order/other & pages/goods
------------------------------------------------------------- */
.wrapping_attention_outer{
    text-align: center;
}
.wrapping_attention {
    border: 2px solid #541B86;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 500px;
}
.wrapping_attention_heading_outer{
    filter: drop-shadow( 4px 4px 0px #541B86);
    margin-top: -20px;
}
.wrapping_attention_heading_outer .wrapping_attention_heading{
    background-color: #FFE109;
    color: #541B86;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    padding: 5px;
    position: relative;
    max-width: 230px;
}
.wrapping_attention_heading_outer .wrapping_attention_heading:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #FFE109;
}
.wrapping_attention_heading_outer .wrapping_attention_heading p{
    font-size: 2rem;
}
.wrapping_attention_heading_outer .wrapping_attention_heading p::before,
.wrapping_attention_heading_outer .wrapping_attention_heading p::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-right: 5px;
    background: url(../images/bg_heart.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.wrapping_attention_heading_outer .wrapping_attention_heading p::after{
    margin-right:auto;
    margin-left: 5px;
}
.wrapping_attention ul{
    margin-top: 10px;
    padding: 10px;
    text-align-last: left;
}
.wrapping_attention ul li{
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    line-height: 120%;
    margin-bottom: 8px;
}
.wrapping_attention ul li::before{
    display: inline-block;
    content: "";
    margin-top: 9px;
    margin-right: 3px;
    width: 3px;
    height: 3px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #595757;
}
/*--------------goods_type--------------*/
.goods_type {
    margin-top: 50px;
    margin-bottom: 100px;
}
.goods_type .goods_type_inner{
    border: 3px solid #FFE109;
    background-color: #FFF8E5;
    padding-top: 15px;
}
.goods_type .goods_type_heading{
    filter: drop-shadow( 4px 4px 0px #541B86);
    margin-top: -50px;
    margin-bottom: 30px;
    text-align: center;
}
.goods_type .goods_type_heading .goods_type_heading_inner{
    background-color: #FFE109;
    color: #541B86;
    width: 310px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    padding: 10px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.goods_type .goods_type_heading .goods_type_heading_inner:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #FFE109;
}
.goods_type .goods_type_heading .goods_type_heading_inner .goods_type_name{
    font-size: 2rem;
    line-height: 115%;
}
.goods_type .goods_type_heading .goods_type_heading_inner .goods_type_name::before,
.goods_type .goods_type_heading .goods_type_heading_inner .goods_type_name::after {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
    width: 20px;
    height: 25px;
    background: url(../images/bg_heart.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.goods_type .goods_type_heading .goods_type_heading_inner .goods_type_name::after{
    left: auto;
    right: 20px;
}
/*スライド*/
.goods_type .goods_container{
    position: relative;
}
.goods_type .goods_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 280px;
    max-width: 980px;
}
.goods_type ul.goods_list{
    background-color: #fff;
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 280px;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
}
.goods_type ul li.goods_item{
    position: relative;
    margin-right: 15px;
    font-weight: 500;
}
.goods_type ul li .goods_catch{
    position: absolute;
    top: 0;
    left: 0;
    color: #541B86;
    line-height: 120%;
    border: 1px solid #FFE109;
    background-color: #FFF787;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    padding: 8px;
    display: inline-grid;
    align-content: center;
}
.goods_type ul li .goods_img{
    margin-left: 50px;
    width: 215px;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.goods_type ul li:first-of-type .goods_img img{
    left: -50px;
    top: 0;
    max-width: 500px;
    width: 305px;
    height: auto;
    position: absolute;
}
.goods_type .goods_memo{
    font-size: 12px;
    margin-left: 30px;
}
/*goods_detail*/
.goods_type .goods_detail{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
}
.goods_type .goods_detail::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    width: 120px;
    height: 145px;
    background: url(../images/goods/bg_goods01.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    z-index: 0;
}
.goods_type .goods_detail::after{
    content: '';
    position: absolute;
    bottom: -34px;
    right: -70px;
    width: 190px;
    height: 200px;
    background: url(../images/goods/bg_goods02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    z-index: 0;
}
.goods_type .goods_detail .goods_detail_heading{
    color: #541B86;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.goods_type .goods_detail .goods_detail_heading::before,
.goods_type .goods_detail .goods_detail_heading::after{
    position: relative;
    display: inline-block;
    content: "";
    background-color: #541B86;
    width: 2px;
    height: 25px;
    margin: 0 5px;
    vertical-align: middle;
}
.goods_type .goods_detail .goods_detail_heading span{
    background: linear-gradient(transparent 60%, #FDEA03 80%);
}
.goods_type .goods_detail .goods_detail_heading:before {
    transform: rotate(-25deg);
}
.goods_type .goods_detail .goods_detail_heading::after {
    transform: rotate(25deg);
}
.goods_type .goods_name{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
}
.goods_type .goods_name::before{
    content: '';
    background: url(../images/bg_star02.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 25px;
    margin-right: 3px;
}
.goods_type .goods_detail .goods_price{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    line-height: 140%;
    position: relative;
}
.goods_type .goods_detail .goods_info{
    margin-bottom: 15px;
    position: relative;
}
.goods_type .goods_detail .goods_info .goods_info_heading{
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.goods_type .goods_detail .goods_info .goods_info_detail{
    font-weight: 500;
}
.goods_type .goods_detail .goods_info .goods_info_detail p{
    position: relative;
    margin-bottom: 5px;
    font-size: 1.6rem;
}
.goods_type .goods_detail .goods_info .goods_info_detail p::before {
    display: inline-block;
    content: "";
    margin-top: 4px;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #E8318D;
}
.goods_type .goods_detail .goods_txt{
    position: relative;
    z-index: 1;
}
.goods_type .goods_detail .goods_txt p{
    font-size: 1.6rem;
    font-weight: 500;
}
/*-----------------------order/other & pages/goods共通 PC用-----------------------*/
@media screen and (min-width: 950px) {
    .goods_type .goods_type_heading{
        margin: 10px;
    }
    .goods_type .goods_inner{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 30px;
    }
    .goods_type .goods_wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    .goods_type ul.goods_list{
        grid-auto-columns: 190px;
        height: 280px;
        align-items: center;
    }
    .goods_type ul.goods_list li{
        height: 250px;
    }
    .goods_type ul li .goods_catch{
        width: 100px;
        height: 100px;
        font-size: 1.3rem;
        z-index: 1;
    }
    .goods_type ul li .goods_img {
        margin-left: 0px;
        margin-top: 75px;
        width: 175px;
        height: 175px;
        z-index: 0;
    }
    .goods_type .goods_memo{
        position: absolute;
        top: 20px;
        left: 78px;
    }
    .goods_type .goods_detail{
        width: 420px;
    }
}
