@charset "utf-8";

/* --------title-------- */

body {
    overflow: hidden visible;
}

.main .title {
    background: url(../img/top/bg_main.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}

.main .title h1 img {
    position: relative;
    z-index: 5;
    width: 530px;
    display: block;
    margin: 0 auto;
    padding: 30px 0 40px;
    animation: nabe 1s forwards;
    opacity: 0;
    animation-delay: 2.1s;
}

.main .title .frame {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1500px;
    overflow: inherit;
    margin: 0 auto;
}

/* kemuri */
.main .title .kemuri ul {
    width: 750px;
    margin: 0 auto;
    position: relative;
    background: #999;
}

.main .title .kemuri li.left {
    position: absolute;
    left: 0;
    top: -250px;
    z-index: 4;
    opacity: 0;
    animation: kemuri 2.5s linear infinite;
    animation-delay: 3s;
}

.main .title .kemuri li.right {
    position: absolute;
    right: 0;
    top: -250px;
    z-index: 4;
    opacity: 0;
    animation: kemuri 2.5s linear infinite;
    animation-delay: 4s;
}

@keyframes kemuri {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    80% {
        opacity: 0.7;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.main .title .kemuri li img {
    width: 220px;
}

/* nabe */
.main .title .nabe ul li {
    position: absolute;
    animation: nabe 1s forwards;
    opacity: 0;

}

@keyframes nabe {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.main .title .nabe ul li:nth-child(1) {
    top: 140px;
    left: -140px;
    animation-delay: 0.3s;

}

.main .title .nabe ul li:nth-child(2) {
    top: -40px;
    left: 140px;
    animation-delay: 0.6s;
}

.main .title .nabe ul li:nth-child(3) {
    bottom: -70px;
    left: 130px;
    animation-delay: 0.9s;
}

.main .title .nabe ul li:nth-child(4) {
    top: 140px;
    right: -140px;
    animation-delay: 1.2s;
}

.main .title .nabe ul li:nth-child(5) {
    top: -40px;
    right: 140px;
    animation-delay: 1.5s;
}

.main .title .nabe ul li:nth-child(6) {
    bottom: -70px;
    right: 130px;
    animation-delay: 1.8s;
}

.main .title .nabe ul li img {
    width: 400px;
}

/* ----nav---- */
.main nav {
    background: #613e11;
    z-index: 4;
    position: relative;
}

.main nav ul {
    width: 940px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    flex-flow: wrap;
}

.main nav ul li {
    text-align: center;
    width: 32%;
    box-sizing: border-box;
    margin: 0 1% 0 0;
}

.main nav ul li a {
    display: block;
    border-radius: 30px;
    background: #ffc000;
    color: #502d00;
    font-size: 17px;
    padding: 10px 0;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    box-sizing: border-box;
    transition: 0.5s;
    font-weight: bold;
}

.main nav ul li a::after {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.main nav ul li a:hover {
    transition: 0.5s;
    color: #fff;
    background: #de5e00;
}


/* --------point-------- */

.main .point {
    margin: 120px auto 0;
}

/* tit */
.main .point .tit {
    width: 800px;
    margin: 0 auto 60px;
    position: relative;
}

.main .point .tit h2 img {
    width: 660px;
    margin: 0 auto;
    display: block;
}

.main .point .tit ul img {
    width: 180px;
}

.main .point .tit ul li:first-child {
    position: absolute;
    top: -50px;
    left: -200px;
}

.main .point .tit ul li:last-child {
    position: absolute;
    top: -50px;
    right: -200px;
}

/* wrap */
.main .point .wrap {
    position: relative;
    top: 0;
    z-index: 1;
    background: url(../img/top/bg_point.jpg) center 20px no-repeat;
    background-size: 100% auto;
    padding: 0 0 170px;
}

.main .point .point_area {
    position: relative;
    width: 870px;
    margin: 0 auto;
    z-index: 2;
}

.main .point .point_area > img {
    width: 800px;
    display: block;
    margin: 0 auto;
}

.main .point .point_area li img {
    width: 200px;
}

.main .point .point_area li {
    position: absolute;
    opacity: 0;
    transition: all 1s;
    padding: 20px 0 0;
}

.main .point .point_area li.active {
    opacity: 1;
}

.main .point .point_area li:nth-child(1) {
    bottom: -130px;
    left: 0;
}

.main .point .point_area li:nth-child(1).active {
    bottom: -80px;
}

.main .point .point_area li:nth-child(2) {
    bottom: -200px;
    left: 210px;
}

.main .point .point_area li:nth-child(2).active {
    bottom: -150px;
}

.main .point .point_area li:nth-child(3) {
    bottom: -200px;
    right: 210px;
}

.main .point .point_area li:nth-child(3).active {
    bottom: -150px;
}

.main .point .point_area li:nth-child(4) {
    bottom: -130px;
    right: 0;
}

.main .point .point_area li:nth-child(4).active {
    bottom: -80px;
}



/* --------recipe-------- */

.main .recipe {
    margin: 0 0 auto;
}

.main .recipe h2 img {
    width: 800px;
    display: block;
    margin: 0 auto 40px;

}

.main .recipe ul li:nth-child(1) {
    background: url(../img/recipe/bg_recipe01.png) center top no-repeat;
    background-size: 2500px auto;
    padding: 130px 0;
}

.main .recipe ul li:nth-child(2) {
    background: url(../img/recipe/bg_recipe02.png) center 0 no-repeat;
    background-size: 2500px auto;
    padding: 110px 0 110px;
    position: relative;
    top: -40px;
}

.main .recipe ul li:nth-child(3) {
    background: url(../img/recipe/bg_recipe03.png) center 0 no-repeat;
    background-size: 2500px auto;
    padding: 100px 0 140px;
    position: relative;
    top: -50px;
}

.main .recipe ul li:nth-child(4) {
    background: url(../img/recipe/bg_recipe04.png) center 0 no-repeat;
    background-size: 2500px auto;
    padding: 130px 0 150px;
    position: relative;
    top: -70px;
}

.main .recipe ul li:nth-child(5) {
    background: url(../img/recipe/bg_recipe05.png) center 0 no-repeat;
    background-size: 2500px auto;
    padding: 90px 0 110px;
    position: relative;
    top: -90px;
}

.main .recipe ul li:nth-child(6) {
    background: url(../img/recipe/bg_recipe06.png) center 0 no-repeat;
    background-size: 2500px auto;
    padding: 42px 0;
    padding: 120px 0;
    position: relative;
    top: -132px;
}

.main .recipe ul li:nth-child(7) {
    background: url(../img/recipe/bg_recipe07.png) center 0 no-repeat;
    background-size: 2500px auto;
    padding: 138px 0 159px;
    position: relative;
    top: -175px;
}

.main .recipe ul li .wrap {
    width: 900px;
    margin: 0 auto;
    text-align: right;
    padding: 0;
}

.main .recipe ul li .right_box {
    width: 450px;
    margin: 0 0 0 auto;
    position: relative;
}

.main .recipe ul li .left_box {
    width: 450px;
    margin: 0 auto 0 0;
    position: relative;
}


.main .recipe ul li .right_box img,
.main .recipe ul li .left_box img {
    width: 380px;
}

.main .recipe ul li:nth-child(7) .left_box img {
    width: 420px;
}

.main .recipe ul li a {
    display: block;
    background: #341d00;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    width: 300px;
    text-align: center;
    margin: 30px 0 0;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(20px);
}
.main .recipe ul li a.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main .recipe ul li a:hover {
    transition: 0.5s;
    color: #a38b6b;
    background: #1d1000;
}

.fixed {
    position: fixed !important;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000 !important;
}


/* --------okazu-------- */

.main .okazu {
    background-image: url(../img/top/bg_okazu01.jpg), url(../img/top/bg_okazu02.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 3840px auto;
    background-position: 0 0, 0 center;
    margin: -120px auto 0;
}

.main .okazu h2 img {
    width: 700px;
    display: block;
    margin: 0 auto;
    padding: 200px 0 0;
}

.main .okazu ul {
    width: 750px;
    margin: 60px auto 0;
    padding: 0 0 60px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.main .okazu ul li {
    width: 350px;
    position: relative;
    margin: 0 0 40px;
    opacity: 0;
    transition: all 1s;
    top: 20px;
}

.main .okazu ul li.active {
    opacity: 1;
    top: 0;
}


.main .okazu ul li img {
    width: 100%;
    transition: 0.3s;
}


.main .okazu ul li img.photo {
    display: block;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 1;

}

.main .okazu ul li:hover img.photo {
    transition: 0.3s;
    animation-duration: 1s;
    transform: scale(1.05, 1.05);
}

.main .okazu ul li img.frame {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;

}


.main .okazu ul li img.btn {
    display: block;
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    z-index: 3
}

.main .okazu ul li:hover img.btn {
    animation-duration: 1s;
    animation-name: wobble-horizontal;
    animation-fill-mode: forwards
}

.main .caution .note {
    width: 950px;
    margin: 60px auto 60px;
}

.main .caution .note li {
    font-size: 12px;
    line-height: 22px;
    margin: 0 2.5em 20px 0;
    text-indent: -2.5em;
}


@keyframes wobble-horizontal {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1250px) {

    .main .title {
        background: url(../img/top/bg_main.jpg) 0 0 no-repeat;
        background-size: 150% auto;
    }


    .main .recipe ul li .wrap {
        width: 95%;
    }

    .main .recipe ul li:nth-child(1) {
        background: url(../img/recipe/bg_recipe01_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 93px 0;
    }

    .main .recipe ul li:nth-child(2) {
        background: url(../img/recipe/bg_recipe02_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 80px 0 140px;
        top: 0;
    }

    .main .recipe ul li:nth-child(3) {
        background: url(../img/recipe/bg_recipe03_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 80px 0 100px;

    }

    .main .recipe ul li:nth-child(4) {
        background: url(../img/recipe/bg_recipe04_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 90px 0 110px;
    }

    .main .recipe ul li:nth-child(5) {
        background: url(../img/recipe/bg_recipe05_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 70px 0 100px;
    }

    .main .recipe ul li:nth-child(6) {
        background: url(../img/recipe/bg_recipe06_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 80px 0 120px;
    }

    .main .recipe ul li:nth-child(7) {
        background: url(../img/recipe/bg_recipe07_small.png) center top no-repeat;
        background-size: 1350px auto;
        padding: 120px 0 140px;
    }

    .main .recipe ul li .right_box img,
    .main .recipe ul li .left_box img {
        width: 360px;
    }

    .main .recipe ul li a {
        font-size: 16px;
        padding: 10px 0;
        width: 230px;
        margin: 20px 0 0;
    }


}

@media only screen and (max-width : 800px) {
    header {
        padding: 10px 10px 0 !important;
    }

    h1 a {
        display: block;
        width: 100%;
        height: auto;
        background-size: 200px auto;
    }

    /* --------title-------- */

    body {
        overflow: hidden visible;
    }

    .main .title {
        background: url(../img/top/sp_bg_title.jpg) 0 0 repeat;
        background-size: 100% auto;
        padding: 50px 0;
        width: 100%;
    }

    .main .title h1 img {
        position: relative;
        z-index: 5;
        width: 90%;
        padding: 0;
        animation-delay: 1.8s;
    }

    .main .title .frame {
        z-index: 2;
        width: 100%;
        max-width: 100%;
        overflow: inherit;
    }

    /* kemuri */
    .main .title .kemuri ul {
        width: 100%;
        margin: 0 auto;
        background: #000;
    }

    .main .title .kemuri li.left {
        top: auto;
        bottom: -40px;
        left: -20px;
        z-index: 4;
        animation-delay: 3s;
    }

    .main .title .kemuri li.right {
        top: auto;
        bottom: -50px;
        right: -30px;
    }

    .main .title .kemuri li img {
        width: 180px;
    }

    /* nabe */
    .main .title .nabe ul {
        width: 100%;
    }

    .main .title .nabe ul li:nth-child(1) {
        top: -100px;
        left: -80px;
    }

    .main .title .nabe ul li:nth-child(2) {
        top: -100px;
        right: -80px;
        left: auto;
        animation-delay: 0.6s;
    }

    .main .title .nabe ul li:nth-child(3) {
        bottom: -120px;
        left: -80px;
    }

    .main .title .nabe ul li:nth-child(4) {
        top: auto;
        bottom: -120px;
        left: auto;
        right: -80px;
        animation-delay: 1.2s;
    }

    .main .title .nabe ul li img {
        width: 280px;
    }

    /* ----nav---- */
    .main nav ul {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
    }

    .main nav ul li {
        text-align: left;
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        border-left: none;
        border-bottom: 1px solid #ffc000;
    }

    .main nav ul li:last-child {
        border-right: none;
        border-bottom: none;
    }

    .main nav ul li a {
        background: none;
        color: #fff;
        border-radius: 0;
        padding: 20px 15px;
        font-size: 14px;
    }

    .main nav ul li a:hover {
        background: none;
    }


    /* --------point-------- */

    .main .point {
        margin: 30px auto 0;
    }

    /* tit */
    .main .point .tit {
        width: 100%;
        margin: 0 auto 90px;
    }

    .main .point .tit h2 img {
        width: 100%;
    }

    .main .point .tit ul img {
        display: none;
    }

    /* wrap */
    .main .point .wrap {
        background: none;
        padding: 0;
        width: 100%;
    }

    .main .point .point_area {
        width: 100%;
    }

    .main .point .point_area > img {
        width: 100%;
    }

    .main .point .point_area li img {
        width: 150px;
    }

    .main .point .point_area li:nth-child(1) {
        bottom: auto;
        top: -10px;
        left: 20px;
    }

    .main .point .point_area li:nth-child(1).active {
        top: -60px;
    }

    .main .point .point_area li:nth-child(2) {
        bottom: auto;
        top: 10px;
        left: auto;
        right: 20px;
    }

    .main .point .point_area li:nth-child(2).active {
        bottom: auto;
        top: -40px;
    }

    .main .point .point_area li:nth-child(3) {
        bottom: -90px;
        left: 20px;
        right: auto;
    }

    .main .point .point_area li:nth-child(3).active {
        bottom: -40px;
    }

    .main .point .point_area li:nth-child(4) {
        bottom: -130px;
        right: 20px;
    }

    .main .point .point_area li:nth-child(4).active {
        bottom: -70px;
    }



    /* --------recipe-------- */

    .main .recipe {
        margin: 0 auto 40px;
    }

    .main .recipe h2 img {
        width: 100%;
        margin: 140px auto 20px;
    }

    .main .recipe ul li:nth-child(1),
    .main .recipe ul li:nth-child(2),
    .main .recipe ul li:nth-child(3),
    .main .recipe ul li:nth-child(4),
    .main .recipe ul li:nth-child(5),
    .main .recipe ul li:nth-child(6),
    .main .recipe ul li:nth-child(7) {
        background: none;
        padding: 0;
        top: auto;
    }

    .main .recipe ul li .wrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .main .recipe ul li .right_box,
    .main .recipe ul li .left_box {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .main .recipe ul li .right_box img,
    .main .recipe ul li .left_box img,
    .main .recipe ul li:nth-child(7) .left_box img {
        width: 100%;
    }


    .main .recipe ul li a,
    .main .recipe ul li:nth-child(3) a {
        font-size: 16px;
        padding: 12px 0;
        width: 80%;
        background: #341D00;
        color: #fff;
        margin: 30px auto 60px;
    }

    .fixed {
        position: inherit !important;
        top: 0;
        padding: 0;
        width: 100%;
        z-index: 1000 !important;
    }

    .main .caution .note {
        width: 90%;
        margin: 50px auto;
    }

    .main .caution .note li {
        font-size: 12px;
        line-height: 22px;
        margin-left: 2.5em;
        text-indent: -2.5em;
    }


    /* --------okazu-------- */

    .main .okazu {
        background-repeat: no-repeat, repeat;
        background-size: 100% auto, 100% auto;
        margin: 0 auto 0;
        padding: 0 0 20px;
    }

    .main .okazu h2 img {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 100px 0 0;
    }

    .main .okazu ul {
        width: 80%;
        margin: 50px auto 0;
        display: block;
    }

    .main .okazu ul li {
        width: 100%;
        margin: 0 0 30px;
        top: auto;
    }

    .main .okazu ul li img.btn {
        width: 80px;

    }



}