@charset "UTF-8";
:root {
  --font-base-color: #0b332d;
  --font-accent-color: #e2c27f;
}
#melonevent{
    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);
}
#melonevent img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#melonevent a{
    color: var(--font-base-color);
}
#melonevent 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;
}
.title .JPN{
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 600;
}


.inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

#melonevent .event__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 100px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
    background-image: linear-gradient(4deg, #cba358, #e6c677);
    position: relative;
}
.event__btn a span{
    display: block;
    width: 100%;
    position: relative;
}
.event__btn a span::after{
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background: url(/img/goods/CMT2/tmcf/event2606/tmcfmelon_arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4.5px;
}


@media (min-width: 751px) {
    .pchidden{display: none;}
    #melonevent{
        position: relative;
    }
   
}
@media (max-width: 750px) {
    .sphidden{display: none;}
    #melonevent{
        font-size: 5vw;
    }
    .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;
    }

    #melonevent .event__btn a{
        width: 80vw;
        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-base-color);
    color: var(--font-accent-color);
}
#event__header .head__fixed{
    width:100%;
    height: var(--head-height);
    background-color: var(--font-base-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/event2606/tmcfmelon_brand_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: 400;
    width: var(--head-btn-width);
    height: 46px;
}
#event__header .event__btn a span{
    background:url(/img/goods/CMT2/tmcf/event2606/tmcfmelon_icon_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
***********************/
#melonevent .fv__area img{
    width: 100%;
}

/**********************
    item box
***********************/
.item__box{
    text-align: center;
}
.item__box dd{
    margin-top: 40px;
}
.item__box .price{
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    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 .event__btn a{
    margin: 40px auto 0;
}
@media (max-width: 750px) {
    .item__box dd{
        margin-top: 25px;
    }
    .item__box .price{
        font-size:7.46vw;
        margin-bottom: 30px;
    }
    .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{
    background-image: linear-gradient(327deg, #073831, #275545 20%, #073831 50%, #275545 80%, #14352e);
    color: #FFF;
    text-align: center;
    padding: 160px 0 100px;
    position: relative;
}
.about__area::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/goods/CMT2/tmcf/event2606/tmcfmelon_about_back_pc.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.about__area b{
    font-weight: 400;
    color: var(--font-accent-color);
}

.about__item__headline{
    padding: 120px 0 60px;
    color: var(--font-accent-color);
}
.about__item__headline dt{
    font-size: 50px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.about__item__headline dt b{
    font-size: 68px;
}
.about__item__headline dt span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about__item__headline dt span::before,
.about__item__headline dt span::after{
    content: "";
    display: inline-block;
    width: 150px;
    height: 1px;
    background: var(--font-accent-color);
    margin: 0 60px 0 0;
}
.about__item__headline dt span::after{
    margin: 0 0 0 60px;
}

.about__item__title dd{
    font-size: 42px;
    margin-bottom: 30px;
}
.about__area .item__box dt img{
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
    border-radius: 25px;
}
.about__area .item__box .price{
    color: #FFF;
}
.about__area .item__box .caution{
    color: var(--font-accent-color);
}
@media (max-width: 750px) {
    .about__area{
        padding: 40px 0 45px;
    }
    .about__area::before{
        background-image: url(/img/goods/CMT2/tmcf/event2606/tmcfmelon_about_back_sp.png);
    }

    .about__item__headline{
        padding: 80px 0 30px;
        font-size: 5.33vw;
    }
    .about__item__headline dt{
        font-size: 7.73vw;
    }
    .about__item__headline dt b{
        font-size: 10.13vw;
    }
    .about__item__headline dt span::before,
    .about__item__headline dt span::after{
        width: 17.33vw;
        margin: 0 8vw 0 0;
    }
    .about__item__headline dt span::after{
        margin: 0 0 0 8vw;
    }

    .about__item__title dt{
        font-size: 5.86vw;
    }
    .about__item__title dd{
        font-size: 8vw;
        line-height: 1.3;
    }
    .about__area .item__box{
        padding: 0 7%;
    }
    .about__area .item__box dt img{
        box-shadow: 0 0 5px rgba(255,255,255,0.4);
        border-radius: 3.33vw;
    }
}

/**********************
    detail
***********************/
.detail__area{
    background: var(--font-base-color);
    color: #FFF;
    text-align: center;
    padding: 100px 0 140px;
    position: relative;
}
.detail__area img{
    box-shadow: 0 0 10px rgba(255,255,255,0.4);
    border-radius: 25px;
}
.detail__area b{
    font-weight: 400;
    color: var(--font-accent-color);
}

.detail__text{
    padding-bottom: 120px;
}
.detail__text p:not(:last-child){
    padding-bottom: 50px;
}

.detai__item{
    padding: 100px 0 70px;
    position: relative;
}
.detai__item dt{
    width: 50%;
}
.detai__item dd{
    position: absolute;
    display: inline-block;
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP",sans-serif;
    border: 1px var(--font-accent-color) solid;
    background: var(--font-base-color);
    padding: 30px 40px 25px;
}
.detai__item dd::before{
    content: "";
    display: block;
    transform-origin: top left;
    width: 100%;
    height: 3px;
    border: 1px var(--font-accent-color) solid;
    background: var(--font-base-color);
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    transform: scale(-1, -1);
}

.detai__item dd.detail__01{
    top: 140px;
    right: 0;
}
.detai__item dd.detail__01::before{
    width: 75%;
    transform: rotate(-18deg) scale(-1, -1);
}

.detai__item dd.detail__02{
    top: 50%;
    right: 30px;
}
.detai__item dd.detail__02::before{
    width: 100%;
}

.detai__item dd.detail__03{
    bottom: 50px;
    right: 80px;
}
.detai__item dd.detail__03::before{
    width: 155%;
    transform: rotate(16deg) 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%;
    }
}

.detai__image{
    position: relative;
}
.detai__image dt{
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    color: var(--font-base-color);
    font-weight: 600;
    text-shadow: 0 0 10px rgba(255,255,255,1);
}


@media (max-width: 750px) {
    .detail__area{
        padding: 80px 0 50px;
    }
    .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;
    }

    .detail__text{
        padding-bottom: 40px;
    }
    .detail__text p:not(:last-child){
        padding-bottom: 30px;
    }

    .detai__item{
        padding: 42.66vw 0 57.33vw;
    }
    .detai__item dt{
        width: 100%;
        padding: 0 7%;
    }
    .detai__item dd{
        font-size: 4vw;
        padding: 4vw 6vw 3.8vw;
    }
    .detai__item dd::before{
        position: absolute;
        top: auto;
        left: 50%;
        box-sizing: border-box;
        transform: scale(-1, -1);
    }

    .detai__item dd.detail__01{
        top: 8vw;
        right: 5vw;
    }
    .detai__item dd.detail__01::before{
        width: 41vw;
        transform: rotate(279deg) scale(-1, -1);
        bottom: -3px;
    }

    .detai__item dd.detail__02{
        top: auto;
        bottom: 31vw;
        right: auto;
        left: 4vw;
    }
    .detai__item dd.detail__02::before{
        width: 32vw;
        transform: rotate(115deg) scale(-1, -1);
        top: -1px;
        left: 60%;
    }

    .detai__item dd.detail__03{
        bottom: 6vw;
        right: 3vw;
    }
    .detai__item dd.detail__03::before{
        width: 63vw;
        transform: rotate(98deg) scale(-1, -1);
        top: -1px;
    }
    .detai__image{
        padding: 0 7%;
    }
    .detai__image dt{
        top: 8vw;
        text-shadow: 0 0 5px rgba(255,255,255,1);
    }
}

/**********************
    review__area
***********************/
.review__area{
    background-color:#fbf7e7;
    position: relative;
    padding: 150px 0 140px;
    overflow: hidden;
}
.reveiw__back{
    display: block;
    width: 1000px;
    height: 1000px;
    background: url(/img/goods/CMT2/tmcf/event2606/tmcfmelon_review_back.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
}
.reveiw__back.back01{
    top: -400px;
    left: -450px;
}
.reveiw__back.back02{
    bottom: -400px;
    right: -450px;
}

.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/event2606/tmcfmelon_slide_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: 70px 0 60px;
    }
    .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__area{
    background-image: linear-gradient(327deg, #a98844, #d8b575 50%, #c9a868);
    padding: 120px 0 100px;
    text-align: center;
}
.limited__area .inner{
    padding: 0 100px;
}
.limited__item{
    background: #FFF;
    margin-top: 60px;
    padding-bottom: 40px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

@media (max-width: 750px) {
    .limited__area{
        padding: 50px 0 40px;
    }
    .limited__area .inner{
        padding: 0 7%;
    }
    .limited__item{
        margin-top: 40px;
        padding-bottom: 20px;
        border-radius: 3.33vw;
        box-shadow: 0 0 5px rgba(0,0,0,0.05);
    }
    .limited__item p{
        font-size: 4.66vw;
    }
}

/**********************
    item__area
***********************/
.item__area{
    background:#FFF;
    padding: 140px 0 160px;
    text-align: center;
}
.item__area__title{
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 60px;
}
.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;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#melonevent .item__list .item__box .event__btn a{
    width: 94%;
}

@media (max-width: 750px) {
    .item__area{
        padding: 50px 0 80px;
    }
    .item__area__title{
        font-size: 6vw;
        margin-bottom: 40px;
    }
    .item__area .item__list{
        padding: 0 2.5%;
    }
    .item__area .item__list .item__box{
        width: 48.5%;
        padding-bottom: 15px;
        border-radius: 3.33vw;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        font-size: 3.2vw;
    }

    .item__area .item__box dd{
        margin-top: 10px;
    }
    .item__area .item__box .name{
        height: 13vw;
        line-height: 1.5;
    }
    .item__area .item__box .price{
        font-size: 5.33vw;
        margin-bottom: 10px;
    }
    .item__area .item__box .price small{
        font-size: 3.33vw;
    }
    .item__area .item__box .price::after{
        font-size: 2.4vw;
    }
    #melonevent .item__area .item__box .event__btn a{
        font-size: 3.06vw;
        margin-top: 10px;
        height: 32px;
    }
}

/**********************
    store__area
***********************/
.store__area{
    background:#FFF;
    padding: 0 0 160px;
}
.store__area dl{
    max-width: 920px;
    margin:100px auto 0;
    border: 1px var(--font-base-color) solid;
    border-radius: 35px;
    padding: 65px 65px;
}
.store__area dl dt{
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px var(--font-base-color) solid;
}
.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: 0 8% 50px;
    }
    .store__area dl{
        margin:45px auto 0;
        border-radius: 4.66vw;
        padding: 8% 2%;
        text-align: center;
    }
    .store__area dl dt{
        width: 85%;
        font-size: 4.39vw;
        padding:0 0 15px;
        margin: 0 auto 15px;
        border-bottom: 1px var(--font-base-color) solid;
    }
    .store__area dl dt b{
        font-size: 5.33vw;
    }
    .store__area dl dd{
        font-size: 3.73vw;
    }
    .store__area dl dd small{
        font-size: 3.0vw;
        margin-top: 5px;
        letter-spacing: 0;
    }
}

/**********************
    story__area
***********************/
.story__area{
    background:#FFF;
    padding: 0 0 100px;
    text-align: center;
}
.foot__logo{
    margin: 60px auto 100px;
}
.story__area dl{
    padding-bottom: 120px;
}
.story__area dl dt{
    font-size: 74px;
    margin-bottom: 70px;
}
.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: 0 0 50px;
    }
    .foot__logo{
        padding: 0 10%;
        margin: 5px auto 40px;
    }
    .story__area dl{
        font-size: 4.8vw;
        padding-bottom: 40px;
        letter-spacing: 0.05em;
    }
    .story__area dl dt{
        font-size: 8vw;
        margin-bottom: 30px;
    }
    .story__area dl dd p:not(:last-child){
        margin-bottom: 40px;
    }

    #story__slider .slick-slide{
        margin: 0 6px;
    }
}

/**********************
    event__foot
***********************/
.event__foot{
    background: var(--font-base-color);
    text-align: center;
    padding: 50px 0;
}
@media (max-width: 750px) {
    .event__foot{
        padding: 25px 18%;
    }
}

/**********************
    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) {
}