@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700&display=swap");
/** GENERAL
==============================================*/
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

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

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub,
sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden='false'] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden='false']:focus {
  clip: auto;
}

/*
  INIT
---------------------------------------------------------------- */
body {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #464646;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

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

.clearfix {
  *zoom: 1;
}

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

.notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

/** FONTS
==============================================*/
/** JS LIBS
==============================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    background-size: auto 100%;
    top: 34vw;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.8;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev {
  left: -100px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -100px;
}

.slick-next {
  right: -100px;
  z-index: 111;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 5px;
  }
}

[dir="rtl"] .slick-next {
  left: -100px;
  right: auto;
}

.slick-prev {
  background-image: url(../img/common/slider-arrow-prev.png);
}

.slick-next {
  background-image: url(../img/common/slider-arrow-next.png);
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    padding: 3em 0 0;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 0.5em;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 4px;
  cursor: pointer;
  background-color: #A6937B;
  border-radius: 16px;
  line-height: 16px;
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    padding: 7px;
  }
}

.slick-dots li.slick-active button {
  color: #E73828;
  background-color: transparent;
  opacity: 1;
  border: 6px solid #A6937B;
}

/** COMMON
==============================================*/
.inline-block {
  font-size: 0;
}

.inline-block li {
  display: inline-block;
}

a {
  color: #464646;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #464646;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 767px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

img.flex {
  width: 100%;
  height: auto;
}

img.full {
  max-width: none;
}

img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .small-nopad {
    padding: 0 !important;
  }
}

/** HEADER MASTHEAD
==============================================*/
.site-header {
  z-index: 999;
  position: fixed;
}

@media only screen and (min-width: 768px) {
  .site-header {
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@media only screen and (max-width: 767px) {
  .masthead {
    padding: 10px 10px 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .masthead .brand-logo {
    padding-top: 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .masthead .brand-logo img {
    height: 34px;
  }
}

.masthead .brand-logo .txt {
  display: inline-block;
  margin-top: 1.5em;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.65ch;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .masthead .brand-logo .txt {
    display: none;
  }
}

.globalnav {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .globalnav .gn-list {
    margin-top: 70px;
    text-align: left;
    padding-left: 34px;
  }
  .globalnav .gn-list li {
    margin: 1em 0;
  }
}

@media only screen and (max-width: 767px) {
  .globalnav .gn-list {
    text-align: center;
  }
  .globalnav .gn-list a {
    display: block;
    padding: 1em 0;
    font-size: 1.5rem;
  }
  .globalnav .gn-list li {
    margin: 0.25em 0;
  }
}

.globalnav .brand-mark {
  padding: 40px 0 20px;
}

.globalnav .brand-mark img {
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .globalnav {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc( 100vh - 50px);
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.gn-nav {
  position: fixed;
  line-height: 1;
  top: 25px;
  right: 25px;
  background-color: #342A29;
  -webkit-transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 768px) {
  .gn-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gn-nav {
    width: 50px;
    z-index: 9999;
  }
}

@media only screen and (max-width: 767px) {
  .gn-nav {
    display: block;
    border-radius: 0;
    top: 0;
    right: 0px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 37px 31px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .hamburger {
    padding: 16px 14px;
    height: 50px;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #E5CBAC;
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #E5CBAC;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 48px;
          perspective: 48px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/** MAIN CONTAINERS
==============================================*/
@media only screen and (min-width: 768px) {
  .site-main {
    padding-left: 180px;
  }
  .pad-l {
    padding-left: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 50px;
    overflow: hidden;
  }
}

a.more {
  display: block;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  width: 240px;
  padding: 1.25em 0;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  a.more {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  a.more {
    font-size: 1.2rem;
    width: 200px;
  }
}

a.more.border {
  color: #111;
  border: 1px solid #111;
}

@media only screen and (min-width: 768px) {
  a.more.border:hover {
    background-color: #111;
    color: #fff;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  a.more.border {
    border: 1px solid #342A29;
  }
}

a.more.radius {
  border-radius: 40px;
}

a.more.wh {
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  a.more.wh:hover {
    background-color: #342A29;
    color: #fff;
  }
}

a.more.fill {
  background-color: #fff;
  color: #111;
}

@media only screen and (min-width: 768px) {
  a.more.fill {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  a.more.fill:hover {
    opacity: 0.7;
  }
}

a.more.hover {
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (min-width: 768px) {
  a.more.hover:hover {
    background-color: #fff;
    color: #058D9B;
  }
}

a.more dt {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.25ch;
}

a.more dd {
  font-size: 1.4rem;
}

.wrap {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1200px;
    margin: 0 auto;
  }
}

.fixed .wrap {
  height: 100%;
  overflow: hidden;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

.boxshadow {
  position: relative;
}

.boxshadow > * {
  position: relative;
}

.boxshadow:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0C978A;
  left: 9%;
  top: 10%;
}

@media only screen and (max-width: 767px) {
  .boxshadow:before {
    left: 20px;
    top: 20px;
  }
}

span.marker {
  color: #342A29;
  font-size: 1rem;
  margin-right: 0.25em;
}

.txt.flex {
  font-size: calc(100% + .35vw);
}

.t-gradient {
  background: #04b1a0;
  background: linear-gradient(149deg, #04b1a0 32%, #1e3190 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-pagination {
  margin: 30px 30px 0;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #0f0d0d;
  opacity: .2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1260px;
}

.row .row {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .row {
    padding: 0 15px;
  }
}

.w640 {
  max-width: 640px;
}

.w700 {
  max-width: 700px;
}

.w860 {
  max-width: 860px;
  padding: 0;
}

.w900 {
  max-width: 900px;
  padding: 0;
}

.w960 {
  max-width: 960px;
}

.w880 {
  max-width: 920px;
}

.w1000 {
  max-width: 1040px;
}

.w1080 {
  max-width: 1120px;
}

.w1120 {
  max-width: 1160px;
}

.w1240 {
  max-width: 1280px;
}

.w920 {
  max-width: 960px;
}

.wfhd {
  max-width: 1920px;
}

.block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .section.border {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.section-content.pad-top {
  padding-top: 100px;
}

.section-content.pad-btm {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .section .offset {
    padding: 0 15px;
  }
}

.section .headline .panel.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  position: relative;
}

.section .headline .panel.vertical > * {
  position: relative;
}

.section .headline .panel.vertical:before {
  content: ' ';
  display: block;
  background-image: url(../img/common/page-title.png);
  width: 200px;
  height: 434px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translate(68px, -90px);
          transform: translate(68px, -90px);
}

@media only screen and (max-width: 767px) {
  .section .headline .panel.vertical:before {
    width: 100px;
    height: 220px;
    background-size: 100% auto;
    -webkit-transform: translate(18px, -42px);
            transform: translate(18px, -42px);
  }
}

@media only screen and (min-width: 768px) {
  .section .headline .panel.vertical.left {
    margin-left: 100px;
  }
  .section .headline .panel.vertical.right {
    margin-left: auto;
    margin-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section .headline .panel.vertical {
    margin: 0 auto;
  }
}

.section .headline .panel.vertical .jp {
  font-size: 4.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .section .headline .panel.vertical .jp {
    font-size: 2.3rem;
    padding: 0 15px 0 0;
  }
}

.section .headline .panel.vertical .en {
  font-size: 1.2rem;
  letter-spacing: 0.35ch;
  padding-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .section .headline .panel.vertical .en {
    font-size: 1.0rem;
    display: block;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    width: calc(100%/0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.section .headline.left {
  text-align: left;
}

.section .headline.common {
  padding-top: 90px;
  background-image: url(../img/common/headline-logo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media only screen and (max-width: 767px) {
  .section .headline.common {
    padding-top: 60px;
    background-size: 50px auto;
  }
}

.section .headline__desc {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .section .headline__desc {
    font-size: 1.4rem;
  }
}

.section .headline__title {
  font-size: 3.0rem;
}

@media only screen and (max-width: 767px) {
  .section .headline__title {
    font-size: 2.2rem;
  }
}

.section .headline__title span {
  display: inline-block;
}

.section .headline__title span.small {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .section .headline__title span.small {
    font-size: 1.5rem;
  }
}

.section .headline__title span.large {
  font-size: 3.6rem;
  letter-spacing: 0.15ch;
}

@media only screen and (max-width: 767px) {
  .section .headline__title span.large {
    letter-spacing: 0.05ch;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.section .headline__title span.border {
  border-bottom: 2px solid #fff;
}

.section .headline__en {
  font-size: 1.8rem;
  letter-spacing: 0.2ch;
  font-family: "EB Garamond", serif;
}

@media only screen and (max-width: 767px) {
  .section .headline__en {
    font-size: 1.4rem;
  }
}

.section .headline__jp {
  font-size: 4.8rem;
}

.section .headline.pagetitle .headline__ja {
  font-size: 3.6rem;
  letter-spacing: 0.5ch;
}

@media only screen and (max-width: 767px) {
  .section .headline.pagetitle .headline__ja {
    font-size: 2.4rem;
  }
}

.section .headline.pagetitle .headline__en {
  font-size: 1.6rem;
  margin-top: 0.25em;
  letter-spacing: 0.25ch;
}

@media only screen and (max-width: 767px) {
  .section .headline.pagetitle .headline__en {
    font-size: 1.0rem;
  }
}

.breadcrumbs {
  color: #fff;
  padding: 2em 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs .bc-list {
  margin-bottom: 0;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs .bc-list {
    padding: 10px;
  }
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs li {
  line-height: 1;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 1.0rem;
    margin: 5px 0;
  }
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 1em;
  position: relative;
  opacity: 1;
}

.breadcrumbs li.disabled {
  font-weight: bold;
}

.pagetop a {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #0093A1;
  padding: 1em 0;
}

@media only screen and (min-width: 768px) {
  .pagetop a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .pagetop a:hover {
    opacity: 0.7;
  }
}

.excursion {
  background-color: #E5CBAC;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}

.excursion a {
  color: #fff;
  display: block;
}

.excursion dl {
  margin-top: 1em;
}

.excursion dl dt {
  font-family: "Ubuntu", sans-serif;
  color: #342A29;
  font-weight: 500;
  line-height: 1.4;
}

.excursion dl dd {
  margin-top: 0.5em;
}

.coverimg {
  background-size: cover;
  background-position: 50% 50%;
}

.products-list .item {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .products-list .item {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .products-list .item:hover {
    opacity: 0.7;
  }
}

.products-list .item dl {
  padding: 1em 0;
}

@media only screen and (max-width: 767px) {
  .products-list .item dd {
    font-size: 1.0rem;
  }
}

.products-list .item .figure {
  position: relative;
}

.products-list .item .figure:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #CBB99D transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .products-list .item .figure:after {
    border-width: 0 0 25px 25px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.post-navigation {
  border-top: 2px dotted #f6dbd1;
  margin-top: 60px;
}

.post-navigation a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .post-navigation a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.post-navigation a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .post-navigation a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .post-navigation {
    padding-bottom: 30px;
  }
}

.post-navigation .nav-links {
  position: relative;
  text-align: center;
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links {
    padding: 20px 0;
  }
}

.post-navigation .nav-links a {
  display: inline-block;
  padding: 0.5em 2em 0.5em 3em;
  background-position: 15% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links a {
    font-size: 1.3rem;
  }
}

.post-navigation .nav-links a:after {
  font-family: fontello;
  color: #342A29;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.post-navigation .nav-links > * {
  color: #006ae2;
  line-height: 32px;
  position: absolute;
}

.post-navigation .nav-links .nav-previous {
  left: 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-previous {
    left: 10px;
  }
}

.post-navigation .nav-links .nav-previous a:after {
  content: "\e801";
  left: 20px;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-previous a:after {
    left: 10px;
  }
}

.post-navigation .nav-links .nav-index {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}

.post-navigation .nav-links .nav-index a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKCAYAAAB4zEQNAAAAVUlEQVQYlXWPQQqAMBADR/E5/Y++piJ+0Y/kLqQXC8u2BvY0CckuFlkVMHBjEa9a2OK1KH/gsJiCvQewOGfAgnWYE/W5puk4aDDkV6KhbKnl6m3A0wA/6HibcmogxgAAAABJRU5ErkJggg==);
}

.post-navigation .nav-links .nav-next {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-next {
    right: 10px;
  }
}

.post-navigation .nav-links .nav-next a {
  background-position: 85% 50%;
  padding: 0.5em 3em 0.5em 2em;
}

.post-navigation .nav-links .nav-next a:after {
  content: "\e800";
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links .nav-next a:after {
    right: 10px;
  }
}

.inview.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

/** SITE FOOTER
==============================================*/
.footer {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .footer a {
    opacity: 1;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  }
  .footer a:hover {
    opacity: 0.7;
  }
}

.footer .brand {
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  .footer .brand {
    margin: 0 auto;
    font-size: 1.0rem;
    text-align: center;
  }
  .footer .brand img {
    max-width: 110px;
  }
}

.footer .brand dd {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .footer .brand dd {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    width: calc(100%/0.9);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.footer .stores {
  padding-top: 2em;
}

.footer .store {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
  .footer .store {
    font-size: 1.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .store dt {
  width: 6em;
}

.footer .dir {
  padding-top: 2em;
  font-size: 1.5rem;
}

.footer .dir li {
  margin-bottom: 1em;
}

.footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 80px 0 2em;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.25ch;
}

@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding-top: 50px;
    font-size: 1.0rem;
  }
}
