@charset "utf-8";

/************************************************************
共通設定
************************************************************/

#container a,
#container a img {
    transition: .3s;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
	scroll-behavior: smooth;

}
#container {
    font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}




#newproduct_a,#pickUp_a,#flavor_a,#healthy_a,#premium_a,#collabo_a,#onlineShop_a,#mamepiyo_a {
    height: 180px;
}
#newproduct_a,#pickUp_a,#flavor_a,#healthy_a,#premium_a,#collabo_a,#onlineShop_a,#mamepiyo_a {
    padding-top: 180px;
    margin-top: -90px;
}

#mamepiyo_a{
    margin-top: 0;
}

@media screen and (max-width: 1000px) {
    #pickUp_a,#healthy_a,#premium_a,#collabo_a,#onlineShop_a,#mamepiyo_a {
        height: 40px;
    }
    #newproduct_a,#pickUp_a,#flavor_a,#healthy_a,#premium_a,#collabo_a,#onlineShop_a,#mamepiyo_a {
        padding-top: 0;
        margin-top: 0;
    }
    #newproduct_a{
        height: 0;
    }
}
@media screen and (max-width: 750px){
    #flavor_a{
        height:40px;
        margin-top: 40px !important;
    }
    #onlineShop_a{
        padding-top: 0;
        height:60px;
        margin-top: 0;
    }
    #healthy_a{
        height: 30px;
    }
    #mamepiyo_a {
        padding-top: 0;
        height: 54px;
        margin-top: 40px;
    }

}



/************************************************************
common
************************************************************/

/* inner（各コンテンツ幅）
---------------------------------------------------------- */

.inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}


/************************************************************
便利class
************************************************************/


/* 文字非表示
---------------------------------------------------------- */

.u-hide-txt {
    display: none;
}


/* 表示/非表示分け
---------------------------------------------------------- */

.u-hide-pc,
.u-hide-pc2 {
    display: block;
}

.u-hide-sp,
.u-hide-sp2 {
    display: none;
}

.u-hide-pc--inline {
    display: inline;
}

.u-hide-sp--inline {
    display: none;
}

@media screen and (max-width: 1000px) {
    .u-hide-pc2 {
        display: none;
    }

    .u-hide-sp2 {
        display: block;
    }
}
@media screen and (max-width: 750px) {
    .u-hide-pc {
        display: none;
    }

    .u-hide-sp {
        display: block;
    }

    .u-hide-pc--inline {
        display: none;
    }

    .u-hide-sp--inline {
        display: inline;
    }
}

.txt_notice{
    font-size: min(1.5vw,12px);
}
@media screen and (max-width: 750px){
    .txt_notice{
        font-size: 10px;
    }

}


/*******************************************************************************************
tonyu_drinkトップページ
*******************************************************************************************/


/************************************************************
スライダー
************************************************************/

.slide {
    height: 273px;
    width: 274px;
}

.slide a:hover img {
    transform: rotateY(0);
}

@keyframes sliderAnimation {
    100% {
        transform: translateX(-50%);
    }
}

.autoplay-slider {
    width: min-content;
    display: flex;
    min-width: 100%;
    animation: 60s linear infinite sliderAnimation;
}

.row {
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

@media screen and (max-width: 1366px) {
    .slide {
        height: 19.985vw;
        width: 20.058vw;
    }
}

@media screen and (max-width: 750px) {
    .slide {
        width: 136.5px;
        height: 137px;
    }
}


/************************************************************
使い回し
************************************************************/

.c-head {
    width: 100%;
}

.c-head-lv2 {
    position: relative;
    width: 100%;
}

.c-head-lv2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 12.47%;
    margin-top: -37px;
    background: url(../img/secTtl/onlineShop.png) no-repeat center center;
    background-size: contain;
}

.c-head__description {
    width: 100%;
    text-align: center;
    font-size: 23px;
    line-height: 1.7826;
    padding: 114px 0 54px;
}

.c-head__description sub{
  font-size: 110%;
  bottom: -0.35em;
}

.c-btn {
    width: 22.5653%;
    display: inline-block;
    background: #fff;
    border: 2px solid #4cb100;
    border-radius: 8px;
    box-shadow: 4px 4px #4cb100;
}

.c-btn a {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 80px;
    padding: 21px;
    border-radius: 8px;
    transition: .3s ease-in-out;
}

.c-btn.c-btn-bottom {
    width: 300px;
    display: inline-block;
    background: #fff;
    border: 2px solid #e3574f;
    border-radius: 8px;
    box-shadow: 4px 4px #e3574f;
    margin-bottom: -150px;
    transition: .3s;
}
.c-btn.c-btn-bottom a {
    font-size: 18px;
    padding: 17px 20px;
    color: #e3574f;
    width: 100%;
    height: 100%;
}
.c-btn.c-btn-bottom:hover{
    background: #e3574f;
    box-shadow:none;
}
.c-btn.c-btn-bottom a:hover{
    color: #fff;
    opacity: 1;
}

.c-btn.c-btn-bottom.c-btn-blue{
    border: 2px solid #0186b7;
    box-shadow: 4px 4px #0186b7;
}
.c-btn.c-btn-bottom.c-btn-blue a{
    color: #0186b7;
}
.c-btn.c-btn-bottom.c-btn-blue a:hover{
    color: #fff;
    opacity: 1;
}
.c-btn.c-btn-bottom.c-btn-blue:hover{
    background: #0186b7;
    box-shadow:none;
}
@media screen and (max-width: 750px) {
    .c-btn,.c-btn a {
        border-radius: 4px;
    }
    .c-btn.c-btn-bottom {
        width: 100%;
    }
    .c-btn.c-btn-bottom a {
        font-size: 12px;
        padding: 15px 20px;
    }
}


.productList a:hover p {
    opacity: 0.9;
}

.productList a:hover,
.productList a:hover img {
    opacity: .9;
    transform: rotate(3deg);
}

.productList .c-btn--detail {
    width: 57.5%;
    padding: 7.5px 0;
    margin: 14px 0 0;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: none;
    border: 2px solid #f06b00;
    color: #fff;
    background: #f06b00;
}

.productList .c-btn--detail:hover,
.collabo .productList .c-btn--detail:hover,
.healthy .productList .c-btn--detail:hover,
.premium .productList .c-btn--detail:hover {
    opacity: 1;
    color: #f06b00;
    background: #fff;
    transform: rotate(0deg);
}

.list__item {
    width: 200px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}
.list__item img {
    width: auto;
    max-width: 100%;
}

/* レスポンシブ
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .list__item {
        font-size: 1.0248vw;
    }
}

@media screen and (max-width: 750px) {
    .list__item {
        width: 50%;
        font-size: 12px;
        margin: 0 0 40px;
    }
    .healthy-list:nth-of-type(1) .list__item:first-of-type{
        /* margin: 0 20% 40px; */
    }
    .premium .list__item:first-of-type{
        /* margin: 0 20% 40px; */
    }
    .productList {
        flex-wrap: wrap;
    }

    .productList img {
        width: 50% !important;
    }

    .c-head__description {
        font-size: 16px;
        padding-top: 64.5px;
        padding-bottom: 23px;
    }

    .c-head-lv2::before {
        margin-top: -16.5px;
    }

    .c-btn {
        box-shadow: 2px 2px #4cb100;
    }

    .productList .c-btn--detail {
        width: 100px;
        font-size: 10px;
        padding: 5px 0;
    }
}


/************************************************************
mainVisual
************************************************************/

.mainVisual {
    width: 100%;
    padding-top: 42.7525%;
    background-image: url(../img/mainVisual/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 750px) {
    .mainVisual {
        padding-top: 153.066%;
        background-image: url(../img/mainVisual/bg-sp.png);
    }
}


/************************************************************
intro
************************************************************/

.intro {
    position: relative;
}

.intro::before {
    position: absolute;
    content: '';
    top: 0;
    top: -180px;
    left: 0;
    width: 12.0005%;
    padding-top: 10.688%;
    margin-top: 88px;
    background: url(../img/intro/daizu_left.png) no-repeat center center;
    background-size: contain;
}

.intro::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 11.273%;
    padding-top: 9.663%;
    margin-top: -50px;
    background: url(../img/intro/daizu_right.png) no-repeat center center;
    background-size: contain;
}

.intro__body {
    margin: 0 auto;
    text-align: center;
}

.intro__body--head {
    position: relative;
    font-size: 30px;
    line-height: 1;
    margin-top: 60px;
}

.intro__body--head::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    margin-top: 48px;
    width: 100%;
    padding-top: 8px;
    background: url(../img/intro/wave.png) no-repeat center center;
}

.intro__body--txt {
    font-size: 18px;
    line-height: 1.777;
    margin-top: 60px;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .intro__body--head {
        font-size: 2.196vw;
        line-height: 1.4;
    }

    .intro__body--txt {
        font-size: 1.317vw;
    }
}

@media screen and (max-width: 750px) {
    .intro::before {
        width: 82px;
        padding-top: 73px;
        margin-top: 210px;
        background-size: contain;
        /* display: none; */
    }

    .intro::after {
        width: 66px;
        padding-top: 207px;
        margin-top: -118px;
    }

    .intro__body {
        max-width: 305px;
        margin: 0 auto 60px;
    }

    .intro__body--head {
        font-size: 16px;
        margin-top: 55px;
    }

    .intro__body--txt {
        font-size: 13px;
        margin-top: 40px;
        text-align: left;
    }

    .intro__body--head::before {
        margin-top: 50px;
        width: 49.836%;
        padding-top: 5px;
        margin-left: 25.081%;
        background: url(../img/sp/intro/wave.png) no-repeat center center;
        background-size: contain;
    }
}


/************************************************************
itemList
************************************************************/
@media screen and (min-width: 751px) {
    .itemList {
        margin-top: 85px;
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 750px) {
    .itemList {
        margin-top: calc(185 / 750 * 100%);
        /* margin-bottom: calc(120 / 750 * 100%); */
    }
}


.productList {
    display: flex;
}


/************************************************************
pickUp
************************************************************/

@media screen and (min-width: 751px) {
    .pickUp-introduction.lemon_tea {
        margin-bottom: 32px;
        /* padding-right: 28.240%; */
        padding-right: 44.26%;
        padding-left: 0;
    }

    .lemon_tea.pickUp-introduction::after {
        left: 0;
        right: auto;
        margin-right: 0;
        margin-left: 2.314%;
        background: url(../img/pickUp/comment_lemon_tea.png) no-repeat center center;
        background-size: contain;
    }

    .lemon_tea.pickUp-introduction::before {
        margin-right: 3.148%;
    }

    .pickUp-introduction.pistachio {
        margin-bottom: 32px;
        padding-left: 24%;
        padding-right: 0;
    }

    .pistachio.pickUp-introduction::after {
        right: 0;
        left: auto;
        margin-left: 0;
        margin-right: 2.314%;
        background: url(../img/newproduct/comment_pistachio.png) no-repeat center center;
        background-size: contain;
    }

    .pistachio.pickUp-introduction::before {
        margin-right: 3.148%;
    }
    .pickUp-introduction-labelTxt{
        text-align: left;
        padding-bottom: 8px;
    }
    .pickUp-introduction-labelTxt p{
        font-size: min(1.7vw,17px);
        font-weight: bold;
        display: inline-block;
    }
}

.pickUp__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.pickUp .c-head-lv2::before {
    width: 100%;
    padding-top: 9.25%;
    background: url(../img/secTtl/pickUp2.png) no-repeat center center;
    background-size: contain;
}

.newproduct-list {
    padding-top: 13.7969%;
    width: 1080px;
    text-align: center;
}

.pickUp-list__item_a {
    width: 100%;
    background: #fff;
    border: 3px solid;
    border-color: #e3574f;
    border-radius: 8px;
}

.newproduct-list__item_a {
    width: 100%;
    background: #fff;
    border: 3px solid;
    border-color: #e3574f;
    border-radius: 8px;
}

.pickUp-list__item_b {
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

.newproduct-list__item_b {
    width: 100%;
    background: #fff;
    border-radius: 8px;
}

.pickUp-introduction {
    position: relative;
    padding-left: 28.240%;
    border-radius: 8px;
}
.pickUp-introduction.sunaba-new {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.pickUp-point3 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pickUp-introduction-head-new {
    position: relative;
    padding-left: 0;
    text-align: center;
    padding-top: 4%;
}

.pickUp-introduction-head-new h4 {
    color: #f084b2;
}

.pickUp-introduction-head-new p {
    color: #f084b2;
}

.pickUp-introduction-head-new::before {
    position: absolute;
    content: "";
    bottom: 82%;
    left: 0;
    width: 100%;
    padding-top: 4.5%;
    margin-left: -21%;
    background: url(../img/newproduct/newicon.png) no-repeat center center;
    background-size: contain;
}

.lemon_tea.pickUp-introduction::before {
    right: 0;
    left: auto;
    background: url(../img/pickUp/pickUp_product_02.png) no-repeat center center;
    background-size: contain;
}

.pistachio.pickUp-introduction::before {
    right: 0;
    right: auto;
    background: url(../img/newproduct/pickUp_product_03.png) no-repeat center center;
    background-size: contain;
    padding-top: 33%;
}

.pickUp-introduction-body {
    /* width: 51.244vw;
    max-width: 700px; */
    width: 100%;
    /* max-width: 610px; */
    padding: 50px 0;
    font-size: 16px;
}

.pickUp-introduction h4 {
    font-size: 40px;
}
@media screen and (min-width:1366px){
    .pickUp-introduction h4{
        letter-spacing: initial;
    }
}
.pickUp-introduction h4 .volume {
    font-size: min(1.6vw,30px);
    margin-right: 10px;
}

.pickUp-introduction-name {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 22px;
}

.pickUp-introduction-txt {
    color: #333333;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: left;
    font-size: min(1.17vw,16px);
}

.btn-wrap {
    width: 300px;
    margin: 0 auto;
}
.btn-wrap.btn-wrap--small {
    width: 200px;
}
@media screen and (min-width: 1001px){
    #triple .btn-wrap.btn-wrap--small,#triple_almond .btn-wrap.btn-wrap--small{
        margin: 0;
    }
}
.pickUp .c-btn--detail.c-green {
    width: 100%;
    line-height: 60px;
    margin: 20px auto 0;
    border: 2px solid #079da2;
    box-shadow: none;
    background: #079da2;
}

.pickUp .c-btn--detail.c-purple {
    width: 100%;
    line-height: 46px;
    margin: 20px auto 0;
    border: 2px solid #920784;
    box-shadow: none;
    background: #920784;
}
.pickUp .c-btn--detail.c-kinako {
    width: 100%;
    line-height: 46px;
    margin: 20px auto 0;
    border: 2px solid #b47f3b;
    box-shadow: none;
    background: #b47f3b;
}

.newproduct .c-btn--detail {
    width: 100%;
    line-height: 60px;
    margin: 20px auto 0;
    border: 2px solid #f084b2;
    box-shadow: none;
    background: #f084b2;
}

.pickUp .c-btn--detail a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
.pickUp .btn-wrap--small .c-btn--detail a{
    font-size: 14px;
    font-weight: 500;
}

.newproduct .c-btn--detail a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0 auto;
}
.pickUp .c-btn--detail.c-green a:hover {
    background: #fff;
    color: #079da2;
    opacity: 1;
}
.pickUp .c-btn--detail.c-purple a:hover {
    background: #fff;
    color: #920784;
    opacity: 1;
}

.newproduct .c-btn--detail a:hover {
    background: #fff;
    color: #f084b2;
    opacity: 1;
}

.pickUp .c-btn--detail:hover {
    background: #fff;
}

.newproduct .c-btn--detail:hover {
    background: #fff !important;
}
/* 更新しやすく */
#product01 {
    --thema-color: #a54e23;
}
#product02 {
    --thema-color: #fb6c23;
}
.pickUp .btn-wrap.btn-wrap--small {
    margin: 0;
}
.pickUp .c-btn--detail {
    width: 100%;
    line-height: 60px;
    margin: 20px auto 0;
    border: 2px solid var(--thema-color);
    box-shadow: none;
    background: var(--thema-color);
}
.pickUp .c-btn--detail a:hover {
    background: #fff;
    color: var(--thema-color);
    opacity: 1;
}
.pickUp-item__title h4 {
    color: var(--thema-color);
}
@media screen and (min-width: 750px) {
    .margin-large {
        margin-top: 48px !important;
    }
    .margin-middle {
        margin-top: 36px !important;
    }
}

.pickUp-survey {
    margin-top: 72px;
}

.pickUp-survey-list__item {
    font-weight: 600;
}

.pickUp-survey-list__item:first-child {
    background: #fff;
    border-radius: 8px;
}

.pickUp-survey-list__item+.pickUp-survey-list__item {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    text-align: center;
}

.pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph {
    width: 49.074%;
    padding: 4.099vw 0;
}

.pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph img {
    height: auto;
}

.pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph .graph-ttl::before {
    padding-top: 1.525%;
}

.pickUp-survey-list__item+.pickUp-survey-list__item .graph-ttl {
    margin-bottom: 46px;
}

.pickUp-survey__item--graph {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.pickUp-survey__item--graph:first-child {
    padding: 36px 40px;
}

.pickUp-survey__item--voice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    margin: 0 auto;
    padding-bottom: 36px;
    color: #333333;
}

.pickUp-survey__item--voice p {
    width: 490px;
    line-height: 67px;
    text-align: center;
    margin-right: 26px;
    background: url(../img/pickUp/fukidashi_pc.png) no-repeat center center;
}

.pickUp-survey-ttl {
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-bottom: 17px;
}

.pickUp-survey-ttl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    padding-top: 20px;
    margin-left: 6%;
    margin-top: -11px;
    background: url(../img/pickUp/emphasis_left.png) no-repeat center center;
}

.pickUp-survey-ttl::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 20px;
    padding-top: 20px;
    margin-right: 6%;
    margin-top: -11px;
    background: url(../img/pickUp/emphasis_right.png) no-repeat center center;
}

.graph-ttl {
    position: relative;
    font-size: 26px;
}

.graph-ttl::before {
    position: absolute;
    content: "";
    bottom: -12px;
    right: 0;
    width: 100%;
    padding-top: 1.906%;
    background: url(../img/pickUp/wave.png) no-repeat center center;
    background-size: contain;
}

.graph-sub__ttl {
    font-size: 24px;
    color: #e3574f;
    padding-bottom: 24px;
}

.graph-sub__txt {
    color: #333333;
    font-size: 14px;
    padding-bottom: 36px;
}

.main--graph {
    display: flex;
    justify-content: space-between;
}

.pickUp-survey__item--graph--big {
    padding: 18px 0;
}

.pickUp-survey__item--graph--big .graph-ttl {
    margin-bottom: 60px;
}

.pickUp-survey__item--graph--small {
    position: relative;
    background: #ffece8;
    border-radius: 8px;
    width: 43.518%;
    padding: 3.5139vw 0;
}

.pickUp-survey__item--graph--small::before {
    position: absolute;
    content: "";
    top: calc(50% - 15px);
    left: 0;
    width: 30px;
    height: 30px;
    margin-left: -60px;
    border-top: 30px solid transparent;
    border-right: 30px solid #ffece8;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
}

.graph-conclusion {
    font-size: 20px;
    margin-top: 28px;
    color: #333333;
}

.pickUp-conclusion {
    color: #333333;
    background-color: #fff;

    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;
    margin-top: 30px;
    padding: 56px 72px;
}

.pickUp-conclusion__txt {
    position: relative;
    width: 75.854%;
}

.pickUp-conclusion__txt::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 193px;
    padding-top: 197px;
    margin-top: -10px;
    margin-right: -230px;
    background: url(../img/pickUp/pickUp_produuct_small.png) no-repeat center center;
}

.item__txt-txt--strong {
    color: #079da2;
}

.item__txt-txt--line {
    background: linear-gradient(transparent 60%, #ffe99e 60%);
}


@media screen and (max-width:1000px) {
    .pickUp-introduction-txt {
        text-align: left;
        font-size: 14px;
        margin-top: 28px;
        margin-bottom: 1em;
    }
    .pickUp-introduction-name {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 750px) {
    .pickUp-introduction-txt {
        text-align: center;
        margin-top: 18px;
    }
}



/* xxx
---------------------------------------------------------- */

@media screen and (min-width: 751px) {
    .lemon_tea .pickUp-introduction-body {
        margin-left: auto;
    }
    .sunaba-new .pickUp-introduction-body,
    .pistachio-new .pickUp-introduction-body {
        margin-left: auto;
    }
}

@media screen and (max-width: 1366px) {

    .pickUp {
        /* margin-top: 18%; */
    }

    /* .pickUp__inner {
        width: 79.0629vw;
    } */
    .pickUp-item__inner {
        width: 79.0629vw;
        margin: 0 auto;
    }

    .pickUp-list {
        width: 79.0629vw;
    }

    .newproduct-list {
        width: 79.0629vw;
    }

    .pickUp-introduction-body {
        font-size: 1.171vw;
    }

    .pickUp-introduction h4 {
        font-size: 2.9282vw;
    }

    .pickUp-introduction-name {
        font-size: 1.610vw;
    }

    .pickUp-introduction.pistachio {
        margin-top: -0.2%;
    }

    .pickUp-survey-ttl {
        font-size: 2.928vw;
    }

    .newproduct-list__item_b {
        width: 100%;
        background: #fff;
        border-radius: 8px;
    }

    .graph-ttl {
        font-size: 1.903vw;
    }

    .pickUp-survey__item--graph--big img {
        width: 34.553vw;
    }

    .pickUp-survey__item--graph--small img {
        width: 21.083vw;
    }

    .graph-sub__ttl {
        font-size: 1.756vw;
    }

    .graph-sub__txt {
        font-size: 1.024vw;
    }

    .graph-conclusion {
        font-size: 1.464vw;
    }

    .pickUp-conclusion {
        font-size: 1.171vw;
    }

    .pickUp-conclusion__txt::before {
        width: 14.128vw;
        padding-top: 14.421vw;
        margin-right: -16.910vw;
        background-size: contain;
    }

    .pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph img {
        height: 20.131vw;
    }

    .pickUp-survey__item--voice {
        font-size: 1.7569vw;
    }

    .pickUp-survey__item--voice img {
        width: 5.9297vw;
    }
}

@media screen and (max-width: 1110px) {
    .pickUp-conclusion__txt::before {
        margin-top: 0;
    }
}

@media screen and (max-width: 750px) {
    .pickUp {
        padding-bottom: 0;
        /* margin-top: 110px; */
        margin-top: 0;
    }

    .pickUp__inner {
        width: 92%;
        padding-bottom: 56px;
    }

    .newproduct-list {
        width: 100%;
        padding-top: 82.5px;
    }

    .pickUp-introduction.pistachio {
        margin-top: 18%;
    }

    .pickUp .c-head-lv2::before {
        width: 100%;
        padding-top: 49.5px;
    }

    .pickUp-conclusion {
        font-size: 14px;
        margin-top: 20px;
        display: block;
        padding: 40px 20px;
    }

    .pickUp .c-btn--detail a {
        font-size: 12px !important;
    }

    .newproduct .c-btn--detail a {
        font-size: 12px;
        height: 45px;
    }

    .pickUp-introduction-head-new h4 {
        line-height: 30px;
    }

    .pickUp .c-btn--detail,
    .pickUp .c-btn--detail.c-red,
    .pickUp .c-btn--detail.c-green {
        line-height: 45px;
        margin: 10px auto 50px;
    }

    .newproduct .c-btn--detail {
        line-height: 45px;
        margin: 10px auto 50px;
    }

    .btn-wrap {
        width: 225px !important;
    }

    .pickUp-introduction.lemon_tea {
        margin-bottom: 40px;
    }

    .pickUp-introduction-head-new {
        position: relative;
        padding-left: 0;
        text-align: center;
        padding-top: 12%;
    }

    .pickUp-introduction-head-new::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 65%;
        margin-left: 18%;
        padding-top: 3%;
        background: url(../img/newproduct/newicon.png) no-repeat center center;
        background-size: contain;
    }

    .pickUp-introduction::after {
        width: 148px;
        padding-top: 60.5px;
        margin-right: 28.55%;
        margin-top: -25px;
        background: url(../img/sp/pickUp/comment.png) no-repeat center center;
        background-size: contain;
    }

    .pistachio.pickUp-introduction::after {
        background: url(../img/sp/newproduct/comment_pistachio.png) no-repeat center center;
        background-size: contain;
    }

    .lemon_tea.pickUp-introduction::after {
        background: url(../img/sp/pickUp/comment_lemon_tea.png) no-repeat center center;
        background-size: contain;
    }

    .pickUp-conclusion__txt {
        width: 100%;
    }

    .pickUp-survey {
        margin-top: 40px;
    }

    .graph-ttl {
        font-size: 18px;
    }

    .graph-ttl::before {
        width: 158.5px;
        padding-top: 5px;
        bottom: -6px;
        background-size: contain;
        margin-right: 24.016%;
    }

    .pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph .graph-ttl::before {
        padding-top: 5px;
    }

    .graph-sub__ttl {
        font-size: 15px;
    }

    .graph-sub__txt {
        font-size: 11px;
        padding-bottom: 22.5px;
    }

    .graph-conclusion {
        font-size: 15px;
    }

    .main--graph {
        display: block;
    }

    .pickUp-survey-ttl {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .pickUp-survey-ttl::before,
    .pickUp-survey-ttl::after {
        width: 16px;
        padding-top: 16px;
        background-size: contain;
    }

    .pickUp-survey-list__item+.pickUp-survey-list__item {
        display: block;
        margin-top: 20px;
    }

    .pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph {
        width: 100%;
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    .pickUp-survey-list__item+.pickUp-survey-list__item .pickUp-survey__item--graph img {
        padding: 0;
        height: auto;
    }

    .pickUp-survey-list__item+.pickUp-survey-list__item .graph-ttl {
        margin-bottom: 30px;
    }

    .pickUp-survey__item--graph:first-child {
        padding: 40px 20px;
    }

    .pickUp-survey__item--graph--big {
        padding: 0 0 30px;
    }

    .pickUp-survey__item--graph--big img {
        width: 100%;
    }

    .pickUp-survey__item--graph--big .graph-ttl {
        margin-bottom: 30px;
    }

    .pickUp-survey__item--graph--small {
        width: 100%;
        padding: 30px 19px;
    }

    .pickUp-survey__item--graph--small img {
        width: 187.5px;
    }

    .pickUp-survey__item--graph--small::before {
        top: 0;
        left: calc(50% - 15px);
        width: 15px;
        height: 15px;
        margin-top: -30px;
        margin-left: 0;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #ffece8;
        border-left: 15px solid transparent;
    }

    .pickUp-conclusion__txt::before {
        display: none;
    }

    .item__txt+.item__txt {
        position: relative;
        width: 60%;
        padding-top: 20px;
    }

    .item__txt+.item__txt::before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        width: 110px;
        padding-top: 170px;
        margin-right: -118px;
        background: url(../img/pickUp/pickUp_produuct_small.png) no-repeat center center;
        background-size: contain;
    }

    .pickUp-survey__item--voice {
        padding: 0 20px 40px;
        font-size: 13px;
    }

    .pickUp-survey__item--voice img {
        width: 10.8vw;
    }

    .pickUp-survey__item--voice p {
        width: 490px;
        line-height: 67px;
        text-align: center;
        margin-right: 13px;
        background: url(../img/pickUp/fukidashi_pc.png) no-repeat center center;
        background: url(../img/sp/pickUp/fukidashi_sp.png) no-repeat center center;
        background-size: contain;
    }

    .pistachio.pickUp-introduction::before {
        right: 0;
        right: auto;
        background: url(../img/newproduct/pickUp_product_03.png) no-repeat center center;
        background-size: contain;
        padding-top: 56%;
    }

    .pickUp .c-btn--detail {
        /* line-height: 45px;
        margin: 30px auto 50px; */
        margin-top: 30px;
        margin-bottom: 1px;
    }

    .newproduct .c-btn--detail {
        /* line-height: 45px;
        margin: 10px auto 50px; */
        margin-top: 30px;
        margin-bottom: 1px;
    }
}


/************************************************************
flavor
************************************************************/

.flavor {
    position: relative;
    /* margin-top: 88px; */
}

.flavor::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    background: url(../img/flavor/bg430.jpg) no-repeat top center;
    background-size: cover;
}

.flavor .c-head-lv2 {
    max-width: 800px;
    margin: auto;
}
.flavor__inner {
    position: relative;
}

.flavor .c-head-lv2::before {
    padding-top: 13.125%;
    background: url(../img/secTtl/flavor.png) no-repeat center center;
    background-size: contain;
}

.flavor .c-head__description {
    color: #f06b00;
}

.flavor-list {
    justify-content: center;
}

.flavor-list__item img {
    width: auto;
    margin-bottom: 16px;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .flavor::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 750px) {
    .flavor {
        /* margin-top: 66.5px; */
    }

    .flavor::before {
        height: 74%;
    }

    .flavor__inner {
        width: 81.333%;
        margin: auto;
    }

    .flavor-list {
        margin-top: 0;
    }

    .flavor .c-head__description {
        padding-bottom: 23px;
    }

    .flavor .c-head-lv2::before {
        width: 100%;
        height: 52.5px;
    }
}

@media screen and (min-width: 751px) {
    .flavor-list__item:nth-of-type(n+5) {
        margin-bottom: 0;
    }
}


/************************************************************
collabo
************************************************************/

.collabo {
    position: relative;
    /* margin-top: 160px; */
}

.collabo::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
    background: url(../img/collabo/bg.jpg) no-repeat top center;
    background-size: cover;
}

.collabo__inner {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}
.collabo .c-head {
    max-width: 800px;
    margin: auto;
}

.collabo .c-head-lv2::before {
    padding-top: 13.125%;
    background: url(../img/secTtl/collabo.png) no-repeat center center;
    background-size: contain;
}

.collabo .c-head__description {
    color: #8857b2;
}

.collabo-list {
    margin: 0 auto;
    justify-content: center;
}

.collabo-list__item img {
    margin-bottom: 16px;
    width: auto;
}

.collabo .productList .c-btn--detail {
    background: #8857b2;
    border: 2px solid #8857b2;
}

.collabo .productList .c-btn--detail:hover {
    color: #8857b2;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .collabo::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 750px) {
    .collabo::before {
        height: 63%;
    }

    .collabo .c-head-lv2::before {
        padding-top: 100px;
        background: url(../img/secTtl/collabo_sp.png) no-repeat center center;
        background-size: contain;
    }

    .collabo {
        margin-top: 0;
    }

    .collabo__inner {
        width: 81.333%;
    }

    .collabo .c-head__description {
        padding-top: 110px
    }

    .collabo-list {
        margin-top: 0;
        max-width: 100%;
    }
}


/************************************************************
healthy
************************************************************/

.healthy {
    position: relative;
    /* margin-top: 133px; */
    margin-top: 14px;
}

.healthy::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    /* height: 62.7%; */
    height: 84%;
    background: url(../img/healthy/bg.jpg) top center;
    background-size: contain;
}

.healthy__inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.healthy .c-head-lv2::before {
    padding-top: 9.25%;
    background: url(../img/secTtl/healthy.png) no-repeat center center;
    background-size: contain;
}
/* @media screen and (min-width: 1367px) {
    .healthy .c-head-lv2::before{
        padding-top: 100px;
    }
} */

.healthy .c-head__description {
    color: #e3574f;
}

.healthy-list {
    margin: 0 auto;
    flex-wrap: wrap;
    /* max-width: 600px; */
    justify-content: center;
}

.healthy .productList .c-btn--detail {
    background: #e3574f;
    border: 2px solid #e3574f;
}

.healthy .productList .c-btn--detail:hover {
    color: #e3574f;
}

.healthy-list__item img {
    margin-bottom: 16px;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .healthy::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 750px) {
    .healthy {
        /* margin-top: 47px; */
    }

    .healthy::before {
        height: 89%;
    }

    .healthy__inner {
        width: 81.333%;
    }

    .healthy-list {
        margin-top: 0;
    }

    .healthy .c-head-lv2::before {
        padding-top: 53.5px;
    }
}

/************************************************************
newproduct
************************************************************/

.newproduct {
    position: relative;
}

/*
.newproduct::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 113%;
    background: url(../img/newproduct/bg.jpg) repeat-y top center;
    background-size: contain;
}
*/

.newproduct__inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.newproduct .c-head-lv2::before {
    padding-top: 10%;
    background: url(../img/secTtl/newproduct.png) no-repeat center center;
    background-size: contain;
    margin-top: 0;
}

.newproduct .c-head__description {
    color: #0186b7;
}

.newproduct-list {
    max-width: 1080px;
    margin: 0 auto;
}

.newproduct .productList .c-btn--detail {
    background: #0186b7;
    border: 2px solid #0186b7;
}

.newproduct .productList .c-btn--detail:hover {
    color: #0186b7;
}

.newproduct-list__item img {
    margin-bottom: 16px;
}


/************************************************************
premium
************************************************************/

.premium {
    position: relative;
    /* margin-top: 160px; */
}

.premium::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/premium/bg.jpg) top center;
    background-size: contain;
}

.premium__inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.premium .c-head-lv2::before {
    padding-top: 9.25%;
    background: url(../img/secTtl/premium.png) no-repeat center center;
    background-size: contain;
}

.premium .c-head__description {
    color: #0186b7;
}

.premium-list {
    margin: 0 auto;
    justify-content: center;
}

.premium .productList .c-btn--detail {
    background: #0186b7;
    border: 2px solid #0186b7;
}

.premium .productList .c-btn--detail:hover {
    color: #0186b7;
}

.premium-list__item img {
    margin-bottom: 16px;
    width: auto;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .premium::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 750px) {
    .premium {
        margin-top: 0;
    }

    .premium::before {
        height: 100%;
    }

    .premium__inner {
        width: 81.333%;
    }

    .premium-list {
        margin-top: 0;
    }

    .premium .c-head-lv2::before {
        padding-top: 53px;
    }
}


/************************************************************
onlineshop
************************************************************/

.onlineShop {
    position: relative;
    /* margin-top: 107px; */
}

.onlineShop::before {
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: url(../img/onlineShop/bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.onlineShop__inner {
    max-width: 842px;
    margin: 0 auto;
}

.onlineShop .c-head__description {
    color: #4cb100;
    padding-bottom: 54px;
}

.onlineShop-list__item {
    display: flex;
    justify-content: space-between;
    padding: 0 1vw 178px;
}
.c-btn--onlineShop:nth-child(1) a {
    padding-top: 12px;
} 
@media screen and (max-width: 1366px) {
    .onlineShop::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 750px) {
    .onlineShop {
        /* margin-top: 45px; */
    }

    .onlineShop .c-head-lv2::before {
        padding-top: 52.5px;
    }

    .onlineShop__inner {
        width: 81.333%;
    }

    .onlineShop .c-head__description {
        padding-bottom: 0;
    }

    .onlineShop-list__item {
        flex-wrap: wrap;
        padding-bottom: 60px;
        margin: 22.5px auto 0;
        max-width: 800px;
    }

    .onlineShop .c-btn {
        width: 48.275%;
    }

    .onlineShop .c-btn a {
        height: 50px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .onlineShop .c-btn a img {
        width: 90px;
        max-height:65%;
    }
    .onlineShop .c-btn:nth-child(1) img {
        max-height:90%;
    }

    .c-btn--onlineShop:nth-child(n+3) {
        margin-top: 16px;
    }
}


/* ////////////////////////////////////////////////
# NEW PRODUCT   202308
//////////////////////////////////////////////// */
/* newproduct01 */
#newproduct1 .newproduct__inner_heading {
    color: #971e1b;
}
#newproduct1 .volume {
    color: #971e1b;
    text-align: left;
    font-weight: bold;
}
.newproduct::before {
    position: absolute;
    content: "";
    left: 0;
}
.newproduct::after {
    position: absolute;
    content: "";
    right: 0;
    z-index: -1;
}
.newproduct__inner-box {
    display: flex;
}
.newproduct__inner_heading {
    color: #a64976;
    position: relative;
}
.newproduct__inner_heading::before {
    position: absolute;
    content: "";
}
.newproduct__inner-left .volume {
    color: #a64976;
    font-weight: bold;
    text-align: center;
}
.newproduct__inner-left .catch {
    color: #a64976;
    font-weight: bold;
    margin-top: 40px;
}
.newproduct__inner-left .description {
    color: #333333;
    font-weight: bold;
    line-height: 1.8;
}
.newproduct__inner-right {
    position: relative;
}
.newproduct__inner-box .c-btn--detail {
    background: #a64976;
    border-color: #a64976;
}
.newproduct__inner-box .c-btn--detail a:hover {
    color: #a64976;
}

/* 1366px~ */
@media screen and (max-width: 1366px) {
    .newproduct::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
    .newproduct__inner {
        width: 79.0629vw;
    }
}
.newproduct__lead .lead-txt {
    max-width: 422px;
    width: 100%;
    margin: 0 auto 53px;
    padding-top: 152px;
}

/* 背景あしらい */
.newproduct::before {
    /* top: 16vh; */
    /* top: 20%; */
    margin-top: calc(280 / 1366 * 100%);
    max-width: 190px;
    max-height: 249px;
    width: calc(190 / 1366 * 100vw);
    height: calc(249 / 1366 * 100vw);
    background: url(../img/newproduct/img_left-side-decoration01_o.png) no-repeat center center;
    background-size: contain;
}
.newproduct::after {
    /* top: 10vh; */
    /* top: 18%; */
    bottom: 0;
    margin-bottom: calc(-50 / 1366 * 100%);
    max-width: 254px;
    max-height: 575px;
    width: calc(254 / 1366 * 100vw);
    height: calc(575 / 1366 * 100vw);
    background: url(../img/newproduct/img_right-side-decoration03_o.png) no-repeat center center;
    background-size: contain;
}

#newproduct2::before {
    /* top: 16vh; */
    /* top: 20%; */
    margin-top: calc(226 / 1366 * 100%);
    max-width: 143px;
    max-height: 517px;
    width: calc(143 / 1366 * 100vw);
    height: calc(517 / 1366 * 100vw);
    background: url(../img/newproduct/img_left-side-decoration01_y.png) no-repeat center center;
    background-size: contain;
}
#newproduct2::after {
    /* top: 10vh; */
    /* top: 18%; */
    top: 0;
    margin-top: calc(245/ 1366 * 100%);
    max-width: 174px;
    max-height: 245px;
    width: calc(174 / 1366 * 100vw);
    height: calc(245 / 1366 * 100vw);
    background: url(../img/newproduct/img_right-side-decoration03_y.png) no-repeat center center;
    background-size: contain;
}

#newproduct3::before {
    /* top: 16vh; */
    /* top: 20%; */
    margin-top: calc(337 / 1366 * 100%);
    max-width: 190px;
    max-height: 249px;
    width: calc(190 / 1366 * 100vw);
    height: calc(249 / 1366 * 100vw);
    background: url(../img/newproduct/img_left-side-decoration01_b.png) no-repeat center center;
    background-size: contain;
}
#newproduct3::after {
    /* top: 18%; */
    margin-top: calc(311 / 1366 * 100%);
    max-width: 254px;
    max-height: 575px;
    width: calc(254 / 1366 * 100vw);
    height: calc(575 / 1366 * 100vw);
    background: url(../img/newproduct/img_right-side-decoration03_b.png) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 750px){
    #newproduct2::before {
        background: url(../img/newproduct/img_left-side-decoration01_sp_y.png) no-repeat left center;
        background-size: contain;
        left: 0;
        margin-top: calc(0/ 750 * 100%);
        max-width: unset;
        max-height: unset;
        /* width: calc(164 / 750 * 100vw);
        height: calc(360 / 750 * 100vw); */
        width: 82px;
        height: 180px;
    }
    #newproduct2::after {
        background: url(../img/newproduct/img_right-side-decoration03_y_sp.png) no-repeat right center;
        background-size: contain;
        margin-top: calc(19/ 750 * 100%);
        max-width: unset;
        max-height: unset;
        /* width: calc(190 / 750 * 100vw);
        height: calc(880 / 750 * 100vw); */
        width: 95px;
        height: 440px;
    }
    .newproduct1_dot-left,.newproduct1_dot-right{
        position: relative;
    }
    .newproduct2_dot-left::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        margin-bottom: calc(142 / 750 * 100vw);
        /* width: calc(70 / 750 * 100vw);
        height: calc(243 / 750 * 100vw); */
        width: 35px;
        height: 121.5px;
        background: url(../img/newproduct/img_left-side-decoration02_y02_sp.png) no-repeat left center;
        background-size: contain;
    }
    #newproduct3::before {
        top: calc(347 / 750 * 100vw);
        margin-top: 0;
        max-width: unset;
        max-height: unset;
        /* width: calc(117 / 750 * 100vw) !important;
        height: calc(712 / 750 * 100vw) !important; */
        width: 58.5px !important;
        height: 356px !important;
        background: url(../img/newproduct/img_left-side-decoration01_b_sp.png) no-repeat left center;
        background-size: contain;
    }
    #newproduct3::after {
        top: calc(347 / 750 * 100vw);
        right: 0;
        margin-top: 0;
        max-width: unset;
        max-height: unset;
        /* width: calc(193 / 750 * 100vw) !important;
        height: calc(876 / 750 * 100vw) !important; */
        width: 96.5px !important;
        height: 438px !important;
        background: url(../img/newproduct/img_right-side-decoration01_b_sp.png) no-repeat right center;
        background-size: contain;
        
    }
}

.b-lead-img {
    position: relative;
    max-width: 395px;
    margin: 0 auto;
}
.b-lead-img::after {
    content: '';
    background: url(../img/newproduct/img_malt_drink.png) no-repeat center center;
    background-size: contain;
    width: calc(103/ 395 * 100%);
    padding-top: calc(185/ 395 * 100%);
    position: absolute;
    bottom: 11%;
    right: -6%;
}
.b-02 .b-lead-img::after {
    background: url(../img/newproduct/img_sunaba_drink.png) no-repeat center center;
    background-size: contain;
}

/* ボタン */
.newproduct__inner-box.b-lead .btn-wrap {
    margin-bottom: 40px;
}
#newproduct1 .newproduct__inner-box .c-btn--detail {
    background: #971e1b;
    border-color: #971e1b;
}
#newproduct1 .newproduct__inner-box .c-btn--detail a:hover {
    color: #971e1b;
}

#newproduct1 .newproduct__inner-box .btn-box {
    display: flex;
}
#newproduct1 .newproduct__inner-box .btn-box .btn-wrap:first-child {
    margin-right: 10px;
}
/* 1001px~ */
@media screen and (min-width: 1001px) {
    #newproduct1 .newproduct__inner_heading::before {
        position: absolute;
        content: "";
        top: -36px;
        left: 0;
        width: 285px;
        height: 33px;
        background: url(../img/newproduct/new_label01_an.png) no-repeat center center;
        background-size: contain;
    }
    #newproduct1 .-movie .newproduct__inner-left {
        padding-top: 200px;
        padding-left: 10px;
    }
    #newproduct1 .-movie .newproduct__inner-right{
        padding-top:200px;
    }
    #newproduct1 .newproduct__inner-box {
        flex-direction: row-reverse;
    }
    
    #newproduct1 .newproduct__inner-right {
        top: unset;
        flex-shrink: 0;
        width: 30.9vw;
        max-width: 422px;
    }

    .newproduct__inner-box {
        padding-top: 315px !important;
    }
    .newproduct__inner_heading {
        font-size: min(2.9vw,40px);
        line-height: 1.3;
    }
    .newproduct__inner-left .volume {
        font-size: min(1.6vw,30px);
        margin-right: 10px;
    }
    .newproduct__inner-left .catch { 
        font-size: min(1.6vw,22px);
    }
    .newproduct__inner-left .description {
        font-size: min(1.17vw,16px);
        letter-spacing: 0.2px;
        margin-top: 10px;
        max-width: 584px;
        width: 100%;
    }
}

/* ~1000px */
@media screen and (max-width:1000px) {
    .newproduct__inner_heading {
        font-size: 24px ;
        line-height: 1.3;
        text-align: center;
    }
    .newproduct__inner-left .volume {
        font-size: 19px;
        line-height: 1;
        margin-top: 12px;
        text-align: center !important;
    }
    .newproduct__inner-left .catch { 
        font-size: 17px;
        letter-spacing: -1px;
    }
    .newproduct__inner-left .description {
        font-size: 14px;
        margin: 28px auto 0;
        max-width: 550px;
        width: 100%;
        text-align: center;
    }
    #newproduct1 .newproduct__inner-box{
        flex-direction: column-reverse;
        align-items: center;
    }
   
    #newproduct1 .-movie .newproduct__inner-left {
        padding-top: 64px;
        padding-left: 0;
    }
    #newproduct1 .-movie .newproduct__inner-right{
        padding-top: 128.5px;
        width: 240px;
    }
    #newproduct1 .newproduct__inner_heading::before {
        position: absolute;
        content: "";
        top: -41px;
        left: 0;
        width: 224px;
        height: 26px;
        background: url(../img/newproduct/new_label01_an_sp.png) no-repeat center center;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    }
    #newproduct1 .newproduct__inner-box .btn-box {
        display: block;
        margin-top: 34px;
    }
    #newproduct1 .newproduct__inner-box .btn-box .btn-wrap:first-child {
        margin-right: auto;
    }
    #newproduct1 .newproduct__inner-box .c-btn--detail {
        margin-top: 0;
    }

    .newproduct__inner-box{
        flex-direction: column-reverse ;
    }
}

/* 751px~ */
@media screen and (min-width: 751px) {
    .newproduct__inner {
        max-width: 1080px;
        margin: 0 auto;
    }
    .newproduct__inner-box .btn-wrap {
        margin-bottom: 60px;
    }
    .newproduct__lead .lead-img {
        margin-left: 75px;
        margin-right: 19px;
    }
    .newproduct__inner-box.b-lead {
        padding-top: 36px !important;
        justify-content: center;
    }
    .newproduct__inner-box .box {
        width: calc(411 / 1080 * 100vw);
        max-width: 411px;
    }
    .newproduct__inner-box .box:nth-of-type(1) {
        margin-right: calc(87 / 1080 * 100%);
    }
    .newproduct__inner-box .box h4 {
        font-size: min(2vw,26px);
        text-align: center;
    }
    .box.b-01 h4 {
        color: #007ec9;
        /* margin-top: calc(28 / 1080 * 100%); */
        margin-top: 28px;
    }
    .box.b-02 h4 {
        color: #bc752e;
    }
    .box p {
        font-size: min(14vw,14px);
        font-weight: bold;
        letter-spacing: 0.2px;
        margin-top: 23px;
        height: calc( 1.4em * 4 );
        line-height: 1.4;
    }

    .box .label {
        max-width: 395px;
        width: 100%;
        margin: 0 auto 10px;
    }
    
}
@media screen and (min-width:751px) and ( max-width:780px)  {
    .box p {
        height: calc( 1.4em * 5 );
        line-height: 1.4;
    }
}
/* ~750px */
@media screen and (max-width: 750px) {
    .newproduct__lead .lead-txt {
        width: calc(505/750 * 100vw);
        margin: 0 auto;
        padding-top: calc(145/1080 * 100vw);
    }
    .newproduct__lead .lead-img {
        margin: calc(63/750 * 100vw) auto 0;
    }

    .box h4 {
        font-size: 24px;
        text-align: center;
        margin-bottom: calc(50 / 750 * 100%);
    }
    .box.b-01 h4 {
        color: #007ec9;
        margin-top: 0;
    }
    .box.b-02 h4 {
        color: #bc752e;
    }
    .box .description {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }
    .b-lead-img {
        max-width: unset;
        width: 100%;
        margin: 0 auto;
    }
    .box.b-01 {
        position: relative;
    }
    .box.b-02 {
        margin-top: calc(164 / 750 * 100%);
        position: relative;
    }
    .mt-sp01 {
        margin-top: calc(24 / 750 * 100%);
    }

    .newproduct__lead {
        padding-top: calc(254/750 * 100vw);
    }
    .newproduct__lead .lead-txt {
        padding-top: 0;
    }
    .newproduct {
        margin-top: 47px;
    }
    .newproduct::before {
        top: 10vh;
        width: 81px;
        height: 177.5px;
        background: url(../img/newproduct/img_left-side-decoration01-sp.png) no-repeat center center;
        background-size: contain;
    }
    .newproduct::after {
        /* top: 22vh; */
        top: 36%;
        width: 67px;
        height: 168.5px;
        background: url(../img/newproduct/img_right-side-decoration01-b_sp.png) no-repeat center center;
        background-size: contain;
    }
    .newproduct__inner {
        width: calc(100% - 50px);
    }
    /* .newproduct__inner::before {
        content:"";
        position: absolute;
        bottom: 30px;
        left: -25px;
        background: url(../img/newproduct/img_left-side-decoration02-sp.png)no-repeat;
        background-size: cover;
        width: 42px;
        height: 107.5px;
        bottom: 0;
    }
    .newproduct__inner::after {
        content:"";
        position: absolute;
        bottom: -35px;
        right: -25px;
        background: url(../img/newproduct/img_right-side-decoration02-sp.png)no-repeat;
        background-size: cover;
        width: 63.5px;
        height: 153px;
    } */
    .newproduct-list {
        margin-top: 30px;
    }
    .newproduct .c-head-lv2::before {
        padding-top: 55px;
    }
    .newproduct .c-head-lv2::before {
        padding-top: 30%;
        background: url(../img/secTtl/newproduct_sp.png) no-repeat center center;
        background-size: contain;
    }
    
    .newproduct::before {
        /* top: 7vh; */
        /* width: calc(164 / 750 * 100vw);
        height: calc(360 / 750 * 100vw); */
        left: 0;
        margin-top: 0;
        top: 12%;
        width: 82px;
        height: 180px;
        background: url(../img/newproduct/img_left-side-decoration01_y_sp.png) no-repeat left center;
        background-size: contain;
    }
    .newproduct::after {
        /* top: calc(315 / 750 * 100vw);
        width: calc(188 / 750 * 100vw);
        height: calc(720 / 750 * 100vw); */
        top: 10%;
        width: 94px;
        height: 360px;
        background: url(../img/newproduct/img_right-side-decoration01_y_sp.png) no-repeat right center;
        background-size: contain;
    }
    #newproduct1 .-movie .newproduct__inner-right{
        padding-top: calc(258 / 750 * 100%) !important;
        width: 240px;
    }
}


/* newproduct02 */
#newproduct2{
    position: relative;
    z-index: 1;
}
#newproduct2 .newproduct__inner_heading {
    color: #8b560d;
    position: relative;
}
#newproduct2 .newproduct__inner-left .volume {
    color: #8b560d;
}
/* #newproduct2 .newproduct__inner-right {
    flex-shrink: 0;
    width: calc(402/1366* 100vw);
    max-width: 402px;
    left: -30px;
    position: absolute;
    top: 140px;
    right: 0;
} */
#newproduct2 .newproduct__inner-right {
    flex-shrink: 0;
    width: calc(402/1366* 100vw);
    max-width: 402px;
    margin-top: calc(-91/1366* 100%);
}
#newproduct2 .newproduct__inner-right::after{
    position: absolute;
    content: "";
    top: 7.4%;
    left: -31%;
    max-width: 215px;
    width: calc(215 / 1366 * 100vw);
    height: calc(112 / 1366 * 100vw);
    background: url(../img/newproduct/img_newproduct02_bubble.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}
#newproduct2 .newproduct__inner-box .btn-box {
    display: flex;
}
#newproduct2 .newproduct__inner-box .btn-box .btn-wrap:first-child {
    margin-right: 10px;
}
.newproduct__inner-box .c-btn--detail {
    background: #8b560d;
    border-color: #8b560d;
}
#newproduct2 .newproduct__inner-box .c-btn--detail a:hover {
    color: #8b560d;
}

/* 1001px~ */
@media screen and (min-width: 1001px) {
    #newproduct2 .newproduct__inner_heading::before {
        position: absolute;
        content: "";
        top: -36px;
        left: 0;
        width: 350px;
        height: 33px;
        background: url(../img/newproduct/new_label02_waguri.png) no-repeat center center;
        background-size: contain;
    }
    #newproduct2 .newproduct__inner-box {
        /* padding-top: 197px !important; */
        padding-top: calc(229 / 1366 * 100%) !important;
    }
    #newproduct2 .newproduct__inner-left{
        margin-right: calc(40 / 1080 * 100%);
        max-width: 620px;
    }
    #newproduct2 .newproduct__inner-right {
        width: calc(402/1366* 100vw);
        max-width: 402px;
        margin-top: calc(-90 / 1366 * 100%);
    }
    
}
@media screen and (max-width: 1000px) {
    #newproduct2 .newproduct__inner-right::after{
        display: none;
    }
    #newproduct2 .newproduct__inner-box {
        flex-direction: column-reverse;
        align-items: center;
    }
    #newproduct2 .newproduct__inner-box .c-btn--detail {
        margin-top: 0;
    }
    #newproduct2 .newproduct__inner-box .btn-box .btn-wrap:first-child {
        margin-right: auto;
        margin-bottom: 10px;
    }
    #newproduct2 .newproduct__inner-box .btn-box {
        display: block;
        margin-top: 34px;
    }
    #newproduct2 .newproduct__inner-right{
        margin-top: 100px;
    }
    #newproduct2 .newproduct__inner_heading::before {
        top: -36px;
        width: 266.5px;
        height: 25px;
        background: url(../img/newproduct/new_label02_waguri.png) no-repeat center center;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    }
    #newproduct2 .newproduct__inner_heading{
        margin-top: 48px;
    }
    #newproduct2  .newproduct__inner-box .btn-wrap{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 750px){
    #newproduct2 .newproduct__inner-right {
        margin-top: 0px;
        width: 242px;
    }
    #newproduct2{
        margin-top: 97px;
    }
    
    .newproduct3_point{
        position: relative;
        width: 100% !important;
        padding-right: calc(40 / 750 * 100vw) !important;
        padding-left: calc(40 / 750 * 100vw) !important;
    }
    .newproduct1_dot-left,.newproduct1_dot-right{
        position: relative;
    }
    .newproduct1_dot-left::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        margin-bottom: calc(1027 / 750 * 100vw);
        /* width: calc(112 / 750 * 100vw);
        height: calc(316 / 750 * 100vw); */
        width: 56px;
        height: 158px;
        background: url(../img/newproduct/img_left-side-decoration02_y_sp.png) no-repeat left center;
        background-size: contain;
    }
    .newproduct1_dot-right::after {
        content: '';
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 0;
        margin-bottom: calc(212 / 750 * 100vw);
        /* width: calc(117 / 750 * 100vw);
        height: calc(338 / 750 * 100vw); */
        width: 58.5px;
        height: 169px;
        background: url(../img/newproduct/img_right-side-decoration02_y_sp.png) no-repeat right center;
        background-size: contain;
    }
    #newproduct2 .newproduct__inner_heading::before {
        top: -36px;
        width: 266.5px;
        height: 25px;
        background: url(../img/newproduct/new_label02_waguri_sp.png) no-repeat center center;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* newproduct03 */
#newproduct3 .newproduct__inner_heading {
    color: #007ec9;
}
#newproduct3 .volume {
    color: #007ec9;
    text-align: left;
    font-weight: bold;
}
#newproduct3 .description {
    max-width: 620px;
    width: 100%;
}

#newproduct3 .newproduct__inner-box .btn-box {
    display: flex;
}
#newproduct3 .newproduct__inner-box .btn-box .btn-wrap:first-child {
    margin-right: 10px;
}
#newproduct3 .newproduct__inner-box .c-btn--detail {
    background: #007ec9;
    border-color: #007ec9;
}
#newproduct3.newproduct {
    position: relative;
}
#newproduct3 .newproduct__inner-box .c-btn--detail a:hover {
    color: #007ec9;
}
.newproduct3_point{
    padding-left: calc(25 / 1366 * 100vw);
}

/* 1001px~ */
@media screen and (min-width: 1001px) {
    #newproduct3.newproduct {
        margin-top: 0;
    }
    #newproduct3 .newproduct__inner-box {
        flex-direction: row-reverse;
        margin-bottom: 90px;
    }
    #newproduct3 .newproduct__inner-right {
        top: -160px;
        flex-shrink: 0;
        width: 30.9vw;
        /* width: calc(444/1366*100vw); */
        max-width: 444px;
    }
    .newproduct3_point{
        padding-left:25px;
    }
    #newproduct3 .-movie .newproduct__inner-left{
        padding-top: 0;
    }
    #newproduct3 .newproduct__inner-right{
        top: -52px;
        padding-top: 0;
    }
    #newproduct3 .newproduct__inner{
        padding-top: 178px;
    }
    #newproduct3 .newproduct__inner_heading::before {
        position: absolute;
        content: "";
        top: -36px;
        left: 0;
        width: 456px;
        height: 33px;
        background: url(../img/newproduct/new_label03_an.png) no-repeat center center;
        background-size: contain;
    }

}
/* ~1000px */
@media screen and (max-width:1000px) {
    #newproduct3.newproduct {
        margin-top: 100px;
    }
    #newproduct3.newproduct::before {
        width: 80px;
        height: 164px;
    }
    #newproduct3.newproduct::after {
        top: 80px;
        width: 93px;
        height: 117px;
    }
    #newproduct3 .newproduct__inner-box .btn-box {
        display: block;
        margin-top: 34px;
    }
    #newproduct3 .newproduct__inner-box .btn-box .btn-wrap:first-child {
        margin-right: auto;
    }
    #newproduct3 .newproduct__inner-box .btn-box .c-btn{
        margin-top: 0 !important;
    }
    #newproduct3 .newproduct__inner_heading {
        margin-top: 65px;
    }
    #newproduct3 .newproduct__inner_heading::before {
        position: absolute;
        content: "";
        top: -63px;
        left: 50%;
        transform: translate(-50%);
        width: 226px;
        height: 46px;
        background: url(../img/newproduct/new_label03_an_sp.png) no-repeat center center;
        background-size: contain;
    }
    #newproduct3 .newproduct__inner-box {
        flex-direction: column-reverse;
        align-items: center;
        padding-left: calc(40 / 750 * 100%);
        padding-right: calc(40 / 750 * 100%);
    }
    #newproduct3 .newproduct__inner-right {
        max-width: 240px;
        width: 100%;
        z-index: -1;
    }
    #newproduct3 .newproduct__inner-left {
        text-align: center;
    }
    #newproduct3 .newproduct3_point{
        width: 292.355px;
    }
}

@media screen and (max-width:750px) {
    #newproduct3 .-movie .newproduct__inner-right {
        padding-top: calc(200 / 750 * 100%);
    }
    #newproduct3 .newproduct3_point{
        padding: 0 !important;
    }
    
}

/* pickup */
/* Common */
.pickUp {
}
.pickUp .sunaba-new {
    color: #bc752e;
}
.pickUp .pistachio-new {
    color: #079da2;
}
#pickUp .pickUp-introduction-head {
    position: relative;
    text-align: left;
}
#pickUp .pickUp-introduction-head::before {
    position: absolute;
    content: "";
    background: url(../img/pickUp/new_label01.png) no-repeat center center;
    background-size: contain;
    top: -40px;
    width: 245px;
    height: 37px;
    left: 245px;
    /* left: calc(245 /1080 * 100%); */
}
#triple_almond .pickUp-item__title h4{
    color: #6fa234;
    letter-spacing: 0;
}


@media screen and (max-width: 480px) {
    #pickUp .sunaba-new .pickUp-introduction-head::before {
        width: 310px;
    }
}

.sunaba-new.pickUp-introduction::before,
.pistachio-new.pickUp-introduction::before {
    content: "";
}

@media screen and (min-width: 1366px) {
    .pickUp-introduction::before {
        top: 0;
        bottom: auto;
        width: 30.289%;
        padding-top: 55.217%;
        margin: 37.5px 34.855% 0;
    }
}


/* pickup 20240301 */
.pickUp-item__inner{
    padding-top: 112px;
}
.bl__desc{
    background: #fff;
    border-radius: 8px;
    padding: 72px calc(90/1080*100%);
    display: flex;
    justify-content: center;
}
.pickUp-item__desc{
    max-width: 450px;
    width: calc(100%/2);
    display: flex;
}
.pickUp-item__desc:nth-of-type(2){
    padding-left: calc(42/1080*100%);
}
.pickUp-item__text{
    padding-top: 34px;
    margin-left: calc(20 / 1080 * 100%);
    width: 100%;
}
.pickUp-item__img{
    max-width: 147px;
}
.pickUp-item__img img{
    width: 100%;
    width: calc(147/1080*100vw);
    max-width: 100%;
}
.pickUp-item__label img{
    max-width: 262px;
    width: calc(262/1080*100vw);
    margin-bottom: 17px;
}
.pickUp-item__title h4{
    font-weight: 600;
    font-size: calc(23/1366*100vw);
    line-height: 1.3;
    font-feature-settings: 'palt';
    letter-spacing: -0.01em;
}
@media screen and (min-width: 1367px){
    .pickUp-item__title h4{
        font-size: 25px;
    }
    .pickUp-item__text {
        margin-left: 20px;
    }
}
.pickUp-item__title h4 .volume {
    /* font-size: min(1.6vw,30px); */
    font-size: calc(16/1366*100vw);
    margin-right: 10px;
}
@media screen and (min-width: 1367px){
    .pickUp-item__title h4 .volume{
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 751px) {
    .bl__desc {
        flex-direction: column;
        padding: 42.5px;
        text-align: center;
    }
    .pickUp-item__desc + .pickUp-item__desc {
        margin-left: 0;
        padding-top: 80px;
    }
    .pickUp-item__desc:nth-of-type(2){
        padding-left: 0;
    }
    .pickUp-item__desc{
        max-width: unset;
        width: 100%;
        margin: 0 auto !important;
        flex-direction: column;
        align-items: center;
    }
    .pickUp-item__text{
        margin-left: 0;
        padding-top: 27px;
    }
    .pickUp-item__title h4{
        letter-spacing: unset;
        font-size: calc(28/1366*100vw);
    }
}
.pickUp {
    position: relative;
    margin-bottom: 70px;
}
.pickUp::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: url(../img/pickUp/bg3.png) no-repeat top center;
    background-size: cover;
    z-index: -1;
}
/* @media screen and (max-width: 1366px){
    .pickUp::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
} */
@media screen and (max-width: 1000px) and (min-width: 751px) {
    .pickUp::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

/* 751px~ */
@media screen and (min-width: 751px) {
    /* .pickUp {
        padding-bottom: 50px;
        background: url(../img/pickUp/bg3.png) no-repeat top center;
        background-size: cover;
    } */
    .pickUp-list {
        padding-top: 112px;
        text-align: center;
    }
    #pickUp .pickUp-introduction-body {
        padding: 84px 0 48px;
    }
    .pickUp-introduction::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 19.351%;
        padding-top: 35.277%;
        margin-bottom: 40px;
        margin-left: 3.148%;
        background: url(../img/pickUp/pickUp_product.png) no-repeat center center;
        background-size: contain;
    }
    .pistachio-new.pickUp-introduction::before {
        margin-right: 3.148%;
        background: url(../img/newproduct/pickUp_product_04.png) no-repeat center center;
        background-size: contain;
        padding-top: 33%;
        right: 0;
        left: auto;
    }
    .pistachio-new.pickUp-introduction {
        margin-top: 67px;
        margin-bottom: 0px;
        padding-right: 28.240%;
        padding-left: 0;
    }
    .pistachio-new.pickUp-introduction::after {
        left: -60px;
        top: -20px;
        right: auto;
        margin-right: 0;
        margin-left: 2.314%;
        background: url(../img/pickUp/comment_pistachio-new.png) no-repeat center center;
        background-size: contain;
    }
    #pickUp .sunaba-new .pickUp-introduction-body,
    #pickUp .pickUp-introduction-body {
        /* padding: 84px 0 60px 160px;
        padding: 84px 0 calc(60 / 1080 * 100%) calc(160 / 1080 * 100%); */
        padding: 60px 0 60px calc(160 / 1080 * 100%);
        max-width: 605px;
        margin: 0;
    }
    .sunaba-new.pickUp-introduction::before {
        /* margin-right: 3.148%; */
        /* margin: auto; */
        margin-right: 2.77%;
        background: url(../img/newproduct/pickUp_product_06.png) no-repeat center center;
        background-size: contain;
        width: calc(350 / 1080 * 100%);
        padding-top: calc(500 / 1080 * 100%);
        bottom: unset;
        left: auto;
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translateY(-50%);
    }
    /* safari */
    ::-webkit-full-page-media, :future, :root .sunaba-new.pickUp-introduction::before{
        padding-top: 100%;
    }
    .sunaba-new.pickUp-introduction {
        margin-bottom: 0px;
        /* padding-right: 28.240%; */
        padding-right: calc(437 / 1080 * 100%);
        padding-left: 0;
    }
    .pickUp-introduction-photo{
        padding-top: 30px;
        max-width: 502px;
        width: 100%;
    }
    /* .sunaba-new.pickUp-introduction::after {
        left: -60px;
        top: -20px;
        right: auto;
        margin-right: 0;
        margin-left: 2.314%;
        background: url(../img/pickUp/comment_sunaba-new.png) no-repeat center center;
        background-size: contain;
    } */
    /* .pickUp-introduction::after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 18.148%;
        padding-top: 10.092%;
        margin-top: -2%;
        margin-right: 2.314%;
        background: url(../img/pickUp/comment.png) no-repeat center center;
        background-size: contain;
    } */

    
}

/* ~750px */
@media screen and (max-width: 750px) {
    .pickUp {
        margin-bottom: 0;
    }
    /* .pickUp::before {
        background-size: contain;
        background-repeat: repeat-y;
    } */
    .pickUp-list {
        width: 100%;
        padding-top: 63px;
    }
    .pickUp-introduction {
        padding: 275px 20px 40px;
    }
    .pickUp-introduction h4 {
        font-size: 25px;
        letter-spacing: -1px;
        text-align: center;
    }
    .pickUp-introduction-body {
        font-size: 14px;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .pickUp-introduction-name {
        font-size: 14px;
        margin-top: 12px;
    }
    .pistachio-new.pickUp-introduction::before {
        background: url(../img/newproduct/pickUp_product_04-sp.png) no-repeat center center;
        background-size: contain;
        /* width: 120.5px; */
        /* height: 287.5px; */
        width: 138px;
        height: 260px;
        top: -37.5px;
        left: 50%;
        transform: translate(-50%);
        position: absolute;
    }
    #pickUp .pickUp-introduction-head::before {
        left: 50% !important;
        transform: translate(-50%) !important;
        top: -36.5px;
        height: 25px;
    }
    .sunaba-new.pickUp-introduction::before {
        background: url(../img/newproduct/pickUp_product_06.png) no-repeat center center;
        background-size: contain;
        width: 207.5px;
        height: 233px;
        top: 27px;
        left: 50%;
        transform: translate(-32%);
        position: absolute;
    }
    .pickUp-introduction-labelTxt {
        margin-bottom: 43px;
        font-weight: bold;
    }
    .pickUp .c-btn--detail.c-green {
        margin-bottom: 0;
    }
    .pickUp-introduction h4 .volume {
        font-size: 19px;
        line-height: 1;
        margin-top: 12px;
        text-align: center !important;
    }

    /* 20240301 */
    .bl__desc {
        flex-direction: column;
        padding: 42.5px 20px;
        text-align: center;
    }
    .pickUp-item__desc + .pickUp-item__desc {
        margin-left: 0;
        padding-top: 78.5px;
    }
    .pickUp-item__desc:nth-of-type(2){
        padding-left: 0;
    }
    .pickUp-item__desc{
        max-width: unset;
        width: 100%;
        margin: 0 auto !important;
        flex-direction: column;
        align-items: center;
    }
    .pickUp-item__img img{
        width: calc(170/750*100vw);
    }
    .pickUp-item__text{
        margin-left: 0;
        padding-top: 15px;
    }
    .pickUp-item__label img {
        max-width: unset !important;
        width: 290px !important;
        margin-bottom: 15px;
    }
    .pickUp-item__title h4{
        font-size: 25px;
    }
    .pickUp-item__title h4 .volume{
        font-size: 19px;
        margin-right: 0;
    }
    .pickUp .c-btn--detail.c-purple {
        width: 100%;
        line-height: 45px;
        margin: 22.5px auto 0;
    }
    .pickUp::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/sp/pickUp/bg.png) top center;
        background-size: cover;
        z-index: -1;
    }
    .pickUp-item__inner{
        padding-top: 63.5px;
    }
}
@media screen and (max-width: 480px) {
    .pickUp-item__label img {
        width: 100% !important;
    }
}

/* following button */
.following_button {
    position: fixed;
    z-index: 1;
    animation-duration: 300ms;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.following_button[data-status="off"]{
    opacity: 0;
    animation-name: fadeout;    
}
.following_button[data-status="on"]{
    animation-name: fadein;
}
.following_button_heading {
    font-size: 16px;
    font-weight: bold;
}
.following_button_heading img {
    width: auto;
}
.following_button_list-items img {
    width: auto;
}
@media screen and (max-width: 750px) {
    .following_button_list-items img {
        width: 100%;
    }
}

/* 751px~ */
@media screen and (min-width: 751px) {
    .following_button {
        background: url(../img/onlineShop/following.png) no-repeat;
        background-size: cover;
        top: 200px;
        right: 0;
        width: 143px;
        height: 382px;
        text-align: center;
    }
    .following_button_heading{
        margin-top: 12px;
    }
    .following_button_heading .text-01{
        margin-top: 12px;
    }
    .following_button_list {
        margin-top: 16px;
    }
    .following_button_list-items {
        margin-top: 8px;
    }
    .following_button_list-items:nth-child(1) img {
        width: 113px;
    }
    .following_button_list-items a {
        transition: all 300ms ease;
    }
    .following_button_list-items a:hover {
        opacity: 0.7;
    }
    .followingButton__close{
        display: none;
    }
}
/* ~750px */
@media screen and (max-width: 750px) {
    .following_button {
        background: url(../img/onlineShop/following-sp.png) no-repeat center;
        background-size: cover;
        bottom: 0;
        width: 100%;
        padding-bottom: 12px;
        /* display: flex;
        align-items: center;
        justify-content: center; */
    }
    .following_button_heading {
        /* color:#424242; */
        font-size:3.466vw;
        text-align: center;
        position: relative;
        /* padding-top: 39px; */
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 14px;
        /* margin-left: -12vw; */
    }
    .following_button_heading img {
        width:4.533vw;
        height:4.8vw;
        /* width:17px;
        height:18px; */
        /* height: max-content; */
        margin-top: -3px;
        margin-right: 2.066vw;
        /* position: absolute;
        top:0;
        left:0; */
        /* left:-1vw;
        right:0;
        margin:0 auto; */
    }
    .following_button_list {
        /* padding-top: 7vw; */
        width:91.733vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* margin: 0 5vw; */
        /* column-gap: 20px; */
        column-gap: 3.733vw;
        /* margin-left: 6vw; */
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .following_button_list-items {
        width:43.1vw;
        margin-top: 10px;
    }
    .following_button_list-items:first-child,
    .following_button_list-items:nth-child(2){
        margin-top: 0;
    }
    .following_button_heading .text-01{
        order:2;
        display: inline;
    }
    .following_button_heading .text-02{
        order:1;
        display: inline;
    }
    .followingButton__close{
        background-color: #4fb100;
        width:32.5px;
        height:32.5px;
        position: absolute;
        top:-32.5px;
        right:0;
    }
    .followingButton__close:before,
    .followingButton__close:after{
        content:"";
        background-color: #fff;
        border-radius:1px;
        display: block;
        width:20px;
        height:2px;
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin:auto;
    }
    .followingButton__close:before{
        transform: rotate(45deg);
    }
    .followingButton__close:after{
        transform: rotate(-45deg);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* アンカーリンクメニュー */
.top-anchor.inner {
    margin-top: 30px;
}
.top-anchor-list {
    display: flex;
    background: #ffe99f;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
}
.top-anchor-item {
    text-align: center;
    width: calc(155 / 1080 * 100%);
    /* padding: 18px 0; */
    line-height: 1.1;
    font-size: 17px;
    font-weight: bold;
    color: #491800;
    position: relative;
    transition: .3s;
}
.top-anchor-item a {
    padding: 16.5px 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /* transition: all .3s; */
}
.top-anchor-item p {
    position: relative;
    z-index: 2;
}
.top-anchor-item a:hover::after {
    content: '';
    display: block;
    background: url(../img/intro/icon_iso.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: fadeInAnime .3s;
}
.top-anchor-item::before {
    content: '';
    width: 2px;
    padding-top: 28px;
    background: #fff;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.top-anchor-item:nth-of-type(1):before {
    background: none;
}


/* animetion */
.fadeIn {
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeInAnime {
    from {
    opacity: 0;
    }

    to {
    opacity: 1;
    }
}



/* sp navi */
.gnav2 a:hover {
    opacity: 1 !important;
}
.top-anchor-sp {
    position: relative;
}
.menu2{
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: 100001;
    width: 71px;
    height: 54.5px;
}

.menu__ico{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 71px;
    padding-top: 54.5px;
    background: url(../img/intro/icon_menu_o.png) no-repeat center center;
    background-size: contain;
    transition: all .3s;
}
.menu__ico.active {
    background: url(../img/intro/icon_menu_c.png) no-repeat center center;
    background-size: contain;
}

/*gnav*/
.gnav2{
    background: url(../img/intro/sp_menu2_bg.png) no-repeat top center;
    background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100000;
    margin-top: -51px;
    bottom: 0;
}
@media screen and (max-width: 460px) {
    .gnav2{
        background: url(../img/intro/sp_menu2_bg.png) top center;
        background-size: contain;
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 100000;
        margin-top: -51px;
    }
}
@media screen and (max-width: 380px) {
    .gnav2{
        background-size: cover;
    }
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    /* margin: 20px 0; */
    border-bottom: 2px solid #fff;
}
.gnav__menu__item a{
    color: #491800;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    display: block;
}
.gnav__menu__item a:hover{
    opacity: .5;
}
.gnav__menu {
    width: 200px;
}

.top-anchor-sp {
    position: relative;
}
@media screen and (max-width: 1000px) {
    .menu2_btn{
        position: fixed;
        top: 10%;
        right: 0;
        cursor: pointer;
        transition: .5s;
        z-index: 100001;
    }
    .gnav2 {
        margin-top: -90px;
    }
}
@media screen and (max-width: 640px) {
    .menu2_btn{
        position: fixed;
        top: 50px;
        right: 0;
        width: 30px;
        cursor: pointer;
        transition: .5s;
        z-index: 100001;
    }
    .gnav2 {
        margin-top: -51px;
    }
}

/* 背景あしらい */
.bg_dot,
.bg_dot2,
.bg_dot3 {
    position: relative;
}


@media screen and (min-width: 751px)  {
    .bg_dot::after {
        content: '';
        display: block;
        width: 191px;
        padding-top: 383px;
        width: calc(191 / 1366 * 100vw);
        padding-top: calc(383 / 1366 * 100vw);
        background: url(../img/newproduct/img_left-side-decoration03.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
        position: absolute;
        top: -55vh;
        left: 0;
    }
    .bg_dot2::after {
        content: '';
        display: block;
        width: 153px;
        padding-top: 303px;
        width: calc(153 / 1366 * 100vw);
        padding-top: calc(303 / 1366 * 100vw);
        background: url(../img/newproduct/img_right-side-decoration04.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
        position: absolute;
        top: -81vh;
        right: 0;
    }
    .bg_dot3::after {
        content: '';
        display: block;
        width: 164px;
        padding-top: 246px;
        width: calc(164 / 1366 * 100vw);
        padding-top: calc(246 / 1366 * 100vw);
        background: url(../img/newproduct/img_right-side-decoration05_sp.png) no-repeat center center;
        background-size: contain;
        top: -45px;
        right: 0;
    }
}

@media screen and (max-width: 750px) {

    /* .bg_dot::after {
        content: '';
        display: block;
        width: 51.5px;
        padding-top: 154px;
        background: url(../img/newproduct/img_left-side-decoration03_sp.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-781%);
    }

    .bg_dot2::after {
        content: '';
        display: block;
        width: 62.5px;
        padding-top: 151.5px;
        background: url(../img/newproduct/img_right-side-decoration04.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-611%);
    } */

    .box.b-01::after {
        content:"";
        position: absolute;
        bottom: -35px;
        right: -50px;
        background: url(../img/newproduct/img_right-side-decoration02-sp.png)no-repeat;
        background-size: cover;
        width: 63.5px;
        height: 153px;
    }
    .box.b-01::before {
        content:"";
        position: absolute;
        bottom: -60px;
        left: -50px;
        background: url(../img/newproduct/img_left-side-decoration02-sp.png)no-repeat;
        background-size: cover;
        width: 42px;
        height: 107.5px;
    }

    .box.b-02::before {
        content:"";
        position: absolute;
        top:40%;
        left: -50px;
        background: url(../img/newproduct/img_left-side-decoration04_sp.png)no-repeat;
        background-size: cover;
        width: 72.5px;
        height: 155.5px;
        z-index: -1;
    }
    .box.b-02::after {
        content:"";
        position: absolute;
        bottom: -72px;
        right: -50px;
        background: url(../img/newproduct/img_right-side-decoration03_sp.png)no-repeat;
        background-size: cover;
        width: 58px;
        height: 91px;
    }
}


/* cpバナーtwitter */
.cp-bnr{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 573px;
    width: calc(573 / 1366 * 100%);
    margin-top: calc(84 / 1366 * 100%);
    margin-bottom: calc(87 / 1366 * 100%);
    position: relative;
}
  .cp-bnr a {
    display: block;
    transition: .15s ease-out;
}
  .cp-bnr__ttl {
    text-align: center;
    width: 100%;
}
  .cp-bnr__ttl img {
    width: calc(206 / 1366 * 100vw);
    max-width: 206px;
}
  .cp-bnr__item {
    margin-top: calc(13 / 573 * 100%);
}
  @media screen and (max-width: 750px) {
    .cp-bnr {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      flex-direction: column;
      margin: 0;
      max-width: unset;
      width: 100%;
      margin-bottom: calc(188 / 750 * 100%);
      padding-right: calc(70 / 750 * 100%);
      padding-left: calc(70 / 750 * 100%);
      position: relative;
    }
    .cp-bnr__ttl img {
      max-width: unset;
      width: calc(345 / 750 * 100vw);
      margin: 0 auto;
    }
    .cp-bnr__item {
      width: 100%;
      margin: calc(17 / 750 * 100%) auto 0;
    }
    .intro__body {
        margin-bottom: calc(62 / 750 * 100%);
    }
}


/* twitter背景あしらい */
.intro::before {
    margin-top: 280px;
}

@media screen and (max-width: 750px) {
    .intro::before {
        position: absolute;
        content: '';
        top: unset;
        left: 0;
        bottom: calc(-146 / 750 * 100vw);
        width: calc(134 / 750 * 100vw);
        padding-top: calc(146 / 750 * 100vw);
        margin-top: calc(0 / 750 * 100vw);
        background: url(../img/intro/daizu_left_sp.png) no-repeat center center;
        background-size: contain;
    }
    .intro::after {
        width: calc(85 / 750 * 100vw);
        padding-top: calc(146 / 750 * 100vw);
        margin-top: calc(-76 / 750 * 100vw);
        background: url(../img/intro/daizu_right_sp.png) no-repeat center center;
        background-size: contain;
    }
    .cp-bnr::before {
        position: absolute;
        content: '';
        background: url(../img/intro/daizu_left_sp.png) no-repeat center center;
        background-size: contain;
        width: calc(140 / 750 * 100vw);
        padding-top: calc(147 / 750 * 100vw);
        left: 0;
        bottom: calc(-165 / 750 * 100vw);

    }
}


/* タイアップ動画ブロック追加 */
.-movie{
    padding-top: 0px !important;
}
.-movie .newproduct__inner-left .description{
    margin-top: 10px;
    line-height: 1.7;
}

.tie-up__cm{
    margin-top: 2px;
}
.tie-up__movie{
    margin-top: 12px;
    transition: all 300ms ease;
}
.tie-up__movie:hover{
    cursor: pointer;
    opacity: 0.7;
}
.modal-content_area iframe {
    width: 100%;
    height: 100%;
}
.modal[data-status="off"]{
    display: none;
}
.movie_area{
    height: 100%;
}
.modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100005;
}

@media screen and (min-width: 1001px) {
    .-movie .newproduct__inner-right {
        padding-top: 315px;
        left: -30px;
    }
    .-movie .newproduct__inner-left {
        padding-top: 180px;
        padding-left: 10px;
    }
    .-movie .btn-wrap{
        margin-bottom: 44px !important;
    }
    .tie-up{
        width: 382px;
        text-align: center;
    }
    .tie-up__title{
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .modal-content_area{
        display: block;
        width: 100%;
        max-width: 900px;
        aspect-ratio: 1 / 0.563;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100010;
    }
}
@media screen and (max-width: 1000px) {
    #newproduct3.-movie{
        margin-top: 0;
    }
    #newproduct3.-movie .newproduct__inner_heading{
        margin-top: 85px;
    }
    #newproduct3.-movie .newproduct__inner-box{
        padding-left: calc(30 / 750 * 100%);
        padding-right: calc(30 / 750 * 100%);
    }
    #newproduct3.-movie .volume{
        margin-top: 4px;
        letter-spacing: 0;
    }
    .-movie .newproduct__inner-right {
        padding-top: 100px;
    }
    .-movie .newproduct__inner-left{
        width: 100%;
    }
    .-movie .newproduct__inner-left .description{
        line-height: 1.7;
        margin: 22px auto 0;
        text-align: center;
    }
    .-movie .btn-wrap{
        margin-bottom: 10px !important;
    }
    .tie-up{
        max-width: 560px;
        width: 100%;
        margin: 30px auto 0;
    }
    .tie-up__title{
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
    }
    .modal-content_area {
        display: block;
        width: 91.733vw;
        max-width: 560px;
        aspect-ratio: 1 / 0.563;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 100010;
    }
    .newproduct3_point {
        padding-left: 0;
        margin: 20px auto 0;
        width: 305px;
    }
}
@media screen and (max-width: 374px) {
    .tie-up__title{
        font-size: 14px;
    }
}


#newproduct3 .newproduct__inner-box .c-btn--detail{
    line-height: initial;
}
#newproduct3 .newproduct .c-btn--detail a{
    line-height: 60px;
}
.c-btn_txtS{
    font-size: small;
    display: block;
    line-height: 1;
}
#newproduct3.newproduct .c-btn--detail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-anchor-item a:hover{
    opacity: unset;
}
@media all and (min-width: 768px) {
    .gfooter__inner {
        margin-top: 0;
    }
}
@media all and (max-width: 767px) {
    .onlineShop-list__item {
        padding-bottom: 120px;
    }
    .mc-breadcrumb {
        margin-top: -50px;
    }
}


/************************************************************
mamepiyo
************************************************************/

.mamepiyo {
    position: relative;
    /* margin-top: 160px; */
}

.mamepiyo::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    /* height: 62.7%; */
    height: 60%;
    background: url(../img/mamepiyo/bg.jpg) top center;
    background-size: 100% auto;
}

.mamepiyo__inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.mamepiyo .c-head-lv2::before {
    padding-top: 9.25%;
    background: url(../img/secTtl/mamepiyo.png) no-repeat center center;
    background-size: contain;
}
/* @media screen and (min-width: 1367px) {
    .mamepiyo .c-head-lv2::before{
        padding-top: 100px;
    }
} */

.mamepiyo .c-head__description {
    color: #e2b109;
}

.mamepiyo-list {
    margin: 0 auto;
    flex-wrap: wrap;
    /* max-width: 600px; */
    justify-content: center;
}

.mamepiyo .productList .c-btn--detail {
    background: #e2b109;
    border: 2px solid #e2b109;
}

.mamepiyo .productList .c-btn--detail:hover {
    background: #fff;
    color: #e2b109;
}

.mamepiyo-list__item img {
    margin-bottom: 16px;
}


/* xxx
---------------------------------------------------------- */

@media screen and (max-width: 1366px) {
    .mamepiyo::before {
        background-size: contain;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 750px) {
    .mamepiyo {
        margin-top: 0;
    }

    .mamepiyo::before {
        height: 75%;
    }

    .mamepiyo__inner {
        width: 81.333%;
    }

    .mamepiyo-list {
        margin-top: 0;
    }

    .mamepiyo-list.productList img {
        /* width: 65.75% !important; */
    }

    .mamepiyo .c-head-lv2::before {
        padding-top: 53.5px;
    }
}
