@charset "UTF-8";
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.bnrNav {
    background: #fff;
    padding: 67px 0 55px;
}
.bnrNav_inner {
    max-width: 1120px;
}
.bnrNav_list {
    list-style: none;
    display: flex;
}
.bnrNav_list > li {
    width: 23.5%;
    margin-left: 2%;
}
.bnrNav_list > li:first-child {
    margin-left: 0;
}
.bnrNav_list > li:last-child {}
.bnrNav_list > li:nth-child(2n+1) {}
.bnrNav_list > li:nth-child(n+3) {}
.bnrNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.14);
    transition-duration: .3s;
    transition-property: background-color, color, box-shadow, -webkit-transform;
    transition-property: background-color, color, box-shadow, transform;
    transition-property: background-color, color, box-shadow, transform, -webkit-transform;
}
.bnrNav_list > li > a::before {
    content: "";
}
.bnrNav_list > li > a::after {
    content: "";
}
.bnrNav_image {}
.bnrNav_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.bnrNav_text {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    position: relative;
    z-index: 11;
    box-sizing: border-box;
    padding-top: 5px;
}
.bnrNav_text > img {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -6px;
}
.movie {
    background: #FFE796;
    padding: 60px 0 77px;
}
.movie_inner {
    max-width: 900px;
}
.movie_title {}
.movie_title > .icon {}
.movie_link {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
}
.movie_link > a {
    display: block;
    color: inherit;
    padding-left: 29px;
    font-weight: bold;
}
.movie_link > a::before {
    content: "";
}
.movie_link > a::after {
    content: "";
}
.movie_link > a > .icon {
    display: flex;
    width: 20px;
    height: 20px;
    background: #FFCC00;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 15px;
}
.movie_movie {
    padding-bottom: 500px;
    position: relative;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}
.movie_movie > iframe {
    display: block;
    border: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.insta {
    background-image: linear-gradient(-45deg, #FFF15D 25%, #FFEC1E 0, #FFEC1E 50%, #FFF15D 0, #FFF15D 75%, #FFEC1E 0);
    background-size: 25px 25px;
    padding: 67px 0 75px;
}
.insta_inner {}
.insta_title {}
.insta_title > .icon {}
.insta_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.insta_list > li {
    width: 22%;
    margin-left: 4%;
}
.insta_list > li > svg {
    display: block;
    width: 50px;
    height: 50px;
    fill: #EC6B00;
    margin: 0 auto;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps(12);
    animation-timing-function: steps(12);
}
.insta_list > li:first-child {}
.insta_list > li:last-child {}
.insta_list > li:nth-child(4n+1) {
    margin-left: 0;
}
.insta_list > li:nth-child(n+5) {
    margin-top: 26px;
}
.insta_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    padding: 10px;
    transition-duration: .3s;
    transition-property: background-color, color, box-shadow, -webkit-transform;
    transition-property: background-color, color, box-shadow, transform;
    transition-property: background-color, color, box-shadow, transform, -webkit-transform;
    padding-bottom: 6px;
}
.insta_list > li > a::before {
    content: "";
}
.insta_list > li > a::after {
    content: "";
}
.insta_image {
    background-image: url(/assets/img/common/img-alt@2x.png);
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.insta_caption {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 12px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
    word-break: break-all;
    line-height: 1.6;
}
.insta_infoList {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    margin-top: 3px;
}
.insta_infoList > li {
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.insta_infoList > li:first-child {
    margin-left: 0;
}
.insta_infoList > li:last-child {}
.insta_infoList > li:nth-child(2n+1) {}
.insta_infoList > li:nth-child(n+3) {}
.insta_infoList > li > .icon {
    color: #FFCC00;
    margin-right: 3px;
}
.insta_link {
    margin-top: 50px;
}
.insta_link > a {}
.insta_link > a::before {
    content: "";
}
.insta_link > a::after {
    content: "";
}
.insta_link > a > .icon {}
.news {
    padding: 78px 0 72px;
    background: #fff;
}
.news_inner {}
.news_title {}
.news_title > .icon {}
.news_tabList {
    list-style: none;
    display: flex;
    border-bottom: 4px solid #FFCC00;
    height: 61px;
    align-items: flex-end;
    margin-bottom: 30px;
}
.news_tabList > li {
    margin-left: 10px;
    max-width: 239px;
    width: 100%;
}
.news_tabList > li:first-child {
    margin-left: 0;
}
.news_tabList > li:last-child {}
.news_tabList > li:nth-child(2n+1) {}
.news_tabList > li:nth-child(n+3) {}
.news_tabList > li > button {
    text-decoration: none;
    color: inherit;
    border: 4px solid #EAE8E4;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    height: 52px;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, border-color, height;
    line-height: 1;
    width: 100%;
    background: #EAE8E4;
}
.news_tabList > li > button.isCurrent {
    background-color: #FFCC00;
    border-color: #FFCC00;
    height: 61px;
}
.news_tabList > li > button::before {
    content: "";
}
.news_tabList > li > button::after {
    content: "";
}
.news_content {
    max-width: 1100px;
    margin: 0 auto;
    display: none;
}
.news_content.isCurrent {
    display: block;
}
.news_list {
    list-style: none;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:last-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #CCCCCC;
    padding: 22px 1px;
    display: flex;
    transition-duration: .3s;
    transition-property: background-color, color;
    align-items: flex-start;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_update {
    margin-right: 30px;
}
.news_update > time {}
.news_cat {
    min-width: 94px;
    box-sizing: border-box;
    border: 1px solid #FFB700;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 40px;
    background: #fff;
    line-height: 24px;
}
.news_name {}
.news_link {
    margin-top: 56px;
}
.news_link > a {}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.news_link > a > .icon {}
.recipe {
    background-image: url(/assets/img/common/bg-recipe.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 77px;
}
.recipe_inner {}
.recipe_title {}
.recipe_title > .icon {}
.recipe_cols {
    display: flex;
    justify-content: space-between;
}
.recipe_col {
    width: 48.4%;
}
.recipe_col-no1 {}
.recipe_col-no2 {}
.recipe_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
}
.recipe_list > li {
    width: 48%;
    margin-left: 4%;
}
.recipe_list > li:first-child {}
.recipe_list > li:last-child {}
.recipe_list > li:nth-child(2n+1) {
    margin-left: 0;
}
.recipe_list > li:nth-child(n+3) {
    margin-top: 10px;
}
.recipe_link {
    margin-top: 50px;
}
.recipe_link > a {}
.recipe_link > a::before {
    content: "";
}
.recipe_link > a::after {
    content: "";
}
.recipe_link > a > .icon {}
.enjoy {
    background-image: linear-gradient(-45deg, #FFEDB0 25%, #FFE796 0, #FFE796 50%, #FFEDB0 0, #FFEDB0 75%, #FFE796 0);
    background-size: 25px 25px;
    padding: 85px 0 96px;
}
section#Enjoy {}
.enjoy_inner {}
.enjoy_title {}
.enjoy_title > .icon {}
.enjoy_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.enjoy_list > li {
    width: 22.75%;
    margin-left: 3%;
    max-width: 270px;
}
.enjoy_list > li:first-child {}
.enjoy_list > li:last-child {}
.enjoy_list > li:nth-child(4n+1) {
    margin-left: 0;
}
.enjoy_list > li:nth-child(n+5) {
    margin-top: 43px;
}
.enjoy_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 20px;
    overflow: hidden;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.enjoy_list > li > a::before {
    content: "";
}
.enjoy_list > li > a::after {
    content: "";
}
.enjoy_list > li > a > img {}
.camp {
    background-color: #FAE803;
    padding: 76px 0 71px;
}
.camp_inner {}
.camp_title {}
.camp_title > .icon {}
.camp_slide {
    font-size: 0;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
}
.camp_slide.slick-initialized {
    opacity: 1;
}
.camp_itemWrap {
    padding: 5px 10px;
    box-sizing: border-box;
}
.camp_item {
    border-radius: 20px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    max-width: 360px;
    outline: none;
    margin: 0 auto;
    width: 100%;
}
.camp_item > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.camp_image {
    background-image: url(/assets/img/home/img-camp01.png);
    padding-bottom: 67%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition-duration: .3s;
    transition-property: opacity;
}
.camp_date {
    background: #FF733E;
    display: flex;
    align-items: center;
    font-weight: bold;
    height: 46px;
    color: #fff;
    font-size: 17px;
    justify-content: center;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    line-height: 1;
}
.camp_date::after {
    content: "";
    border: 23px solid #FF733E;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -12px;
    display: block;
    border-right-color: transparent;
    border-left-width: 12px;
    border-right-width: 12px;
}
.camp_text {
    font-size: 14px;
    line-height: 1.7;
    padding: 17px 20px;
}
.brand {
    background-image: url(/assets/img/home/bg-brand-right.png), url(/assets/img/common/bg-wood.jpg);
    background-position: right top, center center;
    background-repeat: no-repeat, repeat-y;
    background-size: auto, 100% auto;
    padding: 85px 0 81px;
    position: relative;
    z-index: 1;
}
.brand::before {
    content: "";
    display: block;
    width: 536px;
    height: 539px;
    background: url(/assets/img/home/img-egg.png);
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 0;
}
.brand_inner {}
.brand_title {}
.brand_title > .icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-right: 30px;
}
.brand_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brand_list > li {
    width: 32%;
    margin-left: 2%;
}
.brand_list > li:first-child {}
.brand_list > li:last-child {}
.brand_list > li:nth-child(3n+1) {
    margin-left: 0;
}
.brand_list > li:nth-child(n+4) {
    margin-top: 31px;
}
.brand_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 88px 0 38px;
}
.brand_list > li > a::before {
    content: "";
    display: block;
    width: 138px;
    height: 134px;
    background-image: url(/assets/img/home/bg-mark@2x.png?date=190114);
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.brand_list > li > a::after {
    content: "";
}
.brand_image {
    position: relative;
    z-index: 2;
}
.brand_image > img {
    display: block;
    margin: 0 auto;
}
.brand_name {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    height: 3.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_link {
    position: relative;
    z-index: 2;
    width: 100px;
    border: 3px solid #DDDDDD;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    font-size: 12px;
    margin: 2px auto 0;
}
.brand_link > .icon {
    display: block;
    color: #FFB700;
    font-size: 16px;
    margin-right: 3px;
}
.brand_bg {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #fff;
    transition-duration: .3s;
    transition-property: stroke;
    stroke: #ffff;
    stroke-width: 6px;
}
.brand_bg > use {}
.brand_moreLink {
    margin-top: 34px;
}
.brand_moreLink > a {}
.brand_moreLink > a::before {
    content: "";
}
.brand_moreLink > a::after {
    content: "";
}
.brand_moreLink > a > .icon {}
.topNews {
    background: #F7D305;
    position: relative;
    z-index: 1;
}
.topNews_list {
    list-style: none;
}
.topNews_list > li {}
.topNews_list > li:first-child {}
.topNews_list > li:last-child {}
.topNews_list > li:nth-child(2n+1) {}
.topNews_list > li:nth-child(n+3) {}
.topNews_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 24px 0;
    align-items: center;
    padding-right: 290px;
}
.topNews_list > li > a::before {
    content: "";
}
.topNews_list > li > a::after {
    content: "";
}
.topNews_update {
    margin-right: 35px;
    white-space: nowrap;
}
.topNews_update > time {}
.topNews_cat {
    border: 1px solid #FFB700;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    min-width: 94px;
    line-height: 1;
    font-size: 12px;
    margin-right: 28px;
    white-space: nowrap;
}
.topNews_title {}
.visualWrap {
    overflow: hidden;
}
.visual {
    position: relative;
    z-index: 10;
    padding-top: 148px;
    padding-bottom: 89px;
    background-image: url(/assets/img/home/bg-visual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.visual_slide {
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
    font-size: 0;
    height: 670px;
    overflow: hidden;
}
.visual_slide.slick-initialized {
    opacity: 1;
}
.visual_imageWrap {}
.visual_image {
    margin: 0 auto;
    width: 1300px;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scale(0.71);
    transform: scale(0.71);
    padding-top: 50px;
    padding-bottom: 50px;
    transition-delay: .5s;
}
.slick-center .visual_image {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.visual_image > a {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none;
}
.visual_image > a::before {
    content: "";
}
.visual_image > a::after {
    content: "";
}
.visual_image > a > img {
    display: block;
    margin: 0 auto;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    max-width: 100%;
    height: auto;
}
.visual_image > a > img:first-child {
    display: block;
}
.visual_image > a > img:nth-child(2) {
    display: none;
}
.visual_char {
    position: absolute;
    z-index: 100;
    bottom: -81px;
    right: 0;
    width: 500px;
}
.visual_char > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gHeaderWrap {
    position: absolute;
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
}
.camp_controller {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.camp_controller-next {
    right: 0;
}
.camp_controller-prev {
    left: 0;
}
.camp_controller-next::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #000;
    width: 11px;
    height: 11px;
    -webkit-transform: translateX(-3px) rotate(-315deg);
    transform: translateX(-3px) rotate(-315deg);
    border-bottom: none;
    border-left: none;
    left: 0;
    margin: auto;
}
.camp_controller-prev::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #000;
    width: 11px;
    height: 11px;
    -webkit-transform: translateX(3px) rotate(-135deg);
    transform: translateX(3px) rotate(-135deg);
    border-bottom: none;
    border-left: none;
    left: 0;
    margin: auto;
}
.slick-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
}
.slick-dots > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.slick-dots > li > button {
    font-size: 0;
    border: 4px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: padding-box;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    background-color: transparent;
}
.slick-dots > li.slick-active > button {
    background-color: #fff;
}
.visual_button {
    display: block;
    width: 40px;
    height: 80px;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: .3s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.visual_button.slick-disabled {
    opacity: 0;
}
.visual_button::before {
    content: "";
}
.visual_button::after {
    content: "";
}
.visual_button-next {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    right: 0;
    right: calc(((100% - 1300px) / 2) - 40px);
}
.visual_button-next::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #000;
    width: 11px;
    height: 11px;
    -webkit-transform: translateX(-3px) rotate(-315deg);
    transform: translateX(-3px) rotate(-315deg);
    border-bottom: none;
    border-left: none;
    left: 0;
    margin: auto;
}
.visual_button-prev {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    left: 0;
    left: calc(((100% - 1300px) / 2) - 40px);
}
.visual_button-prev::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #000;
    width: 11px;
    height: 11px;
    -webkit-transform: translateX(3px) rotate(-135deg);
    transform: translateX(3px) rotate(-135deg);
    border-bottom: none;
    border-left: none;
    left: 0;
    margin: auto;
}
.visual .slick-slide {
    margin: 0 -60px;
}
.tanpaku {
    padding: 55px 0;
    background: #FF6411;
}
.tanpaku_inner {}
.tanpaku_link {}
.tanpaku_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: transform;
}
.tanpaku_link > a::before {
    content: "";
}
.tanpaku_link > a::after {
    content: "";
}
.tanpaku_link > a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.visual_imgBox {
    border-radius: 21px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 570px;
    transition-duration: .3s;
    transition-property: transform;
}
.visual_imgBox::after {
    content: "";
    border: 10px solid #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 19px;
}
.visual_imgBox-pc {}
.visual_imgBox-sp {
    display: none;
}
@media screen and (max-width:1599px) {
    .brand {
        background-image: url(/assets/img/home/bg-brand01.png), url(/assets/img/home/bg-brand02.png), url(/assets/img/common/bg-wood.jpg);
        background-position: center top, center bottom, center center;
        background-repeat: no-repeat, no-repeat, repeat-y;
        background-size: 100% auto;
    }
    .brand::before {
        display: none;
    }
}
@media screen and (min-width:1000px) {
    .tanpaku_link > a:hover {
        transform: scale(1.03);
    }
    a:hover .insta_caption {
        opacity: 1;
    }
    .bnrNav_list > li > a:hover {
        background: rgb(248, 233, 165);
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    }
    .movie_link > a:hover {}
    .insta_list > li > a:hover {
        -webkit-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    }
    .insta_link > a:hover {
        background: #fff;
    }
    .news_tabList > li > button:hover {
        background-color: #FFCC00;
        border-color: #FFCC00;
        height: 61px;
    }
    .news_list > li > a:hover {
        background: rgba(255, 245, 101, 0.5);
    }
    .news_link > a:hover {}
    .recipe_link > a:hover {}
    .enjoy_list > li > a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .brand_list > li > a:hover {}
    .brand_list > li > a:hover::before {
        opacity: 1;
    }
    a:hover .brand_bg {
        stroke: #f7d305;
    }
    .brand_moreLink > a:hover {}
    .topNews_list > li > a:hover {}
    a:hover .topNews_title {
        text-decoration: underline;
    }
    .visual_image > a:hover {}
    .visual_image > a[href]:hover > .visual_imgBox {
        -webkit-transform: scale(.98);
        transform: scale(.98);
    }
    .camp_controller:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .visual_button:hover {
        transform: scale(1.2);
    }
    .slick-dots > li > button:hover {
        background: #fff;
    }
    a:hover .camp_image {
        opacity: .7;
    }
}
@media screen and (max-width: 1299px) {
    .visual_image {
        width: 1000px;
    }
    .visual_imgBox {
        padding-bottom: 43.8%;
    }
    .visual_imgBox::after {
        border-width: 7px;
    }
    .visual_button-prev {
        left: calc(((100% - 1000px) / 2) - 40px);
    }
    .visual_button-next {
        right: calc(((100% - 1000px) / 2) - 40px);
    }
    .visual_slide {
        height: 530px;
    }
    .visual_char {
        width: 310px;
        bottom: -60px;
    }
}
@media screen and (max-width:999px) {
    .bnrNav {}
    .bnrNav_inner {}
    .bnrNav_list {
        flex-wrap: wrap;
        max-width: 540px;
        margin: 0 auto 0;
    }
    .bnrNav_list > li {
        width: 49%;
    }
    .bnrNav_list > li:first-child {}
    .bnrNav_list > li:last-child {}
    .bnrNav_list > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .bnrNav_list > li:nth-child(n+3) {
        margin-top: 2%;
    }
    .bnrNav_list > li > a {}
    .bnrNav_list > li > a::before {}
    .bnrNav_list > li > a::after {}
    .bnrNav_image {}
    .bnrNav_image > img {}
    .bnrNav_text {
        font-size: 16px;
    }
    .bnrNav_text > img {}
    .movie {}
    .movie_inner {}
    .movie_title {}
    .movie_title > .icon {}
    .movie_link {
        right: 2%;
    }
    .movie_link > a {}
    .movie_link > a::before {}
    .movie_link > a::after {}
    .movie_link > a > .icon {}
    .movie_movie {}
    .movie_movie > iframe {}
    .insta {}
    .insta_inner {}
    .insta_title {}
    .insta_title > .icon {}
    .insta_list {}
    .insta_list > li {
        width: 23.5%;
        margin-left: 2%;
    }
    .insta_list > li:first-child {}
    .insta_list > li:last-child {}
    .insta_list > li:nth-child(4n+1) {}
    .insta_list > li:nth-child(n+5) {}
    .insta_list > li > a {}
    .insta_list > li > a::before {}
    .insta_list > li > a::after {}
    .insta_image {}
    .insta_infoList {}
    .insta_infoList > li {}
    .insta_infoList > li:first-child {}
    .insta_infoList > li:last-child {}
    .insta_infoList > li:nth-child(2n+1) {}
    .insta_infoList > li:nth-child(n+3) {}
    .insta_infoList > li > .icon {}
    .insta_link {}
    .insta_link > a {}
    .insta_link > a::before {}
    .insta_link > a::after {}
    .insta_link > a > .icon {}
    .news {}
    .news_inner {}
    .news_title {}
    .news_title > .icon {}
    .news_tabList {}
    .news_tabList > li {}
    .news_tabList > li:first-child {}
    .news_tabList > li:last-child {}
    .news_tabList > li:nth-child(2n+1) {}
    .news_tabList > li:nth-child(n+3) {}
    .news_tabList > li > button {}
    .news_tabList > li > button.isCurrent {}
    .news_tabList > li > button::before {}
    .news_tabList > li > button::after {}
    .news_content {}
    .news_content.isCurrent {}
    .news_list {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:last-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_update {}
    .news_update > time {}
    .news_cat {}
    .news_name {}
    .news_link {}
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_link > a > .icon {}
    .recipe {}
    .recipe_inner {}
    .recipe_title {}
    .recipe_title > .icon {}
    .recipe_cols {}
    .recipe_col {}
    .recipe_col-no1 {
        width: 44%;
    }
    .recipe_col-no2 {
        width: 53%;
    }
    .recipe_list {}
    .recipe_list > li {}
    .recipe_list > li:first-child {}
    .recipe_list > li:last-child {}
    .recipe_list > li:nth-child(2n+1) {}
    .recipe_list > li:nth-child(n+3) {}
    .recipe_link {}
    .recipe_link > a {}
    .recipe_link > a::before {}
    .recipe_link > a::after {}
    .recipe_link > a > .icon {}
    .enjoy {}
    .enjoy_inner {}
    .enjoy_title {}
    .enjoy_title > .icon {}
    .enjoy_list {}
    .enjoy_list > li {}
    .enjoy_list > li:first-child {}
    .enjoy_list > li:last-child {}
    .enjoy_list > li:nth-child(4n+1) {}
    .enjoy_list > li:nth-child(n+5) {
        margin-top: 2%;
    }
    .enjoy_list > li > a {}
    .enjoy_list > li > a::before {}
    .enjoy_list > li > a::after {}
    .enjoy_list > li > a > img {}
    .camp {}
    .camp_inner {}
    .camp_title {}
    .camp_title > .icon {}
    .camp_slide {}
    .camp_slide.slick-initialized {}
    .camp_itemWrap {}
    .camp_item {}
    .camp_image {}
    .camp_date {}
    .camp_date::after {}
    .camp_text {}
    .brand {}
    .brand_inner {}
    .brand_title {}
    .brand_title > .icon {}
    .brand_list {}
    .brand_list > li {}
    .brand_list > li:first-child {}
    .brand_list > li:last-child {}
    .brand_list > li:nth-child(3n+1) {}
    .brand_list > li:nth-child(n+4) {}
    .brand_list > li > a {
        padding-top: 50px;
    }
    .brand_list > li > a::before {}
    .brand_list > li > a::after {}
    .brand_image {
        padding: 0 10px;
    }
    .brand_image > img {}
    .brand_name {
        font-size: 17px;
    }
    .brand_link {}
    .brand_link > .icon {}
    .brand_bg {}
    .brand_bg > use {}
    .brand_moreLink {}
    .brand_moreLink > a {}
    .brand_moreLink > a::before {}
    .brand_moreLink > a::after {}
    .brand_moreLink > a > .icon {}
    .topNews {}
    .topNews_list {}
    .topNews_list > li {}
    .topNews_list > li:first-child {}
    .topNews_list > li:last-child {}
    .topNews_list > li:nth-child(2n+1) {}
    .topNews_list > li:nth-child(n+3) {}
    .topNews_list > li > a {
        padding-right: 0;
    }
    .topNews_list > li > a::before {}
    .topNews_list > li > a::after {}
    .topNews_update {
        margin-right: 20px;
    }
    .topNews_update > time {}
    .topNews_cat {}
    .topNews_title {}
    .visual {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    .visual_slide {
        height: 345px;
    }
    .visual_slide.slick-initialized {}
    .visual_image {
        width: 650px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .visual_imgBox {
        border-radius: 12px;
    }
    .visual_imgBox::after {
        border-width: 5px;
        border-radius: 10px;
    }
    .slick-center .visual_image {}
    .visual_image > a {}
    .visual_image > a::before {}
    .visual_image > a::after {}
    .visual_image > a > img {}
    .visual_char {
        width: 220px;
        bottom: -30px;
    }
    .visual_char > img {}
    .gHeaderWrap {}
    .camp_controller {}
    .camp_controller-next {}
    .camp_controller-prev {}
    .camp_controller-next::after {}
    .camp_controller-prev::after {}
    .slick-dots {}
    .slick-dots > li {}
    .slick-dots > li > button {
        border-width: 2px;
    }
    .slick-dots > li.slick-active > button {}
    .visual_button {}
    .visual_button.slick-disabled {}
    .visual_button::before {}
    .visual_button::after {}
    .visual_button-next {
        right: calc(((100% - 650px) / 2) - 40px);
    }
    .visual_button-next::after {}
    .visual_button-prev {
        left: calc(((100% - 650px) / 2) - 40px);
    }
    .visual_button-prev::after {}
    .visual .slick-slide {
        margin: 0 -40px;
    }
    .tanpaku {
        padding: 35px 0;
    }
    .tanpaku_inner {}
    .tanpaku_link {}
    .tanpaku_link > a {}
    .tanpaku_link > a::before {}
    .tanpaku_link > a::after {}
    .tanpaku_link > a > img {}
}
@media screen and (max-width: 767px) {
    .bnrNav {
        padding: 45px 0;
    }
    .bnrNav_inner {}
    .bnrNav_list {
        display: block;
    }
    .bnrNav_list > li {
        width: auto;
        margin: 10px auto 0;
    }
    .bnrNav_list > li:first-child {
        margin-top: 0;
    }
    .bnrNav_list > li:last-child {}
    .bnrNav_list > li:nth-child(2n+1) {}
    .bnrNav_list > li:nth-child(n+3) {
        margin-top: 10px;
    }
    .bnrNav_list > li > a {
        border-radius: 6px;
        position: relative;
        z-index: 1;
        padding-left: 90px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
    }
    .bnrNav_list > li > a::before {}
    .bnrNav_list > li > a::after {}
    .bnrNav_image {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100px;
        overflow: hidden;
    }
    .bnrNav_image > img {
        width: auto;
        height: 60px;
        max-width: none;
        display: block;
        position: relative;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .bnrNav_text {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        height: 60px;
        padding: 5px 5px;
    }
    .bnrNav_text > img {
        width: 30px;
        top: -1px;
        display: none;
    }
    .movie {
        padding: 45px 0;
    }
    .movie_inner {}
    .movie_title {}
    .movie_title > .icon {}
    .movie_link {
        position: relative;
        text-align: center;
        top: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .movie_link > a {
        position: relative;
        z-index: 1;
    }
    .movie_link > a::before {}
    .movie_link > a::after {}
    .movie_link > a > .icon {}
    .movie_movie {
        padding-bottom: 66%;
        border-radius: 10px;
        border-width: 2px;
    }
    .movie_movie > iframe {}
    .insta {
        background-size: 12px 12px;
        padding: 45px 0;
    }
    .insta_inner {}
    .insta_title {}
    .insta_title > .icon {}
    .insta_list {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .insta_list > li {
        width: 49%;
    }
    .insta_list > li:first-child {}
    .insta_list > li:last-child {}
    .insta_list > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .insta_list > li:nth-child(n+3) {
        margin-top: 2%;
    }
    .insta_list > li > a {
        border-radius: 8px;
    }
    .insta_list > li > a::before {}
    .insta_list > li > a::after {}
    .insta_image {
        border-radius: 5px;
    }
    .insta_infoList {}
    .insta_infoList > li {}
    .insta_infoList > li:first-child {}
    .insta_infoList > li:last-child {}
    .insta_infoList > li:nth-child(2n+1) {}
    .insta_infoList > li:nth-child(n+3) {}
    .insta_infoList > li > .icon {}
    .insta_link {
        margin-top: 20px;
    }
    .insta_link > a {}
    .insta_link > a::before {}
    .insta_link > a::after {}
    .insta_link > a > .icon {}
    .news {
        padding: 45px 0;
    }
    .news_inner {}
    .news_title {}
    .news_title > .icon {}
    .news_tabList {
        border-bottom: none;
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 10px;
        align-items: flex-start;
        justify-content: center;
    }
    .news_tabList > li {
        width: 49%;
        margin-left: 2%;
        max-width: none;
    }
    .news_tabList > li:first-child {}
    .news_tabList > li:last-child {}
    .news_tabList > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .news_tabList > li:nth-child(n+3) {
        margin-top: 2%;
    }
    .news_tabList > li > button {
        font-size: 14px;
        height: 42px;
        border-radius: 5px;
    }
    .news_tabList > li > button.isCurrent {
        height: 42px;
    }
    .news_tabList > li > button::before {}
    .news_tabList > li > button::after {}
    .news_content {}
    .news_content.isCurrent {}
    .news_list {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:last-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_update {
        font-size: 12px;
        margin-right: 14px;
        line-height: 24px;
    }
    .news_update > time {}
    .news_cat {
        line-height: 20px;
        font-size: 10px;
        margin-right: 0;
    }
    .news_name {
        margin-top: 4px;
        line-height: 1.4;
        width: 100%;
    }
    .news_link {
        margin-top: 25px;
    }
    .news_link > a {}
    .news_link > a::before {}
    .news_link > a::after {}
    .news_link > a > .icon {}
    .recipe {
        padding: 45px 0;
    }
    .recipe_inner {}
    .recipe_title {}
    .recipe_title > .icon {}
    .recipe_cols {
        display: block;
    }
    .recipe_col {
        width: auto;
    }
    .recipe_col-no1 {
        margin-bottom: 10px;
    }
    .recipe_col-no2 {}
    .recipe_list {}
    .recipe_list > li {
        width: 49%;
        margin-left: 2%;
    }
    .recipe_list > li:first-child {}
    .recipe_list > li:last-child {}
    .recipe_list > li:nth-child(2n+1) {}
    .recipe_list > li:nth-child(n+3) {
        margin-top: 2%;
    }
    .recipe_link {
        margin-top: 10px;
    }
    .recipe_link > a {}
    .recipe_link > a::before {}
    .recipe_link > a::after {}
    .recipe_link > a > .icon {}
    .enjoy {
        background-size: 12px 12px;
        padding: 45px 0;
    }
    .enjoy_inner {}
    .enjoy_title {}
    .enjoy_title > .icon {}
    .enjoy_list {}
    .enjoy_list > li {
        width: 49%;
        margin-left: 2%;
    }
    .enjoy_list > li:first-child {}
    .enjoy_list > li:last-child {}
    .enjoy_list > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .enjoy_list > li:nth-child(n+3) {
        margin-top: 2%;
    }
    .enjoy_list > li > a {}
    .enjoy_list > li > a::before {}
    .enjoy_list > li > a::after {}
    .enjoy_list > li > a > img {}
    .camp {
        padding: 45px 0;
    }
    .camp_inner {}
    .camp_title {}
    .camp_title > .icon {}
    .camp_slide {}
    .camp_slide.slick-initialized {}
    .camp_itemWrap {}
    .camp_item {
        border-radius: 10px;
    }
    .camp_image {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .camp_date {
        height: 32px;
        font-size: 14px;
    }
    .camp_date::after {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 0;
        border-right-width: 8px;
        right: -8px;
    }
    .camp_text {
        padding: 10px 10px;
    }
    .brand {
        padding: 45px 0 60px;
    }
    .brand_inner {}
    .brand_title {}
    .brand_title > .icon {}
    .brand_list {
        max-width: 560px;
        margin: 0 auto;
    }
    .brand_list > li {
        width: 49%;
    }
    .brand_list > li:first-child {}
    .brand_list > li:last-child {}
    .brand_list > li:nth-child(3n+1) {
        margin-left: 2%;
    }
    .brand_list > li:nth-child(2n+1) {
        margin-left: 0;
    }
    .brand_list > li:nth-child(n+3) {
        margin-top: 10px;
    }
    .brand_list > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .brand_list > li > a::before {}
    .brand_list > li > a::after {}
    .brand_image {}
    .brand_image > img {}
    .brand_name {
        font-size: 14px;
        line-height: 1.2;
        min-height: 2.4em;
    }
    .brand_link {
        border-width: 2px;
        height: 24px;
        font-size: 10px;
        width: 80px;
    }
    .brand_link > .icon {}
    .brand_bg {}
    .brand_bg > use {}
    .brand_moreLink {
        margin-top: 20px;
    }
    .brand_moreLink > a {}
    .brand_moreLink > a::before {}
    .brand_moreLink > a::after {}
    .brand_moreLink > a > .icon {}
    .topNews {}
    .topNews_list {}
    .topNews_list > li {}
    .topNews_list > li:first-child {}
    .topNews_list > li:last-child {}
    .topNews_list > li:nth-child(2n+1) {}
    .topNews_list > li:nth-child(n+3) {}
    .topNews_list > li > a {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .topNews_list > li > a::before {}
    .topNews_list > li > a::after {}
    .topNews_update {
        font-size: 12px;
        line-height: 1;
        margin-right: 10px;
    }
    .topNews_update > time {}
    .topNews_cat {
        height: 24px;
        font-size: 10px;
        margin-right: 0;
    }
    .topNews_title {
        width: 100%;
        line-height: 1.5;
        margin-top: 4px;
    }
    .visual {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .visual_slide {
        height: 352px;
    }
    .visual_slide.slick-initialized {}
    .visual_image {
        width: 325px;
    }
    .visual_imgBox-sp {
        display: block;
        padding-bottom: 87.7%;
    }
    .visual_imgBox::before {}
    .visual_imgBox-pc {
        display: none;
    }
    .slick-center .visual_image {}
    .visual_image > a {}
    .visual_image > a::before {}
    .visual_image > a::after {}
    .visual_image > a > img {}
    .visual_image > a > img:first-child {
        display: none;
    }
    .visual_image > a > img:nth-child(2) {
        display: block;
    }
    .visual_char {
        width: 120px;
    }
    .visual_char > img {}
    .gHeaderWrap {}
    .camp_controller {
        width: 40px;
        height: 40px;
    }
    .camp_controller-next {}
    .camp_controller-prev {}
    .camp_controller-next::after {}
    .camp_controller-prev::after {}
    .slick-dots {}
    .slick-dots > li {}
    .slick-dots > li > button {
        width: 12px;
        height: 12px;
    }
    .slick-dots > li.slick-active > button {}
    .visual_button {
        width: 20px;
        height: 40px;
    }
    .visual_button.slick-disabled {}
    .visual_button::before {}
    .visual_button::after {}
    .visual_button-next {
        right: calc(((100% - 325px) / 2) - 20px);
    }
    .visual_button-next::after {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }
    .visual_button-prev {
        left: calc(((100% - 325px) / 2) - 20px);
    }
    .visual_button-prev::after {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }
    .visual .slick-slide {
        margin: 0 -15px;
    }
    .tanpaku {
        padding: 25px 0;
    }
    .tanpaku_inner {}
    .tanpaku_link {}
    .tanpaku_link > a {}
    .tanpaku_link > a::before {}
    .tanpaku_link > a::after {}
    .tanpaku_link > a > img {}
}
@media screen and (max-width: 374px) {
    .visual_slide {
        height: 312px;
    }
    .visual_button-next {
        right: calc(((100% - 280px) / 2) - 20px);
    }
    .visual_button-prev {
        left: calc(((100% - 280px) / 2) - 20px);
    }
    .visual_image {
        width: 280px;
    }
}
