@charset "UTF-8";

/* ----- TOPページ 全般的な構成 ----- */
.contentInner{
    margin-top: 45px;
    padding: 0 5.33333vw 60px;
}
@media print, screen and (min-width: 768px) {
    .contentInner{
        width: 1025px;
        margin: 70px auto 100px;
        padding: 0;
    }
}


/* ----- TOPページ汎用 ----- */
.topSubTitle{
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
}
.topSubTitle span{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    white-space: nowrap;
    letter-spacing: 0.04em;
}
.topSubTitle span:after{
    content: "";
    display: inline-block;
    background-color: #3F2021;
    width: 100%;
    height: 1px;
    margin-left: 5px;
}

/* ----- タイトルの微調整 ----- */
.topFlavorSlideContainer .topSubTitle,
#topProduct .topSubTitle{
    text-indent: -2px;
}
.topFlavorSlideContainer .topSubTitle span,
#topProduct .topSubTitle span{
    text-indent: 0px;
}
#topNews .topSubTitle{
    text-indent: -1px;
}
#topNews .topSubTitle span{
    text-indent: 0px;
}

.topLinkBtn{
    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;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
}
a.topLinkBtn:link, a.topLinkBtn:visited {
    color: #FFF;
}
.topLinkBtn: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;
}

@media print, screen and (min-width: 768px) {
    .topSubTitle{
        font-size: 3.0rem;
    }
    .topSubTitle span{
        margin-top: 10px;
        font-size: 1.8rem;
    }
    .topSubTitle span:after{
        margin-left: 24px;
    }
    /* ----- タイトルの微調整 ----- */
    .topFlavorSlideContainer .topSubTitle{
        text-indent: -3px;
    }
    #topNews .topSubTitle,
    #topProduct .topSubTitle{
        text-indent: -2px;
    }

    .topLinkBtn{
        width: 324px;
        border-radius: 8px;
        padding: 23px 18px;
        font-size: 1.8rem;
    }
    .topLinkBtn:after{
        font-size: 1.8rem;
        right: 18px;
    }
    .topLinkBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
    a.topLinkBtn:link:hover, a.topLinkBtn:visited:hover{
        color: #F04E98;
    }
}


/* ----- スライドビジュアル ----- */
#topAdSlide {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#topAdSlide .swiper-slide {
    display: block;
    width: 100vw;
    height: calc(100vw / 750 * 980);    /* TOPの画像を変更する場合はサイズも変更する */
    overflow: hidden;
    position: relative;
}
#topAdSlide .swiper-slide .topAdSlideImg {
    display: block;
    width: 100%;
    height: auto;
    object-position: top center;
}

@media print, screen and (min-width: 768px) {
    #topAdSlide .swiper-slide {
        /* TOPの画像を変更する場合はサイズも変更する */
        height: calc(100vw / 1920 * 800);    /* TOPの画像を変更する場合はサイズも変更する */
    }
}

/* ----- Swiper操作セット ----- */
.topAdSlideControlPanel {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topAdSlideControlPanel .fa-chevron-left{
    font-size: 1.2rem;
    margin-right: 15px;
}
.topAdSlideControlPanel .fa-chevron-right{
    font-size: 1.2rem;
    margin-left: 15px;
}
#topAdSlidePause img{
    width: 7px;
    display: block;
    margin: 4px 0 0 15px;
}

@media print, screen and (min-width: 768px) {
    .topAdSlideControlPanel {
        margin-top: 18px;
    }
    .topAdSlideControlPanel .fa-chevron-left{
        font-size: 1.8rem;
        margin-right: 23px;
        cursor: pointer;
    }
    .topAdSlideControlPanel .fa-chevron-right{
        font-size: 1.8rem;
        margin-left: 23px;
        cursor: pointer;
    }
    #topAdSlidePause img{
        width: 11px;
        margin: 0 0 0 25px;
        cursor: pointer;
    }
}


/* ----- SwiperナビゲーションCSS設定 ----- */
.topAdSlidePaginationHorizontal {
    position: relative;
    display: inline-block;
    width: auto;
    left: auto;
    bottom: auto;
}
.topAdSlidePaginationBullet {
    display: inline-block;
    margin: 0 7px;
    width: 8px;
    height: 8px;
    background: #DFDFDF;
    border-radius: 5px;
}
.topAdSlidePaginationBullet.topAdSlidePaginationActive {
    background: #F04E98;
}

@media print, screen and (min-width: 768px) {
    .topAdSlidePaginationBullet {
        margin: 0 13px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
}


/* ----- TOPフレーバーエリア ----- */
.topFlavorSlideContainer {
    margin-top: 60px;
}
.topFlavorSlideContainer h3.topNewFlavorTitle{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
    margin-top: 25px;
}
.topFlavorSlideContainer .topNewFlavorImage{
    display: block;
    width: 100%;
    margin-top: 15px;
    position: relative;
}
.topFlavorSlideContainer .topNewFlavorImage img{
    width: 100%;
}
.topFlavorSlideContainer .topNewFlavorImage .topNewFlavorMovie{
    position: absolute;
    right: 72px;
    bottom: 28px;
    border: 1px solid #FFF;
    border-radius: 8px;
    width: 470px;
    height: 264.375px;

    /* イレギュラー（新作2つ） */
    /* right: 50%;
    transform: translateX(50%); */
}
.topFlavorSlideContainer .topNewFlavorImage .topNewFlavorMovie iframe{
    border-radius: 8px;
}
.topFlavorSlideContainer h3.topSeasonTitle{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
    margin-top: 35px;
}
.topFlavorSlideCautionBlock{
    margin-top: 25px;
}
.topFlavorSlideCautionBlock .topFlavorSlideCaution{
    margin-top: 22px;
    font-size: 1.1rem;
    line-height: 1.545454;
}
.flavorSlideBox {
    position: relative;
    width: 100%;
    padding: 15px 15px 24px 15px;
    box-sizing: border-box;
    /* --- background-color:; ※topFlavors.cssにて設定 --- */
    margin-top: 15px;
    border-radius: 7px;
}
#flavorSlide {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
#flavorSlide .swiper-slide {
    position: relative;
    display: block;
    width: 134px;
    height: 160px;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 7px;
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
}

#flavorSlide .swiper-slide:focus {
    outline: 0;
}

@media print, screen and (min-width: 768px) {
    .topFlavorSlideContainer {
        margin-top: 70px;
    }
    .topFlavorSlideContainer h3.topNewFlavorTitle{
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .topFlavorSlideContainer .topNewFlavorImage{
        margin-top: 20px;
    }
    .topFlavorSlideContainer .topNewFlavorImage:hover{
        opacity: 0.6;
    }
    .topFlavorSlideContainer h3.topSeasonTitle{
        font-size: 2.2rem;
        margin-top: 30px;
    }
    .topFlavorSlideCautionBlock{
        margin-top: 30px;
        display: flex;
    }
    .topFlavorSlideCautionBlock .topFlavorSlideCaution{
        width: 390px;
        margin: 2px 0 0 1em;
        font-size: 1.2rem;
        line-height: 1.666667;
        text-indent: -1em;
    }
    .topFlavorSlideContainer .topLinkBtn{
        margin-right: 27px;
    }
    .flavorSlideBox {
        padding: 26px 35px 40px 35px;
        margin-top: 20px;
        border-radius: 8px;
    }
    #flavorSlide .swiper-slide {
        width: 210px;
        height: 270px;
        border-radius: 8px;
        padding: 10px 1px 0 1px;
    }
    #flavorSlide .swiper-slide:hover{
        opacity: 0.6;
    }
}


/* ----- Swiperスライドの中身 ----- */
.flavorSlideName {
    position: relative;
    width: 100%;
    height: 37px;
    color: #000000;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2727;
    border-bottom: 1px solid #DFDFDF;
    padding-top: 8px;
    box-sizing: border-box;
}
.flavorSlideName.longLength{
    padding-top: 2px;
}
.flavorSlideImage {
    width: 118px;
    height: 105px;
    background-size: 100% auto;
    background-position: center -0.3vw;
    background-repeat: no-repeat;
    display: block;
    margin: calc(10px - 0.5vw) auto 0.5vw;
    position: relative;
    z-index: 1;
}
#flavorSlide .swiper-slide::after {
    content: '';
    position: absolute;
    display: block;
    width: 84px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    filter: blur(9px);
    bottom: 9px;
    right: 15px;
    z-index: 0;
}
@media print, screen and (min-width: 768px) {
    .flavorSlideName {
        height: 63px;
        font-size: 1.6rem;
        line-height: 1.625;
        width: 190px;
        margin: 0 auto;
        padding-top: 19px;
    }
    .flavorSlideImage {
        width: 206px;
        height: 180px;
        margin: 13px auto 4px;
        background-position: center -1px;
    }
    #flavorSlide .swiper-slide::after {
        width: 120px;
        height: 40px;
        filter: blur(12px);
        bottom: 12px;
        right: 20px;
    }
}

/* ----- SwiperスライドバーCSS設定 ----- */
.flavorSlideHorizontal {
    margin: 23px 0 0 2.9333vw;
    width: 76vw;
    border-radius: 10px;
    position: relative;
}
.flavorSlideBarArrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: #FFF;
    z-index: 0;
}
.flavorSlideBarArrows:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.0rem;
    font-weight: 400;
    color: #F04E98;
}
.flavorSlideBarArrows:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.0rem;
    font-weight: 400;
    color: #F04E98;
}

.flavorSlideDrag {
    position: relative;
    height: 5px;
    width: 50px;
    left: 0;
    background: #F04E98;
    border-radius: 5px;
    z-index: 10;
}
@media print, screen and (min-width: 768px) {
    .flavorSlideHorizontal {
        width: 942px;
        margin: 30px 0 0 5px;
    }
    .flavorSlideBarArrows {
        height: 2px;
    }
    .flavorSlideBarArrows:before {
        font-size: 1.7rem;
        right: -15px;
    }
    .flavorSlideBarArrows:after {
        font-size: 1.7rem;
        left: -15px;
    }
    .flavorSlideDrag {
        height: 6px;
        width: 120px;
        border-radius: 3px;
    }
}

/* ----- 緊急のお知らせエリア ----- */
.topEmergency{
    position: relative;
    width: 100%;
    display: table;
    background-color: #F3F3F3;
    border-radius: 7px;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
    margin-top: 20px;
}
a.topEmergency:link, a.topEmergency:visited {
    text-decoration: none;
}
a.topEmergency: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;
}
.topEmergency .topEmergencyTitle{
    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;
}
.topEmergency .topEmergencyTitle img{
    display: block;
    width: 25px;
    margin: 0 auto 3px;
}
.topEmergency p{
    width: 58.66667vw;
    color: #000;
    padding-left: 16px;
    border-left: 1px #FFF solid;
    font-size: 1.3rem;
    line-height: 1.5384;
    display: table-cell;
    vertical-align: middle;
}

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


/* ----- お買い物に、もっと安全と安心を。 ----- */
.topSafety{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    color: #000;
    padding: 10px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    position: relative;
    margin-top: 45px;
}
.topSafety span{
    display: block;
    margin-bottom: 6px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #F04E98;
}
.topSafety:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #F04E98;
    font-size: 1.3rem;
    font-weight: 400;
}
/* shareの上書き */
a.topSafety:link span, a.topSafety span:visited {
    color: #F04E98;
}
a.topSafety:link, a.topSafety:visited {
    color: #000;
    text-decoration: none;
}

@media print, screen and (min-width: 768px) {
    .topSafety{
        font-size: 1.6rem;
        padding: 20px 0;
        vertical-align: 2px;
        margin-top: 70px;
    }
    .topSafety:hover{
        opacity: 0.6;
    }
    .topSafety span{
        display: inline-block;
        margin-bottom: 0px;
        font-size: 2.4rem;
        vertical-align: -2px;
    }
    .topSafety:after{
        font-size: 1.8rem;
    }
}


/* ----- ニュース ----- */
#topNews {
    margin-top: 57px;
}
#topNews .topNewsBlock{
    width: 100%;
}
#topNews .topNewsItem{
    display: block;
    margin-top: 33px;
}
#topNews .topNewsItem:hover{
    text-decoration: none;
}
#topNews .topNewsItem:first-child{
    margin-top: 25px;
}
#topNews .topNewsItem img{
    width: 100%;
    border-radius: 8px;
}
#topNews .topNewsItem .topNewsItemText div{
    display: flex;
    align-items: center;
    margin-top: 11px;
}
#topNews .topNewsItem .topNewsItemText div .topNewsCategory{
    border-radius: 10px;
    padding: 6px 7px;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    color: #FFF;
    margin-right: 8px;
    width: 78px;
    font-weight: bold;
    box-sizing: border-box;
    white-space: nowrap;
}
#topNews .topLinkBtn{
    margin-top: 32px;
}

/* 各カテゴリ */
#topNews .topNewsItem .topNewsItemText div .topNewsCategory.campaign{
    background-color: #F04E98;
}
#topNews .topNewsItem .topNewsItemText div .topNewsCategory.newitem{
    background-color: #6AD1E3;
}
#topNews .topNewsItem .topNewsItemText div .topNewsCategory.news{
    background-color: #753BBD;
}

#topNews .topNewsItem .topNewsItemText div .topNewsDate{
    font-size: 1.1rem;
    line-height: 1;
    color: #000;
}
#topNews .topNewsItem .topNewsItemText p{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.28571;
    color: #000;
    margin-top: 6px;
    width: 100%;
    padding-right: 20px;
    position: relative;
    display: block;
    box-sizing: border-box;
}
#topNews .topNewsItem .topNewsItemText p:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}

@media print, screen and (min-width: 768px) {
    #topNews {
        margin-top: 100px;
    }
    #topNews .topNewsBlock{
        display: flex;
        margin-top: 30px;
    }
    #topNews .topNewsItem{
        width: 324px;
        margin-right: 27px;
        margin-top: 0px;
    }
    #topNews .topNewsItem:hover{
        opacity: 0.6;
    }
    #topNews .topNewsItem:nth-of-type(3){
        margin-right: 0px;
    }
    #topNews .topNewsItem:first-child{
        margin-top: 0;
    }
    #topNews .topNewsItem img{
        width: 100%;
    }
    #topNews .topNewsItem .topNewsItemText div{
        margin-top: 18px;
    }
    #topNews .topNewsItem .topNewsItemText div .topNewsCategory{
        border-radius: 13px;
        padding: 7px 12px;
        font-size: 1.2rem;
        margin-right: 10px;
        width: 96px;
    }
    #topNews .topNewsItem .topNewsItemText div .topNewsDate{
        font-size: 1.2rem;
    }
    #topNews .topNewsItem .topNewsItemText p{
        font-size: 1.8rem;
        line-height: 1.33333;
        margin-top: 9px;
        padding-right: 24px;
    }
    #topNews .topNewsItem .topNewsItemText p:after{
        font-size: 1.8rem;
    }
    #topNews .topLinkBtn{
        margin-top: 27px;
    }

}


/* ----- メニュー ----- */
#topProduct {
    margin-top: 60px;
}
#topProduct .topProductBlock{
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
#topProduct .topProductBlock a{
    position: relative;
    margin-top: 5px;
}
#topProduct .topProductBlock a:first-child{
    margin-top: 0px;
}
#topProduct .topProductBlock a img{
    width: 100%;
}
#topProduct .topProductBlock .topProductBlock_set{
    display: flex;
    margin-top: 5px;
}
#topProduct .topProductBlock .topProductBlock_set a{
    width: 50%;
    margin-top: 0;
}
#topProduct .topLinkBtn{
    margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
    #topProduct {
        margin-top: 100px;
    }
    #topProduct .topProductBlock{
        margin-top: 30px;
        gap: 25px;
    }
    #topProduct .topProductBlock a {
        position: relative;
        margin-top: 0px;
    }
    #topProduct .topProductBlock a:hover{
        opacity: 0.6;
    }
    #topProduct .topProductBlock a img,
    #topProduct .topProductBlock .topProductBlock_set{
        width: 324px;
    }
    #topProduct .topProductBlock .topProductBlock_set img{
        width: 100%;
    }
    #topProduct .topLinkBtn{
        margin-top: 30px;
    }
}


/* ----- その他（31について、ムービーギャラリーなどのエリア） ----- */
#topAbout {
    margin-top: 60px;
}
#topAbout .topAboutBlock{
    width: 100%;
}
#topAbout .topAboutBlock a{
    position: relative;
    display: block;
    margin-top: 35px;
}
#topAbout .topAboutBlock a:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 6px;
    bottom: 4px;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: 400;
    z-index: 3;
}
#topAbout .topAboutBlock a:first-child{
    margin-top: 0px;
}
#topAbout .topAboutBlock a img{
    width: 100%;
}
#topAbout .topLinkBtn{
    margin-top: 35px;
}
#topAbout .video{
    width: 100%;
    height: 89.333333vw;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
#topAbout .video .movie_title{
    width: 40vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}
#topAbout .video .video_bg{
    display: block;
    width: 100%;
    height: 89.333333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.65;
    border-radius: 8px
}
#topAbout .video video{
    display: block;
    width: 100%;
    height: 89.333333vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px
}

@media print, screen and (min-width: 768px) {
    #topAbout {
        margin-top: 100px;
    }
    #topAbout .topAboutBlock{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #topAbout .topAboutBlock a{
        width: 499px;
        margin-top: 0px;
    }
    #topAbout .topAboutBlock a:hover{
        opacity: 0.6;
    }
    #topAbout .topAboutBlock a:after{
        right: 12px;
        bottom: 9px;
        font-size: 1.8rem;
    }
    #topAbout .topAboutBlock a:nth-of-type(3),
    #topAbout .topAboutBlock a:nth-of-type(4),
    #topAbout .topAboutBlock a:nth-of-type(5){
        width: 324px;
        margin-top: 26px;
    }
    #topAbout .topLinkBtn{
        margin-top: 26px;
        margin-left: auto;
        line-height: 1.3333;
        padding: 12px 18px;
    }
    #topAbout .video,
    #topAbout .video .video_bg,
    #topAbout .video video {
        width: 499px;
        height: 217px;
    }
    #topAbout .video .movie_title{
        width: 253px;
    }
}
