@charset "UTF-8";
:root {
  --font-base-color: #FFF;
  --font-title-color: #800e1b;
  --font-accent-color: #e2c27f;
  --font-accent-color2: #ffdeac;
}
#strawberry{
    font-size: 30px;
    position: relative;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.075em;
    line-height: 1.7;
    color: var(--font-base-color);
}
#strawberry img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#strawberry a{
    color: var(--font-base-color);
}
#strawberry a:focus{
    outline: none;
}

.title{
    text-align: center;
    letter-spacing: 0.1em;
}
.title .ENG{
    /*font-family: myriad-pro, sans-serif;*/
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 1.3;
    color: var(--font-title-color);
}
.title .JPN{
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 600;
}
.font__go{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP",sans-serif;
}

.inner{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#strawberry .event__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-title-color);
    width: 600px;
    height: 100px;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(255,255,255,0.4);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
    background-image: linear-gradient(4deg, #e0b97e,#fddfa5 50%, #f9dea6);
    position: relative;
}
#strawberry .event__btn.btn__red a{
    color: #FFF;
    background-image: linear-gradient(4deg, #800e1b, #a81526);
}
.event__btn a span{
    display: block;
    width: 100%;
    position: relative;
}
.event__btn a span::after{
    content: "";
    display: block;
    width: 9px;
    height: 16px;
    background: url(/img/goods/CMT2/tmcf/strawberrylp_arrow_red.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
}
.event__btn.btn__red a span::after{
    background-image: url(/img/goods/CMT2/tmcf/strawberrylp_arrow_white.png);
}


@media (min-width: 751px) {
    .pchidden{display: none;}
    #strawberry{
        position: relative;
    }
   
}
@media (max-width: 750px) {
    .sphidden{display: none;}
    #strawberry{
        font-size: 4.8vw;
    }
    .title .ENG{
        /*font-family: times-new-roman, sans-serif;*/
        font-weight: 400;
        font-size: 10.6vw;
    }
    .title .JPN{
        font-size: 3.7vw;
    }
    .inner{
        padding: 0;
    }

    #strawberry .event__btn a{
        width: 90%;
        height: 50px;
        box-shadow: 0 0 5px rgba(255,255,255,0.4);
    }
    .event__btn a span::after{
        width: 5px;
        height: 9px;
        top: 50%;
        right: 5%;
        margin-top: -4.5px;
    }
}
/**********************
    header
***********************/
:root {
  --head-height: 90px;
  --head-logo-width: 324px;
  --head-btn-width: 276px;
}
#event__header{
    width: 100%;
    height: var(--head-height);
    background-color:var(--font-title-color);
    color: var(--font-accent-color);
}
#event__header .head__fixed{
    width:100%;
    height: var(--head-height);
    background-color: var(--font-title-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
#event__header .inner.cep{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#event__header h1{
    width: var(--head-logo-width);
    height: 67px;
    margin: 0;
    padding: 0;
}
#event__header h1 a{
    display: block;
    width:100%;
    height: 100%;
    background: url(/img/goods/CMT2/tmcf/strawberrylp_head_logo.png) no-repeat;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
}
.header__menu{
    font-size: 22px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    width: calc( 100% - var(--head-logo-width) - var(--head-btn-width) );
    padding: 0 4%;
}
.header__menu ul{
    display: flex;
}
.header__menu ul li{
    margin: 0 20px;
}
#event__header .header__menu ul li a{
    color:var(--font-accent-color);
}
#event__header .event__btn a{
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP",sans-serif;
    font-weight: 500;
    width: var(--head-btn-width);
    height: 46px;
    padding-left: 5%;
    color: var(--font-title-color);
}
#event__header .event__btn a span{
    background:url(/img/goods/CMT2/tmcf/strawberrylp_cart.png) no-repeat 20px center;
    background-size: 25px;
}
#event__header .event__btn a span::after{
    width: 6px;
    height: 10px;
    margin-top: -5px;
}
@media (max-width: 750px) {
    :root {
        --head-height: 50px;
        --head-logo-width: 43.2vw;
        --head-btn-width: 42.93vw;
    }
    #event__header .inner.cep{
        padding: 0 3%;
    }
    #event__header h1{
        height: 9.06vw;
    }
    .header__menu{
        display: none;
    }
    #event__header .event__btn a{
        font-size: 3.33vw;
        height: 30px;
    }
    #event__header .event__btn a span{
        background-position: 7% center;
        background-size: 15px;
        line-height: 1;
        padding: 2% 0;
    }
    #event__header .event__btn a span::after{
        width: 4px;
        height: 6px;
        margin-top: -3px;
    }
}



/**********************
    fv
***********************/
#strawberry .fv__area{
    width: 100%;
    height:calc( 100vh - var(--head-height) );
    overflow:hidden;
    clip-path: inset(0);
    position: relative;
    text-align: center;
    font-size: 2.57vw;
}
.fv__text{
    width: 100%;
    height:calc( 100vh - var(--head-height) );
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.fv__text p{
    max-width: 280px;
    width: 14.14vw;
    margin:0 auto 2.020vw;
}
.fv__text dd{
    color: var(--font-accent-color2);
    font-size: 3.68vw;
}
.fv__area video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.fv__area:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(94,10,20,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.scroll__icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;

  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
}

/* 下矢印 */
.scroll__icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;

  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
}

/* 棒＋矢印 */
.scroll__icon::after {
  content: "";
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;

  width: 1px;
  height: 50px;

  background: #fff;

  transform-origin: top;
  animation: scroll 1.5s ease-in-out infinite;
}

/* 矢印 */
.scroll__icon::before {
  content: "";
  position: absolute;
  top: calc(100% + 52px);
  left: 50%;

  width: 7px;
  height: 7px;

  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;

  transform: translateX(-50%) rotate(45deg);

  animation: scrollArrow 1.5s ease-in-out infinite;
}

@keyframes scroll {
  0% {
    transform: translate(-50%, -10px) scaleY(0.3);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 10px) scaleY(1);
    opacity: 0;
  }
}

@keyframes scrollArrow {
  0% {
    transform: translate(-50%, -10px) rotate(45deg);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 10px) rotate(45deg);
    opacity: 0;
  }
}
@media (max-width: 750px) {
    #strawberry .fv__area{
        font-size: 6.13vw;
    }
    .fv__text{
        margin-top: -40px;
    }
    .fv__text dd{
        font-size: 8vw;
    }
    .fv__text p{
        width: 37.33vw;
        margin-bottom: 2.93vw;
    }
    .scroll__icon{
        bottom: 80px;
    }
}

/**********************
    item box
***********************/
.item__box{
    text-align: center;
    width: 100%;
}
.item__box dd{
    margin-top: 30px;
    padding: 0 2%;
}
.item__box .price{
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    color: var(--font-base-color);
}
.item__box .price small{
    margin-right: 15px;
    font-size: 30px;
}
.item__box .price::after{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.item__box .caution{
    font-size: 18px;
}
.item__box .event__btn a{
    margin: 20px auto 0;
}
@media (max-width: 750px) {
    .item__box dd{
        margin-top: 25px;
    }
    .item__box .price{
        font-size:7.46vw;
        margin-bottom: 10px;
    }
    .item__box .caution{
        font-size: 2.4vw;
    }
    .item__box .price small{
        margin-right: 7px;
        font-size: 4.8vw;
    }
    .item__box .price::after{
        font-size: 3.33vw;
    }
    .item__box .event__btn a{
        margin: 20px auto 0;
    }
}

/**********************
    about
***********************/
.about__area{
    position: relative;
    z-index: 2;
}
.about__upper{
    background:var(--font-title-color);
    text-align: center;
    padding: 160px 0 100px;
    position: relative;
    line-height: 2;
}
.about__upper .day{
    width: 390px;
    margin: 0 auto 30px;
}
.about__upper dt{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 20px 70px;
    margin: 0 auto 30px;
    background: rgba(94,10,20,.55);
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(255,255,255,0.4);
}
.about__upper dd{letter-spacing: 0;}
.about__upper b{
    font-weight: 400;
    color: var(--font-accent-color2);
}


.about__middle{
    width: 100%;
    height: 66.66vw;
    background: url(/img/goods/CMT2/tmcf/strawberrylp_item_back_pc.jpg) no-repeat center / cover;
    text-align: center;
    padding-top: 4.79vw;
    position: relative;
}
.about__middle .about__item_detail{
    position: absolute;
    left: 50%;
    bottom: -6.56vw;
    width: 1000px;
    height: 460px;
    background: rgba(94,10,20,.75);
    border: 2px solid #dec68d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__middle .about__item_detail.fadein{
    transform: translate(-50%, 100px);
}
.about__middle .about__item_detail.fadein.scrollin{
    transform: translate(-50%, 0);
}
.about__middle .about__item_detail .name{
    font-size: 46px;
}

@media (max-width: 750px) {
    .about__upper{
        padding: 17.33vw 0 10.66vw;
    }
    .about__upper .day{
        width: 64vw;
        margin: 0 auto 4vw;
    }
    .about__upper dt{
        font-size: 2.8vw;
        padding: 2.66vw 9.33vw;
        margin: 0 auto 4vw;
    }


    .about__middle{
        height: 126.66vw;
        background-image: url(/img/goods/CMT2/tmcf/strawberrylp_item_back_sp.jpg);
        padding-top: 13.33vw;
    }
    .about__middle .item__box{
        width: 100%;
    }
    .about__middle .item__box dd{
        margin: 0;
    }
    .about__middle .about__item_detail{
        bottom: -42.13vw;
        width: 92vw;
        height: 59.73vw;
        border: 1px solid #dec68d;
        border-radius: 10px;
    }
    .about__middle .about__item_detail .name{
        font-size: 6.4vw;
    }
}

/**********************
    detail
***********************/
.detail__area{
    background: var(--font-title-color);
    text-align: center;
    padding: 200px 0 120px;
    position: relative;
    z-index: 1;
}
.detail__area img{
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
    border-radius: 25px;
    border: 2px solid #dec68d;
}
.detail__area b{
    font-weight: 400;
    color: var(--font-accent-color);
}
.detail__area .detail__text{letter-spacing: 0;}


.detai__item{
    padding: 80px 0 60px;
    position: relative;
}
.detai__item dt{
    max-width: 1100px;
    margin: 0 auto;
}
.detai__item dd{
    position: absolute;
    display: inline-block;
    font-size: 21px;
    line-height: 1.3;
    color: var(--font-title-color);
    border: 2px #b92838 solid;
    background: var(--font-base-color);
    padding: 22px 25px;
    border-radius: 15px;
}
.detai__item dd .bar{
    content: "";
    display: block;
    transform-origin: top left;
    width: 100%;
    height: 3px;
    border: 1px #b92838 solid;
    background: var(--font-base-color);
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    transform: scale(-1, -1);
}
.detai__item dd .bar::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px #b92838 solid;
    border-radius: 100%;
    background: var(--font-base-color);
    position: absolute;
    box-sizing: border-box;
    top: -6px;
    right: -8px;
}

.detai__item dd.detail__01{
    top: 140px;
    right: 0;
}
.detai__item dd.detail__01 .bar{
    width: 120%;
    left: 1px;
    transform: rotate(-30deg) scale(-1, -1);
}

.detai__item dd.detail__02{
    bottom: 100px;
    left: 0;
}
.detai__item dd.detail__02 .bar{
    width: 55%;
    left: auto;
    right: -2px;
    transform-origin: top right;
    transform: rotate(160deg) scale(1, 1);
}
.detai__item dd.detail__02 .bar::after{
    top: auto;
    right: auto;
    bottom: -6px;
    left: -8px;
}

.detai__item dd.detail__03{
    bottom: 80px;
    right: 20px;
}
.detai__item dd.detail__03 .bar{
    width: 40%;
    left: -2px;
    transform: rotate(35deg) scale(-1, -1);
}
@media (min-width: 750px) {
    .detai__item{
        min-width: 1165px;
    }
}
@media (max-width: 1400px) {
    .detai__item dd.detail__01::before{
        width: 28vw;
    }
    .detai__item dd.detail__02::before{
        width: 25vw;
    }
    .detai__item dd.detail__03::before{
        width: 37vw;
    }
}
@media (max-width: 1300px) {
    .detai__item dd.detail__01::before{
        width: 24vw;
    }
    .detai__item dd.detail__02::before{
        width: 22vw;
    }
    .detai__item dd.detail__03::before{
        width: 34vw;
    }
}
@media (max-width: 1165px) {
    .detai__item dd.detail__01::before{
        width: 55%;
    }
    .detai__item dd.detail__02::before{
        width: 80%;
    }
    .detai__item dd.detail__03::before{
        width: 122%;
    }
}

.detail__bottom{
    margin-top: 100px;
}
.detail__area .detail__bottom img{
    box-shadow: none!important;
    border-radius: 0!important;
    border: none!important;
}
.detail__bottom dl{
    display: flex;
    justify-content: space-between;
}
.detail__bottom dt{
    width: 55%;
}
.detail__bottom dd{
    width: 45%;
    text-align: left;
}
.detail__bottom dl:nth-child(1) dd{
    padding-top: 160px;
    padding-left: 5%;
}
.detail__bottom dl:nth-child(2){
    margin-top: -400px;
    align-items: flex-end;
    flex-direction: row-reverse;
}
.detail__bottom dl:nth-child(2) dd{
    padding-bottom: 100px;
}


@media (max-width: 750px) {
    .detail__area{
        padding: 57.33vw 0 13.33vw;
    }
    .detail__area img{
        box-shadow: 0 0 5px rgba(255,255,255,0.4);
        border-radius: 3.33vw;
    }
    .detail__area .inner>p{
        font-size: 5.33vw;
    }

    .detai__item{
        padding:24.66vw 0 45.33vw
    }
    .detai__item dt{
        width: 100%;
        padding: 0 7%;
    }
    .detai__item dd{
        font-size: 4vw;
        padding: 3.33vw;
        font-weight: 500;
        letter-spacing: 0;
        border-radius: 2vw;
    }
    .detai__item dd .bar::after{
        width: 2.66vw;
        height: 2.66vw;
        top: -1.1vw;
        right: -2vw;
    }
    .detai__item dd.detail__01{
        top: 10vw;
        right: 5vw;
    }
    .detai__item dd.detail__01 .bar{
        width: 68%;
        left: 50%;
        top: auto;
        bottom: -1.03vw;
        transform: rotate(-70deg) scale(-1, -1);
    }

    .detai__item dd.detail__03{
        top: auto;
        bottom: 14vw;
        right: 3vw;
        left: auto;
    }
    .detai__item dd.detail__03 .bar{
        width: 100%;
        top: 0;
        left: 65%;
        transform: rotate(90deg) scale(-1, -1);
    }

    .detai__item dd.detail__02{
        top: auto;
        bottom: 36vw;
        right: auto;
        left: 3vw;
    }
    .detai__item dd.detail__02 .bar{
        width: 45%;
        top: -1vw;
        left: 0;
        right: auto;
        transform-origin: bottom right;
        transform: rotate(119deg) scale(1, 1);
    }
    .detai__item dd.detail__02 .bar::after {
        top: auto;
        right: auto;
        bottom: -1.3vw;
        left: -2.1vw;
    }

    .detail__bottom{
        margin-top:13.33vw;
    }
    .detail__bottom dt{
        width: 65%;
    }
    .detail__bottom dd{
        width: 35%;
        writing-mode: vertical-rl;
        text-orientation: upright;
        display: flex;
        align-items: center;
    }
    .detail__bottom dd span{white-space: nowrap;}
    .detail__bottom dd span:nth-child(3){margin-top: 2em;}
    .detail__bottom dl:nth-child(1) dd span:nth-child(5){margin-top: 8em;}
    .detail__bottom dl:nth-child(2) dd span:nth-child(5){margin-top: 5em;}
    .detail__bottom dl:nth-child(1) dd{
        padding-top: 0;
        padding-left: 0;
    }
    .detail__bottom dl:nth-child(2){
        margin-top: 10.66vw;
        align-items:flex-start;
    }
    .detail__bottom dl:nth-child(2) dd{
        padding-bottom: 0;
    }
}

/**********************
    review__area
***********************/
.review__area{
    background:url(/img/goods/CMT2/tmcf/strawberrylp_review_bg_pc.jpg) no-repeat center / cover;
    position: relative;
    padding: 150px 0 140px;
    overflow: hidden;
}
.review__area .title{color: var(--font-title-color);}
.review__box{
    max-width: 1200px;
    margin:60px auto 0;
    padding: 60px 2%;
    font-size: 28px;
    line-height: 2;
    color: #666666;
    text-align: center;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.review__box .star{
    display: inline-block;
    width: 270px;
    margin-bottom: 20px;
}
.review__box .slick-prev,
.review__box .slick-next{
    width: 22px;
    height: 42px;
    background: url(/img/goods/CMT2/tmcf/strawberrylp_arrow.png) no-repeat;
    background-size: cover;
}
.review__box .slick-prev{
    left: -85px;
    transform: scale(-1,1);
}
.review__box .slick-next{
    right: -85px;
}
.review__box .slick-prev:before,
.review__box .slick-next:before{
    display: none;
}
@media (max-width: 750px) {
    .review__area{
        padding: 16vw 0;
        background-image: url(/img/goods/CMT2/tmcf/strawberrylp_review_bg_sp.jpg);
    }
    .reveiw__back{
        width: 133.33vw;
        height: 133.33vw;
    }
    .reveiw__back.back01{
        top: -58vw;
        left: -64vw;
    }
    .reveiw__back.back02{
        bottom: -58vw;
        right: -64vw;
    }

    .review__area .inner{
        padding: 0 7%;
    }
    .review__box{
        margin:35px auto 0;
        padding: 10% 2%;
        font-size: 4.39vw;
        letter-spacing: 0;
        border-radius: 3.33vw;
        box-shadow: 0 0 5px rgba(0,0,0,0.05);
    }
    .review__box .star{
        width: 41.33vw;
        margin:0 0 10px;
    }
    .review__box .slick-prev,
    .review__box .slick-next{
        width: 16px;
        height: 31px;
    }
    .review__box .slick-prev{
        left: -5vw;
        margin-top: -16px;
    }
    .review__box .slick-next{
        right: -5vw;
    }
}

/**********************
    limited__area
***********************/
.limited__wrapper{
    background-image: linear-gradient(176deg, #f9dea6, #fddfa5 50%, #e0b97e);
}
.limited__area{
    padding: 130px 0 60px;
    text-align: center;
}
.limited__item dd{
    background: #FFF;
    color: #323232;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.limited__item dd .set__name{
    border-bottom: 2px solid var(--font-title-color);
}
.limited__item dd .limit{
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #FFF;
    background: var(--font-title-color);
    padding: 12px 25px;
    margin: 15px auto 35px;
}
.limited__item dd .multi__text {
    margin: 35px 0 20px;
    font-size: 28px;
    line-height: 1;
}
.limited__item.item__box dd .price{color: var(--font-title-color);}
@media (min-width: 751px) {
    .limited__item{
        position: relative;
        margin-top: 60px;
    }
    .limited__item dt{
        width: 62%;
    }
    .limited__item dd{
        width: 44%;
        position: absolute;
        right: 0;
        bottom: -60px;
        padding: 45px 25px;
    }
    #strawberry .limited__item dd .event__btn a{
        width: 95%;
        margin: 30px auto 0;
    }
}
@media (max-width: 750px) {
    .limited__area{
        padding: 10.66vw 0 0;
    }
    .limited__item.item__box{
        margin-top: 9.33vw;
    }
    .limited__item dd{
        width:91.33vw;
        margin: -18.66vw auto 0;
        padding: 6vw 5.6vw;
        border-radius: 3.33vw;
    }
    .limited__item dd .set__name{
        letter-spacing: 0;
        border-width: 1px;
    }
    .limited__item dd .limit{
        font-size: 3.26vw;
        padding: 2vw 3.06vw;
        margin: 2.66vw auto 4.66vw;
    }
    .limited__item dd .multi__text{
        font-size: 4vw;
        margin: 4.66vw 0 2vw;
    }
    #strawberry .limited__item .event__btn a{
        width: 100%;
        margin: 4vw auto 0;
    }
}

/**********************
    item__area
***********************/
.item__area{
    background:#f9dea6;
    padding: 100px 0 120px;
    text-align: center;
}
.item__area__title{
    font-weight: 600;
    font-size: 42px;
    color: var(--font-title-color);
    margin-bottom: 45px;
}
.item__area .item__list{
    display: flex;
    justify-content:space-between;
}
.item__area .item__list .item__box{
    width: 47.9%;
    padding-bottom: 40px;
    text-align: center;
    background: #FFF;
    border-radius: 25px;
    color: var(--font-title-color);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.item__area .item__box .caution{
    color: #464646;
}
.item__area .item__list .item__box .price{
    color: var(--font-title-color);
}
#strawberry .item__list .item__box .event__btn a{
    width: 90%;
    flex-direction: column;
}
#strawberry .item__list .item__box .event__btn.event__btn.btn__red a .price{
    color: #FFF;
}
.item__area .item__list .item__box:nth-child(2) .price{
    margin-bottom: 5px;
    font-size: 40px;
}
.item__area .item__list .item__box:nth-child(2) .price small{
    font-size: 22px;
}
.item__area .item__list .item__box:nth-child(2) .price::after{
    font-size: 18px;
}
#strawberry .item__list .item__box:nth-child(2) .event__btn a{
    height: 150px;
    position: relative;
}
#strawberry .item__list .item__box:nth-child(2) .event__btn a span{
    position: static;
}

@media (max-width: 750px) {
    .item__area{
        padding: 10vw 0 13.33vw;
    }
    .item__area__title{
        font-size: 6.6vw;
        margin-bottom: 4vw;
    }
    .item__area .item__list{
        padding: 0 2.5%;
    }
    .item__area .item__list .item__box{
        width: 49.2%;
        padding-bottom: 4vw;
        border-radius: 3.33vw;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        font-size: 2.8vw;
        letter-spacing: 0;
    }

    .item__area .item__box dd{
        margin-top: 2vw;
    }
    .item__area .item__box .price{
        font-size: 5.63vw;
        margin-bottom: 10px;
    }
    .item__area .item__box .price small{
        font-size: 3.63vw;
    }
    .item__area .item__box .price::after{
        font-size: 2.8vw;
    }
    .item__area .item__box .caution{
        font-size: 1.9vw;
    }
    #strawberry .item__area .item__box .event__btn a{
        font-size: 3.06vw;
        line-height: 1;
        margin-top: 1.33vw;
        height: 7.93vw;
        width: 95%;
    }
    .item__area .item__list .item__box:nth-child(2) .price{
        margin-bottom: 0.66vw;
        font-size:3.4vw;
    }
    .item__area .item__list .item__box:nth-child(2) .price small{
        font-size: 2.16vw;
    }
    .item__area .item__list .item__box:nth-child(2) .price::after{
        font-size: 2.1vw;
    }
    #strawberry .item__list .item__box:nth-child(2) .event__btn a{
        height: 10.13vw;
    }
}

/**********************
    store__area
***********************/
.store__area{
    background:var(--font-title-color);
    padding: 160px 0 120px;
    position: relative;
    z-index: 1;
}
.store__area::after{
    content: "";
    display: block;
    width: 100%;
    height:6.56vw;
    background: url(/img/goods/CMT2/tmcf/strawberrylp_bar_pc.png) no-repeat center / cover;
    position: absolute;
    bottom: -6.56vw;
    left: 0;
}
.store__area .title .ENG{
    color: #FFF;
}
.store__area dl{
    max-width: 1000px;
    margin:80px auto 0;
    background: rgba(94,10,20,.75);
    border: 1px solid #dec68d;
    border-radius: 20px;
    padding: 62px 120px;
}
.store__area dl dt{
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFF;
}
.store__area dl dt b{
    display: block;
    font-size: 30px;
}
.store__area dl dd{
    font-size: 24px;
}
.store__area dl dd small{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP",sans-serif;
    display: block;
    font-size: 22px;
    margin-top: 20px;
}
@media (max-width: 750px) {
    .store__area{
        padding: 13.33vw 6.66vw 13.33vw;
    }
    .store__area::after{
        height:9.33vw;
        background-image: url(/img/goods/CMT2/tmcf/strawberrylp_bar_sp.png);
        bottom: -9.33vw;
    }
    .store__area dl{
        margin:10.66vw auto 0;
        border-radius: 2.66vw;
        padding: 9.33vw 6.66vw;
        text-align: center;
    }
    .store__area dl dt{
        padding-bottom: 4.33vw;
        margin-bottom: 2.66vw;
        border-bottom: 1px solid #FFF;
    }
    .store__area dl dt b{
        font-size: 5.06vw;
    }
    .store__area dl dd{
        font-size: 3.73vw;
    }
    .store__area dl dd small{
        font-size: 3.0vw;
        margin-top: 5.33vw;
        letter-spacing: 0;
    }
}

/**********************
    story__area
***********************/
.story__area{
    background:#FFF;
    padding: 240px 0 40px;
    position: relative;
    z-index: 0;
    color: #003e56;
    text-align: center;
}
.story__area .title .ENG{
    color: #003e56;
}
.foot__logo{
    margin: 60px auto 100px;
}
.story__area dl{
    padding-bottom: 120px;
}
.story__area dl dt{
    font-size: 52px;
    margin-bottom: 75px;
}
.story__area dl dd p{
    line-height: 2.2;
}
.story__area dl dd p:not(:last-child){
    margin-bottom: 60px;
}

#story__slider .slick-slide{
    margin: 0 15px;
}
@media (max-width: 750px) {
    .story__area{
        padding: 17.06vw 0 5.33vw;
    }
    .foot__logo{
        padding: 0 14vw;
        margin: 2vw auto 13.33vw;
    }
    .story__area dl{
        font-size: 4.8vw;
        letter-spacing: 0.05em;
        padding-bottom: 10.66vw;
    }
    .story__area dl dt{
        font-size: 8vw;
        margin-bottom: 10.66vw;
    }
    .story__area dl dd p:not(:last-child){
        margin-bottom: 10.66vw;
    }

    #story__slider .slick-slide{
        margin: 0 6px;
    }
}

/**********************
    event__foot
***********************/
.event__foot{
    background: var(--font-title-color);
    text-align: center;
    padding: 50px 0;
}
@media (max-width: 750px) {
    .event__foot{
        padding: 25px 18%;
    }
}

/**********************
    add btn
***********************/
#strawberry .event__btn.fast a{
    margin-top: 20px;
    border: 3px #213970 solid;
    background: #FFF;
    color: #213970;
}
#strawberry .event__btn.fast a span::after {
    background: url(/img/goods/CMT2/tmcf/tmcfmelon_arrow_blue.png) no-repeat;
    background-size: cover;
}
/*#strawberry .event__btn.fast a span::before {
    content: "";
    display: block;
    width: 76px;
    height: 44px;
    background: url(/img/goods/CMT2/tmcf/tmcfmelon_icon_fast.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -22px;
}*/
@media (max-width: 750px) {
    #strawberry .event__btn.fast a{
        margin-top: 5px!important;
        border-width: 1.5px;
    }
    #strawberry .event__btn.fast a span{
        padding-left: 18px;
    }
    /*#strawberry .event__btn.fast a span::before {
        width: 24px;
        height: 14px;
        margin-top: -7px;
    }*/
    #strawberry .about__area .event__btn.fast a span::before {
        width: 45px;
        height: 26px;
        margin-top: -12px;
    }
}


/**********************
    animation
***********************/
.fadein{
    opacity: 0;
    transition: all 0.8s ease-out;
}
.fadein.effect__up{ transform: translateY(-100px); }
.fadein.effect__under{ transform: translateY(100px); }
.fadein.effect__left{ transform: translateX(-100px); }
.fadein.effect__right{ transform: translateX(100px); }
.fadein.scrollin{
    opacity: 1;
    transform: translate(0,0);
}
/**********************
    既存調整
***********************/
@media (min-width: 751px) {
    body .pane-contents .container{
        width: 100%; 
    }
    body .pane-contents{
        padding-bottom: 0;
    }
    body .pane-right-menu,
    body .pane-footer{
        position: relative;
        z-index: 99; 
    }
}
@media (max-width: 750px) {
}

/**********************
    item page
***********************/
.item__page .about__upper{
    padding: 120px 0 80px;
}
.item__page .about__middle .about__item_detail{
    height: 280px;
    bottom: 1.8vw;
}
.item__page .limited__area{
    padding: 85px 0 180px;
}
.item__page .detail__area{
    padding-top: 140px;
}
@media (max-width: 750px) {
    .item__page .about__upper{
        padding: 17.33vw 0 10.66vw;
    }
    .item__page .about__middle .about__item_detail{
        height: 40vw;
        bottom: -21.33vw;
    }
    .item__page .limited__area{
        padding: 29.33vw 0 10.66vw;
    }
    .item__page .detail__area{
        padding-top: 12vw;
    }
}

.howto__area{
    background: var(--font-title-color);
    padding-bottom: 140px;
}
.howto__area .howto__box{
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    border: 2px solid #dec68d;
    background: #FFF;
    color:var(--font-title-color);
    padding: 35px 70px 25px;
}
.howto__title span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}
.howto__title span::before,
.howto__title span::after{
    content: "";
    display: inline-block;
    width: 150px;
    height: 1px;
    margin: 0 35px;
    background:var(--font-title-color);
}

.howto__area dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.howto__area dl:nth-child(3){
    margin-top: 20px;
}
.howto__area dl:nth-child(2):after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #073831;
    position: absolute;
    bottom: 0;
    left: 0;
}
.howto__area dl dt{
    width: 370px;
}
.howto__area dl dd{
    width: calc( 100% - 370px );
}
.howto__area dl dd .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--font-title-color);
    color: var(--font-accent-color2);
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.howto__area dl dd p{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #575757;
}
@media (max-width: 750px) {
    .howto__area{
        padding:0 7% 9.33vw;
    }
    .howto__area .howto__box{
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
        border-radius: 3.33vw;
        border-width:1px;
        padding: 5.33vw 2.66vw;
    }
    .howto__title{
        margin-bottom:1.33vw;
    }
    .howto__title span{
        font-size: 6.1vw;
    }
    .howto__title span::before,
    .howto__title span::after{
        width: 6.66vw;
        margin: 0 4.66vw;
    }

    .howto__area dl{
        align-items: flex-start;
    }
    .howto__area dl:nth-child(2){
        padding-bottom:8.66vw;
    }
    .howto__area dl:nth-child(2) dd .icon{
        bottom: 5.66vw;
    }
    .howto__area dl:nth-child(3){
        margin-top: 20px;
    }
    .howto__area dl:nth-child(2):after{
        width: 86%;
        left: 7%;
    }
    .howto__area dl dt{
        width: 29.33vw;
    }
    .howto__area dl dd{
        width: calc( 100% - 31.33vw );
    }
    .howto__area dl dd .icon{
        width: 28vw;
        height: 8vw;
        font-size: 4.39vw;
        font-weight: 500;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .howto__area dl dd p{
        font-size: 3.8vw;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0;
    }
}

/**********************
    item__ec996638
***********************/
.item__page.item__ec996638 .item__set__area{
    background:#800e1b;
    padding: 70px 0 80px;
    text-align: center;
}
.item__page.item__ec996638 .about__middle{padding: 0;}
.item__page.item__ec996638 .about__middle .about__item_detail{
    width: 610px;
    height: 6.81vw;
    top: 3.03vw;
    bottom: 0;
}
.item__page.item__ec996638 .about__middle .item__box dd{
    margin: 0;
}

.item__page.item__ec996638 .about__cheese .about__middle{
    background-image: url(/img/goods/CMT2/tmcf/strawberrylp_cheese_bg_pc.jpg);
    height: 56.06vw;
}
.item__page.item__ec996638 .about__cheese .about__middle .about__item_detail{
    top: 4.04vw;
}
.item__page.item__ec996638 .detail__area.bottom__detail{ padding: 60px 0 70px; }
@media (max-width: 750px) {
    .item__page.item__ec996638 .item__set__area{padding: 0;}
    .item__page.item__ec996638 .about__middle .about__item_detail{
        width: 76.53vw;
        height: 15.46vw;
        top: 12vw;
    }
    .item__page.item__ec996638 .about__cheese .about__middle{
        background-image: url(/img/goods/CMT2/tmcf/strawberrylp_cheese_bg_sp.jpg);
        height: 129.06vw;
    }
    .item__page.item__ec996638 .about__cheese .about__middle .about__item_detail{
        top: 12vw;
    }
    .item__page.item__ec996638 .detail__area.bottom__detail{
        padding: 8vw 0 12vw;
    }
}
