.fv__area{
    width: 100%;
}
#senpeiDM {
    font-size: 22px;
    font-weight: 500;
    line-height: 2.04;
    color: #000;
}
#senpeiDM img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media screen and (min-width: 767px) {
    .pchidden{
        display: none;
    }
    .item__fv,
    .in__item__list li{
        overflow: hidden
    }
    .about__area,
    .camp__area a,
    .item__fv img,
    .in__item__list li img{
        transition: all 0.6s ease;
    }
    .about__area:hover,
    .camp__area a:hover{
        opacity: 0.8;
    }
    .item__fv a:hover img,
    .in__item__list li a:hover  img{
        transform: scale(1.05);
    }
}
@media screen and (max-width: 768px) {
    .sphidden{
        display: none;
    }
    #senpeiDM {
        font-size: 15px;
        line-height: 1.8;
    }
}

/**************************************
        about__area
**************************************/
.about__area{
    background: url(/cms/img/usr/feature/99senpei_dm/99se_dm_about_back_pc.jpg) no-repeat;
    background-position:center;
    background-size:cover;
    padding: 105px 0 25px;
    color: #131d36;
    position: relative;
}
.about__area .link,
.about__area .link a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    text-indent:-9999px;
    background: none;
    opacity: 0;
}
.about__area dl{
    max-width: 1200px;
    margin: 0 auto;
}
.about__area dl dt{
    font-size: 45px;
    line-height: 1.8;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 60px;
}
.about__area p{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .about__area{
        background-image: url(/cms/img/usr/feature/99senpei_dm/99se_dm_about_back_sp.jpg);
        padding: 35px 0 0;
        font-size: 12px;
        line-height: 2;
        text-align: center;
        height: 184vw;
    }
    .about__area dl dt{
        font-size: 25px;
        font-weight: 600;
        line-height: 1.9;
        margin-bottom: 30px;
    }
    .about__area p{
        margin-bottom: 25px;
    }
}

/**************************************
        item__area
**************************************/
.item__area{
    max-width: 1200px;
    margin: 100px auto 0;
}
.item__area .item__box{
    padding-bottom: 100px;
}
.item__area .item__detail{
    position: relative;
}
.item__area .item__detail .emb{
    position: absolute;
    top: 0;
    right: -4%;
    width:33.131%;
}
@media screen and (min-width: 767px) {
    .item__headline{
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .item__area .item__box:nth-child(2n+1) .item__headline{
        flex-direction:row-reverse;
    }

    .item__headline .item__fv{
        width: 54.895%;
    }

    .item__headline .item__detail{
        width: 42%;
    }
    .item__headline .item__detail dt h2{
        font-size: 36px;
        font-weight: 600;
        line-height: 1.7;
        margin-bottom: 10px;
    }

    .in__item__list {
        margin-top: 10px;
    }
    .in__item__list ul{
        display: flex;
        justify-content: space-between;
    }
    .in__item__list ul li span{
        display: block;
        margin-top: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    .in__item__list ul li span.item__price{
        font-weight: 700;
        margin: 0;
        text-align: right;
    }
    .in__item__list ul li span.item__price small{
        font-size: 16px;
    }

    .in__item__list.column02 ul li{ width: 49%; }
    .in__item__list.column03 ul li{ width: 32.5%; }
    .in__item__list.column04 ul li{ width: 24%; }
    .in__item__list.column05 ul li{ width: 19.5%; }
    .in__item__list.column06 ul li{ width: 15.5%; }
}
@media screen and (max-width: 768px) {
    .item__area{
        margin: 30px auto 0;
    }
    .item__area .item__box{
        padding-bottom: 40px;
    }

    #ITEM__03 .item__headline .item__detail dl{
        width: 64%;
        margin-bottom: 11vw;
    }
    .item__area .item__detail .emb{
        right: 0%;
        width: 22%;
    }

    .item__headline{
        padding: 0 3%;
    }
    .item__headline .item__detail dl{
        margin-bottom: 20px;
    }
    .item__headline .item__detail dt h2{
        font-size: 18px;
        font-weight: 600;
        margin:10px 0 10px;
    }
    .in__item__list{
        padding: 0 3%;
    }
    .item__headline .in__item__list{
        padding: 0;
    }
    .in__item__list ul li{
        padding-bottom: 10px;
        overflow: hidden;
    }
    .in__item__list ul li a{
        /*display: flex;
        justify-content: space-between;*/

    }
    #senpeiDM .in__item__list ul li img{
        width: 49%;
        float: left;
    }
    .in__item__list ul li span{
        width: 48%;
        font-size: 14px;
        margin: 0 0 5px 0;
        display: block;
        float: right;
        line-height: 1.3;
    }

    .in__item__list ul li span.item__price{
        font-weight: 700;
    }
    .in__item__list ul li span.item__price small{
        font-size: 12px;
    }
}

/**********  gift__scene  ************/
.gift__scene h3{
    border: none;
    background-color:#022a44;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    line-height: 1;
    margin-bottom: 20px;
}
.gift__scene .in__item__list ul li{
    text-align: center;
}
@media screen and (max-width: 768px) {
    .gift__scene{
        margin-top: 40px;
    }
    .gift__scene h3{
        padding: 15px 0;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .gift__scene .in__item__list ul li{
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
}

/**********  more btn  ************/
.block-top-event-btn {
    padding: 40px 0 0;
}
.block-top-more-btn {
    position: relative;
    display: block;
    width: 300px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    padding: 5px 0;
    text-decoration: none;
}
.block-top-more-btn:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 24px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .block-top-event-btn {
        padding: 25px 0 0;
    }
    .block-top-more-btn {
        border-radius: 30px;
        font-size: 15px;
        padding: 15px 0;
        width: 100%;
    }
    .block-top-more-btn:after {
        top: 25px;
        width: 8px;
        height: 8px;
    }
}


/**************************************
        award__area
**************************************/
.award__area{
    max-width: 1200px;
    margin: 0 auto 100px;
    background-color:#f5f5f5;
    padding: 40px 30px 0;
}
.award__area h3{
    font-size: 30px;
    color: #eb5320;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.award__area dl{
    padding-bottom: 40px;
}
.award__area dl dt{
    font-weight: bold;
    margin-bottom: 10px;
}
.award__area dl dd{
    font-size: 19px;
    line-height:1.57;
}
.award__area dl dd.colmn{
    display: flex;
    justify-content: space-between;
}
.award__area dl dd .colmn__left{
    width: 25.79%;
}
.award__area dl dd .colmn__right{
    width: 72.5%;
}
@media screen and (max-width: 768px) {
    .award__area {
        margin: 0 auto 40px;
        padding: 30px 2% 10px 3%;
    }
    .award__area h3{
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
    }
    .award__area dl{
        padding-bottom: 20px;
    }
    .award__area dl dt{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .award__area dl dd{
        font-size: 11px;
    }
    .award__area dl dd.colmn{
        display: flex;
        justify-content: space-between;
    }
    .award__area dl dd .colmn__left{
        width: 42.5%;
    }
    .award__area dl dd .colmn__right{
        width: 56%;
    }
}
