@charset "UTF-8";

/* Scss Document */

html:not(.responsive) {
    min-width: 1100px;
    /* viewport */
}


/*=============================================
 * body
 *=============================================*/

body {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    background: url('../img/shared/bd_bg.jpg');
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
img {
    width: 100%;
    height: auto;
}
}
.txt {
    text-align: justify;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0.1em;
    }
    img {
        width: auto;
    }
    .txt {
        text-align: left;
    }
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-serif {
    font-family: 'Noto Serif JP', serif;
}

.fnt-notosan {
    font-family: 'Noto Sans JP', sans-serif;
}




/*=============================================
 * <main>
 *=============================================*/

main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: auto !important;
}

.wrap {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
}


/*=============================================
 * <header>
 *=============================================*/

header {
    position: relative;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    header {
        box-sizing: border-box;
    }
}

.nav-fixed {
    position: absolute;
    opacity: 0;
    z-index: 111;
    visibility: hidden;
}

.nav-fixed.fixed {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible;
}


/*=============================================
 * key
 *=============================================*/


/*=============================================
 * <section>
 *=============================================*/


/*=============================================
 * <footer>
 *=============================================*/

footer {
    padding: 0;
    color: #3f1a04;
}

footer address {
    font-size: 10px;
    letter-spacing: 0.18em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 28px !important;
    font-family: 'Noto Serif JP', serif;
    margin-top: 28px !important;
    letter-spacing: 4px;
}

iframe {
    width: 100%;
    height: 100%;
}

#gmap {
    height: 600px;
}

@media screen and (max-width: 767px) {
    #gmap {
        height: 400px;
    }
    footer {
        z-index: 30;
    }
    address {}
    footer address{
         margin-bottom: 14px !important;
    }
}

footer .cookies_link a {
    display: inline-block;
}

footer .cookies_link a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {}


/*=============================================
 * .socialbuttons
 *=============================================*/


/*====================== ft-fixed ====================== */


/*=============================================
 * copyright
 *=============================================*/

.btn_fixed {
    position: fixed;
    right: 0;
    top: 187px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.3s;
}

.has-nav .btn_fixed {
    opacity: 1;
    pointer-events: visible;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

#pagetop {
    bottom: 50px;
    right: 50px;
}

@media screen and (max-width: 767px) {
    #pagetop {
        width: 50px;
        bottom: 151px;
        right: 5px;
    }
}

.menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 965px !important;
    top: 0px;
    right: 0;
    overflow-y: auto;
    height: 100%;
    color: #fff;
    z-index: 999;
    padding: 75px 0 150px;
    background: url("../img/shared/bg1.jpg") repeat;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-overflow-scrolling: touch;
    /* white-space: nowrap; */
}
@media screen and (min-width: 768px) {
    .menu-toggle{
       opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 965px !important;
    top: 0px;
    right: 0;
        left: 0;
    overflow-y: auto;
    height: auto;
    color: #fff;
    z-index: 999;
    padding: 75px 0 150px;
    background: url("../img/shared/bg1.jpg") repeat;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-overflow-scrolling: touch;
    /* white-space: nowrap; */ 
        margin: 0 auto;
    } 
    .btn-close{
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
    .menu-toggle .left{
        width: 354px;
        border-right: 1px solid #b5aaa1;
    }
    .menu-toggle .left .tel dd{
        font-size: 13px;
        line-height: 20px;
        font-family: 'Noto Serif JP', serif;
        text-align: left;
    margin-left: 15px;
    }
     .menu-toggle .right{
        width: 300px;
        padding-left: 60px;
        box-sizing: border-box;
    }
    .menu-toggle .g-btn{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 213px;
    }
    .menu-toggle .g-btn p{
        text-align: center;
        color: #fff;
    }
    .menu-toggle .g-btn p span{
       font-size: 13px;
    }
    
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
   
}

.navOpen #menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.navOpen #menu-toggle li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    text-align: center;
    z-index: 9999;
    width: 40px;
    padding: 10px 7px 10px 7px;
    background: url("../img/shared/menu_bg.jpg") no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    height: 40px;
}
.hamburger-box {
    height: 51px;
    width: 30px;
}
@media screen and (max-width: 767px) {
 #menu-toggle .btn-close{
        display: none;
    }
    .hamburger{
        visibility: visible;
        opacity: 1;
    }
    #header .logo{
        width: 34% !important;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
        height: 3px;
    }
}
@media screen and (min-width: 768px) {
    .hamburger {
        width: 80px;
        height: 80px;
    }
    
.hamburger-box{
    height: 51px;
    width: 60px;
}

}
.has-nav .hamburger {
    opacity: 1;
    visibility: visible;
}

.hamburger .off {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0!important;
}

.navOpen .hamburger .off {
    opacity: 1!important;
}

.hamburger:after {
    font-size: 16px;
    content: 'MENU';
    display: block;
    text-align: center;
    margin-top: -5px;
    color: #e8e1d4;
    font-weight: 700;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
}

.navOpen .hamburger:after {
    content: '閉じる';
}

.navOpen .hamburger {
    /* background: transparent; */
}

.navOpen .hamburger-inner::before,
.navOpen .hamburger-inner::after,
.navOpen .hamburger-inner {
    border-radius: 0;
    /* height: 3px; */
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #menu-toggle,
body.navOpen #menu-toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

.navOpen {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}


.dis_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

button {
    border: none;
    cursor: pointer;
}

.slick-arrow {
    font-size: 0;
    width: 70px;
    height: 70px;
    line-height: 0;
    position: absolute;
    z-index: 7;
}
.slick-arrow:hover{
    opacity: 0.8;
    transition: all 0.5s;
}
.slick-arrow.slick-prev {
    background: url("../img/shared/left.png") no-repeat center/100% auto;
}

.slick-arrow.slick-next {
    background: url("../img/shared/right.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
    .hamburger:after{
        font-size: 11px;
        margin-top: -7px;
      
    }
    .hamburger-box{
        width: 32px;
        height: 30px;
    }
    .hamburger-inner{
        top: 35%;
    }
    .hamburger-inner::before{
        top: -9px;
    }
    .hamburger-inner::after{
        bottom: -9px;
    }
    #menu-toggle .group{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }
    #menu-toggle .group .left{
        width: 60%;
        margin: 0 auto;
    }
    .menu-toggle .left .tel dd{
        
    }
     #menu-toggle .group .right{
        width: 100%;
    }
    .menu-toggle{
        width: 100% !important;
    }
    #menu-toggle .nav{
        text-align: left;
    }
    .menu-toggle .left .tel dt{
        margin-bottom: 5vw;
    }
    .menu-toggle .left .tel dd{
            text-align: center;
    font-size: 12px;
    line-height: 21px;
    margin: 0 -10% 0;    
    }
    .menu-toggle .left .logo{
        width: 48%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .slick-arrow {
        width: 22px;
        height: 22px;
    }
}

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 5;
    position: absolute;
    right: 37px;
    bottom: 90px;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 11px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #d31f07;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    background: transparent;
}

.slick-dots li.slick-active {
    background: #FFF;
    border: 1px solid #d31f07;
}

@media only screen and (min-width: 1200px) {
    .slick-dots li:hover {
        border: 1px solid #d31f07;
        background: #FFF;
    }
}

@media only screen and (min-width: 1000px) {
    .dis_flex_pc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.txt-center {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .txt-vertical-pc {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }
    .txt-vertical-pc .int {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 1;
    }
    .txt-normal-pc .int {
        height: 1.1em;
    }
    .txt-vertical-x>* {
        writing-mode: rl-tb;
        -o-writing-mode: vertical-tb;
        -ms-writing-mode: vertical-tb;
        -ms-writing-mode: rl-tb;
        -moz-writing-mode: vertical-tb;
        -webkit-writing-mode: vertical-tb;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        display: inline-block;
        white-space: nowrap;
        word-wrap: break-word;
        width: 1px;
        line-height: 1;
    }
    .txt-vertical-pc .txt-latin {
        cursor: vertical-text;
        direction: rtl;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em;
    }
}

@media only screen and (max-width: 768px) {
    .txt-vertical-sp {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }
    .txt-vertical-sp .int {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 1;
    }
    .txt-normal-sp .int {
        height: 1.1em;
    }
    .txt-vertical-x>* {
        writing-mode: rl-tb;
        -o-writing-mode: vertical-tb;
        -ms-writing-mode: vertical-tb;
        -ms-writing-mode: rl-tb;
        -moz-writing-mode: vertical-tb;
        -webkit-writing-mode: vertical-tb;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        display: inline-block;
        white-space: nowrap;
        word-wrap: break-word;
        width: 1px;
        line-height: 1;
    }
    .txt-vertical-sp .txt-latin {
        cursor: vertical-text;
        direction: rtl;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em;
    }
}


/* CSS for IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #ft-fixed .btn-link.btn-shop a::before {
        -ms-writing-mode: lr-tb;
    }
}

@media screen and (min-width: 768px) {
    .bg-parallax-pc {
        position: relative;
        z-index: 0;
    }
    .img-parallax-pc {
        clip: rect(0, auto, auto, 0);
        margin-bottom: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .img-parallax-pc img {
        width: 100% !important;
        height: 100vh !important;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        object-fit: cover;
        z-index: 1;
        transform: translateZ(0);
    }
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .img-parallax-pc img {
            height: auto;
            object-fit: unset;
            top: 50%;
            transform: translateY(-50%) !important;
        }
    }
}

.bg-parallax {
    position: relative;
    z-index: 0;
}

.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.img-parallax img {
    width: 100% !important;
    height: 130vh !important;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .img-parallax img {
        height: auto!important;
        object-fit: unset;
        top: 50%;
        transform: translateY(-50%) !important;
    }
}

.nav-fixed {
    background-color: #ba9b40;
    background: url("../img/shared/bg.jpg");
    color: #000;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
}


/*====================== ft-fixed ====================== */

#ft-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: #a58d55;
    color: #fff;
    z-index: 99;
}


/* iPhone X */

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .has-nav footer:after {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 5;
    }
    #ft-fixed {
        padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .has-nav footer:after {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 5;
    }
    #ft-fixed {
        padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
    }
}

.navOpen #ft-fixed {
    z-index: 0;
}

.has-nav #ft-fixed {
    opacity: 1;
    visibility: visible;
}

.toggle-sp .toggle-link:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #FFF;
    content: '\f13a';
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.toggle-sp .toggle-main {
    display: none;
}

.toggle-sp.active .toggle-main {
    display: block;
}

.toggle-sp.active .toggle-link:after {
    content: '\f139';
}

@media screen and (min-width: 768px) {
    .toggle-sp .toggle-link:after {
        display: none;
    }
    .toggle-sp .toggle-link {
        cursor: auto;
    }
    .toggle-sp .toggle-main {
        display: block!important;
        height: auto!important;
    }
}
@media screen and (max-width: 767px) {
    #header .group-left dl{
        display: none;
    }
	   #header .group-left{
      position: absolute !important;
      left: 36% !important;
	   top:70px !important;
      z-index: 10 !important;
}
    header h1{
      font-size: 10px;
    color: #3f1a04;
    line-height: 16px;
    /*border-bottom: 1px solid !important;
    height: auto;
    padding-bottom: 10px !important;*/
    }

}

/*=============================================
 * desgin
 *=============================================*/

#header {
    color: #fff;
}

#header #key {
    height: 100vh;   
}
#header #key iframe{
    height: 59vh !important;
}
#header .logo {
    position: absolute;
    z-index: 2;
    top: 2%;
    width: 50%;
    left: 2%;
    
}

#header .right {
    position: absolute;
    z-index: 2;
    width: calc(100% - 75px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    top: 2vw;
}

#header .right .group h1 {
    line-height: 1.6;
    font-size: 13px;
    color: #989898;
    letter-spacing: 0;
}
#header .group-left {
    position: absolute;
    left: 52px;
    top: 36px;
    z-index: 10;
}
#header .group-left dl{
    margin-bottom: 19px;
}
#header .group-left dl dd{
    font-size: 11.5px;
    font-family: 'Noto Serif JP', serif;
    line-height: 20px;
}

#header .btn-pop {
    position: absolute;
    left: 63%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 21px;
    z-index: 2;
    width: 240px;
}

#header .btn-pop a {
    font-size: 16px;
    display: block;
    color: #3f1a04;
    padding: 10px 0 10px 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 1.7;
    text-decoration: none;
    background: #fff;
    border: 1px solid #000;
}

#header .btn-pop a:hover {
    opacity: 0.8;
}

#header .btn-pop a::after {
    content: '';
    position: absolute;
    background: url("../img/shared/arrow.png") no-repeat center;
    width: 14px;
    height: 13px;
    top: 16px;
    right: 10px;
}

#menu-toggle .nav {
    padding: 0 5%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
}

#menu-toggle .nav li {
    padding: 15px 0;
    border-bottom: 1px solid;
}

#menu-toggle .nav li.active {
  position: relative;
}
#menu-toggle .nav li.active:before,#menu-toggle .nav li:hover:before{
    background: url("../img/shared/nav_active.png") no-repeat left top;
    position: absolute;
    top: -24px;
    left: -72px;
    content: "";
    width: 120px;
    height: 90px;
}
#menu-toggle .nav li:last-of-type {
  
}

#menu-toggle .nav li:last-of-type a {
   
}

#menu-toggle .nav li:last-of-type a img {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    height: auto;
}

#ft-fixed {
    background: url("../img/shared/deco2.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.5;
}

#ft-fixed li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ft-fixed li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

#ft-fixed li img {
    margin-right: 5px;
}

#ft-fixed li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#ft-fixed li:nth-child(1) {
    width: 30%;
}

#ft-fixed li:nth-child(1) img {
    width: 12px;
}

#ft-fixed li:nth-child(2) {
    width: 30%;
}

#ft-fixed li:nth-child(2) img {
    width: 10px;
}

#ft-fixed li:nth-child(3) {
    width: 40%;
}

#ft-fixed li:nth-child(3) img {
    width: 16px;
}


@media screen and (min-width: 768px) {
    #header .logo{
        position: absolute;
    z-index: 2;
    top: 75px;
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }
    #header #key{
        
    }
}
#footer {
    position: relative;
    padding: 0 0 80px;
    background: url('../img/shared/f_bg.jpg');
}
#footer .bottom{
    background: url("../img/shared/bg02.jpg") repeat;
    padding: 50px 0 55px;
    color: #3f1a04;
}

#footer .wrap {
    z-index: 2;
}

#footer .nav {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 22px -1% 5vw;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .nav li{
    min-width: 111px;
    margin-bottom: 15px;
}
#footer .cookies-link{
    text-align: center;
    color: #fff;
    font-size: 11px;
}
#footer .cookies-link a{
    border-bottom: 1px solid #fff;
}
#footer .cookies-link a:hover{
    border-bottom: 0;
}
#footer .nav li a:before{
    content:"/";
    display: inline-block;
    padding-right: 25px;
}
#footer .nav li:first-child a:before{
    display: none;
}
#footer .nav li a {
    /* display: block; */
    padding: 12px 0 12px 20px;
    color: #d31f07;
    font-weight: 400;
    font-size: 15px;
}
#footer .nav li{
    min-width: 99px;
}
 #footer .g-btn{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 235px;
        justify-content: center;
        margin: 0 auto 7vw;
    }
    #footer .g-btn p{
        text-align: center;
        color: #fff;
      
    }
 #footer .g-btn p a{
       display: flex;
        flex-direction: column;
        justify-content: space-between;
 }
    #footer .g-btn p span{
       font-size: 13px;
    }
#footer .nav li+li {
}

#footer .flex .left {
    margin-bottom: 8vw;
    text-align: center;
    display: flex;
}

#footer .flex .left .logo {
    width: 47%;
    margin: 0 auto;
    max-width: 98px;
}

#footer .flex .left .tel {
    margin-bottom: 3vw;
}
#footer .flex .left .tel dd{
    font-size: 12px;
    margin-left: -35%;
    letter-spacing: 0;
}
#footer .flex .left .tel span {
    font-weight: 700;
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 0;
}

#footer .flex .left .tel span::before {
    content: '';
    display: inline-block;
    background: url("../img/shared/icon_phone2.png") no-repeat center/100% auto;
    width: 4vw;
    height: 5vw;
    margin-top: 3vw;
    margin-right: 2vw;
}

#footer .flex .left .tel small {
    display: block;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.75;
    font-weight: 500;
    margin-top: 1.5vw;
}

#footer .flex .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    flex-direction: column;
    font-size: 13px;
}

#footer .flex .right dl+dl {
    margin-top: 26px;
}

#footer .flex .right dl dt {
    width: 100%;
}

#footer .flex .right dl dd {
    width: 100%;
}
#footer .flex .right dl dd a{
    color: #d31f07;
    border-bottom: 1px solid;
    padding-bottom: 4px;
}
#footer .flex .right dl dd a:hover{
    border-bottom: 0;
}
#footer .flex .right .group {
    text-align: center;
    margin-top: 10vw;
}

#footer .flex .right .group .cookies-link {
    margin-bottom: 10vw;
}

#footer .flex .right .group .cookies-link::before {
    content: '';
    display: inline-block;
    background: url("../img/shared/f_icon.png") no-repeat center/100% auto;
    width: 11px;
    height: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

#footer .flex .right .group .cookies-link a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-bottom: 4px;
    border-bottom: 1px solid;
}

#footer .flex .right .group .cookies-link a:hover {
    border-color: transparent;
}

#footer .flex .right .group address {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.line {
    height: 3vw;
    background: url("../img/shared/line.jpg");
}
@media screen and (max-width: 767px) {
    #footer .bottom .flex{
        flex-direction: column;
    }
    #footer .bottom{
        padding: 50px 0 0;
    }
    #menu-toggle .nav li{
        padding: 0;
        border-bottom: 1px solid #b3aaa1; 
    }
    #menu-toggle .nav li a{
        padding: 15px 43px;
        display: block;
        text-align: left;
        font-size: 15px;
        font-weight: 500; 
    }
    #menu-toggle .nav li.active:before, #menu-toggle .nav li:hover:before{
        left: -25px;
    }
     #menu-toggle .g-btn{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 235px;
        justify-content: center;
        margin: 0 auto 7vw;
    }
   #menu-toggle .g-btn p{
        text-align: center;
        color: #fff;
      
    }
#menu-toggle .g-btn p a{
       display: flex;
        flex-direction: column;
        justify-content: space-between;
 }
    #menu-toggle .g-btn p span{
       font-size: 13px;
    }
    #footer .nav li:nth-child(4) a:before,#footer .nav li:nth-child(6) a:before{
        display: none;
    }
    .btn-fixed{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: absolute;
        right: 59px;
        top: 0;
        z-index: 10;
    }
    .btn-fixed li{
        width: 60px;
    }
    .btn-fixed li:first-child{
        margin-right: 5px;
    }
}
@media screen and (min-width: 768px) {
    #footer .cookies-link{
        font-size: 13px;
    }
    footer address{
        font-size: 15px;
    }
    #menu-toggle .nav li{
        border-bottom: 0;
        text-align: left;
    }
    .menu-toggle{
        top: 50%;
        padding: 75px 110px 150px;
        transform: translateY(-50%);
    }
    .hamburger.hamburger--vortex-r.is-active{
        display: none;
    }
    .line {
        height: 20px;
    }
    #header #key {
        height: 857px;
        min-height: 100vh;
    }
    #header #key iframe{
        height: 120vh !important;
    }
    #header .logo {
        padding: 16px 0 0 1px;
        width: auto;
        top: 0;
        left: 50%;
    }
    #header .right {
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-end;
        width: auto;
        padding: 0;
        flex-direction: column;
    }
    #header .right .g-btn{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        background: url("../img/shared/subbtn_bg.jpg") no-repeat center;
        background-size: cover;
        padding: 5px 0;
        margin-bottom: -11px;
    }
    #header .right .group {
        width: 380px;
        margin-right: 43px;
        text-align: right;
        padding-top: 31px;
        text-shadow: 0 0 10px rgb(0 0 0 / 50%), 0 0 10px rgb(0 0 0 / 50%), 0 0 10px rgb(0 0 0 / 50%);
    }
    #header .right .group .tel {
        margin-bottom: 13px;
        font-weight: 700;
        font-size: 17px;
        line-height: 1.1;
        letter-spacing: 0;
    }
    #header .right .group .tel span {
        letter-spacing: 0;
        font-size: 40px;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #header .right .group .tel span::before {
        content: '';
        display: inline-block;
        background: url("../img/shared/icon_phone.png") no-repeat center/100% auto;
        width: 18px;
        height: 21px;
        margin-top: 17px;
        margin-right: 7px;
    }
    #header .right .group .tel small {
        font-size: 13px;
        margin-right: -8px;
        letter-spacing: -0.05em;
    }
    #header .right .group h1 {
        line-height: 1.6;
        font-size: 13px;
        color: #989898;
        letter-spacing: 0;
    }
    #header .right .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 36px;
    }
    #header .right .nav li+li {
    }
    #header .right .nav li a {
        
    }
    #header .right .nav li a span {
        cursor: pointer;
        letter-spacing: 0.02em;
    }
    #header .right .nav li a img {
        margin-top: 10px;
        opacity: 1;
    }
    #header .right .nav li a.active,
    #header .right .nav li a:hover {
        color: #b38151;
    }
  
    #header .right .nav li:nth-child(1) span {
        height: 80px;
    }
   
    #header .right .nav li:nth-child(6) span {
        height: 100px;
    }
    #header .right .nav li:nth-child(7) {
        background: #110300;
        height: 251px;
    }
    #header .right .nav li:nth-child(7) a {
        width: 50px;
    }
    #header .btn-pop {
        left: calc(50% + 200px);
        top: 840px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 220px;
    }
    #header .btn-pop a {
        font-size: 14px;
    }
    #header .btn-pop a:hover {
        opacity: 0.8;
    }
    #header .btn-pop a::after {
        width: 14px;
        height: 13px;
        top: 15px;
        right: 13px;
    }
    .line1 {
        height: 10px;
    }
    #footer {
        padding: 82px 0 80px;
    }
 
    #footer .nav {
        text-align: center;
        font-size: 18px;
        padding: 30px 0 0;
        margin: 0 auto 0;
        background: transparent;
    }
    #footer .nav2{
        margin-top: 14px;
        margin-bottom: 16px;
        padding-top: 0;
    }
    #footer .nav li {
        display: inline-block;
        margin: 0 9px;
        font-size: 16px;
        min-width: auto;
    }
    #footer .nav li a {
        padding: 0;
    }
    #footer .nav li a:hover{
        text-decoration: underline;
    }
    #footer .nav li+li {
        border: none;
    }
    #footer .nav:last-child{
        padding-top: 0;
    }
    #footer .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #footer .flex .left {
        margin-bottom: 0;
        margin-left: 0;
        display: block;
    }
    #footer .flex .left .logo {
        width: auto;
        margin: 0 auto 29px;
    }
    #footer .flex .left .tel {
        margin-bottom: 35px;
    }
    #footer .flex .left .tel dd{
        margin-left: 0;
    }
    #footer .flex .left .tel span {
        font-size: 40px;
    }
    #footer .flex .left .tel span::before {
        width: 18px;
        height: 21px;
        margin-top: 29px;
        margin-right: 7px;
        margin-left: 6px;
    }
    #footer .flex .left .tel small {
        margin-top: 7px;
    }
    #footer .flex .right {
        width: 560px;
        padding-top: 26px;
    }
    #footer .flex .right dl{
        flex-direction: row;
        font-size: 15px;
    }
    #footer .flex .right dl+dl {
        margin-top: 26px;
    }
    #footer .flex .right dl dt {
        width: 185px;
    }
    #footer .flex .right dl dd {
        width: calc(100% - 110px);
    }
    #footer .flex .right .group {
        text-align: right;
        margin-top: 31px;
    }
    #footer .flex .right .group .cookies-link {
        margin-bottom: 12px;
    }
    #footer .flex .right .group address {
        text-align: right;
        letter-spacing: 0.1em;
    }
    .nav-fixed {
        background: url("../img/shared/fixed_bg.jpg");
        color: #fff;
        padding: 20px 0;
    }
    .nav-fixed .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-fixed .nav {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
    }
    .nav-fixed .nav li {
        display: inline-block;
    }
    .nav-fixed .nav li+li {
        margin-left: 10px;
    }
    .nav-fixed .nav a {
        border-bottom: 3px solid transparent;
        text-decoration: none;
    }
    .nav-fixed .nav a.active,
    .nav-fixed .nav a:hover {
        color: #b38151;
        border-color: #b38151;
    }
    .nav-fixed .nav li:last-of-type a {
        border: 0;
    }
    .nav-fixed .tel {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.5;
        text-align: right;
    }
    .nav-fixed .tel span {
        font-weight: 700;
        font-size: 26px;
        display: block;
    }
    .nav-fixed .tel span::before {
        content: '';
        display: inline-block;
        background: url("../img/shared/icon_phone.png") no-repeat center/100% auto;
        width: 14px;
        height: 16px;
        margin-top: 10px;
        margin-right: 7px;
    }
}

#wrapper_bgndVideo.hidden {
    opacity: 0;
    visibility: hidden;
}

.btn-shared{
       background: #d31f07;
       position: relative;
       width: 340px;
       margin: 0 auto;
       max-width: 100%;
}
.btn-shared > a,.btn-shared > span{
   font-size: 20px;
   text-align: left;
   padding: 18px 30px;
   width: 340px;
   color: #fff;
   display: block;
   font-family: 'Noto Serif JP', serif;
   position: relative;
   box-sizing: border-box;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.5s;
   z-index: 10;
   border: 1px solid #d31f07;
   max-width: 100%;
}
.btn-shared > a:before,.btn-shared > span:before{
         content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
      background: #FFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-shared a:hover,.btn-shared span:hover{
    color: #d31f07;
    
}
.btn-shared a:hover:before,.btn-shared span:hover:before{
        -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-shared > a:after,.btn-shared > span:after{
    position: absolute;
    right: 20px;
    top: 16px;
    content: "▶";
    font-size: 18px;
}
.sh{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=124, Color=#696969)";/*IE 8*/
-moz-box-shadow: 2px 3px 6px rgba(105,105,105,0.3);/*FF 3.5+*/
-webkit-box-shadow: 2px 3px 6px rgba(105,105,105,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 2px 3px 6px rgba(105,105,105,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#696969); /*IE 5.5-7*/
}

.slick-arrow.slick-prev{
        background: url("../img/shared/prev.png") no-repeat center/100% auto;
    left: 0;
}
.slick-arrow.slick-next{
        background: url("../img/shared/next.png") no-repeat center/100% auto;
    left: 0;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 767px) {
    .btn-shared a{
        font-size: 15px;
        padding: 12px 29px;
    }
    .btn-shared a:after{
        font-size: 13px;
        right: 8px;
        top: 12px;
    }
}










