@charset "UTF-8";


/* ============================================
        上書き
============================================= */
#breadCrumbs {
    padding-bottom: 40px;
}


/* ============================================
        フレーバー
        /contents/flavor/
============================================= */

/* --------- 汎用パーツ --------- */
/* リンクボタン */
.flavorBtn{
    width: 100%;
    display: block;
    background-color: #F04E98;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
}
a.flavorBtn:link, a.flavorBtn:visited {
    color: #FFF;
}
.flavorBtn:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}
.flavorBtn.flavorBtn_new {
    position: absolute;
    width: 81.333vw;
    bottom: 9.0666vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    color: #b21c1d;
    border: unset;
}
a.flavorBtn.flavorBtn_new:link, a.flavorBtn.flavorBtn_new:visited {
    color: #F04E98;
}
.afterCaution {
    width: 89.3vw;
    margin: 60px auto 15px;
}
.afterCaution li {
    font-size: 1.1rem;
    line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
    .flavorBtn{
        width: 324px;
        border-radius: 8px;
        padding: 23px 18px;
        font-size: 1.8rem;
        cursor: pointer;
        margin-top: 0;
        transition: 0.5s;
    }
    .flavorBtn:after{
        font-size: 1.8rem;
        right: 18px;
    }
    .flavorBtn.flavorBtn_new {
        width: 324px;
        right: 50px;
        bottom: 178px;
        left: unset;
        transform: unset;
    }
    .flavorBtn:hover,
    a.flavorBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
    .afterCaution {
        width: 1024px;
        margin: 118px auto 20px;
    }
    .afterCaution li {
        font-size: 1.4rem;
    }
}


/* --------- フレーバー一覧 --------- */
h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    line-height: 1;
    width: 89.33vw;
    margin: 45px auto 0;
}
h1 div{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}
h1 .subtitle_text{
    font-size: 1.3rem;
    font-weight: normal;
    margin-right: 12px;
    white-space: nowrap;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
h1 .subtitle_line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}

@media print, screen and (min-width: 768px) {
    h1{
        font-size: 3.0rem;
        width: 1024px;
        margin: 0px auto 0;
    }
    h1 div{
        width: 100%;
        margin-top: 22px;
    }
    h1 .subtitle_text{
        font-size: 1.6rem;
        margin-right: 13px;
    }
}


/* ----- 緊急のお知らせエリア ----- */
.flavorEmergency{
    position: relative;
    width: 100%;
    display: table;
    align-items: center;
    background-color: #F3F3F3;
    border-radius: 7px;
    margin-top: 45px;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
}
a.flavorEmergency:link, a.flavorEmergency:visited {
    text-decoration: none;
}
a.flavorEmergency:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #F04E98;
    font-size: 1.3rem;
    font-weight: 400;
}
.flavorEmergency .flavorEmergencyTitle{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #F04E98;
    white-space: nowrap;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 20px;
}
.flavorEmergency .flavorEmergencyTitle img{
    display: block;
    width: 25px;
    margin: 0 auto 3px;
}
.flavorEmergency p{
    width: 58.66667vw;
    color: #361F00;
    padding-left: 16px;
    border-left: 1px #FFF solid;
    /*margin-left: 25px;*/
    font-size: 1.3rem;
    line-height: 1.5384;
    display: table-cell;
    vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
    .flavorEmergency{
        border-radius: 8px;
        margin-top: 50px;
        padding: 15px 35px 15px 30px;
    }
    a.flavorEmergency:hover {
        opacity: 0.6;
    }
    .flavorEmergency:after {
        font-size: 1.8rem;
        right: 13px;
    }
    .flavorEmergency .flavorEmergencyTitle{
        font-size: 1.8rem;
        padding-right: 30px;
    }
    .flavorEmergency .flavorEmergencyTitle img{
        width: 32px;
        margin: 0 auto 4px;
    }
    .flavorEmergency p{
        width: 857px;
        padding-left: 30px;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}


/* ----- 新作フレーバー ----- */
.flavorBlock_new{
    margin-top: 45px;
    width: 100%;
    height: 164.4vw;
    position: relative;
}
.flavorBlock_new .flavor_block_new_bg{
    width: 100%;
    
    border-radius: 7px;
}
.flavorEmergency + .flavorBlock_new{
    margin-top: 60px;
}
.flavorBlock_new .flavorMovie{
    position: absolute;
    bottom: 30.4vw;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 21px;
    width: 81.3333vw;
    height: 45.7333vw;
    border-radius: 7px;
    border: 1px solid #FFF;
}
.flavorBlock_new .flavorMovie iframe{
    width: 100%;
    height: 45.7333vw;
    border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
    .flavorBlock_new{
        margin-top: 50px;
        width: 100%;
        height: 809px;
    }
    .flavorEmergency + .flavorBlock_new{
        margin-top: 72px;
    }
    .flavorBlock_new .flavorMovie{
        bottom: 45px;
        left: 45px;
        transform: unset;
        width: 578px;
        height: 325px;
        border-radius: 14px;
        border: 2px solid #FFF;
    }
    .flavorBlock_new .flavorMovie iframe{
        width: 578px;
        height: 325px;
        border-radius: 12px;
    }
}


/* ----- 今月のフレーバー ----- */
.flavorBlock_container{
    margin-top: 60px;
}
.flavorBlock_container h2{
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}
.flavorBlock_container h2 span{
    white-space: nowrap;
}
.flavorBlock_container h2:before{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-right: 2.66vw;
    background-color: #3F2021;
}
.flavorBlock_container h2:after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-left: 2.66vw;
    background-color: #3F2021;
}
.flavorBlock_container .leadText{
    font-size: 1.3rem;
    line-height: 1.5384;
    text-align: center;
    margin-top: 17px;
}
.flavorBlock h3{
    margin: 35px auto 0;
    width: 54.6666vw;
}
.flavorBlock h3 img{
    width: 54.6666vw;
}
.flavorBlockList{
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 3.4666vw;
}
.flavorBlockList a,
.flavorBlockList .flavorBlockList_item_select{
    position: relative;
    display: block;
    width: 42.93333vw;
    height: 52.8vw;
    text-align: center;
    border-radius: 7px;
    padding: 0 2.666vw;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #F1EBF8;
}
.flavorBlockList a img{
    position: absolute;
    width: 37.0666vw;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.flavorBlockList a .flavorBlockList_thumbnail_shadow{
    position: absolute;
    display: block;
    width: 26.1333vw;
    height: 10vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    filter: blur(10px);
    bottom: 3.5vw;
    right: 5.5vw;
    z-index: 0;
}
.flavorBlockList_item div{
    height: 15.6vw;
    position: relative;
    border-bottom: 1px solid #FFF;
}
.flavorBlockList_item .flavorName{
    font-size: 1.3rem;
    line-height: 1.5384;
    text-align: center;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/* 定番フレーバー用の上書きや追加 */
.flavorBlock_standard{
    margin-top: 60px;
}
.flavorBlock_standard .flavorBlockList_item{
    background-color: #FDEDF5;
}
.flavorBlockList_item_select span{
    display: block;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    margin-top: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FFF;
}
.flavorBlockList_item_select p{
    font-size: 1.1rem;
    line-height: 1.2727;
    margin-top: 9px;
}
.flavorBlockList_item_select img{
    position: absolute;
    bottom: 2.8vw;
    left: 5.3333vw;
    width: 28.1333vw;
    z-index: 1;
}
.flavorBlockList_item_select .flavorBlockList_thumbnail_shadow{
    position: absolute;
    display: block;
    width: 18vw;
    height: 6vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    filter: blur(12px);
    bottom: 3.5vw;
    right: 8.5vw;
    z-index: 0;
}
.flavorBlock_standard_caution{
    font-size: 1.1rem;
    line-height: 1.5454;
    margin-top: 20px;
    text-align: left;
}

@media print, screen and (min-width: 768px) {
    .flavorBlock_container{
        margin-top: 82px;
    }
    .flavorBlock_container h2{
        font-size: 2.6rem;
    }
    .flavorBlock_container h2:before{
        margin-right: 26px;
    }
    .flavorBlock_container h2:after{
        margin-left: 26px;
    }
    .flavorBlock_container .leadText{
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 24px;
    }
    .flavorBlock h3{
        margin: 45px auto 0;
        width: 256px;
    }
    .flavorBlock h3 img{
        width: 256px;
    }
    .flavorBlockList{
        margin-top: 31px;
        gap: 24px;
    }
    .flavorBlockList a,
    .flavorBlockList .flavorBlockList_item_select{
        width: 238px;
        height: 262px;
        padding: 0 13px;
    }
    .flavorBlockList a img{
        width: 205px;
        bottom: 5px;
    }
    .flavorBlockList a .flavorBlockList_thumbnail_shadow{
        width: 140px;
        height: 50px;
        bottom: 12px;
        right: 32px;
    }
    .flavorBlockList_item div{
        height: 70px;
    }
    .flavorBlockList_item .flavorName{
        font-size: 1.6rem;
        line-height: 1.375;
    }

    /* 定番フレーバー用の上書き */
    .flavorBlock_standard{
        margin-top: 85px;
    }
    .flavorBlockList_item_select span{
        font-size: 1.6rem;
        padding-bottom: 11px;
    }
    .flavorBlockList_item_select p{
        font-size: 1.2rem;
        line-height: 1.66666;
        margin-top: 6px;
        letter-spacing: -0.05em;
    }
    .flavorBlockList_item_select img{
        width: 165px;
        bottom: 16px;
        left: 22px;
    }
    .flavorBlockList_item_select .flavorBlockList_thumbnail_shadow{
        width: 120px;
        height: 40px;
        bottom: 15px;
        right: 50px;
    }
    .flavorBlock_standard_caution{
        font-size: 1.2rem;
        line-height: 1.6666;
        margin-top: 26px;
    }
}


/* ----- ボタンのエリア ----- */
.flavorBtnBlock{
    margin-top: 66px;
}
.flavorBtnBlock a{
    margin-top: 35px;
}
.flavorBtnBlock a:first-child{
    margin-top: 0px;
}

@media print, screen and (min-width: 768px) {
    .flavorBtnBlock{
        margin-top: 97px;
        display: flex;
        gap: 0 24px;
        justify-content: center;
    }
    .flavorBtnBlock a{
        margin-top: 0px;
    }
    .flavorBtnBlock a:first-child{
        line-height: 1.33333;
        padding: 10px 18px;
    }
}


/* ----- 楽しみ方（旧アイスページから移植） ----- */
/* コーン・カップ */
.flavorEnjoyBlock {
    margin-top: 60px;
}
.flavorEnjoyBlock_inner{
    width: 89.33vw;
    margin: 0 auto;
}
.flavorEnjoyBlock h2 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}
.flavorEnjoyBlock h2 span {
    white-space: nowrap;
}
.flavorEnjoyBlock h2:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-right: 2.66vw;
    background-color: #3F2021;
}
.flavorEnjoyBlock h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-left: 2.66vw;
    background-color: #3F2021;
}
.flavorEnjoyBlock_inner_text01{
    font-size: 1.3rem;
    line-height: 1.5384;
    margin-top: 15px;
}
.flavorEnjoyBlock_coneorcup{
    margin-top: 46px;
}
.flavorEnjoyBlock_coneorcup h3{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3F2021;
}
.flavorEnjoyBlock_coneorcup_text01 {
    font-size: 1.3rem;
    line-height: 1.5384;
    margin-top: 15px;
}
.flavorEnjoyBlock_coneorcup_text02 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2857;
    text-align: center;
    margin-top: 43px;
    color: #753BBD;
}
.coneorcup {
    width: 88.2666vw;
    margin: 9px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.coneorcup_item.cone {
    width: 26.5333vw;
}
.coneorcup_item.cup {
    width: 27.4666vw;
}
.coneorcup_item.cone img,
.coneorcup_item.cup img {
    margin-bottom: 6.4vw;
}
.coneorcup_item.wafflecone {
    width: 32.2666vw;
}
.coneorcup img {
    width: 100%;
    display: block;
}
.coneorcup_caution{
    margin-top: 8px;
}
.coneorcup_caution li{
    font-size: 1.1rem;
    line-height: 1.5454;
}
.flavorSizeArea_pc{
    display: none;
}
.flavorSizeArea_container{
    margin-top: 51px;
}
.flavorSizeArea_container_text01{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #753BBD;
}
.flavorSizeArea_caution{
    width: 89.333vw;
    margin: 27px auto 0;
}
.flavorSizeArea_caution li{
    font-size: 1.1rem;
    line-height: 1.5454;
}

/* バラエティボックス */
.flavorVbBlock{
    margin-top: 58px;
}
.flavorVbBlock h3{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3F2021;
}
.flavorVbBlock_text01 {
    font-size: 1.3rem;
    line-height: 1.5384;
    margin-top: 15px;
}
.flavorVbBlock .flavorBtn{
    margin-top: 16px; 
}
.flavorVbBox_left_img{
    position: relative;
    margin: 26px 0 0 8.8vw;
    width: 66.5333vw;
    height: 56.2666vw;
}
.flavor_prod_varietybox{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.flavor_prod_varietybox_shadow{
    width: 78vw;
    position: absolute;
    bottom: -4.2vw;
    right: -14.6666vw;
    z-index: 0;
}
.flavorVbBox_left p{
    font-size: 1.3rem;
    line-height: 1.5384;
    margin-top: 26px;
}
.flavorVbBox_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 19px;
}
.flavorVbBox_list li{
    width: 50%;
    padding-bottom: 20px;
}
.flavorVbBox_list li:nth-of-type(1),
.flavorVbBox_list li:nth-of-type(2){
    border-bottom: 1px solid #C8C8C8;
}
.flavorVbBox_list li:nth-of-type(3),
.flavorVbBox_list li:nth-of-type(4){
    margin-top: 20px;
}
.flavorVbBox_list li span{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2857;
}
.flavorVbBox_list li .flavorVbBox_list_inner div{
    width: 84.48%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.flavorVbBox_left .flavorBtn{
    width: 100%;
    margin-top: 35px;
}

/* フレッシュパック */
.flavorFpBlock{
    margin-top: 57px;
}
.flavorFpBlock h3{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #3F2021;
}
.flavorFpBlock_text01 {
    font-size: 1.3rem;
    line-height: 1.5384;
    margin-top: 15px;
}
.flavorFpBox{
    margin-top: 14px;
}
.flavorFpBox_left{
    position: relative;
    margin: 0 auto;
    width: 52.2666vw;
    height: 49.0666vw;
}
.flavor_prod_freshpack{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.flavor_prod_freshpack_shadow{
    width: 41.6vw;
    position: absolute;
    bottom: -4vw;
    right: -3vw;
    z-index: 0;
}
.flavorFpBox_list{
    margin-top: 23px;
}
.flavorFpBox_list li{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 7px;
    border-bottom: 1px solid #C8C8C8;
}
.flavorFpBox_list li span{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2857;
    margin-bottom: 0px;
}
.flavorFpBox_list li:first-child{
    margin-top: 0px;
}
.flavorFpBox_list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.flavorFpBox_right .flavorBtn{
    width: 100%;
    margin-top: 26px;
}

@media print, screen and (min-width: 768px) {
    /* コーン・カップ */
    .flavorEnjoyBlock {
        margin-top: 95px;
    }
    .flavorEnjoyBlock_inner{
        width: 1024px;
    }
    .flavorEnjoyBlock h2 {
        font-size: 2.6rem;
    }
    .flavorEnjoyBlock h2:before {
        margin-right: 26px;
    }
    .flavorEnjoyBlock h2:after {
        margin-left: 26px;
    }
    .flavorEnjoyBlock_inner_text01{
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 25px;
        text-align: center;
    }
    .flavorEnjoyBlock_coneorcup{
        margin-top: 42px;
    }
    .flavorEnjoyBlock_coneorcup h3{
        font-size: 2.6rem;
    }
    .flavorEnjoyBlock_coneorcup_text01 {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 17px;
        text-align: center;
        white-space: nowrap;
    }
    .flavorEnjoyBlock_coneorcup_text02 {
        font-size: 2.0rem;
        line-height: 1;
        margin-top: 46px;
    }
    .coneorcup {
        width: 700px;
        margin: 40px auto 0;
        padding-left: 35px;
    }
    .coneorcup_item.cone {
        width: 177px;
    }
    .coneorcup_item.cup {
        width: 183px;
    }
    .coneorcup_item.wafflecone {
        width: 242px;
    }
    .coneorcup_item.cone img,
    .coneorcup_item.cup img {
        margin-bottom: 0;
    }
    .coneorcup_caution{
        display: flex;
        font-size: 1.2rem;
        line-height: 1.6666;
        margin-top: 30px;
    }
    .coneorcup_caution li{
        font-size: 1.2rem;
        line-height: 1.6666;
    }

    .flavorSizeArea_container{
        margin-top: 55px;
    }
    .flavorSizeArea_container_text01{
        font-size: 1.8rem;
    }
    .flavorSizeArea_caution{
        width: 1024px;
        margin: 25px auto 0;
    }
    .flavorSizeArea_caution li{
        font-size: 1.2rem;
        line-height: 1.6666;
    }
    .flavorSizeArea_pc{
        display: block;
        width: 1024px;
        margin: 43px auto 0;
        position: relative;
    }
    .flavorSizeArea_pc_inner{
        width: 1024px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .flavorSizeArea_pc_item img{
        width: 100%;
    }
    .flavorSizeArea_pc_item.kids{
        width: 164px;
        position: absolute;
        top: -40px;
        left: 0;
    }
    .flavorSizeArea_pc_item.regular_single{
        width: 267px;
    }
    .flavorSizeArea_pc_item.small_double{
        width: 230px;
    }
    .flavorSizeArea_pc_item.regular_double{
        width: 228px;
    }
    .flavorSizeArea_pc_item.triple_pop{
        width: 228px;
    }
    .flavorSizeArea_pc_item .flavorSize {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        white-space: nowrap;
        margin-top: 25px;
    }
    .flavorSizeArea_pc_item .flavorPrice {
        font-size: 4.7rem;
        font-weight: bold;
        line-height: 1;
        margin-top: 10px;
    }
    .flavorSizeArea_pc_item_text{
        width: 135px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px auto 0;
    }
    .flavorSizeArea_pc_item.kids .flavorSize {
        margin-top: 0;
        font-size: 1.4rem;
    }
    .flavorSizeArea_pc_item.kids .flavorPrice {
        margin-top: 0;
        font-size: 3.4rem;
    }
    .flavorSizeArea_pc_item.regular_single p {
        margin-left: -78px;
        text-align: center;
    }
    .flavorSizeArea_pc_item.small_double p {
        margin-left: -73px;
        text-align: center;
    }
    .flavorSizeArea_pc_item.small_double p.flavorSize {
        font-size: 2.4rem;
        margin-left: -60px;
        margin-top: 12px;
    }
    .flavorSizeArea_pc_item.small_double p.flavorPrice {
        margin-top: 0px;
    }
    .flavorSizeArea_pc_item.small_double p.flavorPrice span {
        font-size: 5.6rem;
        margin-top: 5px;
        display: inline-block;
    }
    .flavorSizeArea_pc_item.regular_double p {
        margin-left: -27px;
        text-align: center;
    }
    .flavorSizeArea_pc_item.triple_pop p {
        margin-left: 0px;
        text-align: center;
    }
    .flavorSizeArea_caution{
        width: 1024px;
        margin: 31px auto 0;
    }
    .flavorSizeArea_caution li{
        font-size: 1.2rem;
        line-height: 1.6666;
    }
    .flavorSizeArea_caution{
        width: 1024px;
        margin: 30px auto 0;
    }
    .flavorSizeArea_caution li{
        font-size: 1.2rem;
        line-height: 1.6666;
    }

    /* バラエティボックス */
    .flavorVbBlock{
        margin-top: 68px;
    }
    .flavorVbBlock h3{
        font-size: 2.6rem;
    }
    .flavorVbBlock_text01 {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 17px;
        text-align: center;
    }
    .flavorVbBlock .flavorBtn{
        margin-top: 33px; 
    }
    .flavorVbBox{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
    }
    .flavorVbBox_left{
        width: 577px;
    }

    .flavorVbBox_left_img{
        position: relative;
        margin: 0;
        width: 100%;
        height: 403px;
    }
    .flavor_prod_varietybox{
        width: 473px;
    }
    .flavor_prod_varietybox_shadow{
        width: 555px;
        bottom: -25px;
        right: -15px;
    }
    .flavorVbBox_left p{
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 24px;
    }
    .flavorVbBox_right{
        width: 324px;
    }
    .flavorVbBox_list{
        margin-top: 13px;
    }
    .flavorVbBox_list li{
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #C8C8C8;
        margin-top: 14px;
        display: flex;
        align-items: center;
    }
    .flavorVbBox_list li:last-child{
        border-bottom: none;
        padding-bottom: 0px;
    }
    .flavorVbBox_list li:first-child{
        margin-top: 0;
    }
    .flavorVbBox_list li span{
        font-size: 2.2rem;
        line-height: 1;
        margin-top: 0px;
    }
    .flavorVbBox_list li .flavorVbBox_list_pieces{
        margin-right: 39px;
        width: 51px;
    }
    .flavorVbBox_list li .flavorVbBox_list_inner div{
        width: 236px;
    }
    .flavorVbBox_list li .flavorVbBox_list_inner div:nth-of-type(2){
        margin-top: 10px;
    }
    .flavorVbBox_right .flavorBtn{
        width: 100%;
        margin-top: 38px;
    }

    /* フレッシュパック */
    .flavorFpBlock{
        margin-top: 71px;
    }
    .flavorFpBlock h3{
        font-size: 2.6rem;
    }
    .flavorFpBlock_text01 {
        font-size: 1.6rem;
        line-height: 1.625;
        margin-top: 17px;
        text-align: center;
    }
    .flavorFpBox{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 49px;
    }
    .flavorFpBox_left{
        margin: 0;
        width: 450px;
        height: 423px;
    }
    .flavor_prod_freshpack_shadow{
        width: 358px;
        bottom: -25px;
        right: -40px;
    }
    .flavorFpBox_right{
        margin: 0;
        width: 499px;
    }

    .flavorFpBox_list{
        margin-top: 28px;
    }
    .flavorFpBox_list li{
        padding-bottom: 15px;
        margin-top: 13px;
    }
    .flavorFpBox_list li:last-child {
        border-bottom: 1px solid #C8C8C8;
        padding-bottom: 15px;
    }
    .flavorFpBox_list li span{
        font-size: 2.2rem;
    }
    .flavorFpBox_right .flavorBtn{
        width: 324px;
        margin: 22px 0 0 auto;
    }
}


/* --- SP版のフレーバー価格関連 --- */
#flavorSizeArea {
    display: block;
    position: relative;
    width: 100%;
    /*padding: 40px 0;*/
    margin-top: 19px;
}
/* フレーバー価格スライド部分 */
#flavorSizeSlide {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#flavorSizeSlide .swiper-wrapper {
    align-items: flex-end;
}
#flavorSizeSlide .swiper-slide.kids {
    width: 41.6vw;
    padding-left: 5vw;
}
#flavorSizeSlide .swiper-slide.regular_single {
    width: 48.6666vw;
}
#flavorSizeSlide .swiper-slide.small_double {
    width: 47.0666vw;
}
#flavorSizeSlide .swiper-slide.regular_double {
    width: 51.8666vw;
}
#flavorSizeSlide .swiper-slide.triple_pop {
    width: 49.8666vw;
    margin-right: 5vw;
}
#flavorSizeSlide .swiper-slide img {
    width: 100%;
    height: auto;
}
#flavorSizeSlide .flavorSize {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    margin-top: 15px;
}
#flavorSizeSlide .small_double .flavorSize {
    font-size: 1.7rem;
    margin-top: 10px;
}
#flavorSizeSlide .flavorPrice {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}
#flavorSizeSlide .small_double .flavorPrice {
    margin-top: 5px;
}
#flavorSizeSlide .small_double .flavorPrice span {
    font-size: 4.0rem;
}
#flavorSizeSlide .swiper-slide.kids p {
    text-align: center;
    margin-left: -12.2vw;;
}
#flavorSizeSlide .swiper-slide.regular_single p {
    margin-left: -13.3333vw;
    text-align: center;
}
#flavorSizeSlide .swiper-slide.small_double p {
    margin-left: -15.3333vw;
    text-align: center;
}
#flavorSizeSlide .swiper-slide.regular_double p {
    margin-left: -15.3333vw;
    text-align: center;
}
#flavorSizeSlide .swiper-slide.triple_pop p {
    margin-left: -10.3333vw;
    text-align: center;
}
/* フレーバー価格スライドバー */
.flavorSizeNavigationArea {
    position: relative;
    width: 89.3333vw;
    margin: 30px auto 0;
}
.flavorSizeSlideHorizontal {
    position: relative;
    width: 70.666vw;
    border-radius: 10px;
    margin: 0 auto;
}
.flavorSizeSlideBarArrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: #DFDFDF;
    z-index: 0;
}
.flavorSizePrev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #F04E98;
    transform: translate3d(0, -50%, 0);
}
.flavorSizePrev:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 1.0rem;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}
.flavorSizeNext {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #F04E98;
    transform: translate3d(0, -50%, 0);
}
.flavorSizeNext:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 1.0rem;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}
.flavorSizeSlideDrag {
    position: relative;
    height: 5px;
    width: 50px;
    left: 0;
    background: #F04E98;
    border-radius: 5px;
    z-index: 10;
}



