@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');
@media (min-width: 751px) {
    .pchidden{
        display: none;
    }
}
@media (max-width: 750px) {
    .sphidden{
        display: none;
    }
}

/**********************************
    common
**********************************/
.woofie__lp{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 1.9;
    color: #FFF;
}
.woofie__lp a{
    transition: all 0.6s ease;
}
.woofie__lp img{
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.futura{
    /*font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;*/
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#wf__contents{
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#wf__contents__inner{
    background: linear-gradient(180deg, #003f54, #006f90);
}

@media (min-width: 751px) {
    .woofie__lp a:hover{
        opacity: 0.8;
    }
    #wf__contents{
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
}
@media (max-width: 750px) {
    .woofie__lp{
        font-size: 14px;
    }
}



/**********************************
    logo
**********************************/
.main__logo{
    width: 100%;
    height: 100vh;
    text-align: center;
}
.main__logo .logo__top{
    position: relative;
    padding:4% 25.3% 0;
    overflow: hidden;
}
.main__logo .logo__top h1,
.main__logo .logo__top p{
    position: relative;
    z-index: 1;
}
.main__logo .logo__top p{
    padding: 0 9.38% 2%;
    margin-top: 10%;
}
.main__logo .logo__top::after{
    content: "";
    display: block;
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #9c9a99;
    z-index: 0;
}

.logo__bottom{
    padding: 0 24.735%;
    margin-top: 2%;
    transform: translateX(1%);
}

@media (max-width: 750px) {
    .main__logo .logo__top{
        height: 60%;
        display: flex;
        flex-wrap: wrap;
        align-content: end;
    }
    .logo__bottom{
        height: 40%;
    }
}


/**********************************
    fv
**********************************/
.fv__area{
    position: relative;
}


/**********************************
    fv arrow
**********************************/
.fv__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.fv__arrows .fv__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,80%);
    width: 60px;
    height: 10px;
    opacity: 0;
}
.fv__arrows .fv__arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.fv__arrows .fv__arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.fv__arrows .fv__arrow:before,
.fv__arrows .fv__arrow:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #FFF;
}
.fv__arrows .fv__arrow:before {
  left: -26px;
  transform: rotate(30deg);
}
.fv__arrows .fv__arrow:after {
  right: -26px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 20%;}
   70% { opacity: 1;}
  100% { opacity: 0;}
}

@media (max-width: 750px) {
    .fv__arrows .fv__arrow{
        width: 22px;
    }
    .fv__arrows .fv__arrow:before,
    .fv__arrows .fv__arrow:after {
        width: 40px;
        height: 2px;
    }
}


/**********************************
    title
**********************************/
.title h2{
    font-size: 77px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.title p{
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: right;
    margin-top: 10px;
    font-weight: bold;
}

@media (max-width: 750px) {
    .title h2{
        font-size: 38px;
    }
    .title p{
        font-size: 15px;
        margin-top: 4px;
    }
}


/**********************************
    Schedule
**********************************/
.schedule__area{
    padding: 130px 0 0;
}
.schedule__area .title{
    padding: 0 70px;
}
.schedule__box{
    background: #9c9a99;
    border-radius: 50px;
    margin: 30px auto;
    padding: 30px 30px 20px;
    width: 80%;
}
.schedule__box>small{
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.schedule__box dt{
    text-align: center;
    font-weight: bold;
}
.schedule__box dd{
    font-weight: bold;
    border-bottom: 1px #FFF dotted;
}
.schedule__box dd:last-child{
    border-bottom: none;
}

.schedule__box dd.sc__time{
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.schedule__box dd.sc__time .day{
    font-size: 51px;
    margin-right: 10px;
    width: 37%;
    display: block;
}
.schedule__box dd.sc__time .day small{
    font-size: 30px;
}
.schedule__box dd.sc__time .time{
    font-size: 42px;
}
.schedule__box dd.sc__time .status{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 34px;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 26px;
    background: #003f54;
    border-radius: 5px;
}
.schedule__box dd.sc__time .status.before{
    background: #387a91;
}
.schedule__box dd.sc__time .status.end{
    background: #484b4d;
}

.sc__text{
    text-align: center;
}
@media (max-width: 750px) {
    .schedule__area{
        padding: 65px 0 0;
    }
    .schedule__area .title{
        padding: 0 10%;
    }
    .schedule__box{
        margin: 15px auto;
        padding: 15px 20px 10px;
        width: 86%;
        border-radius: 20px;
    }
    .schedule__box>small{
        font-size: 10px;
        margin-top: 5px;
    }

    .schedule__box dd.sc__time{
        padding: 10px 0;
    }
    .schedule__box dd.sc__time .day{
        font-size: 25px;
        margin-right: 10px;
        width: 33%;
    }
    .schedule__box dd.sc__time .day small{
        font-size: 15px;
    }
    .schedule__box dd.sc__time .time{
        font-size: 21px;
    }
    .schedule__box dd.sc__time .status{
        width: 50px;
        height: 20px;
        font-size: 12px;
        bottom: 13px;
    }
}

/**********************************
    item__area
**********************************/
.item__area{
    padding-top: 70px;
}
.item__area .sub__title{
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 30px;
}
.item__area .sub__title .small{
    font-size: 30px;
}
.item__area .sub__title dd{
    font-size: 77px;
}

.item__text{
    text-align: center;
}

.note__box{
    width: 85%;
    margin: 0 auto 60px;
    border-radius: 15px;
    color: #005e7b;
    text-align: center;
    background: #FFF;
    padding: 40px 0 30px;
    font-weight: bold;
}
@media (max-width: 750px) {
    .item__area{
        padding-top: 35px;
    }
    .item__area .sub__title{
        font-size: 21px;
        margin-bottom: 15px;
    }
    .item__area .sub__title .small{
        font-size: 15px;
    }
    .item__area .sub__title dd{
        font-size: 38px;
    }

    .note__box{
        margin: 0 auto 30px;
        border-radius: 7px;
        padding: 15px 0 15px;
    }
}

/*******  item__img__inner  ******/
.item__img{
    position: relative;
}
.item__img .item__img__inner span{
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}
.item__img__inner p{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.item__img__inner p img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}

/*******  item__img__inner setting  ******/
.item__no1__01 .item__img__inner>p{
    width: 120%;
    transform: translateX(-10%);
    margin-bottom: 20px;
    padding: 30px 0;
}
.item__no1__01 .item__img__inner span{
    width: 120%;
    left: -10%;
}


.item__no1__02 .item__img__inner>p{
    transform: translateX(23%);
    padding-bottom: 0;
    padding: 30px 0;
}
.item__no1__02 .item__img__inner span{
    width: 82%;
    top: auto;
    bottom: -20px;
    left: -5%;
}
.item__no1__02.item__img .item__text>p{
    width: 70%;
    transform: translate(0px, -100px);
}


.item__no1__03{
    margin-bottom: -25%;
}
.item__no1__03 .item__img__inner>p{
    width: 37.4%;
    transform:translate(24%,-12%);
}
.item__no1__03 .item__img__inner span{
    top: 5%;
    right: -15%;
}
.item__no1__03.item__img .item__text>p{
    width: 60%;
    transform: translate(66%, -130%);
}


.item__no1__04 .item__img__inner>p{
    width: 100%;
    transform: translate(-15%, -18%);
}
.item__no1__04 .item__img__inner span{
    top: 19%;
    right: -17%;
}
.item__no1__04 .item__img__inner span.bk02{
    top: 23.5%;
    right: -30%;
}
.item__no1__04.item__img .item__text>p{
    width: 58%;
    transform: translate(70%, -200%);
}



.item__no2__00 .item__img__inner>p{
    width: 120%;
    transform: translateX(-10%);
    padding: 20px 0 40px;
}
.item__no2__00 .item__img__inner span{
    width: 120%;
    top: -2%;
    left: -10%;
}

.item__no2__01 .item__img__inner>p{
    width: 61.467%;
    transform:translate(12%,0);
    padding: 30px 0;
}
.item__no2__01 .item__img__inner span{
    top: 27%;
    right: -25%;
}
.item__no2__01.item__img .item__text>p{
    width: 70%;
    transform: translate(43%, -28%);
}


.item__no2__02 .item__img__inner>p{
    width: 100%;
    transform: translate(-12%,-2%);
    padding: 0 0 40px;
}
.item__no2__02 .item__img__inner span{
    top: 28%;
    right: -12%;
}
.item__no2__02 .item__img__inner span.bk02{
    top: 38%;
    right: -26%;
}
.item__no2__02.item__img .item__text>p{
    width: 65%;
    transform: translate(54%, -66%);
}

.item__no2__03{
    padding: 0px 1%;
    margin-top: -23%;
}

@media (max-width: 750px) {
    .item__no1__01 .item__img__inner>p{
        margin-bottom: 10px;
        padding: 15px 0;
    }

    .item__no1__02 .item__img__inner>p{
        padding: 15px 0;
    }
    .item__no1__02 .item__img__inner span{
        bottom: -10px;
        left: -5%;
    }
    .item__no1__02.item__img .item__text>p{
        width: 70%;
        transform: translate(0px, -12vw);
    }


    .item__no1__03 .item__img__inner>p{
        width: 37.4%;
        transform:translate(24%,-12%);
    }
    .item__no1__03 .item__img__inner span{
        width: 80%;
        top: 2%;
        right: -17%;
    }
    .item__no1__03.item__img .item__text>p{
        transform: translate(66%, -48vw);
    }


    .item__no1__04 .item__img__inner span{
        width: 100%;
    }
    .item__no1__04 .item__img__inner span.bk02{
        top: 22.5%;
        right: -31%;
    }
    .item__no1__04.item__img .item__text>p{
        width: 55%;
        transform: translate(82%, -32vw);
    }


    .item__no2__00 .item__img__inner>p{
        padding: 10px 0 20px;
    }

    .item__no2__01 .item__img__inner>p{
        padding: 15px 0;
    }
    .item__no2__01 .item__img__inner span{
        width: 100%;
        top: 33%;
        right: -21%;
    }
    .item__no2__01.item__img .item__text>p{
        width: 70%;
        transform: translate(43%, -28%);
    }


    .item__no2__02 .item__img__inner>p{
        transform: translate(-12%, 4vw);
        padding: 0 0 14vw;
    }
    .item__no2__02 .item__img__inner span{
        width: 100%;
        top: 32%;
        right: -12%;
    }
    .item__no2__02 .item__img__inner span.bk02{
        top: 42%;
        right: -25%;
    }
    .item__no2__02.item__img .item__text>p{
        transform: translate(54%, -26vw);
    }

    .item__no2__03{
        padding: 0px 1%;
        margin-top: -23%;
    }
}

/*******  item__desc  ******/
.item__desc{
    text-align: center;
    padding-bottom: 60px;
}
.item__desc .photo{
    padding: 0 95px 40px;
}
.price__box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.price__box .num{
    border: 3px #FFF solid;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 58px;
    margin-right: 25px;
}
.price__box .num b{
    font-size: 40px;
}
.price__box .price b{
    font-size: 55px;
}
.price::after,
.default-price::after{
    display: none;
}
.btn__box{
    padding: 30px 75px 0;
}

.btn__buy a{
    display: block;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 30px 0;
    color: #004359;
    position: relative;
}
.btn__buy a::after{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: url(/cms/img/usr/feature/woofie_lp/wf_lp_icon.png) no-repeat center;
    background-size: 43px auto;
    background-color: #004359;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
@media (max-width: 750px) {
    .item__desc{
        padding-bottom: 30px;
    }
    .item__desc .photo{
        padding: 0 48px 20px;
    }
    .price__box{
        margin-top: 15px;
    }
    .item__desc .name{
        font-size: 16px;
    }
    .price__box .num{
        border-width: 2px;
        border-radius: 3px;
        width: 80px;
        height: 30px;
        margin-right: 13px;
    }
    .price__box .num b{
        font-size: 24px;
    }
    .price__box .price b{
        font-size: 36px;
    }
    .btn__box{
        padding: 15px 35px 0;
    }
    .btn__buy a{
        font-size: 18px;
        padding: 18px 0;
    }
    .btn__buy a::after{
        width: 35px;
        height: 35px;
        background-size: 21px auto;
        right: 3%;
    }
}


/**********************************
    review__area
**********************************/
.review__area{
    padding: 40px 50px 0;
}
.review__area .title{
    padding: 0 8%;
}
.review__box{
    margin-top: 60px;
    padding: 60px 60px;
    border: 4px #FFF solid;
    border-radius: 50px;
    background: #004d65;
    line-height: 1.7;
    position: relative;
}
.review__box p{
    padding-bottom: 40px;
}
.review__box p:last-child{
    padding-bottom: 0;
}
.review__box:before,
.review__box:after{
    content: "";
    display: block;
    position: absolute;
    top: -46px;
    width: 64px;
    height: 46px;
    background: url(/cms/img/usr/feature/woofie_lp/wf_lp_sankaku.png);
    background-position: center;
    background-size: cover;
}
.review__box:before{
    left: 15%;
}
.review__box:after{
    right: 15%;
}
@media (max-width: 750px) {
    .review__area{
        padding: 20px 25px 0;
    }
    .review__box{
        margin-top: 30px;
        padding: 30px;
        border-width: 2px;
        border-radius: 25px;
    }
    .review__box p{
        padding-bottom: 20px;
    }
    .review__box:before,
    .review__box:after{
        top: -23px;
        width: 32px;
        height: 23px;
    }
}


/**********************************
    store__area
**********************************/
.store__area{
    padding: 50px 0 50px;
}
.store__area .title{
    padding: 0 75px 50px;
}
.store__area dl{
    text-align: center;
    margin-top: 45px;
    line-height: 1.3;
}
.store__area dt{
    margin-bottom: 15px;
}
.store__area dd small{
    font-size: 18px;
}
@media (max-width: 750px) {
    .store__area{
        padding: 25px 0 25px;
    }
    .store__area .title{
        padding: 0 35px 20px;
        line-height: 1;
    }
    .store__area dl{
        margin-top: 22px;
    }
    .store__area dt{
        margin-bottom: 8px;
    }
    .store__area dd small{
        font-size: 10px;
    }
}



/**********************************
    story__area
**********************************/
.story__area .title{
    padding: 85px 75px 50px;
}
.story__text{
    text-align: center;
    padding: 40px 0 70px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.story__area .bottom__text{
    text-align: center;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 80px;
}
.story__area .main__logo{
    height: auto;
}
@media (max-width: 750px) {
    .story__area .title{
        padding: 40px 35px 10px;
    }
    .story__text{
        padding: 20px 0 35px;
    }
    .story__area .bottom__text{
        font-size: 18px;
        padding-bottom: 40px;
    }

    .story__area .main__logo .logo__top{
        padding-top: 15%;
    }
}



/**********************************
    float btn
**********************************/
#float__btn{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#float__btn .btn__buy a{
    font-size: 23px;
    font-weight: normal;
    color: #FFF;
    width: 75px;
    height: 306px;
    writing-mode: vertical-rl;
    background: url(/cms/img/usr/feature/woofie_lp/wf_lp_fixed_back.png) no-repeat;
    background-size: cover;
    border-radius: 0;
    padding:30px 17px 0 0;
    letter-spacing: 0.1em;
}
#float__btn .btn__buy a:hover{
    text-decoration: none;
}
#float__btn .btn__buy a::after{
    width: 43px;
    height: 43px;
    background: url(/cms/img/usr/feature/woofie_lp/wf_lp_icon_blue.png) no-repeat center;
    background-size: 27px auto;
    background-color: #FFF;
    top: auto;
    bottom: 8%;
    right: 8%;
    transform: translateY(0);
}

#float__fv__btn{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 28.907vw;
    height: 26.042vw;
    background-image: url(/cms/img/usr/feature/woofie_lp/wf_lp_menu_back.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#float__fv__btn ul{
    padding-left: 2vw;
}
#float__fv__btn li{
    padding: 20px 0;
}
#float__fv__btn li a{
    display: block;
    padding-right: 55px;
    position: relative;
}
#float__fv__btn li a:hover{
    text-decoration: none;
}
#float__fv__btn li a::after {
    content: "";
    display: block;
    width: 43px;
    height: 43px;
    background: url(/cms/img/usr/feature/woofie_lp/wf_lp_icon_blue.png) no-repeat center;
    background-size: 27px auto;
    background-color: #FFF;
    border-radius: 100%;
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(0);
}
#float__fv__btn .title{
    color: #FFF;
    line-height: 1;
    text-align: center;
}
#float__fv__btn .title h2{
    font-size: 3vw;
}
#float__fv__btn .title p{
    font-size: 1vw;
    margin-top: 5px;
    text-align: center;
}
@media (max-width: 750px) {
    #float__fv__btn{
        display: none;
    }
    #float__btn{
        z-index: 10;
    }
    #float__btn .btn__buy a{
        font-size: 12px;
        width: 38px;
        height: 168px;
        padding:22px 8px 0 0;
    }
    #float__btn .btn__buy a::after {
        width: 20px;
        height: 20px;
        background-size: 14px auto;
        bottom: 9%;
        right: 7%;
    }
}


/**********************************
    background
**********************************/
#wf__wrapper .ocean{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.2), transparent 70%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.15), transparent 70%),
    linear-gradient(to bottom, #006986, #005f82);
  background-size: 100% 100%;
  animation: sway 12s infinite linear;
}
#wf__wrapper .ocean::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  background: url(/cms/img/usr/feature/woofie_lp/wf_lp_back.gif) no-repeat center;
  background-size: cover;
  opacity: 1;
}

/* 光のノイズ層 */
#wf__wrapper .ocean::before {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: overlay;
  opacity: 0.2;
  animation: drift 20s infinite linear;
}

@keyframes sway {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes drift {
  from { transform: translateX(0); }
  to   { transform: translateX(100px); }
}

@keyframes drift {
  from { background-position: 0 0; }
  to   { background-position: 100% 100%; }
}


/**********************************
    start animation
**********************************/
.fv__area .main__logo .logo__top::after{
    transform: translateY(150%);
    opacity: 0;
    transition: all 1.2s 0.4s ease;
}
#wf__wrapper .ocean::after{
    opacity: 0;
    filter: blur(1.5rem);
    transition: all 2.4s 0.8s ease;
}
.fv__area .main__logo .logo__top p{
    opacity: 0;
    transition: all 3.2s 1.4s ease;
}
.fv__area .main__logo .logo__top h1{
    transform: translateY(-150%);
    filter: blur(1.5rem);
    opacity: 0;
    transition: all 1.6s 1.2s ease;
}
.fv__area .logo__bottom{
    opacity: 0;
    filter: blur(1.5rem);
    transition: all 1.9s 2.4s ease;
}
.fv__area .fv__arrows{
    opacity: 0;
    transition: all 0.8s 2.0s ease;
}

#float__fv__btn{
    opacity: 0;
    filter: blur(1.5rem);
    transition: all 1.8s 2.6s ease;
}

#wf__wrapper.active .fv__area .main__logo .logo__top::after,
#wf__wrapper.active .fv__area .main__logo .logo__top h1,
#wf__wrapper.active .fv__area .main__logo .logo__top p,
#wf__wrapper.active .fv__area .logo__bottom,
#wf__wrapper.active .fv__area .fv__arrows,
#wf__wrapper.active #float__fv__btn,
#wf__wrapper.active .ocean::after{
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
}
@media (min-width: 751px) {
    #wf__contents{
        box-shadow: none;
        transition: all 1.6s 4.0s ease;
    }
    #wf__wrapper.active #wf__contents{
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
}

#float__btn{
    opacity: 0;
    transform: translate(100%,-50%);
    transition: all 1.2s ease;
}
#wf__wrapper.scroll #float__btn{
    opacity: 1;
    transform: translate(0,-50%);
}
#wf__wrapper.scroll #float__fv__btn{
    transition: all 1.2s ease;
}
#wf__wrapper.scroll #float__fv__btn{
    opacity: 0;
    z-index:-1;
}

/**********************************
    fadein
**********************************/
.fadein{
    opacity: 0;
    transition: all 1.0s 0.2s ease;
}
.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);
}


/**********************************
    既存header
**********************************/
#wf__wrapper li::marker{
    display: none;
}
@media (min-width: 751px) {
    #header{
        transition: all 0.8s ease;
        position: fixed;
        top: -80px;
        left: 0;
    }
    #header.scroll{
        top: 0;
    }
    .pane-contents .container{width: 100%;}
}
@media (max-width: 750px) {
    #header{
        transition: all 0.8s ease;
        position: fixed;
        top: -60px;
        left: 0;
    }
    #header.fixed{
        top: 0;
    }
    #wf__wrapper .price{
        color: #FFF;
    }
}
@media (min-width: 751px) {
    .page-event .block-event-page--goods,
    .block-event-page--accessory{
        background: #FFF;
        position: relative;
    }
    .pane-right-menu{
        background: #FFF;
        position: relative;
        z-index: 1;
    }
    .pane-right-menu .block-recent-item{
        margin: 0;
    }
    .pane-footer{
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 750px) {
    .block-event-page--goods{
        background: #FFF;
        position: relative;
        margin: 0;
    }
    .pane-footer{
        background: #FFF;
        position: relative;
        margin: 0;
    }
}