@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

	@mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Avenir", 'Montserrat', "NotoSans-regular", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

body.is-open-modal {
  overflow: hidden;
}

/* スムーズスクロール用設定 */
/* Header */
.header {
  width: 100%;
  min-width: 1160px;
  transition: all .3s;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
}

/* 通常ヘッダー */
.header__inner {
  width: 100%;
  height: 82px;
  display: table;
  background-color: #faf4ec;
  zoom: 1;
  position: relative;
  z-index: 1;
}

.header__inner:after {
  content: "";
  clear: both;
  display: block;
}

.header__inner__logo {
  display: table-cell;
  background-color: #faf4ec;
  vertical-align: middle;
  text-align: center;
  min-width: 233px;
}

.header__inner__btn {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  background: #c59a67;
  background: linear-gradient(135deg, #c59a67 0%, #a68257 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59a67', endColorstr='#a68257',GradientType=1 );
}

.header__inner__btn__wrap {
  width: 100%;
  height: 100%;
  display: table;
}

/* Global Navi */
.header__inner__btn__gnav {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}

.header__inner__btn__gnav ul {
  font-size: 0;
  letter-spacing: 0;
  height: 100%;
}

.header__inner__btn__gnav__list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  margin-right: 40px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  -webkit-font-smoothing: antialiased;
  transition: all .3s ease-in;
}

.header__inner__btn__gnav__list a {
  display: table;
  width: 100%;
  height: 100%;
}

.header__inner__btn__gnav__list span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.header__inner__btn__gnav__list:after {
  content: ' ';
  display: block;
  background: url("../img/base/nav_bg_current.png") no-repeat center bottom;
  width: 192px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -96px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.4s cubic-bezier(0.87, 0.01, 0.24, 1);
}

.header__inner__btn__gnav__list:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 0px;
  height: 2px;
  background-color: #263a58;
  transition: all 0.4s cubic-bezier(0.87, 0.01, 0.24, 1);
}

.header__inner__btn__gnav__list:last-child {
  margin-right: 0;
}

.header__inner__btn__gnav__list:hover, .header__inner__btn__gnav__list.is-current {
  transition: all .2s ease-out;
}

.header__inner__btn__gnav__list:hover:after, .header__inner__btn__gnav__list.is-current:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 0.5s cubic-bezier(0.87, 0.01, 0.24, 1);
}

.header__inner__btn__gnav__list:hover:before, .header__inner__btn__gnav__list.is-current:before {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.87, 0.01, 0.24, 1);
}

/* Language Button */
.header__inner__btn__lang {
  display: table-cell;
  width: 116px;
  vertical-align: middle;
  text-align: center;
}

.header__inner__btn__lang ul {
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
  line-height: 20px;
  border-left: #c59a67 solid 1px;
}

.header__inner__btn__lang li {
  display: inline-block;
  letter-spacing: .2em;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  margin-right: 17px;
}

.header__inner__btn__lang li:last-child {
  margin-right: 0;
}

.header__inner__btn__lang a {
  color: #ceb89e;
  transition: all .2s ease-out;
}

.header__inner__btn__lang a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all .2s ease-out;
}

.header__inner__btn__lang li.is-current a {
  color: #f5eee4;
}

/* Online Store Button */
.header__inner__store {
  display: table-cell;
  background-color: #303d5c;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

.header__inner__store__btn {
  display: table;
  width: 100%;
  height: 100%;
}

.header__inner__store__btn a {
  display: table-cell;
  vertical-align: middle;
  transition: all .2s ease-out;
}

.header__inner__store__btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all .2s ease-out;
}

.header__inner__store__btn__icon {
  margin-bottom: 12px;
}

.header__inner__store__btn__text {
  color: #f5eee4;
  font-size: 10px;
  letter-spacing: .2em;
  display: block;
  line-height: 1.0em;
}

/* SNS Button（SP ONLY） */
.header__inner__sns {
  display: none;
}

/* Close Button（SP ONLY） */
.header__inner__close {
  display: none;
}

/* SP HEADER */
.spheader {
  display: none;
}

/* 固定ヘッダー */
.fixheader {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 10000;
  height: 82px;
  display: none;
}

.fixheader__inner {
  display: table;
  height: 100%;
}

.fixheader__inner__logo {
  display: none;
}

.fixheader__inner__hum {
  display: table-cell;
  width: 82px;
  background-color: #c59a67;
}

.fixheader__inner__hum__trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.fixheader__inner__hum__trigger span {
  transition: all .4s;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  height: 2px;
  background-color: #faf4ec;
}

.fixheader__inner__hum__trigger span:nth-of-type(1) {
  width: 22px;
  margin-top: -8px;
}

.fixheader__inner__hum__trigger span:nth-of-type(2) {
  width: 17px;
  margin-top: -1px;
}

.fixheader__inner__hum__trigger span:nth-of-type(3) {
  width: 12px;
  margin-top: 6px;
}

.fixheader__inner__hum__trigger:hover span:nth-of-type(2) {
  width: 22px;
  transition: width .4s forwards;
}

.fixheader__inner__hum__trigger:hover span:nth-of-type(3) {
  width: 22px;
  transition: width .4s forwards;
}

.fixheader__inner__store {
  display: table-cell;
  background-color: #303d5c;
  text-align: center;
  vertical-align: middle;
}

.fixheader__inner__store__btn {
  display: table;
  height: 100%;
}

.fixheader__inner__store__btn a {
  display: table-cell;
  vertical-align: middle;
  width: 82px;
  position: relative;
}

.fixheader__inner__store__btn__icon {
  position: absolute;
  left: 0px;
  top: 18px;
  z-index: 0;
  top: 31px;
  text-align: center;
  width: 100%;
}

.fixheader__inner__store__btn__text {
  position: absolute;
  left: 0px;
  bottom: 14px;
  z-index: 0;
  text-align: center;
  width: 100%;
  color: #f5eee4;
  font-size: 10px;
  letter-spacing: .2em;
  display: block;
  line-height: 1.0em;
  white-space: nowrap;
  display: none;
}

/* Container */
.container {
  width: 100%;
  min-height: 100%;
}

/* Footer */
.footer {
  display: block;
  width: 100%;
  background-color: #4f4447;
  position: relative;
}

.footer__copy {
  font-size: 185px;
  color: #483F41;
  display: block;
  line-height: 1.0em;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 110px;
  z-index: 0;
  width: 100%;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-weight: 700;
}

.footer__banners {
  width: calc(100% - 48px);
  min-width: 1060px;
  margin: 0 auto;
  padding: 254px 0 180px 0;
  position: relative;
  z-index: 1;
}

.footer__banners__list {
  display: table;
  width: 100%;
  margin-bottom: 35px;
}

.footer__banners__list li {
  display: table-cell;
  width: 33%;
}

.footer__banners__nav {
  width: 495px;
  margin: 0 auto;
  display: table;
}

.footer__banners__nav__num {
  display: table-cell;
  line-height: 1.0em;
  text-align: center;
}

.footer__banners__nav__num ul {
  letter-spacing: 0;
  font-size: 0;
}

.footer__banners__nav__num li {
  letter-spacing: 1;
  display: inline-block;
}

.footer__banners__nav__num a {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
}

.footer__banners__nav__num span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}

.footer__banners__nav__num .current span {
  background-color: #C59A67;
}

.footer__banners__nav__left,
.footer__banners__nav__right {
  display: table-cell;
  width: 71px;
  line-height: 1.0em;
  vertical-align: top;
}

.footer__banners__nav__left a,
.footer__banners__nav__right a {
  display: block;
  padding: 2px 0 10px 0;
}

.footer__inner {
  width: 100%;
  height: 176px;
  display: table;
}

.footer__inner__sns {
  display: table-cell;
  background-color: #303d5c;
  width: 48%;
  position: relative;
}

.footer__inner__sns__text {
  position: relative;
  line-height: 1.0em;
  color: #C59A67;
  position: absolute;
  left: 0px;
  top: 29px;
  z-index: 0;
  font-size: 12px;
  letter-spacing: .1em;
  padding-left: 24px;
}

.footer__inner__sns__text:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #C59A67;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  top: 50%;
  margin-top: -1px;
}

.footer__inner__sns__links {
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 90px;
  z-index: 0;
  width: 100%;
}

.footer__inner__sns__links li {
  letter-spacing: 1;
  display: inline-block;
  padding: 0 22px;
  border-right: #3b4867 solid 1px;
}

.footer__inner__sns__links li:last-child {
  border: none;
}

.footer__inner__sns__links a {
  letter-spacing: .2em;
  font-size: 10px;
  display: block;
  line-height: 1.0em;
  padding: 0px 22px;
  color: #c59a67;
  transition: all .2s ease-out;
}

.footer__inner__sns__links a:hover {
  transition: all .2s ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.footer__inner__sns__links span {
  vertical-align: middle;
  margin-right: 10px;
}

.footer__inner__sns__links span:last-child {
  margin-right: 0;
}

.footer__inner__sns__links__name {
  display: inline-block;
}

.footer__inner__sns__links__icon {
  display: inline-block;
}

.footer__inner__sns__links__insta {
  display: inline-block;
}

.footer__inner__pagetop {
  display: table-cell;
  background-color: #c59a67;
  width: 58px;
  vertical-align: middle;
}

.footer__inner__pagetop a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

.footer__inner__links {
  display: table-cell;
  position: relative;
  width: 48%;
}

.footer__inner__links__copyright {
  height: 48px;
  font-size: 10px;
  color: #777274;
  text-align: right;
}

.footer__inner__links__copyright span {
  display: inline-block;
  letter-spacing: .1em;
  padding-top: 10px;
  margin-right: 24px;
}

.footer__inner__links__wrap {
  background-color: #faf4ec;
  height: 128px;
  width: 100%;
  display: table;
}

.footer__inner__links__wrap ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.footer__inner__links__wrap li {
  letter-spacing: .1em;
  font-size: 12px;
  display: inline-block;
  margin: 0 20px;
}

.footer__inner__links__wrap a {
  color: #c59a67;
}

.word {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.string {
  font-style: normal;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  font-weight: normal;
}

/*  --------------------------------------------------
  スムーズスクロール用コンテナ
 -------------------------------------------------- */
.ie .body,
.edge .body {
  position: relative;
  z-index: 0;
}

.ie .htmlContainer,
.edge .htmlContainer {
  background: #faf4ec;
  position: absolute;
  top: 0;
}

.ie .scrollContainer.is-active,
.edge .scrollContainer.is-active {
  transition: none;
}

.scrollContainer {
  width: 100%;
  height: 100%;
  will-change: transform;
}

.scrollContainer.is-active {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*  --------------------------------------------------
  固定ヘッダー 追加調整
 -------------------------------------------------- */
.fixheader {
  pointer-events: none;
  -webkit-transform: translate(0, -82px);
          transform: translate(0, -82px);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  display: block;
}

.fixheader.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
}

.fixheader.is-active-idle {
  pointer-events: none;
  -webkit-transform: translate(0, -82px);
          transform: translate(0, -82px);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
}

.ie .fixheader,
.edge .fixheader {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

/*  --------------------------------------------------
  固定ヘッダークリック後に表示される
  ※オリジナルのヘッダーをJSで複製したもの
 -------------------------------------------------- */
.header-clone {
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(0, -82px);
          transform: translate(0, -82px);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
}

.header-clone.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.17, 1);
}

/*  --------------------------------------------------
  スライド 共通設定
 -------------------------------------------------- */
.swiper-container .swiper-wrapper {
  height: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.swiper-container .swiper-slide {
  text-align: center;
  background: transparent;
  height: auto;
  position: relative;
  /* Center slide text vertically */
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container .swiper-slide a {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 15.625vw 0 21.875vw

	@mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    font-size: 14px;
    line-height: 24px;
    font-family: "Avenir", 'Montserrat', "NotoSans-regular", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* Header */
  .header {
    width: 100%;
    min-width: 100%;
    height: 100%;
    transition: all .3s;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: none;
  }
  /* 通常ヘッダー */
  .header__inner {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #4f4447;
    zoom: 1;
    position: relative;
    z-index: 1;
  }
  .header__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__inner__logo {
    display: block;
    background-color: #4f4447;
    vertical-align: middle;
    text-align: center;
    min-width: 100%;
    padding-top: 15.5px;
    padding-top: 4.84375vw;
    padding-bottom: 43px;
    padding-bottom: 13.4375vw;
  }
  .header__inner__logo a {
    display: block;
    line-height: 1.0em;
  }
  .header__inner__logo svg {
    height: 20.5px;
    height: 6.40625vw;
    width: auto;
  }
  .header__inner__logo path {
    fill: #c59a67;
  }
  .header__inner__btn {
    display: block;
    position: relative;
    vertical-align: middle;
    background: none;
  }
  .header__inner__btn__wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  /* Global Navi */
  .header__inner__btn__gnav {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .header__inner__btn__gnav ul {
    font-size: 0;
    letter-spacing: 0;
    height: auto;
  }
  .header__inner__btn__gnav__list {
    position: relative;
    display: block;
    vertical-align: top;
    height: auto;
    position: relative;
    margin-right: 0;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
    color: #ffffff;
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1em;
    letter-spacing: .075em;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease-in;
  }
  .header__inner__btn__gnav__list a {
    display: table;
    width: 100%;
    height: 100%;
    color: #F5EEE4;
  }
  .header__inner__btn__gnav__list span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .header__inner__btn__gnav__list:after, .header__inner__btn__gnav__list:before {
    display: none;
  }
  .header__inner__btn__gnav__list:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header__inner__btn__gnav__list:hover, .header__inner__btn__gnav__list.is-current {
    transition: none;
  }
  .header__inner__btn__gnav__list:hover:after, .header__inner__btn__gnav__list:hover:before, .header__inner__btn__gnav__list.is-current:after, .header__inner__btn__gnav__list.is-current:before {
    display: none;
  }
  /* Language Button */
  .header__inner__btn__lang {
    display: block;
    width: 80px;
    width: 25vw;
    height: 20.5px;
    height: 6.40625vw;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    right: 5px;
    right: 1.5625vw;
    top: 15.5px;
    top: 4.84375vw;
  }
  .header__inner__btn__lang ul {
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    display: table;
    line-height: 20.5px;
    line-height: 6.40625vw;
    border: none;
  }
  .header__inner__btn__lang li {
    display: table-cell;
    width: 50%;
    letter-spacing: .2em;
    font-size: 11px;
    font-size: 3.4375vw;
    -webkit-font-smoothing: antialiased;
    line-height: 20.5px;
    line-height: 6.40625vw;
    margin-right: 0;
  }
  .header__inner__btn__lang a {
    color: #ceb89e;
    width: 100%;
    height: 100%;
    display: block;
  }
  .header__inner__btn__lang li.is-current a {
    color: #f5eee4;
  }
  /* Online Store Button */
  .header__inner__store {
    display: block;
    background-color: #303d5c;
    text-align: center;
    vertical-align: middle;
    width: 270px;
    width: 84.375vw;
    height: 35px;
    height: 10.9375vw;
    margin: 0 auto 35px auto;
    margin: 0 auto 10.9375vw auto;
  }
  .header__inner__store__btn {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__inner__store__btn a {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__inner__store__btn__icon {
    margin-bottom: 0;
    position: absolute;
    left: 17px;
    left: 5.3125vw;
    top: 50%;
    height: 20px;
    height: 6.25vw;
    width: auto;
    margin-top: -10px;
    margin-top: -3.125vw;
  }
  .header__inner__store__btn__text {
    color: #f5eee4;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .2em;
    display: block;
    line-height: 35px;
    line-height: 10.9375vw;
    padding-left: 20px;
    padding-left: 6.25vw;
  }
  /* SNS Button（SP ONLY） */
  .header__inner__sns {
    width: 270px;
    width: 84.375vw;
    display: block;
    height: 16px;
    height: 5vw;
    margin: 0 auto;
  }
  .header__inner__sns ul {
    display: table;
    width: 100%;
    height: 100%;
  }
  .header__inner__sns li {
    display: table-cell;
    vertical-align: middle;
  }
  .header__inner__sns li:nth-child(2) {
    text-align: center;
  }
  .header__inner__sns li:nth-child(3) {
    text-align: right;
  }
  .header__inner__sns a {
    display: block;
    line-height: 16px;
    line-height: 5vw;
    letter-spacing: 0;
  }
  .header__inner__sns__icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-right: 2.1875vw;
  }
  .header__inner__sns__icon svg {
    height: 16px;
    height: 5vw;
    width: auto;
    vertical-align: top;
  }
  .header__inner__sns__link {
    display: inline-block;
    color: #C59A67;
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: .2em;
    line-height: 1.0em;
  }
  /* Close Button（SP ONLY） */
  .header__inner__close {
    display: table;
    width: 42px;
    width: 13.125vw;
    height: 51px;
    height: 15.9375vw;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .header__inner__close a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .header__inner__close img {
    width: 20px;
    width: 6.25vw;
    height: auto;
    vertical-align: top;
  }
  /* SP HEADER */
  .spheader {
    display: block;
    width: 100%;
    height: 51px;
    height: 15.9375vw;
    position: relative;
    z-index: 100;
  }
  .spheader__inner {
    position: relative;
  }
  .spheader__inner__logo {
    width: 100%;
    text-align: center;
    padding-top: 15.5px;
    padding-top: 4.84375vw;
  }
  .spheader__inner__logo svg {
    height: 20.5px;
    height: 6.40625vw;
    width: auto;
    vertical-align: top;
  }
  .spheader__inner__hum {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 40px;
    width: 12.5vw;
    height: 51px;
    height: 15.9375vw;
    background-color: #c59a67;
  }
  .spheader__inner__hum__trigger {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .spheader__inner__hum__trigger span {
    display: block;
    height: 2px;
    height: 0.625vw;
    background-color: #faf2e9;
    position: absolute;
    left: 9px;
    left: 2.8125vw;
  }
  .spheader__inner__hum__trigger span:nth-child(1) {
    width: 22px;
    width: 6.875vw;
    top: 17.5px;
    top: 5.46875vw;
  }
  .spheader__inner__hum__trigger span:nth-child(2) {
    width: 17px;
    width: 5.3125vw;
    top: 24.5px;
    top: 7.65625vw;
  }
  .spheader__inner__hum__trigger span:nth-child(3) {
    width: 12px;
    width: 3.75vw;
    top: 31.5px;
    top: 9.84375vw;
  }
  .spheader__inner__store {
    width: 40px;
    width: 12.5vw;
    height: 52px;
    height: 16.25vw;
    background-color: #303D5C;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    right: -1px;
    right: -0.3125vw;
    display: table;
  }
  .spheader__inner__store a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .spheader__inner__store__icon {
    height: 18px;
    height: 5.625vw;
    width: auto;
    vertical-align: top;
  }
  /* 固定ヘッダー */
  .fixheader {
    display: none;
  }
  /* Container */
  .container {
    width: 100%;
    min-height: 100%;
  }
  /* Footer */
  .footer {
    display: block;
    width: 100%;
    background-color: #4f4447;
    position: relative;
  }
  .footer__copy {
    font-size: 65px;
    font-size: 20.3125vw;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-weight: 700;
    color: #483F41;
    display: block;
    line-height: 1.0em;
    text-align: center;
    top: 40px;
    top: 12.5vw;
    width: 100%;
  }
  .footer__banners {
    width: 84.375%;
    min-width: 84.375%;
    height: 340px;
    height: 106.25vw;
    margin: 0 auto;
    padding: 88px 0 40px 0;
    padding: 27.8125vw 0 12.5vw 0;
    position: relative;
    z-index: 1;
  }
  .footer__banners__list {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
    zoom: 1;
  }
  .footer__banners__list:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__banners__list li {
    display: block;
    width: 100%;
    float: none;
  }
  .footer__banners__list img {
    vertical-align: top;
  }
  .footer__banners__nav {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .footer__banners__nav__num {
    display: block;
    line-height: 1.0em;
    text-align: center;
    padding: 20px 0 0 0;
    padding: 6.25vw 0 0 0;
  }
  .footer__banners__nav__num ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__banners__nav__num li {
    letter-spacing: 1;
    display: inline-block;
  }
  .footer__banners__nav__num a {
    display: block;
    width: 26px;
    width: 8.125vw;
    height: 26px;
    height: 8.125vw;
    position: relative;
  }
  .footer__banners__nav__num span {
    display: block;
    width: 8px;
    width: 2.5vw;
    height: 8px;
    height: 2.5vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .footer__banners__nav__num .current span {
    background-color: #C59A67;
  }
  .footer__banners__nav__left,
  .footer__banners__nav__right {
    display: block;
    width: 73px;
    width: 22.8125vw;
    line-height: 1.0em;
    vertical-align: top;
  }
  .footer__banners__nav__left a,
  .footer__banners__nav__right a {
    display: block;
    padding: 1px 0 5px 0;
    padding: 0.3125vw 0 1.5625vw 0;
  }
  .footer__banners__nav__left img,
  .footer__banners__nav__right img {
    width: 100%;
    height: auto;
  }
  .footer__banners__nav__left {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .footer__banners__nav__right {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
  .footer__inner {
    width: 100%;
    height: auto;
    display: block;
  }
  .footer__inner__sns {
    display: block;
    background-color: #303d5c;
    width: 100%;
    position: relative;
    padding: 44px 0 0 0;
    padding: 13.75vw 0 0 0;
    height: 120px;
    height: 37.5vw;
  }
  .footer__inner__sns__text {
    display: none;
  }
  .footer__inner__sns__links {
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  .footer__inner__sns__links li {
    letter-spacing: 1;
    display: inline-block;
    padding: 0;
    border: none;
  }
  .footer__inner__sns__links li:first-child {
    background: url("../img/base/icon_fb_beige.png") no-repeat left center;
    background-size: auto 50%;
  }
  .footer__inner__sns__links li:last-child {
    border: none;
  }
  .footer__inner__sns__links a {
    letter-spacing: .2em;
    font-size: 10px;
    font-size: 3.125vw;
    display: block;
    line-height: 1.0em;
    padding: 10px 0 10px 15px;
    padding: 3.125vw 0 3.125vw 4.6875vw;
    color: #c59a67;
  }
  .footer__inner__sns__links a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
  }
  .footer__inner__sns__links__name {
    margin: 0;
  }
  .footer__inner__sns__links__icon {
    display: none;
  }
  .footer__inner__sns__links__insta {
    display: inline-block;
    background: url("../img/base/icon_insta_beige.png") no-repeat left center;
    background-size: auto 50%;
    padding: 0 0 0 5px;
    padding: 0 0 0 1.5625vw;
    margin: 0 0 0 20px;
    margin: 0 0 0 6.25vw;
  }
  .footer__inner__pagetop {
    display: block;
    background-color: #c59a67;
    width: 59px;
    width: 18.4375vw;
    height: 80px;
    height: 25vw;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 569px;
    top: 177.8125vw;
    margin-left: -29.5px;
    margin-left: -9.21875vw;
  }
  .footer__inner__pagetop p {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/base/btn_pagetop_sp.png") no-repeat center center;
    background-size: 15px auto;
    background-size: 4.6875vw auto;
  }
  .footer__inner__pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0;
  }
  .footer__inner__pagetop img {
    display: none;
  }
  .footer__inner__links {
    display: block;
    position: relative;
    width: 100%;
  }
  .footer__inner__links__copyright {
    height: 150px;
    height: 46.875vw;
    width: 100%;
    font-size: 8px;
    font-size: 2.5vw;
    color: #777274;
    text-align: center;
    position: absolute;
    left: 0;
    top: 120px;
    top: 37.5vw;
    background-color: #4f4447;
  }
  .footer__inner__links__copyright span {
    display: inline-block;
    letter-spacing: .1em;
    padding-top: 105px;
    padding-top: 32.8125vw;
    margin: 0;
  }
  .footer__inner__links__wrap {
    background-color: #faf4ec;
    height: 120px;
    height: 37.5vw;
    width: 100%;
    display: table;
  }
  .footer__inner__links__wrap ul {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__inner__links__wrap li {
    letter-spacing: .1em;
    font-size: 12px;
    font-size: 3.75vw;
    display: inline-block;
    padding: 0 25px;
    padding: 0 7.8125vw;
    margin: 0;
    position: relative;
  }
  .footer__inner__links__wrap li:last-child:after {
    content: ' ';
    display: block;
    width: 1px;
    width: 0.3125vw;
    height: 40px;
    height: 12.5vw;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    margin-top: -6.25vw;
  }
  .footer__inner__links__wrap a {
    color: #c59a67;
  }
}
