/*# sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */

@charset "UTF-8";

/* Scss Document */

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


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

body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    background: url('../img/shared/bg.jpg');
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 400;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.txt {
    text-align: justify;
}

@media screen and (min-width: 767px) {
    /* a:hover img {
        opacity: 0.8;
    } */
    body {
        font-size: 16px;
        line-height: 2.25;
    }
    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;
}

.fnt-playfair {
    font-family: 'Playfair Display', serif;
}

.fnt-roboto {
    font-family: 'Roboto', sans-serif;
}

.fnt-cinzel {
    font-family: 'Cinzel', serif;
}

.fnt-shippori {
    font-family: 'Shippori Mincho', serif;
}

.fnt-shipporib1 {
  font-family: 'Shippori Mincho B1', serif;
}

.fnt-caladea {
    font-family: 'Caladea', serif;
}

.fnt-jost {
    font-family: 'Jost', sans-serif;
}

.fnt-pathway {
    font-family: 'Pathway Gothic One', sans-serif;
}

.fnt-stick {
    font-family: stick, sans-serif;
    font-weight: 400;
}

.fnt-lora {
  font-family: 'Lora', serif;
}

.fnt-lusit {
  font-family: 'Lusitana', serif;
}

.fnt-cormorant {
  font-family: 'Cormorant Garamond', serif;
}

.fnt-yeseva {
  font-family: 'Yeseva One', cursive;
}

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

main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrap {
    max-width: 1000px;
    width: auto;
    box-sizing: content-box;
    padding: 0 20px;
}

.slick-arrow:hover {
    opacity: 0.8;
}


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

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

@media screen and (min-width: 1040px) {
    .wrap {
        width: 100%;
    }
}

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

.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>
 *=============================================*/

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

@media screen and (max-width: 767px) {
    footer {
        z-index: 30;
    }
    address {}
    [class*="heightLine-pc"] {
        height: auto!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;
    }
    [class*="heightLine-sp"] {
      height: auto!important;
    }
}

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

@media screen and (max-width: 767px) {
    #pagetop {
        width: 40px;
        bottom: 85px;
        right: 2%;
    }
}

.menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    height: 100%;
    color: #000;
    z-index: 999;
    padding: 50px 0 150px;
    background: #fff;
    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 (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;
    z-index: 100;
    right: 0;
    border-radius: 0;
    text-align: center;
    z-index: 9999;
    width: 60px;
    padding: 8px 8px 8px 8px;
    padding: 0;
}

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

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

.navOpen .hamburger img {
    opacity: 0;
}

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

.hamburger:after {
    font-size: 11px;
    content: 'MENU';
    display: block;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0;
    display: none;
}

.navOpen .hamburger:after {
    content: 'CLOSE';
    color: #000;
}

.navOpen .hamburger {
    background: url('../img/shared/bg.jpg');
}

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

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;
}

.hamburger-box {
    /* height: 30px; */
}

.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: 33px;
    height: 56px;
    line-height: 0;
    position: absolute;
    z-index: 7;
    top: 24vw;
    background: transparent;
    color: #548b2e;
    outline: none;
}

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

}

.slick-arrow.slick-next {
    background: url("../img/shared/right.jpg") no-repeat center/100% 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: 18px;
    height: 18px;
    margin: 0 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #aa0909;
    border-radius: 50%;
    cursor: pointer;
    /* border: 1px solid #c92e36; */
}

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

.slick-dots li.slick-active {
    background: #ff0033;
}
.only-pc {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .only-pc {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
    .slick-dots li:hover {
        background: #ff0033;
    }
    
}

@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;
}

.txt-dot
{
	cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    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;
    line-height: 1;
}

@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;
    }
}
.ipad {
  display: none;
}
@media screen and (max-width: 1250px) {
  .ipad {
    display: block;
  }
}
@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;
    bottom: 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 {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}


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

#ft-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background: url('../img/shared/bg.jpg');
    z-index: 99;
    display: flex;
}


/* 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;
    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';
}

.img-obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 767px) {
    .toggle-sp .toggle-link:after {
        display: none;
    }
    .toggle-sp .toggle-link {
        cursor: auto;
    }
    .toggle-sp .toggle-main {
        display: block!important;
        height: auto!important;
    }
    .img-obj-pc {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
}


/*=============================================
 * desgin
 *=============================================*/
 #header h1 {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    left: 4%;
    text-align: center;
    right: 4%;
    bottom: 5vw;
    letter-spacing: 0.05em;
  }
  
  .hamburger {
    background: #fff;
    width: 50px;
    padding: 10px 0 5px;
    top: 10px;
    right: 10px;
  }
  
  #menu-toggle {
    background: url("../img/shared/bg.jpg");
    padding: 80px 0 150px;
    text-align: center;
  }
  #menu-toggle .box {
    background: #004c71;
    color: #fff;
    margin: 0 auto 40px;
    width: 300px;
    padding: 25px 0;
    text-align: center;
  }
  #menu-toggle .box .tel {
    margin: 0 20px;
    font-weight: 700;
    padding: 0 0 10px;
    border-bottom: 1px solid;
  }
  #menu-toggle .box .tel small {
    display: block;
    font-size: 18px;
    line-height: 1.2;
  }
  #menu-toggle .box .tel span {
    font-size: 28px;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.3;
  }
  #menu-toggle .box .tel span small {
    display: inline-block;
  }
  #menu-toggle .box .btn-shop {
    text-align: center;
    margin: 15px 0 0;
  }
  #menu-toggle .box .btn-shop a {
    text-decoration: none;
    font-size: 22px;
    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;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
  }
  #menu-toggle .box .btn-shop a img {
    margin-right: 10px;
    width: 30px;
  }
  #menu-toggle .box .btn-shop a:hover {
    opacity: 0.8;
  }
  #menu-toggle .group-nav {
    margin: 0 auto 40px;
    width: 290px;
    text-align: left;
  }
  #menu-toggle .group-nav .nav {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
  }
  #menu-toggle .group-nav .nav a.active {
    border-bottom: 1px solid;
  }
  #menu-toggle .group-nav .center, #menu-toggle .group-nav .center1, #menu-toggle .group-nav .right {
    border-top: 1px solid #a19a8f;
    padding: 15px 0 0;
    margin-top: 15px;
  }
  #menu-toggle .group-nav p {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    background: #ece7df;
    padding: 0 20px;
    letter-spacing: 0.05em;
  }
  #menu-toggle .btn-pop {
    display: inline-block;
  }
  #menu-toggle .btn-pop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 4px;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid;
    letter-spacing: 0.05em;
  }
  #menu-toggle .btn-pop a:hover {
    border-color: transparent;
  }
  #menu-toggle .btn-pop a img {
    margin-left: 5px;
    width: 18px;
  }
  
  #ft-fixed {
    background: #004c71;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  #ft-fixed::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: 25px;
    background: #fff;
  }
  #ft-fixed .tel {
    width: 50%;
    padding: 5px 0;
  }
  #ft-fixed .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #ft-fixed .tel .txt-vertical-pc {
    display: block;
  }
  #ft-fixed .tel small {
    font-size: 12px;
  }
  #ft-fixed .tel span {
    font-size: 18px;
    letter-spacing: 0;
  }
  #ft-fixed .btn-shop {
    text-align: center;
    width: 50%;
  }
  #ft-fixed .btn-shop a {
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    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;
    line-height: 1.5;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #ft-fixed .btn-shop a img {
    margin-right: 10px;
    width: 22px;
    opacity: 1;
  }
  
  #footer {
    padding: 10vw 0 0;
  }
  #footer .group1 {
    padding: 0 0 12vw;
  }
  #footer .group1 .left {
    text-align: center;
  }
  #footer .group1 .left .logo {
    margin: 0 39%;
  }
  #footer .group1 .left .sub-title {
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 2vw 0 7vw;
  }
  #footer .group1 .left .box {
    background: #004c71;
    color: #fff;
    padding: 25px 0 30px;
  }
  #footer .group1 .left .box .tel {
    font-weight: 700;
  }
  #footer .group1 .left .box .tel small {
    display: block;
    font-size: 15px;
    line-height: 1.2;
  }
  #footer .group1 .left .box .tel span {
    font-size: 25px;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.35;
  }
  #footer .group1 .left .box .tel span small {
    display: inline-block;
  }
  #footer .group1 .left .box .sub-tel {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 18px;
    letter-spacing: 0;
  }
  #footer .group1 .left .box .btn-shop {
    text-align: center;
    margin: 10px auto 0;
    padding: 18px 0 0;
    border-top: 1px solid;
    width: 250px;
  }
  #footer .group1 .left .box .btn-shop a {
    text-decoration: none;
    font-size: 20px;
    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;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
  }
  #footer .group1 .left .box .btn-shop a img {
    margin-right: 10px;
    width: 30px;
  }
  #footer .group1 .right {
    padding: 30px 0 0;
  }
  #footer .group1 .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    padding: 13px 0 13px;
    line-height: 1.5;
  }
  #footer .group1 .right dl dt {
    width: 120px;
    letter-spacing: 0;
    text-align: right;
  }
  #footer .group1 .right dl dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 120px);
    padding-left: 15px;
    letter-spacing: 0;
  }
  #footer .group2 {
    color: #fff;
    background: #000;
  }
  #footer .group2 .left .inner {
    margin: 0 4%;
    padding: 25px 0 130px;
  }
  #footer .group2 .left .inner .cookies-link, #footer .group2 .left .inner address {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  #footer .group2 .left .inner .cookies-link {
    margin: 0 0 10px;
  }
  #footer .group2 .left .inner .cookies-link a {
    text-decoration: none;
    border-bottom: 1px solid;
  }
  #footer .group2 .left .inner .cookies-link a:hover {
    border-color: transparent;
  }
  #footer .group2 .left .inner #socialbuttons {
    margin: 30px 0 0;
  }
  
  .btn-link {
    display: inline-block;
  }
  .btn-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.6;
    text-decoration: none;
  }
  .btn-link a:after {
    content: '';
    background: url("../img/shared/arrow.png") no-repeat center/100% auto;
    width: 9vw;
    height: 9vw;
    margin-left: 3vw;
  }
  .btn-link a span {
    display: inline-block;
    border-bottom: 1px solid;
    color: #004c71;
    font-weight: 700;
    font-size: 5vw;
    letter-spacing: 0.03em;
  }
  
  @media screen and (min-width: 768px) {
    .btn-link a:after {
      width: 40px;
      height: 41px;
      margin-left: 16px;
    }
    .btn-link a span {
      font-size: 19px;
    }
    .btn-link a:hover span {
      border-color: transparent;
    }
    .btn-link a:hover:after {
      opacity: 0.8;
    }
  
    .nav-fixed {
      opacity: 1;
      visibility: visible;
      background: url("../img/shared/bg.jpg");
      height: 80px;
      padding: 14px 0 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .nav-fixed .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
    .nav-fixed p {
      background: #ece7df;
      text-align: center;
      font-size: 15px;
      line-height: 1.5;
      margin: 0 10px 5px;
      letter-spacing: 0.05em;
    }
    .nav-fixed .right .nav::before {
      display: none;
    }
    .nav-fixed .nav {
      padding: 0 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
    }
    .nav-fixed .nav::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 25px;
      width: 1px;
      background: #a19a8f;
    }
    .nav-fixed .nav a {
      display: block;
      position: relative;
      text-decoration: none;
      font-weight: 700;
      font-size: 17px;
      line-height: 1.9;
      z-index: 2;
    }
    .nav-fixed .nav a::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 51%;
      right: 51%;
      bottom: 0;
      background: #000;
      height: 1px;
      -webkit-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
    }
    .nav-fixed .nav a:hover::before, .nav-fixed .nav a.active::before {
      left: 0;
      right: 0;
    }
    .nav-fixed .nav li + li {
      margin-left: 35px;
    }
  
    #header {
      margin: 80px 0 0;
    }
    #header h1 {
      font-size: 13px;
      left: 30px;
      right: auto;
      text-align: left;
      bottom: 27px;
    }
    #header .btn-pop {
      position: absolute;
      z-index: 2;
      right: 72px;
      top: 15px;
    }
    #header .btn-pop a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 7px 4px;
      text-decoration: none;
      font-weight: 700;
      line-height: 1.5;
      border-bottom: 1px solid;
      letter-spacing: 0.05em;
    }
    #header .btn-pop a:hover {
      border-color: transparent;
    }
    #header .btn-pop a img {
      margin-left: 10px;
    }
    #header .box {
      background: #004c71;
      position: absolute;
      z-index: 2;
      right: 70px;
      bottom: 70px;
      color: #fff;
      width: 290px;
      padding: 19px 0 40px;
      text-align: center;
    }
    #header .box .title {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.5;
      margin: 0 0 40px;
    }
    #header .box .tel {
      margin: 0 20px;
      font-weight: 700;
      padding: 0 0 10px;
      border-bottom: 1px solid;
    }
    #header .box .tel small {
      display: block;
      font-size: 18px;
      line-height: 1.2;
    }
    #header .box .tel span {
      font-size: 28px;
      letter-spacing: 0.05em;
      display: block;
      line-height: 1.3;
    }
    #header .box .tel span small {
      display: inline-block;
    }
    #header .box .btn-shop {
      text-align: center;
      margin: 15px 20px 0;
    }
    #header .box .btn-shop a {
      text-decoration: none;
      font-size: 22px;
      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;
      line-height: 1.5;
      letter-spacing: 0;
      font-weight: 700;
        border-bottom: 1px solid #004c71;
        padding-bottom: 10px;
    }
    #header .box .btn-shop a img {
      margin-right: 10px;
    }
    #header .box .btn-shop a:hover {
        border-bottom: 1px solid #fff;
    transition: ease 0.3s;
    }
  
    #key {
      height: 960px;
      background: url("../img/index/key.jpg") no-repeat center/cover;
    }
  
    #ft-fixed {
      right: 0;
      top: 100px;
      left: auto;
      width: auto;
      bottom: auto;
      background: transparent;
      display: block;
    }
    #ft-fixed::before {
      display: none;
    }
    #ft-fixed .tel {
      margin: 0 0 5px;
      padding: 21px 15px 21px 10px;
      background: #004c71;
      width: auto;
    }
    #ft-fixed .tel .txt-vertical-pc {
      display: block;
      width: 45.3px;
    }
    #ft-fixed .tel small {
      display: block;
      font-size: 15px;
      line-height: 1.1;
    }
    #ft-fixed .tel .phone {
      font-size: 24px;
      letter-spacing: 0.3em;
      display: block;
      line-height: 1.2;
    }
    #ft-fixed .tel .phone small {
      display: inline-block;
      vertical-align: sub;
    }
    #ft-fixed .tel .phone .txt-latin {
      letter-spacing: 0;
    }
    #ft-fixed .tel .phone span.txt-latin {
      font-size: 24px;
    }
    #ft-fixed .tel .phone .dot {
      margin: -6px 0 -5px;
      line-height: 0.5;
    }
    #ft-fixed .btn-shop {
      text-align: center;
      width: auto;
    }
    #ft-fixed .btn-shop a {
      text-decoration: none;
      font-size: 21px;
      height: auto;
      background: #004c71;
      padding: 20px 10px 20px;
      width: 70.3px;
      box-sizing: border-box;
    }
    #ft-fixed .btn-shop a img {
      margin-bottom: 10px;
      margin-right: 0;
      width: 22px;
    }
    #ft-fixed .btn-shop a:hover {
       background: #0a3255;
    transition: ease 0.3s;
    }
  
    #footer {
      padding: 138px 0 0;
    }
    #footer .group1 {
      padding: 0 33px 100px 33px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    #footer .group1 .left {
      width: 404px;
    }
    #footer .group1 .left .logo {
      margin: 0;
    }
    #footer .group1 .left .sub-title {
      margin: 11px 0 46px;
    }
    #footer .group1 .left .box {
      padding: 47px 0 40px;
    }
    #footer .group1 .left .box .tel small {
      font-size: 23px;
    }
    #footer .group1 .left .box .tel span {
      font-size: 36px;
    }
    #footer .group1 .left .box .sub-tel {
      font-size: 13px;
      margin: 0px 0 22px;
    }
    #footer .group1 .left .box .btn-shop {
      margin: 10px 35px 0;
      padding: 15px 0 0;
      width: auto;
    }
    #footer .group1 .left .box .btn-shop a {
      font-size: 22px;
        border-bottom: 1px solid #004c71;
        padding-bottom: 10px;
    }
    #footer .group1 .left .box .btn-shop a img {
      margin-right: 10px;
    }
    #footer .group1 .left .box .btn-shop a:hover {
        border-bottom: 1px solid #fff;
    transition: ease 0.3s;
    }
    #footer .group1 .right {
      width: 483px;
      padding: 20px 0 0;
    }
    #footer .group1 .right dl dt {
      width: 85px;
    }
    #footer .group1 .right dl dd {
      width: calc(100% - 85px);
      padding-left: 25px;
    }
    #footer .group1 .right .group-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0 0 18px;
    }
    #footer .group1 .right .group-nav .nav {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.8;
      letter-spacing: 0;
    }
    #footer .group1 .right .group-nav .nav a{
      text-decoration: none;
      border-bottom: 1px solid transparent;
    }
    #footer .group1 .right .group-nav .nav a:hover {
      border-color: #000;
    }
    #footer .group1 .right .group-nav .left {
      width: 130px;
      text-align: left;
    }
    #footer .group1 .right .group-nav .right2 {
      width: calc(100% - 130px);
      text-align: left;
      margin: -5px 0 0;
    }
    #footer .group1 .right .group-nav .right2 p {
      display: inline-block;
      font-size: 15px;
      line-height: 1.5;
      background: #ece7df;
      padding: 0 20px;
      letter-spacing: 0.05em;
    }
    #footer .group1 .right .group-nav .right2 .nav {
      margin: -5px 0 0;
    }
    #footer .group1 .right .group-nav .right2 .nav li {
      display: inline-block;
    }
    #footer .group1 .right .group-nav .right2 .nav li + li {
      margin-left: 20px;
    }
    #footer .group1 .right .group-nav .right2 .center1 {
      margin-top: 1px;
    }
    #footer .group2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
    #footer .group2 .left, #footer .group2 .img {
      width: 50%;
    }
    #footer .group2 .img {
      height: 333px;
      background: url("../img/shared/f_img.jpg") no-repeat center/cover;
    }
    #footer .group2 .left .inner {
      width: 500px;
      margin: 0 0 0 auto;
      padding: 155px 0 0;
    }
    #footer .group2 .left .inner .cookies-link, #footer .group2 .left .inner address {
      font-size: 13px;
      text-align: left;
    }
    #footer .group2 .left .inner .cookies-link {
      margin: 0 0 13px;
    }
    #footer .group2 .left .inner #socialbuttons {
      margin: 27px 0 0;
      text-align: left;
    }
  }