@charset "UTF-8";

/* ----- 特殊フォント ----- */
/* 特殊フォント */
@font-face {
  font-family: 'BRSansBold-Regular';
  src: url('/contents/common_2023/lib/font/BRSansBold-Regular.woff') format('woff');
}


/* ----- 上書き ----- */
@media print, screen and (min-width: 768px) {
    #breadCrumbs {
        padding-top: 20px;
        padding-bottom: 13px;
    }
}


@media print, screen and (min-width: 768px) {
    .sns_area01 {
        top: calc(50% - 95px);
        right: calc(50% - 590px);
        height: 189px;
        z-index: 100;
    }
    .sns_area01 a{
        margin-bottom: 6px;
    }
    .sns_area01 a > img{
        width: 50px;
        height: 50px;
    }
    .sns_area01 a:hover{
        opacity: 0.6;
    }
    .btn_container{
        display:flex;
        justify-content: space-between;
    }
}


/* --------- 汎用パーツ --------- */
/* リンクボタン */
.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 {
    margin-top: 35px;
    background-color: #FFF;
    color: #348039;
    border: none;
}
a.flavorBtn.flavorBtn_new:link, a.flavorBtn.flavorBtn_new:visited {
    color: #348039;
}
.flavorBtn_white{
    width: 100%;
    display: block;
    background-color: #FFF;
    border-radius: 7px;
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #F04E98;
    position: relative;
    border: 1px solid #F04E98;
}
.flavorBtn_white:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}
.flavorBtn_white:link, .flavorBtn_white:visited {
    color: #F04E98;
    text-decoration: none;
}
.imageCaution {
    width: 89.3vw;
    margin: 59px auto 5px;
    color: #000;
    font-size: 1.1rem;
    text-align: right;
    line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
    .flavorBtn{
        width: 500px;
        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:hover,
    a.flavorBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
    .flavorBtn_white{
        width: 500px;
        border-radius: 8px;
        padding: 23px 18px;
        padding: 23px 46px;
        font-size: 1.8rem;
        cursor: pointer;
        margin-top: 0;
        transition: 0.5s;
    }
    .flavorBtn_white:after {
        font-size: 1.8rem;
        left: 18px;
    }
    .flavorBtn_white:hover,
    a.flavorBtn_white:hover{
        background-color: #F04E98;
        color: #FFF;
        text-decoration: none;
        opacity: 0.7;
    }
    .imageCaution {
        width: 1024px;
        margin: 70px auto 10px;
        font-size: 1.4rem;
        line-height: 1;
        text-align: right;
    }
}


/* ----- フレーバー詳細のビジュアルエリア ----- */
.flavorDetail_visual{
    background-color: #EAF1F8;
    padding: 39px 0 37px;
}
.flavorDetail_container{
    position: relative;
}
.flavorDetail_name{
    text-align: center;
}
.flavorDetail_name_english{
    display: block;
    font-family: BRSansBold-Regular;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.45rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 100%;
    color: #3F2021;
}
.flavorDetail_name_japanese{
    display: block;
    font-size: 2.1rem;
    line-height: 1.19;
    width: 89.3333%;
    margin: 10px auto 0 ;
    color: #3F2021;
}
.flavorDetail_image{
    position: relative;
    height: 60.1333vw;
    margin-top: 8px;
    opacity: 1;
}
.flavorDetail_flavor{
    position: absolute;
    width: 69.3333vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
}
.flavorDetail_flavor_shadow{
    position: absolute;
    display: block;
    width: 44.8vw;
    height: 15vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    filter: blur(15px);
    bottom: 0;
    right: 20vw;
    z-index: 0;
}
.flavorDetail_description{
    font-size: 1.3rem;
    line-height: 1.5384;
    width: 89.3333%;
    margin: 13px auto 0;
}
.flavorDetail_image.flavorLimited:after{
    content: "期間限定";
    display: block;
    background-color: #F04E98;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 3vw 2vw 0;
    width: 16vw;
    height: 16vw;
    font-size: 4.2666vw;
    font-weight: bold;
    line-height: 1.1875;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: -1.0666vw;
    right: 50%;
    transform: translateX(44.5333vw);
    z-index: 40;
}
.previous_btn{
    position: absolute;
    width: 11.5333vw;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}
.next_btn{
    position: absolute;
    width: 11.5333vw;
    right: 3vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}

@media print, screen and (min-width: 768px) {
    .flavorDetail_visual{
        padding: 24px 0 74px;
    }
    .flavorDetail_container{
        margin: 0 auto;
        width: 1022px;
    }
    .flavorDetail_inner{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flavorDetail_name{
        width: 300px;
    }
    .flavorDetail_name_english{
        font-size: 2.0rem;
    }
    .flavorDetail_name_japanese{
        font-size: 3.0rem;
        line-height: 1.2666;
        width: 100%;
        margin: 18px auto 0 ;
    }
    .flavorDetail_image{
        width: 367px;
        height: 321px;
        margin: 0 auto;
    }
    .flavorDetail_flavor{
        width: 100%;
    }
    .flavorDetail_flavor_shadow{
        width: 264px;
        height: 80px;
        filter: blur(23px);
        bottom: 10px;
        right: 0px;
    }
    .flavorDetail_description{
        font-size: 1.6rem;
        line-height: 1.625;
        width: 300px;
        margin: 0;
    }
    .flavorDetail_image.flavorLimited:after{
        padding: 16px;
        width: 82px;
        height: 82px;
        font-size: 22px;
        line-height: 1.1818;
        top: 10px;
        right: -77px;
        transform: unset;
    }
    .previous_btn{
        width: 60px;
        left: -327px;
        top: 300px;
    }
    .next_btn{
        width: 60px;
        right: -327px;
        top: 300px;
    }
    .previous_btn:hover,
    .next_btn:hover{
        opacity: 0.6;
    }
}


/* ----- アレルギー・エネルギー・栄養成分 ----- */
.flavorDetail_btnContainer{
    padding: 62px 5.333vw 0;
}
.flavorDetail_btnBox a.flavorBtn_white,
.flavorDetail_btnBox a.flavorBtn{
    margin-top: 35px;
}
.flavorBtn.allergyenergy_title:after {
    content: unset;
}
.allergyenergy_title_icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 8px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
}
.allergyenergy_title_icon_inner{
    display: block;
    width: 13px;
    height: 13px;
    position: relative;
}
.allergyenergy_title_icon_inner:before,
.allergyenergy_title_icon_inner:after {
    display: flex;
    content: '';
    background-color: #fff;
    width: 13px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transition-duration: 0.5s;
}
.allergyenergy_title_icon_inner:after {
    transform: rotate(90deg);
}
.allergyenergy_title.up .allergyenergy_title_icon_inner:before {
    transform: rotate(-405deg);
}
.allergyenergy_title.up .allergyenergy_title_icon_inner:after {
    transform: rotate(-135deg);
}
.allergyenergy_contents{
    display: none;
}
.allergyenergy_contents h2{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #3F2021;
    margin-top: 45px;
    color: #3F2021;
}
.allergyenergy_contents .allergy h3,
.allergyenergy_contents .energy h3{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 35px;
}
.allergy28List,
.allergyCone{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 2.13333vw;
}
.allergy28List li{
    width: 20.5333vw;
    height: 12vw;
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: linear-gradient(-30deg,#F3F3F3 0%,#F3F3F3 49%,#C5C5C5 49%,#C5C5C5 51%,#F3F3F3 51%,#F3F3F3 100%);
}
.allergy28List li span{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.3rem;
    line-height: 1.076;
    letter-spacing: -0.07em;
    color: #C5C5C5;
}
.allergy28List li.AllergyOn{
    background: #FFF;
    border: 1px solid #3F2021;
}
.allergy28List li.AllergyOn span{
    background-color: #FFF;
    color: #3F2021;
}
.allergyCone li{
    width: 20.5333vw;
    height: 12vw;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: #FFF;
    border: 1px solid #3F2021;
}
.allergyCone li span{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.3rem;
    line-height: 1.5384;
    letter-spacing: -0.07em;
    color: #3F2021;
}
.allergyenergy_caution{
    font-size: 1.1rem;
    line-height: 1.5454;
    margin-top: 20px;
}
.energyList{
    margin-top: 14px;
}
.energyList li{
    padding: 15px 0;
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
}
.energyList li:first-child{
    border-top: 1px solid #C8C8C8;
}

@media print, screen and (min-width: 768px) {
    .flavorDetail_btnContainer{
        padding: 63px 0 0;
    }
    .flavorDetail_btnBox{
        width: 1024px;
        margin: 0 auto;
    }
    .flavorDetail_btnBox a.flavorBtn{
        margin-top: 0px;
    }
    .allergyenergy_btn{
        width: 100%;
    }
    .allergyenergy_title{
        width: 100%;
    }
    .allergyenergy_title_icon{
        width: 18px;
        height: 18px;
        right: 15px;
    }
    .allergyenergy_title_icon_inner{
        width: 18px;
        height: 18px;
    }
    .allergyenergy_title_icon_inner:before,
    .allergyenergy_title_icon_inner:after {
        width: 18px;
        height: 1px;
    }
    .flavorBtn:hover .allergyenergy_title_icon_inner:before,
    .flavorBtn:hover .allergyenergy_title_icon_inner:after {
        background-color: #F04E98;
    }
    .allergyenergy_contents h2{
        font-size: 2.2rem;
        padding-bottom: 21px;
        margin-top: 51px;
    }
    .allergyenergy_contents h3{
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 45px;
    }
    .allergyenergy_contents .allergy h3{
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 45px;
    }
    .allergyenergy_contents .energy h3{
        font-size: 1.8rem;
        margin-top: 45px;
    }
    .allergy28List,
    .allergyCone{
        margin-top: 22px;
        gap: 13px;
    }
    .allergy28List li{
        width: 116px;
        height: 69px;
    }
    .allergy28List li span{
        font-size: 1.8rem;
        line-height: 1.16666;
    }
    .allergyCone_container{
        display: flex;
    }
    .allergyCone_inner:first-child{
        margin-right: 80px;
    }
    .allergyCone li{
        width: 116px;
        height: 69px;
    }
    .allergyCone li span{
        font-size: 1.8rem;
        line-height: 1.16666;
    }
    .allergyenergy_caution{
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-top: 18px;
    }
    .energy{
        margin-top: 72px;
    }
    .energyList{
        margin-top: 27px;
    }
    .energyList li{
        padding: 22px 0;
        font-size: 1.6rem;
    }
    .flavorDetail_btnBox_inner{
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .flavorDetail_btnBox a.flavorBtn_white,
    .flavorDetail_btnBox a.flavorBtn {
        margin-top: 0px;
    }
}


/* ----- その他 ----- */
/*  黒みつ入り日本橋のみたらしにロゴ追加 */
.fl3078_logo{
    width: 70%;
}

@media print, screen and (min-width: 768px) {
    .fl3078_logo{
        width: 280px;
    }
}
