﻿/* アニメーション */

@keyframes cart_animation {
    0% {
        right: -500px;
        opacity: 0;
    }
    70% {
        right: 100px;
        opacity: 1;
    }
    100% {
        right: 60px;
        opacity: 1;
    }
}

.cart_animation {
    animation: 1.2s ease-in-out cart_animation;
    animation-fill-mode: forwards;
}

@keyframes contact_animation {
    0% {}
    50% {
        bottom: -30px;
    }
    100% {
        bottom: -40px;
    }
}

.contact_animation:hover {
    animation: .5s ease contact_animation;
    animation-fill-mode: forwards;
}


/* メニュー */

.menu {
    position: absolute;
    right: 0;
}

.modaal-wrapper.modaal-fullscreen,
html.is-fixed {
    overflow: hidden;
}

.menu__body {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7d120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    display: none;
    overflow: hidden;
}

.menu__area.-spot .thumb svg,
.l-header {
    width: 100%
}

.menu__navi.-l li a.is-hover .off,
.l-gnavi a.is-hover .off {
    opacity: 0
}

.menu__btn,
.menu__btn .back,
.menu__btn .front {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu__btn {
    cursor: pointer;
    position: absolute;
    right: 30px;
    z-index: -1;
    opacity: 1;
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem
}

.menu__btn .back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.menu__btn .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50px;
    margin: 0 0 0 0;
    position: absolute;
    top: 10px;
    left: -40px;
}

.menu__btn .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50px;
    margin: 0 0 0 0;
    position: absolute;
    top: 10px;
    left: -40px;
}

.menu__btn.is-view {
    z-index: 999;
    opacity: 1;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: menu_bound;
    animation-name: menu_bound
}

.menu__btn.is-act .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.menu__btn.is-act .back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.menu__body {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #f7d120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    display: none;
    overflow: hidden;
    background-image: url("../images/top/village_info_bg_01.jpg");
}

.menu__frame {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-width: 930px;
    max-height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu__block,
.menu__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu__frame>.container,
.menu__in {
    height: 100%
}

.menu__in h3 {
    background-color: #FFFFFF;
    padding: 30px 70px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: -70px;
}

.menu__block {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 15px)
}

.menu__block .text_link,
.menu__block .text_link i {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.menu__block .text_link {
    font-weight: 700;
    display: block;
    font-size: 1.5rem;
    position: relative;
    color: #111
}

.menu__block .text_link.is-hover i {
    margin-left: 14px
}

.menu__block .text_link i {
    color: #f7d120;
    margin-left: 10px
}

.menu__block .text_link.-l {
    font-size: 2rem;
    padding: 10px 0 0;
    margin: 10px 0
}

.menu__block .sub_link {
    color: #111;
    font-size: 1.5rem;
    padding-left: 22px;
    position: relative
}

.menu__block .sub_link::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    border-top: 2px solid #f7d120;
    width: 12px
}

.menu__area {
    width: 300px;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
}

.menu__area:nth-of-type(1) {
    left: 0;
}

.menu__area:nth-of-type(2) {
    left: 280px;
}

.menu__area:nth-of-type(3) {
    left: 560px;
}

.menu__area:nth-of-type(4) {
    left: 130px;
    top: 200px;
}

.menu__area:nth-of-type(5) {
    left: 420px;
    top: 200px;
}

.menu__area ul:before {
    border: 3px solid #92A926;
    border-radius: 20px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.menu__area:nth-of-type(1) ul:before {
    height: 150px
}

.menu__area:nth-of-type(2) ul:before {
    height: 150px
}

.menu__area:nth-of-type(3) ul:before {
    height: 115px
}

.menu__area:nth-of-type(4) ul:before {
    height: 115px
}

.menu__area:nth-of-type(5) ul:before {
    height: 150px
}

.menu__area ul li {
    line-height: 2;
    padding: 0 0 0 1em;
}

.menu__area ul li a {
    text-decoration: none;
}

.menu__area ul li a:hover {
    color: #92A926;
}

.menu__area ul li img.blog {
    width: 30px;
    margin: 0 5px 0 0;
}

.menu__area ul li img.fb {
    width: 20px;
    margin: 0 3px 0 5px;
    position: relative;
    top: 3px;
}

.menu__in div.menu_chara_01 {
    width: 290px;
    position: absolute;
    left: 380px;
    top: -85px;
}

.menu__in div.menu_chara_02 {
    width: 140px;
    position: absolute;
    left: 10px;
    bottom: -40px;
}

.menu__in div.contact {
    width: 120px;
    position: absolute;
    left: 280px;
    bottom: -40px;
}

.menu__in div.login {
    width: 190px;
    position: absolute;
    right: 30px;
    bottom: 150px;
}

.menu__in div.cart {
    width: 100px;
    position: absolute;
    right: 60px;
    bottom: 30px;
}

.menu__bg {
    width: 100%;
    padding: 50px 40px 15px;
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.menu__bg .wall {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 0
}

.menu__bg .wall svg {
    width: 532px;
    height: 370px
}

.menu__info,
.menu__navi,
.menu__navi.-l li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__navi.-l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 4px solid #fff
}

.menu__info,
.menu__navi.-l li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__navi.-l li a {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 125px;
    height: 114px;
    z-index: 1
}

.c-btn01 a::after,
.c-btn02 a::after,
.menu__navi.-l li a::after {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 5 Pro"
}

.menu__navi.-l li a::after {
    bottom: 15px;
    left: calc(50% - 7px);
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu__navi.-l li a.is-hover::after {
    left: calc(50% - 5px)
}

.menu__navi.-l li a .text {
    display: block;
    padding-bottom: 15px
}

.menu__navi.-l li a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

.menu__navi.-l li a .off,
.menu__sns a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.menu__navi.-l li a .off {
    z-index: -1
}

.menu__navi.-m li {
    width: 50%
}

.menu__navi.-m a {
    margin-bottom: 15px
}

.menu__navi.-s {
    font-size: 1.5rem;
    width: 100%;
    margin-top: 25px
}

.menu__navi.-s a {
    margin-right: 20px;
    color: #111
}

.menu__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__sns {
    margin-left: 20px
}

.menu__sns a {
    background-color: #f7d120;
    color: #111;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center
}

.menu__sns a.is-hover {
    background: #e9ab23;
    color: #fff
}

.menu__tel {
    font-weight: 600;
    font-size: 2.4rem
}

.menu__illust {
    width: 170px;
    position: absolute;
    top: calc(50% + 80px);
    left: calc(50% + 400px);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: 5
}