/*# 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.15em;
    color: #000;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-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;
    color: #22201e;
}

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

.display-n {
  display: none;
}


/*=============================================
 * <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;
    margin: -4px 0 0;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0;
}

.navOpen .hamburger:after {
    content: 'CLOSE';
    display: none;
}

.navOpen .hamburger {
  background: transparent;
}

.navOpen .hamburger-inner::before,
.navOpen .hamburger-inner::after,
.navOpen .hamburger-inner {
    border-radius: 0;
    height: 1px;
    width: 40px;
    /* 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;
}
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);
}

#index #ft-fixed {
  padding-bottom: 0;
}
#index footer:after {
  display: none;
}
/* iPhone X */

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #index.has-nav footer:after {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 5;
    }
    #index #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) {
  #index.has-nav footer:after {
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 5;
}
#index #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-ob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  -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-ob-pc {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
}


/*=============================================
 * desgin
 *=============================================*/
 .slick-arrow {
  width: 20px;
  height: 20px;
}
.slick-prev {
  border-top: 4px solid #8C681E;
  border-left: 4px solid #8C681E;
  transform: rotate(-45deg);
  left: 4%;
  
}
.slick-next {
  border-top: 4px solid #8C681E;
  border-right: 4px solid #8C681E;
  transform: rotate(45deg);
  right: 4%;
}
 .wow.fadeInLeft1 {
	position: relative;
}
.wow.fadeInLeft1 .mask {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
	height: 100%;
    background-color: #c6ba9f;
	right: 0;
	bottom: 0;
	z-index: 1;
}
@keyframes fadeLeftMask {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}
.fadeInLeft1 .mask {
    -webkit-animation-name: fadeLeftMask;
    animation-name: fadeLeftMask;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
	animation-direction: alternate;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

 .hamburger {
  width: 50px;
  height: 50px;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0 0;
}

.navOpen .hamburger {
  padding: 15px 15px 0 0;
}

#menu-toggle {
  background: url("../img/shared/bg4.jpg");
  color: #eeece7;
  text-align: center;
}
#menu-toggle .tel {
  margin: 0 0 25px;
  text-align: center;
}
#menu-toggle .tel small {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#menu-toggle .tel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  margin: 7px 0 7px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
#menu-toggle .tel span::before {
  content: '';
  background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
  width: 17px;
  height: 27px;
  margin-right: 6px;
}
#menu-toggle .btn-web {
  width: 279px;
  margin: 0 auto 20px;
}
#menu-toggle .btn-web a {
  display: block;
  text-align: center;
  padding: 4px 30px 4px 0;
  border: 1px solid #fff;
  font-size: 18px;
  position: relative;
  line-height: 2;
  letter-spacing: 0;
  text-decoration: none;
}
#menu-toggle .btn-web a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  background: url("../img/shared/arrow5.png") no-repeat center/100% auto;
  width: 10px;
  height: 12px;
}
#menu-toggle .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px;
  line-height: 1;
}
#menu-toggle .sns img {
  width: auto;
}
#menu-toggle .sns li + li {
  margin-left: 22px;
}
#menu-toggle .nav {
  width: 256px;
  margin: 0 auto;
  text-align: left;
}
#menu-toggle .nav li a {
  display: block;
  padding: 4px 0 4px 28px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-decoration: none;
}
#menu-toggle .nav li a.active {
  color: #000;
  background: url("../img/shared/bg_nav.png");
}
#menu-toggle .nav li + li {
  margin-top: 10px;
}
#menu-toggle .nav2 {
  line-height: 1.5;
  margin: 20px auto 43px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 256px;
  padding-left: 60px;
}
#menu-toggle .nav2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-toggle .nav2 img {
  width: auto;
  margin-right: 3px;
}
#menu-toggle .nav2 .mx {
  margin: 0 10px;
}
#menu-toggle .btn-pop {
  display: inline-block;
  margin: 0 auto;
}
#menu-toggle .btn-pop a {
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 25px 11px 10px;
  border-bottom: 1px solid #fff;
  position: relative;
  letter-spacing: 0;
}
#menu-toggle .btn-pop a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 7px;
  height: 8px;
}

#index #header {
  position: relative;
  background: url("../img/shared/h_deco_sp.png") no-repeat top left/100% auto, url("../img/shared/bg2.jpg");
  color: #eeece7;
}
#index #header::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 0;
  background: url("../img/shared/line.jpg");
}
#index #header::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 0;
  background: url("../img/shared/line.jpg");
}
#index #header .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
}
#index #header .line::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 1px;
  left: 0;
  background: url("../img/shared/line.jpg");
}
#index #header .line::after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 1px;
  left: 0;
  background: url("../img/shared/line.jpg");
}
#index #header .logo {
  position: absolute;
  left: 2%;
  width: 9.5%;
  top: 25px;
  z-index: 3;
}
#header h1 {
  position: absolute;
  line-height: 1.2;
  font-size: 10px;
  color: #afadad;
  z-index: 3;
  top: 10px;
  right: 70px;
  left: 20%;
  text-align: center;
  letter-spacing: 0;
}
#index #header .left, #index #header #key {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#index #header #key {
  margin: 0px 0 0 14.4%;
  height: 120vw;
  position: relative;
  z-index: 2;
  padding: 1px 1px 0 0;
}
#index #header #key .slide {
  width: 100%;
}

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  padding: 15px 10px 15px;
  margin: 7vw 7.2% 0;
  position: relative;
  z-index: 2;
}
#news .left {
  text-align: center;
  width: 100px;
  position: relative;
}
#news .left::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
#news .left h2 {
  line-height: 1.3;
  font-size: 17px;
  letter-spacing: 0;
}
#news .left .btn-more {
  width: 62px;
  margin: 5px auto 0;
}
#news .left .btn-more a {
  display: block;
  font-size: 13px;
  line-height: 1.38;
  border-radius: 25px;
  border: 1px solid;
  text-decoration: none;
}
#news #feed {
  width: calc(100% - 100px);
  letter-spacing: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}
#news #feed dl {
  line-height: 1.5;
}

.img {
  position: relative;
}

.btn-link {
  padding: 0 39px 0 0;
}
.btn-link a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.7);
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.btn-link a:after {
  content: '';
  position: absolute;
  top: 17px;
  background: url("../img/shared/arrow7.png") no-repeat top center/100% auto;
  width: 71px;
  height: 10px;
  right: -39px;
}

#footer #shopinfo {
  padding: 0 0 12vw;
  background: url("../img/shared/f_deco_sp.png") no-repeat top center/100% auto;
  position: relative;
}
#footer #shopinfo::before {
  content: '';
  position: absolute;
  top: 10vw;
  left: 2.4%;
  right: 2.4%;
  bottom: 30vw;
  background: url("../img/shared/bg6.png");
}
#footer #shopinfo h2 {
  text-align: center;
  margin: 0 32% 5vw;
}
#footer #shopinfo .flex {
  position: relative;
}
#footer #shopinfo .flex .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.4);
  padding: 5vw 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10vw 13% 0;
}
#footer #shopinfo .flex .box h3 {
  margin: 2vw 0 0;
  width: 13%;
  max-width: 28.5px;
}
#footer #shopinfo .flex .box .txt {
  margin: 0 0 0 8%;
  position: relative;
  line-height: 1.875;
  padding: 0 0 0 8%;
  font-size: 13px;
  letter-spacing: 0;
}
#footer #shopinfo .flex .box .txt::before {
  content: '';
  position: absolute;
  top: 2vw;
  left: 0;
  width: 1px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#footer #shopinfo .flex .left {
  padding: 0 0 30px;
}
#footer #shopinfo .flex .left .logo {
  text-align: center;
  margin: 0 45% 5vw;
}
#footer #shopinfo .flex .left .tel {
  margin: 0 15%;
}
#footer #shopinfo .flex .left .btn-web {
  text-align: center;
  letter-spacing: 0.04em;
  margin: 3vw 0 0;
}
#footer #shopinfo .flex .left .btn-web a:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
  width: 8px;
  height: 9px;
}
#footer #shopinfo .flex .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 0 0 3px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#footer #shopinfo .flex .right dl dt {
  width: 120px;
}
#footer #shopinfo .flex .right dl dd {
  width: calc(100% - 120px);
  /* margin-right: -10px; */
}
#footer #shopinfo .flex .right dl + dl {
  margin-top: 15px;
}
#footer #shopinfo .img {
  margin: 12vw 2% 0;
}
#footer #ggmap iframe {
  height: 480px;
}
#footer #ggmap iframe iframe {
  width: 100%;
  height: 100%;
}
#footer .list-btn {
  margin: 7vw 7% 15vw;
}
#footer .list-btn .btn-link {
  padding: 0 39px 0 0;
}
#footer .list-btn .btn-link a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.7);
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-decoration: none;
}
#footer .list-btn .btn-link a:after {
  content: '';
  position: absolute;
  top: 17px;
  background: url("../img/shared/arrow7.png") no-repeat top center/100% auto;
  width: 71px;
  height: 10px;
  right: -39px;
}
#footer .list-btn .btn-link a.copied {
  opacity: 1 !important;
}
#footer .list-btn .btn2 {
  text-align: center;
  font-size: 15px;
  margin: 6px 0 0;
  letter-spacing: 0;
}
#footer .group2 {
  text-align: center;
  background: url("../img/shared/bg2.jpg");
  color: #fefefe;
  padding: 30px 0 100px;
}
#footer .group2 #socialbuttons {
  margin: 0 0 20px;
}
#footer .group2 address, #footer .group2 .cookies-link {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

#ft-fixed {
  background: url("../img/shared/bg4.jpg");
  color: #fff;
  opacity: 1;
  visibility: visible;
}
#index #ft-fixed {
  opacity: 0;
  visibility: hidden;
}
#index.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}
#ft-fixed p {
  /*width: calc(100%/3);*/
	width: calc(100%/2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ft-fixed p + p {
  border-left: 1px solid #fff;
}
#ft-fixed p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 15px;
  padding: 10px 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ft-fixed p img {
  width: 15px;
  margin-right: 7px;
}
#ft-fixed .tel img {
  width: 13px;
}
#menu-toggle .btn {
  margin: 40px auto 0;
  width: 280px;
}
.fadeInUp {
  animation-name:fadeInUp;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity:0;
}
@-webkit-keyframes fadeInUp {
  0% {
      -webkit-transform: translateY(40px);
      opacity: 0;
      transform: translateY(40px);
  }
  to {
      -webkit-transform: translateY(0);
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
      -webkit-transform: translateY(40px);
      opacity: 0;
      transform:  translateY(40px);
  }
  to {
      -webkit-transform:  translateY(0);
      opacity: 1;
      transform: translateY(0);
  }
}


#ft-fixed .tel{
  display: flex;
  justify-content: center;align-items: center;
}
@media screen and (min-width: 768px) {
  .btn-fixed {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
  }
  .has-nav .btn-fixed {
    opacity: 1;visibility: visible;
  }
  .nav-fixed {
    background: #000;
    color: #eeece7;
    opacity: 1;
    visibility: visible;
  }
  .nav-fixed .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 70px;
  }
  .nav-fixed .flex .tel small {
    display: inline-block;
    font-size: 13px;
    margin-right: 7px;
    letter-spacing: 0;
  }
  .nav-fixed .flex .tel span {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 0.04em;
  }
  .nav-fixed .flex .tel span::before {
    content: '';
    display: inline-block;
    background: url("../img/shared/fixed_tel.png") no-repeat center/100% auto;
    width: 14px;
    height: 19px;
    margin-right: 3px;
  }
  .nav-fixed .flex .btn-web {
    width: 249px;
  }
  .nav-fixed .flex .btn-web a {
    background: #fff;
    display: block;
    text-align: center;
    color: #010100;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2;
    padding: 0.5px 0;
    position: relative;
    text-decoration: none;
  }
  .nav-fixed .flex .btn-web a:hover {
    opacity: 0.8;
  }
  .nav-fixed .flex .btn-web a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 27px;
    background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
    width: 8px;
    height: 9px;
  }
  .nav-fixed .flex2 {
    margin: -3px 66px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 300;
  }
  .nav-fixed .flex2 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-fixed .flex2 .nav a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 0 0 11px;
    position: relative;
    text-decoration: none;
  }
  .nav-fixed .flex2 .nav a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .nav-fixed .flex2 .nav a:hover:before, .nav-fixed .flex2 .nav a.active:before {
    opacity: 1;
  }
  .nav-fixed .flex2 .nav li + li {
    margin-left: 18px;
  }
  .nav-fixed .flex2 .nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .nav-fixed .flex2 .nav2 .mx {
    margin: 0 5px;
  }
  .nav-fixed .flex2 .nav2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .nav-fixed .flex2 .nav2 a img {
    opacity: 1;
    margin-right: 5px;
  }
  .nav-fixed .flex2 .nav2 a:hover {
    opacity: 0.8;
  }

  #index .nav-fixed {
    opacity: 0;
    visibility: hidden;
  }
  #index .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }

  #index #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../img/shared/h_deco.png") no-repeat top left, url("../img/shared/bg2.jpg");
  }
  #index #header .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 323px;
    width: auto;
  }
  #header h1 {
    font-size: 12px;
    top: 10px;
    right: auto;
    color: #7a7a79;
    left: 10px;
    text-align: left;
  }
  #index #header .left,#index #header #key {
    width: 50%;
  }
  #index #header #key {
    height: 1024px;
    margin: 0;
  }
  #index #header #key .slide {
    height: 1024px;
  }
  #index #header #key .slide .img {
    height: 1024px;
  }
  #index #header #key .slide .img.img1 {
    background: url("../img/index/key1.jpg") no-repeat center/cover;
  }
  #index #header #key .slide .img.img2 {
    background: url("../img/index/key2.jpg") no-repeat center/cover;
  }
  #index #header #key .slide .img.img3 {
    background: url("../img/index/key3.jpg") no-repeat center/cover;
  }
  #index #header #key .slide .img.img4 {
    background: url("../img/index/key4.jpg") no-repeat center/cover;
  }
  #header .left {
    padding: 75px 0 0;
    position: relative;
    z-index: 2;
  }
  #header .left .tel {
    margin: 0 0 31px 51px;
    border-left: 1px solid #fff;
    padding: 0 0 0 19px;
  }
  #header .left .tel small {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  #header .left .tel small.sub-tel {
    font-size: 11px;
    letter-spacing: 0;
  }
  #header .left .tel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 34px;
    margin: 7px 0 7px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  #header .left .tel span::before {
    content: '';
    background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
    width: 20px;
    height: 29px;
    margin-right: 6px;
  }
  #header .left .btn-web {
    width: 279px;
    margin: 0 0 0 51px;
  }
  #header .left .btn-web a {
    display: block;
    text-align: center;
    padding: 4px 30px 4px 0;
    border: 1px solid #fff;
    font-size: 18px;
    position: relative;
    line-height: 2;
    letter-spacing: 0;
    text-decoration: none;
  }
  #header .left .btn-web a:hover {
    opacity: 0.8;
  }
  #header .left .btn-web a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 26px;
    background: url("../img/shared/arrow5.png") no-repeat center/100% auto;
    width: 10px;
    height: 12px;
  }
  #header .left .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 61px 52px;
    line-height: 1;
  }
  #header .left .sns li + li {
    margin-left: 22px;
  }
  #header .left .nav {
    width: 256px;
    margin: 0 0 0 51px;
  }
  #header .left .nav li a {
    display: block;
    padding: 4px 0 4px 28px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-decoration: none;
  }
  #header .left .nav li a:hover, #header .left .nav li a.active {
    color: #000;
    background: url("../img/shared/bg_nav.png");
  }
  #header .left .nav li + li {
    margin-top: 10px;
  }
  #header .left .nav2 {
    line-height: 1.5;
    margin: 20px 0 43px 77px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .left .nav2 .mx {
    margin: 0 10px;
  }
  #header .left .btn-pop {
    display: inline-block;
    margin: 0 0 0 51px;
  }
  #header .left .btn-pop a {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 33px 11px 10px;
    border-bottom: 1px solid #fff;
    position: relative;
    letter-spacing: 0;
  }
  #header .left .btn-pop a:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 8px;
    background: url("../img/shared/arrow.png") no-repeat center/100% auto;
    width: 7px;
    height: 8px;
  }
  #header .left .btn-pop a:hover {
    border-color: transparent;
  }

  #news {
    position: absolute;
    top: 850px;
    z-index: 10;
    width: 429px;
    left: 51px;
    border: 1px solid #fff;
    color: #fff;
    padding: 18px 10px 14px 10px;
    margin: 0;
  }
  #news .left {
    width: 113px;
  }
  #news .left::before {
    background: #fff;
  }
  #news .left h2 {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  #news .left .btn-more {
    width: 62px;
    margin: 5px auto 0;
  }
  #news .left .btn-more a {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
  }
  #news .left .btn-more a:hover {
    opacity: 0.8;
  }
  #news #feed {
    width: calc(100% - 113px);
    padding-left: 17px;
  }

  .btn-link {
    padding: 0 39px 0 0;
  }
  .btn-link a {
    border: 2px solid rgba(0, 0, 0, 0.7);
    font-size: 20px;
  }
  .btn-link a:hover {
    opacity: 0.8;
  }

  #footer #shopinfo {
    padding: 0 0 90px;
    background: url("../img/shared/f_deco.png") no-repeat top center;
  }
  #footer #shopinfo::before {
    top: 70px;
    left: 20px;
    right: 20px;
    bottom: 273px;
  }
  #footer #shopinfo h2 {
    margin: 0 0 92px;
  }
  #footer #shopinfo .flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 53px;
    min-height: 705px;
  }
  #footer #shopinfo .flex .box {
    position: absolute;
    bottom: 0;
    left: 41px;
    width: 391px;
    border: 2px solid #000;
    padding: 37px 40px 44px;
    margin: 0;
  }
  #footer #shopinfo .flex .box h3 {
    margin: 13px 0 0;
    width: auto;
  }
  #footer #shopinfo .flex .box .txt {
    margin: 0 0 0 29px;
    padding: 0 0 0 33px;
    letter-spacing: 0;
    font-size: 16px;
  }
  #footer #shopinfo .flex .box .txt::before {
    top: 10px;
    width: 2px;
  }
  #footer #shopinfo .flex .left {
    width: 369px;
    padding: 10px 0 0;
  }
  #footer #shopinfo .flex .left .logo {
    margin: 0 0 37px;
  }
  #footer #shopinfo .flex .left .tel {
    margin: 0;
  }
  #footer #shopinfo .flex .left .btn-web {
    margin: 7px 0 0;
  }
  #footer #shopinfo .flex .right {
    width: 520px;
  }
  #footer #shopinfo .flex .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0;
    line-height: 1.7;
    padding: 0 0 3px 4px;
  }
  #footer #shopinfo .flex .right dl dt {
    width: 150px;
  }
  #footer #shopinfo .flex .right dl dd {
    width: calc(100% - 130px);
    margin-right: -20px;
  }
  #footer #shopinfo .flex .right dl + dl {
    margin-top: 22px;
  }
  #footer #shopinfo .img {
    margin: 111px 0 0;
  }
  #footer #ggmap iframe {
    height: 600px;
  }
  #footer .list-btn {
    margin: 44px 0 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .list-btn .btn-link {
    padding: 0 39px 0 0;
    width: 350px;
    margin: 0 55px;
  }
  #footer .list-btn .btn-link a {
    border: 2px solid rgba(0, 0, 0, 0.7);
    position: relative;
    font-size: 20px;
    text-align: center;
    line-height: 2.4;
    letter-spacing: 0.06em;
    text-decoration: none;
  }
  #footer .list-btn .btn-link a:hover {
    opacity: 0.8;
  }
  #footer .list-btn .btn-link a:after {
    content: '';
    position: absolute;
    top: 17px;
    background: url("../img/shared/arrow7.png") no-repeat top center/100% auto;
    width: 71px;
    height: 10px;
    right: -39px;
  }
  #footer .list-btn .btn2 {
    text-align: center;
    font-size: 15px;
    margin: 6px 0 0;
    letter-spacing: 0;
  }
  #footer .group2 {
    padding: 18px 0 54px;
  }
  #footer .group2 .nav {
    color: #eeece7;
  }
  #footer .group2 .nav li {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  #footer .group2 .nav li + li {
    border-left: 1px solid;
    margin: 0 0 0 10px;
    padding-left: 10px;
  }
  #footer .group2 #socialbuttons {
    margin: 34px 0 16px;
  }
  #footer .group2 address, #footer .group2 .cookies-link {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  #footer #shopinfo {
    background: url("../img/shared/f_deco.png") no-repeat top left;
  }
  #footer #shopinfo::before {
    left: 100px;
    right: 100px;
  }
}
