@media screen and (min-width: 768px) {
    #key .slick-key .slick-slide {
        height: 1197px;
    }
    #key .slick-key .slick-slide:nth-child(1) {
        background: url(../img/index/kv1_on.png) no-repeat center/cover;
    }
    #key .slick-key .slick-slide:nth-child(2) {
        background: url(../img/index/kv2_on.png) no-repeat center/cover;
    }
    #key .slick-key .slick-slide:nth-child(3) {
        background: url(../img/index/kv3_on.png) no-repeat center/cover;
    }
}

@media screen and (max-width: 767px) {
    header #key {
        position: relative;
    }
}


/*--------------------------------____--------------------------------*/

@media only screen and (max-width: 767px) {
    #feed .slick-list {
        overflow: visible;
    }
    #feed {
        display: block;
    }
    #feed .row dl dt {
        margin-top: 0;
        font-size: 11px;
    }
    #feed .row dl dd.ttl {
        font-size: 15px;
        margin: 2px 0 5px;
    }
    #feed .row dl dd.text {
        font-size: 13px;
    }
    #feed .row .rss_img a span {
        height: auto !important;
        position: relative;
        -o-object-fit: unset;
        object-fit: unset;
        top: unset;
        left: unset;
    }
}

#blog {
    position: relative;
    padding-top: 222px;
	padding-bottom: 222px;
}

#blog::before {
    position: absolute;
    left: 0;
    right: 0;
    height: 81px;
    top: 0;
    background: rgba(0, 0, 0, 0.63);
    content: '';
    z-index: 1;
}

#blog::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -146px;
    content: '';
    background: url(../img/index/blog-bg.png) no-repeat center bottom/cover;
}

#blog .wrap {
    z-index: 1;
}

#blog .wrap::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 754px;
    top: -55px;
    content: '';
    background: url(../img/index/blog-dc_on.png) no-repeat top center/100%;
    width: 1400px;
}

#blog h2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -64px;
    z-index: 2;
}

#blog h2 .light {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 107px;
}

@media screen and (max-width: 767px) {
    #blog h2 .light {
        top: 14vw;
        -webkit-box-shadow: 0px 0px 46px 16px rgba(255, 255, 0, 0.9);
        box-shadow: 0px 0px 46px 16px rgba(255, 255, 0, 0.9);
    }
}

#blog .dctt {
    position: absolute;
    right: 0;
    top: -286px;
    z-index: 1;
}

#blog #feed {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

#blog #feed .row {
    border: 1px solid #fb9500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 16px 20.52px 6.48px rgba(251, 149, 0, 0.2);
    box-shadow: 0px 16px 20.52px 6.48px rgba(251, 149, 0, 0.2);
}

#blog #feed .row .rss_img {
    position: relative;
    padding-top: 257px;
    width: 100%;
}

#blog #feed .row .rss_img span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto !important;
    width: 100% !important;
}

#blog #feed .row dl {
    background: #fff;
    color: #000;
    padding: 13px 38px 35px;
}

#blog #feed .row dl dt {
    font-size: 12px;
    margin-bottom: 5px;
}

#blog #feed .row dl dd {
    line-height: 1.5;
    font-size: 14px;
}

#blog #feed .row dl dd a {
    text-decoration: underline;
}

#blog #feed .row dl dd a:hover {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    #blog #feed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #blog #feed .row {
        width: calc((100% - 28px) / 3);
    }
    #blog #feed .row+.row {
        margin-left: 14px;
    }
    #blog .bg {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2200px;
        top: 157px;
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    header h2 {
        left: -12%;
        right: -7%;
        bottom: -30vw;
    }
    .slick-arrow {
        top: 45vw;
    }
    #blog::before {
        height: 10vw;
    }
    #blog {
        padding-top: 31vw;
    }
    #blog .dctt {
        right: -8%;
        top: -36vw;
        width: 33%;
    }
    #blog h2 {
        left: 11%;
        right: 11%;
        top: -7vw;
    }
    #blog #feed {
        padding: 0 6%;
        margin: 0 2% 7vw;
    }
    #blog .blog-btn {
        padding: 0 9%;
    }
    #blog #feed .row dl {
        padding: 3vw 9% 6vw;
    }
    #blog .wrap::before {
        top: 43vw;
        width: 185%;
    }
    #blog::after {
        bottom: -15vw;
    }
    #blog #feed .row .rss_img {
        padding-top: 89%;
    }
}

@media screen and (min-width: 700px) and (max-width: 750px) {
    .slick-arrow {
        top: 48vw;
    }
}

#sec1 {
    position: relative;
}

#sec1::after {
    position: absolute;
    top: 1194px;
    bottom: -600px;
    left: 0;
    right: 0;
    background: url(../img/shared/bg-cream.jpg);
    content: '';
}

#sec1 .wrap {
    z-index: 1;
}

#sec1 h2 {
    position: relative;
    z-index: 2;
}

#sec1 .img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 42px;
    width: 2200px;
    height: 1312px;
    z-index: 0;
}

#sec1 .img img.top {
    position: absolute;
    top: 0;
    height: calc(50% + 1px);
    width: 100%;
    left: 0;
}

#sec1 .img img.bottom {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    left: 0;
}

#sec1 .text {
    padding-top: 314px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

#sec1 .text .txt-vertical {
    color: #000;
}

@media screen and (min-width: 768px) {
    #sec1 .text .txt-vertical {
        width: 415px;
        height: 387px;
        line-height: 2.4;
    }
}

@media screen and (max-width: 767px) {
    .txt-vertical {
        -webkit-writing-mode: inherit !important;
        -ms-writing-mode: inherit !important;
        writing-mode: inherit !important;
        text-orientation: inherit !important;
        word-wrap: wrap inherit !important;
        width: auto !important;
        height: auto !important;
        text-align: justify;
        padding: 0 4%;
    }
    #sec1 .img {
        width: 100%;
        top: 0;
    }
    #sec1 h2 {
        padding: 3vw 22% 0;
    }
    #sec1 .text {
        padding-top: 68vw;
        padding-right: 0;
    }
    #sec1::after {
        top: 162vw;
        bottom: -71vw;
    }
}

#sec2 {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    #sec2 {
        padding-top: 13px;
    }
}

#sec2 .set0 {
    padding-bottom: 89px;
    background: url(../img/index/s2-bg_on.png) no-repeat center top/cover;
    position: relative;
    z-index: 2;
}

#sec2 .set0 h2 {
    top: -367px;
    margin: 0 0 -367px;
    position: relative;
}

#sec2 .set0 .note {
    padding: 24px 0 48px 196px;
}

#sec2 .set0 .text {
    text-shadow: 0px 0px 21.58px rgba(6, 5, 5, 0.49);
}

@media screen and (min-width: 768px) {
    #sec2 .set0 .text {
        padding-left: 40px;
    }
    #sec2 .set0 .text .txt {
        width: 333px;
    }
    #sec2 .set0 .img {
        position: absolute;
        right: -345px;
        top: -34px;
        z-index: 1;
    }
}

#sec2 .set0 dl {
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 34px;
}

#sec2 .set0 dl dt {
    font-size: 44px;
}

#sec2 .set0 dl dd {
    font-size: 27px;
}

#sec2 .set1 {
    border: 38px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 616px;
}

#sec2 .set1 .img-parallax img {
    object-position: center 1vw;
}

/* @media screen and (min-width: 768px) and (max-width: 1366px) {
    #sec2 .set1 .img-parallax img {
        -o-object-position: 66% 12vw;
        object-position: 66% 12vw;
    }
} */

#sec2 .set1 h3 {
    position: absolute;
    top: -1px;
    left: -39px;
    bottom: -1px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    #sec2 .set1 h3 img {
        height: calc(100% + 1px);
        width: auto;
    }
}

#sec2 .set1 .t1 {
    position: absolute;
    top: -79px;
    left: calc(50% - 327px);
    z-index: 2;
}

#sec2 .set1 .t2 {
    position: absolute;
    top: 49px;
    z-index: 2;
    left: calc(50% + 133px);
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    #sec2 .fade1 {
        margin: -1px 0;
    }
}

@media screen and (min-width: 768px) {
    #sec2 .fade1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #sec2 .fade1 .item {
        width: calc(100% / 3);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 498px;
    }
    #sec2 .fade1 .item1 {
        background-image: url(../img/index/s2-js1.jpg);
    }
    #sec2 .fade1 .item2 {
        background-image: url(../img/index/s2-js2.jpg);
    }
    #sec2 .fade1 .item3 {
        background-image: url(../img/index/s2-js3.jpg);
    }
}

#sec2 .fade1 .item {
    position: relative;
    overflow: hidden;
}

#sec2 .fade1 h4 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    z-index: 1;
    position: absolute;
}

#sec2 .fade1 .num {
    z-index: 1;
    position: absolute;
    bottom: -77px;
    left: -78px;
}

#sec2 .set4 .fade1 {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #sec2 .set4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #sec2 .set4 .item {
        width: calc(100% / 3);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 498px;
    }
    #sec2 .set4 .item1 {
        background-image: url(../img/index/s2-js6.jpg);
    }
    #sec2 .set4 .item2 {
        background-image: url(../img/index/s2-js5.jpg);
    }
    #sec2 .set4 .item3 {
        background-image: url(../img/index/s2-js4.jpg);
    }
}

#sec2 .set3 {
    background: #000;
    border: 38px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media screen and (min-width: 768px) {
    #sec2 .set3 {
        height: 692px;
    }
}

#sec2 .set3 h3 {
    position: absolute;
    top: -1px;
    right: -39px;
    bottom: -1px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    #sec2 .set3 h3 img {
        height: calc(100% + 1px);
        width: auto;
    }
}

#sec2 .set3 .h4 {
    position: absolute;
    top: 71px;
    left: 349px;
    z-index: 1;
}

#sec2 .set3 .text {
    text-shadow: 0px 0px 21.58px rgba(6, 5, 5, 0.49);
    padding-top: 23px;
    z-index: 2;
    position: relative;
    width: 375px;
    margin-left: auto;
    padding-right: 52px;
}

#sec2 .set3 .text dl {
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 18px;
    font-size: 44px;
}

@media screen and (min-width: 768px) {
    #sec2 .set3 .img1 {
        background: url(../img/index/s2-bgL_on.jpg) no-repeat center/cover;
        height: 616px;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(50% - 1px);
    }
    #sec2 .set3 .img2 {
        position: absolute;
        bottom: -38px;
        left: calc(50% - 145px);
    }
}

@media screen and (max-width: 767px) {
    #sec2 .set1 .img-parallax img {
        position: static;
        object-fit: cover;
        height: auto;
    }
    #sec2 .set0 {
        background: none;
        padding-bottom: 13vw;
        position: relative;
    }
    #sec2 .set0::before {
        position: absolute;
        content: '';
        top: -10vw;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../img/index/s2-bg_sp.png) no-repeat center top/cover;
    }
    #sec2 .set0 h2 {
        top: 0;
        margin: 0;
    }
    #sec2 .set0 .note {
        padding: 2vw 0 0 6%;
        position: relative;
        z-index: 1;
    }
    #sec2 .set0 .img {
        margin: -8vw -30% 0 -9%;
    }
    #sec2 .set0 dl {
        margin-bottom: 6vw;
        text-align: center;
    }
    #sec2 .set0 dl dt {
        font-size: 6.2vw;
    }
    #sec2 .set0 dl dd {
        font-size: 4.2vw;
    }
    #sec2 .set1 {
        padding-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }
    #sec2 .set1 .img-parallax{
      position: static;
    }
    #sec2 .set1 .img-parallax img {
        -o-object-position: 56% center;
        object-position: 56% center;
    }
    #sec2 .set1 .t1 {
        top: -10vw;
        left: 2%;
        width: 30%;
    }
    #sec2 .set1 h3 {
      position: static;
       
    }
    #sec2 .set1 .t2 {
        top: 4vw;
        left: auto;
        right: 1%;
        width: 44%;
    }
    #sec2 .set2,
    #sec2 .set4 {
        padding: 4%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sec2 .set2 .slick-dots,
    #sec2 .set4 .slick-dots {
        padding: 3vw 0;
    }
    #sec2 .set4 {
        padding-bottom: 8vw;
    }
    #sec2 .fade1 h4 {
        right: 5%;
        width: 16%;
    }
    #sec2 .fade1 .num {
        bottom: -12%;
        left: -12%;
        width: 48%;
    }
    #sec2 .set3 {
        border-width: 12px;
    }
    #sec2 .set3 .text {
        padding-top: 6vw;
        width: auto;
        margin-left: auto;
        padding-right: 0;
        padding-bottom: 11vw;
    }
    #sec2 .set3 .text dl {
        margin-bottom: 5vw;
        font-size: 6vw;
        text-align: center;
    }
    #sec2 .img2 {
        margin: -41vw -12% 0px -3%;
    }
}

#sec3 {
    background: url(../img/index/s3-bg2_on.png) no-repeat center top, url(../img/shared/bg-cream.jpg);
    color: #000;
    position: relative;
}

@media screen and (min-width: 768px) {
    #sec3 {
        margin: 0 48px;
    }
}

#sec3::before {
    top: 18px;
    bottom: 18px;
    left: 18px;
    right: 18px;
    content: '';
    position: absolute;
    border: 18px solid transparent;
    -o-border-image: url(../img/shared/pt1_on.jpg) 18 round;
    border-image: url(../img/shared/pt1_on.jpg) 18 round;
    z-index: 0;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    #sec3::before {
        border: 0;
        background: url(../img/index/flame.png) no-repeat center top/100% 94%;
    }
}

#sec3 .wrap .img {
    top: 65px;
    left: 0;
    position: absolute;
}

#sec3 .wrap .beer {
    top: 228px;
    right: 40px;
    position: absolute;
}

#sec3 .wrap h3 {
    position: absolute;
    top: 18px;
    right: 0;
}

#sec3 .wrap .t1 {
    position: absolute;
    top: 111px;
    left: 0;
}

#sec3 .wrap .t2 {
    position: absolute;
    right: 0;
    top: 754px;
}

#sec3 .wrap .ttx {
    position: absolute;
    top: 279px;
    left: 523px;
    z-index: 1;
}

#sec3 .wrap .txt {
    padding: 766px 0 284px 35px;
}

@media screen and (min-width: 768px) {
    #sec3 .wrap .txt {
        width: 442px;
        line-height: 2;
    }
}

@media screen and (max-width: 767px) {
    #sec3::before {
        top: 1%;
        left: 0;
        right: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-width: 11px;
        background: url(../img/index/frame_sp.jpg) no-repeat top center/100%;
        border: 0;
        z-index: 0;
    }
    #sec3 .wrap h3 {
        top: 0;
        right: auto;
        width: 50%;
        left: 10%;
    }
    #sec3 .wrap .t1 {
        top: 28vw;
        left: 0;
        width: 64%;
    }
    #sec3 .wrap .beer {
        top: 18vw;
        right: -2%;
        width: 51%;
    }
    #sec3 .wrap .t2 {
        right: 0%;
        width: 46%;
        top: 89vw;
    }
    #sec3 .wrap .img {
        top: 22vw;
        left: 0;
        position: absolute;
        width: 80%;
    }
    #sec3 .wrap .txt {
        padding: 117vw 3% 21vw;
    }
    #sec3 {
        background-size: 371%;
    }
    #sec3 .wrap .ttx {
        position: absolute;
        top: 43vw;
        left: 57%;
        z-index: 1;
        width: 13%;
    }
}

#sec4 {
    background: url(../img/index/s4-bgT_on.png) no-repeat center top/cover;
    position: relative;
    padding: 79px 0 106px;
    margin-top: -202px;
}

#sec4 .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1177px;
    position: absolute;
    top: 363px;
    left: 0;
    right: 0;
    background-image: url(../img/index/s4-bg_on.jpg);
}

#sec4 h2,
#sec4 .note {
    position: relative;
    z-index: 1;
}

#sec4 .wrap {
    z-index: 1;
}

#sec4 h3 {
    margin: 12px 0 1px -30px;
}

#sec4 .text {
    text-shadow: 0px 0px 15px rgba(6, 5, 5, 0.9), 0px 0px 15px rgba(6, 5, 5, 0.9), 0px 0px 15px rgba(6, 5, 5, 0.9);
    position: relative;
    z-index: 1;
}

#sec4 .text1 {
    width: 382px;
    padding-left: 45px;
    margin-bottom: 108px;
}

#sec4 .price {
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 38px;
    font-size: 44px;
}

#sec4 .note {
    margin: -3px 0 -30px;
}

#sec4 .img1 {
    position: absolute;
    top: 3px;
    right: -200px;
}

@media screen and (min-width: 768px) {
    #sec4 .img1 {
        width: 933px;
        height: 569px;
    }
}

@media screen and (min-width: 768px) {
    #sec4 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #sec4 .row .img2 {
        width: 627px;
        margin-left: -71px;
    }
    #sec4 .row .text {
        width: 375px;
        padding-right: 35px;
        padding-top: 13px;
    }
    #sec4 .row .text .price {
        line-height: 1.1;
        margin-bottom: 44px;
    }
    #sec4 .row .text .price dd {
        padding-left: 11px;
    }
    #sec4 .row .text .tt {
        margin: 0 10px -21px 0;
    }
}

@media screen and (max-width: 767px) {
    #sec4 {
        padding: 10vw 0 20vw;
        margin-top: -12vw;
    }
    #sec4 h2 {
        margin: 0 -5%;
        position: relative;
        z-index: 3;
    }
    #sec4 .note {
        margin: 0 0 -2vw;
        position: relative;
        z-index: 3;
    }
    #sec4 h3 {
        margin: 0 0 55vw -4%;
        width: 73%;
        position: relative;
        z-index: 3;
    }
    #sec4 .img1 {
        top: 29vw;
        right: -18%;
        width: 119%;
        z-index: 3;
    }
    #sec4 .text {
        padding: 0 3% !important;
    }
    #sec4 .text1 {
        width: auto;
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 12vw !important;
        position: relative;
    }
    #sec4 .text1>* {
        position: relative;
        z-index: 1;
    }
    #sec4 .text1::before {
        content: '';
        height: 171vw;
        background: url(../img/index/s4-bg_sp.jpg) no-repeat center/cover;
        left: -5%;
        bottom: 0;
        right: -5%;
        position: absolute;
    }
    #sec4 .price {
        margin-bottom: 5vw;
        font-size: 6vw;
        text-align: center;
    }
    #sec4 .bg {
        height: 170vw;
        top: 47vw;
        background-image: url("../img/index/s4-bg_sp.jpg");
    }
    #sec4 .img2 {
        padding: 0 4%;
    }
    #sec4 .text .tt {
        padding: 0 23%;
        margin: -21vw 0 -2vw;
    }
}

#sec5 {
    background: url(../img/shared/bg-black_on.jpg);
}

#sec5 .txt-or {
    color: #ec8408;
}

#sec5 .txt-white {
    color: #fff;
}

#sec5 .set1 {
    background: url(../img/index/s5-light_on.jpg) no-repeat center top;
    padding-bottom: 85px;
}

#sec5 .set1 h2 {
    position: relative;
    top: -34px;
    margin-bottom: -34px;
}

#sec5 .set1 .txt1 {
    margin: 35px auto 38px;
    width: 662px;
}

@media screen and (min-width: 768px) {
    #sec5 .set1 .fade2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#sec5 .set1 .fade2 .item {
    width: calc((100% - 38px) / 3);
    border: 2px solid #ae713d;
    border-radius: 14px;
    padding: 38px 22px 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec5 .set1 .fade2 .item h4 {
    line-height: 1.21;
    font-size: 38px;
    padding: 47px 0 50px;
    margin-bottom: 48px;
    border-bottom: 1px dashed #c89365;
    min-height: 92px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sec5 .set1 .fade2 .item .txt {
    color: #c89365;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    #sec5 .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #sec5 .row .img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 692px;
        width: calc(100% - 535px);
    }
}

#sec5 .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 46px 0 50px;
    width: 535px;
    position: relative;
}

#sec5 .text .txt-black {
    color: #000;
}

#sec5 .text .txt-cream {
    color: #f9ddd4;
}

#sec5 .text::after {
    width: 20px;
    background: #ae713d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
}

#sec5 .text dl {
    line-height: 1.2;
    letter-spacing: 0;
    margin: 5px 0 18px;
}

#sec5 .text dl dt {
    font-size: 44px;
}

#sec5 .text dl dt small {
    display: block;
    font-size: 27px;
    margin: -22px 0 12px;
}

#sec5 .text dl dd {
    font-size: 27px;
}

#sec5 .text .txt {
    width: 400px;
    line-height: 2;
}

#sec5 .text .note {
    margin: 0 0 23px;
    line-height: 1.64;
}

#sec5 .row1 .img {
    background-image: url(../img/index/s5-img1_on.jpg);
}

#sec5 .row1 .text {
    background: #ec6941;
}

#sec5 .row2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#sec5 .row2 .text dl dt small {
    margin: 0 0 8px;
}

#sec5 .row2 .img {
    background-image: url(../img/index/s5-img2_on.jpg);
}

#sec5 .row2 .text {
    border-left-style: solid;
    background: #27160e;
}

#sec5 .row2 .text::after {
    right: auto;
    left: 0;
}

@media screen and (max-width: 767px) {
    #sec5 {
        background-size: 80%;
    }
    #sec5 .set1 {
        padding-bottom: 12vw;
        background-size: 105% 57%;
        background-position: top -3vw center;
    }
    #sec5 .set1 h2 {
        position: relative;
        top: -5vw;
        margin-bottom: -5vw;
    }
    #sec5 .set1 h3 {
        padding: 0 7%;
    }
    #sec5 .set1 .txt1 {
        margin: 6vw 3%;
        width: auto;
    }
    #sec5 .set1 .fade2 {
        padding: 0 7%;
        margin: 0 3%;
    }
    #sec5 .set1 .fade2 h5 {
        width: 33%;
        margin: auto;
    }
    #sec5 .set1 .fade2 .item h4 {
        font-size: 8vw;
        padding: 8vw 0;
        margin-bottom: 8vw;
        min-height: 22vw;
    }
    #sec5 .set1 .fade2 .item {
        padding: 8vw 5% 9vw;
        border-width: 1px;
        border-radius: 8px;
    }
    #sec5 .text {
        width: auto;
        padding: 8vw 10% 12vw;
    }
    #sec5 .text dl dt {
        font-size: 7.2vw;
    }
    #sec5 .text dl dt small {
        font-size: 5vw;
        margin: -3vw 0 3vw !important;
    }
    #sec5 .text dl dd {
        font-size: 5vw;
    }
    #sec5 .text .txt {
        width: auto;
    }
    #sec5 .text .txt.note {
        margin: 0 0 5vw;
    }
    #sec5 .text::after {
        width: 3%;
    }
}

#sec6 {
    padding-bottom: 102px;
}

#sec6 h2 {
    position: relative;
    top: -56px;
    margin-bottom: -30px;
}

#sec6 .item {
    width: 392px;
    margin: 0 19px;
}

#sec6 .item h3 {
    background: url(../img/shared/bg-cream.jpg);
    color: #ec8408;
    font-size: 37px;
    line-height: 1.3;
    padding: 5px 0 13px;
    margin-bottom: 38px;
    letter-spacing: -0.08em;
}

#sec6 .item h3 small {
    color: #000;
    font-size: 27px;
}

#sec6 .item dl {
    line-height: 1.2;
    letter-spacing: 0;
}

#sec6 .item dl dt {
    font-size: 44px;
}

#sec6 .item dl dt small {
    display: block;
    font-size: 27px;
    margin: -22px 0 12px;
}

#sec6 .item dl dd {
    font-size: 27px;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
    #sec6 .item h3 {
        font-size: 32px;
    }
    #sec6 .item dl dt {
        font-size: 39px;
    }
    #sec6 .item dl dd {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    #sec6 .item dl dt {
        font-size: 6.2vw;
    }
    #sec6 .item dl dd {
        font-size: 4vw;
    }
    #sec6 {
        padding-bottom: 20vw;
    }
    #sec6 .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #sec6 .item {
        width: 60%;
        white-space: nowrap;
        margin: 9vw 0 0;
    }
    #sec6 .item:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
    }
    #sec6 .item:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #sec6 .item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #sec6 .item h3 {
        font-size: 5.2vw;
        padding: 2vw 0;
        margin-bottom: 6vw;
        letter-spacing: 0;
    }
    #sec6 .item h3 small {
        font-size: 4.2vw;
    }
    #sec6 h2 {
        top: -5vw;
        width: 52%;
        margin: 0 auto -3vw;
    }
}

#sec7 {
    position: relative;
}

#sec7 .parallax {
    padding-top: 766px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec7 h2 {
    width: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 2;
}

#sec7 h2 .t1 {
    position: absolute;
    top: 0;
    left: -61px;
}

#sec7 h2 .t2 {
    position: absolute;
    top: 0;
    right: -61px;
}

#sec7 .img {
    position: absolute;
    top: 411px;
    z-index: 2;
    left: calc(50% + 200px);
    width: 469px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    #sec7 .img {
        left: auto;
        right: 80px;
    }
}

#sec7 .s7-content {
    background: rgba(0, 0, 0, 0.58);
    margin-top: -340px;
    padding: 106px 0 94px;
    position: relative;
    z-index: 1;
}

#sec7 .s7-content .wrap {
    z-index: 1;
    max-width: 1329px;
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1329px) {
    #sec7 .s7-content .wrap {
        padding: 0 150px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#sec7 .s7-content .wrap .text {
    width: 590px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    #sec7 .s7-content .wrap .text {
        padding-left: 88px;
    }
}

#sec7 .s7-content h4 {
    line-height: 1.2;
    font-size: 44px;
    margin-bottom: 35px;
    letter-spacing: 0;
}

#sec7 .s7-content h4 small {
    font-size: 27px;
}

@media screen and (max-width: 767px) {
    #sec7 h2 .t1 {
        left: -7%;
        width: 50%;
    }
    #sec7 h2 .t2 {
        right: -7%;
        width: 50%;
    }
    #sec7 .s7-content {
        margin-top: -15vw;
        padding: 36vw 0 15vw;
    }
    #sec7 .s7-content h4 {
        font-size: 6vw;
        margin-bottom: 6vw;
        text-align: center;
    }
    #sec7 .s7-content .wrap .text {
        width: auto;
        padding: 0 5%;
    }
    #sec7 .img {
        top: 53vw;
        right: auto;
        width: 61%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #sec7 .s7-content h4 small {
        font-size: 4vw;
    }
    #sec7 .s7-content .wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sec7 .parallax {
        padding-top: 97%;
    }
}

#sec8 {
    border: 18px solid transparent;
    -o-border-image: url(../img/shared/pt2_on.jpg) 18 round;
    border-image: url(../img/shared/pt2_on.jpg) 18 round;
    margin: 24px 24px 21px;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    #sec8 {
        padding-right: 116px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    #sec8 {
        border: 0;
    }
    #sec8 .frame {
        position: absolute;
        top: 24px;
        left: 15px;
        right: 15px;
        bottom: 21px;
        content: '';
        background: url(../img/index/flame2.png) no-repeat top center/100% 100%;
        z-index: 1;
    }
}

#sec8::before {
    content: '';
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/index/s8-dc_on.png) no-repeat center top/100%;
    width: 1660px;
    height: 740px;
    position: absolute;
    z-index: 1;
}

#sec8::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -127px;
    height: 187px;
    left: 50%;
    background: url(../img/index/line_move.png) no-repeat center top;
    width: 1px;
    position: absolute;
    z-index: 1;
    content: '';
}

#sec8 .wrap {
    z-index: 1;
    padding-bottom: 78px;
}

#sec8 h2 {
    padding: 77px 0 29px;
}

#sec8 .txt {
    color: #000;
}

@media screen and (min-width: 768px) {
    #sec8 .txt {
        position: absolute;
        bottom: 81px;
        width: 530px;
        right: 24px;
    }
}

@media screen and (min-width: 768px) {
    #sec8 .s8-fade {
        min-height: 745.38px;
    }
}

#sec8 .s8-fade .slick-list {
    overflow: visible;
}

#sec8 .s8-fade .item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sec8 .s8-fade .item .map {
    width: 444px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec8 .s8-fade .item .img {
    -webkit-box-shadow: 0px 0px 43px 0px rgba(2, 2, 2, 0.32);
    box-shadow: 0px 0px 43px 0px rgba(2, 2, 2, 0.32);
    width: 627px;
    margin-right: -71px;
    position: relative;
}

#sec8 .s8-fade .item .img::before {
    border: 22px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
}

#sec8 .s8-fade .slick-dots {
    padding-left: 39px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 366px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    #sec8 .s8-fade .slick-dots {
        top: -7px;
        position: relative;
    }
}

#sec8 .s8-fade .slick-dots button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

#sec8 .s8-fade .slick-dots li {
    width: 111.19px;
    height: 105.69px;
    position: relative;
    margin: 5px;
}

#sec8 .s8-fade .slick-dots li::before {
    border: 6px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}

#sec8 .s8-fade .slick-dots li:nth-child(1) button {
    background: url("../img/index/s8-js1_on.jpg") no-repeat center/cover;
}

#sec8 .s8-fade .slick-dots li:nth-child(2) button {
    background: url("../img/index/s8-js2_on.jpg") no-repeat center/cover;
}

#sec8 .s8-fade .slick-dots li:nth-child(3) button {
    background: url("../img/index/s8-js3_on.jpg") no-repeat center/cover;
}

#sec8 .s8-fade .slick-dots li:nth-child(4) button {
    background: url("../img/index/s8-js4_on.jpg") no-repeat center/cover;
}

#sec8 .s8-fade .slick-dots li:nth-child(5) button {
    background: url("../img/index/s8-js5_on.jpg") no-repeat center/cover;
}

#sec8 .s8-fade .slick-dots li.slick-active::before {
    border-color: #fff;
}

@media screen and (min-width: 1366px) {
    #sec8 .s8-fade .slick-dots li:hover::before {
        border-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    #sec8 {
        background: url(../img/index/frame1_sp.png) no-repeat top center/100%, url(../img/index/frame1B_sp.png) no-repeat bottom center/100%;
        border: 0;
    }
    #sec8::after {
        top: -8vw;
        height: 22vw;
    }
    #sec8 {
        border-width: 9px;
        margin: 0;
        padding: 7vw 0 4vw;
        border-left: 0;
        border-right: 0;
    }
    #sec8 .wrap {
        padding-bottom: 10vw;
    }
    #sec8 h2 {
        padding: 10vw 26% 4vw;
    }
    #sec8 .s8-fade .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sec8 .s8-fade .item>* {
        width: 100% !important;
    }
    #sec8::before {
        top: 11vw;
        width: 217%;
    }
    #sec8 .s8-fade .item .img::before {
        border-width: 10px;
    }
    #sec8 .s8-fade .item .map {
        padding: 8vw 0 5vw;
    }
    #sec8 .s8-fade .slick-dots {
        padding-left: 0;
        width: 80%;
        margin: auto;
    }
    #sec8 .s8-fade .slick-dots li {
        width: 73.19px;
        height: 64.69px;
        margin: 4px;
    }
    #sec8 .s8-fade .slick-dots li::before {
        border-width: 3px;
    }
    #sec8 .txt {
        padding: 6vw 5% 0;
    }
}

#shop_info {
    background: url(../img/shared/ft-bg_on.jpg);
}

#shop_info .shop_info-content {
    padding-bottom: 47px;
    position: relative;
}

#shop_info .shop_info-content .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/index/shop_info-bg_on.jpg);
    height: 603px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#shop_info .shop_info-content .note {
    margin: 45px 0 33px;
}

#shop_info .shop_info-content .wrap {
    z-index: 1;
}

#shop_info .shop_info-content ul li.flex-box {
    width: 260px;
    margin: 17px auto 0;
}

#shop_info .shop_info-content .info {
    margin: 48px auto 0;
}

@media screen and (min-width: 768px) {
    #shop_info .shop_info-content .info {
        line-height: 2.33;
        width: 647px;
    }
}

#shop_info .shop_info-content .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#shop_info .shop_info-content .info dl dt {
    width: 123px;
}

#shop_info .shop_info-content .info dl dd {
    width: calc(100% - 123px);
}

@media screen and (min-width: 768px) {
    #shop_info .shop_info-content .info dl dd {
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width: 767px) {
    #shop_info {
        background-size: 70%;
    }
    #shop_info .shop_info-content h2 {
        padding: 0 4%;
    }
    #shop_info .shop_info-content ul {
        padding: 0 19%;
    }
    #shop_info .shop_info-content ul li.flex-box {
        width: 100% !important;
    }
    #shop_info .shop_info-content ul li.flex-box a {
        width: 48% !important;
    }
    #shop_info .shop_info-content .bg {
        height: 84vw;
    }
    #shop_info .shop_info-content .note {
        margin: 8vw 0;
    }
    #shop_info .shop_info-content .info {
        margin: 9vw auto 0;
        font-size: 3.25vw;
    }
    #shop_info .shop_info-content .info dl dt {
        width: 88px;
    }
    #shop_info .shop_info-content .info dl dd {
        width: calc(100% - 88px);
    }
    #shop_info .shop_info-content {
        padding-bottom: 8vw;
    }
}

@media screen and (min-width: 700px) and (max-width: 750px) {
    #shop_info .shop_info-content .info dl {
        font-size: 2vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    #shop_info .shop_info-content .info dl {
        white-space: nowrap;
    }
}

.shop_info-map {
    padding-bottom: 71px;
}

.shop_info-map #gmap {
    padding: 50px 0 58px;
}

.shop_info-map .btn-gr {
    width: 50%;
    padding-left: 8px;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop_info-map .btn-gr .btnprint {
    margin-left: 27px;
}

.shop_info-map .btn-gr .btn-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop_info-map .btn-gr .btn-link2 {
    margin-left: 145px;
    margin-top: 43px;
}

.shop_info-map .copy.copied {
    pointer-events: none;
}

.shop_info-map .map-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_info-map .text {
    width: 480px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 71px;
    padding-bottom: 6px;
    line-height: 1.5;
    font-size: 14px;
    background: url(../img/shared/ft-deco.png) no-repeat left top;
}

.shop_info-map .text h5 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 27px;
    letter-spacing: 0.14em;
}

.shop_info-map .text ul {
    width: 100%;
    line-height: 2;
    padding-top: 33px;
    white-space: nowrap;
}

.shop_info-map .text ul li {
    width: 48%;
}

.shop_info-map #gmap {
    margin: auto;
    height: 460px;
}

.shop_info-map #gmap iframe {
    height: 460px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .shop_info-map #gmap {
        width: 100%;
        height: 480px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .shop_info-map #gmap iframe {
        height: 480px;
    }
    .shop_info-map .btn-gr {
        width: 100%;
        margin: 10vw 14% 0;
        padding: 0;
    }
    .shop_info-map .btn-gr .btn-link2 {
        margin-left: 0;
        margin-top: 0;
    }
}
/*# osirase template */
#oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;/*適時指定 */
	text-align:left;
	background:#000;/*適時変更 */
	box-shadow: 0px 0px 0 5px #000;/*適時変更 */
	border:1px solid #fff;/*適時変更 */
	color:#fff;/*適時変更 */
	font-size:3.6vw;/*適時変更 */
	padding:15px 10px;
	display:block;
	width:calc(100vw - 30px);/*100vwからshadow分を引く（左右　5px+5px）*/
	margin:100px auto;/*shadow分marginを増やす(上下） */
	font-weight: normal;
	line-height: 1.8;/*適時変更 */
	z-index:99999;/*適時変更、固定ナビの下になるように */
}
#oshirase p{
	margin-bottom: 1em;
}
#oshirase p:last-child{
	margin-bottom: 0em;
}
#oshirase .ttl{
	font-size:130%;
	font-weight: bold;
}
#oshirase .info_btn a {
	
	margin: 10px 10px;
	padding: 10px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: #970000;
	border: 2px solid #443315;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
}
@media screen and (min-width:1000px) {
#oshirase{
	font-size:14px;/*適時変更 */
	display:block;
	width:800px;
	z-index:99999;/*適時変更、固定ナビの下になるように */
	margin: 200px auto 100px;
	text-align:center;
}
	#oshirase .info_btn a {
	margin: 10px auto;
	width: 400px;
		font-size: 18px;
}
	
}

/*# sourceMappingURL=index.css.map */