@charset "UTF-8";


/* 全体の構成 */
.topicsDetailImg_full_pink_buttonArea{
    background-color: #FFF;
}

/* アプリのリンク（サイズ感はその都度調整） */
.assets_ic182_box01{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.assets_ic182_box01 a{
    width: 50%;
}
.assets_ic182_box01 a > img{
    width: 100%;
}


/* 下部のボタンエリア */
.btnArea{
    width: 89.333%;
    margin: 30px auto;
}
.btnArea a:nth-of-type(1){
    margin-top: 0;
}

@media print, screen and (min-width: 768px) {
    /* 全体の構成 */

    main:before {
        content: "";
        display: block;
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../img/ic_182_bg.jpg) top center no-repeat;
        background-size: cover;
    }
    .topicsDetailImg_full_pink{
        position: relative;
        padding-bottom: 0px;
    }
    .topicsDetailImg_full_pink .topicsButtonWrap{
        margin:0 auto;
        padding: 60px 0;
    }
    .buttonBlack a:hover, .buttonWhite a:hover {
        background-color: #FFF;
    }
    footer{
        position: relative;
    }

    /* アプリのリンク（サイズ感はその都度調整） */
    .assets_ic182_box01{
        width: 600px;
        margin: 0 auto;
    }

    /* 下部のボタンエリア */
    .btnArea{
        margin: 0 auto;
        width: 536px;
        padding: 60px 0;
    }
    .btnArea a{
        text-align: left;
    }
}

/* --- ケーキLPからの移植 --- */
main{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

/* LINEUP */
.lineup {
    padding: 13.7333333333% 0 3.4666666667%;
    background: #fff5e6;
    color: #694b2c;
    z-index: 0;
    position: relative;
    margin-top: 6.4%;
    position: relative;
    margin-top: 0;
}
.lineup .inner {
    padding: 0 6%;
}
.lineup .iv-up.iv-active {
    transition: transform .5s,opacity .5s;
}
.lineup .lineup-title {
    display: block;
    line-height: 1;
    letter-spacing: .05em;
    font-size: 7.2826666667vw;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 700;
    text-align: center;
}
.lineup .iv-up.iv-active {
    transition: transform .5s,opacity .5s;
}
.iv-up.iv-active {
    opacity: 1;
    transform: translateY(0);
    transition: .5s;
}
.lineup .lineup-title small {
    display: block;
    margin-top: 1.8666666667%;
    line-height: 1;
    letter-spacing: .05em;
    font-size: 2.9333333333vw;
    font-weight: 400;
}
.lineup .lineup-list {
    margin: 2.6666666667% auto 0;
}
.lineup .lineup-list li:nth-child(2n-1) {
    margin-right: 3.0303030303%;
}
.lineup .lineup-list li {
    float: left;
    width: 48.4848484848%;
    margin-top: 3.7878787879%;
}
.lineup .lineup-list:after {
    content: "";
    clear: both;
    display: block;
}
.lineup .btn {
    max-width: 88.712121%;
    margin: 8% auto 0;
}
.lineup .lineup-btn a {
    display: block;
    padding: 5% 9%;
    border-radius: 100px;
    border: none;
    background-color: #694b2c;
    line-height: 1.5;
    color: #fff;
    font-size: 3.3333333333vw;
    position: relative;
}
.lineup .lineup-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 2vw;
    height: 2.8vw;
    max-width: 10px;
    max-height: 16px;
    background: url(../img/arrow.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.lineup .caution {
    margin-top: 8%;
    text-align: left;
    color: #694b2c;
    font-size: 2.9333333333vw;
}
.lineup .caution span {
    display: block;
    line-height: 1.5416666667;
}

@media print, screen and (min-width: 768px) {
    .lineup {
        width: 600px;
        margin: 0 auto;
    }
    .lineup .lineup-title {
        font-size: 43.696px;
    }
    .lineup .lineup-title small {
        font-size: 17.6px;
    }
    .lineup .lineup-list li img{
        width: 100%;
    }
    .lineup a {
        transition: opacity .2s;
    }
    .lineup a:hover {
        opacity: .7;
    }
    .lineup .lineup-btn a {
        font-size: 20px;
        
        text-decoration: none;
        cursor: pointer;
    }
    .lineup .caution {
        font-size: 17.6px;
    }
}

/* フローティングバナー（commonの上書き） */
 .parts-stickyBtn {
    background-color: #b01e31;
}
.parts-stickyBtn span{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1.5;
    font-feature-settings: "palt";
    color: #f0ce6c;
}
