@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

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

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

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


.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col__item {
  width: 100%;
}
.col__item--sp-1 {
  width: 8.3333333333%;
}
.col__item--sp-2 {
  width: 16.6666666667%;
}
.col__item--sp-3 {
  width: 25%;
}
.col__item--sp-4 {
  width: 33.3333333333%;
}
.col__item--sp-5 {
  width: 41.6666666667%;
}
.col__item--sp-6 {
  width: 50%;
}
.col__item--sp-7 {
  width: 58.3333333333%;
}
.col__item--sp-8 {
  width: 66.6666666667%;
}
.col__item--sp-9 {
  width: 75%;
}
.col__item--sp-10 {
  width: 83.3333333333%;
}
.col__item--sp-11 {
  width: 91.6666666667%;
}
.col__item--sp-12 {
  width: 100%;
}
.col__item--sp-fifth {
  width: 20%;
}
@media (min-width: 768px), print {
  .col__item--tab-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-3 {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-6 {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-9 {
    width: 75%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-12 {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-fifth {
    width: 20%;
  }
}
@media (min-width: 768px), print {
  .col--std {
    margin: -1rem;
  }
}
.col--std .col__item {
  padding: 0.5rem;
}
@media (min-width: 768px), print {
  .col--std .col__item {
    padding: 15px;
  }
}
.col--wide {
  margin: -15px;
}
@media (min-width: 768px), print {
  .col--wide {
    margin: -30px;
  }
}
.col--wide .col__item {
  padding: 15px;
}
@media (min-width: 768px), print {
  .col--wide .col__item {
    padding: 30px;
  }
}
.col--large {
  margin: -15px;
}
@media screen and (min-width: 1024px) {
  .col--large {
    margin: -45px;
  }
}
.col--large .col__item {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .col--large .col__item {
    padding: 45px;
  }
}
.col--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .col--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}
.container--sub {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px), print {
  .header {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    text-align: left;
  }
}
.header__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__logo {
    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;
    max-width: 35%;
    margin: auto;
  }
}

@media (min-width: 768px), print {
  .nav-wrap {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrap {
    right: 5vw;
  }
}

/* メニュー開閉 */
.menu-toggle {
  cursor: pointer;
}
@media (min-width: 768px), print {
  .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 320px;
    background: #b28246;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.global-nav.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .menu-open .global-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 101;
    width: 20px;
    height: 20px;
  }
}

.nav-btn {
  position: relative;
  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;
  z-index: 100;
}
@media (min-width: 768px), print {
  .nav-btn {
    display: none;
  }
}
.nav-btn__line {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #B28246;
}
.nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav-btn--open .nav-btn__line {
  background: white;
}
.nav-btn--open .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.nav-btn--open .nav-btn__line:nth-child(2) {
  opacity: 0;
}
.nav-btn--open .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.nav-btn--close .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn--close .nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn--close .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .nav-menu-list {
    padding: 8rem 0 !important;
  }
}
@media (min-width: 768px), print {
  .nav-menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #2B2A2A;
  }
}
.nav-menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.nav-menu-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding: 10px;
}
@media (min-width: 768px), print {
  .nav-menu-list__link {
    font-size: 1.4rem;
    color: #2B2A2A;
    padding: 10px 5px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__link {
    font-size: 1.6rem;
    padding: 10px 10px;
  }
}
.nav-menu-list__icon {
  position: relative;
  padding: 10px;
  z-index: 1;
}

/*********************/
/*  ヒーローエリア  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero__mv {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 0 5vw;
}
.hero__mv .n2-section-smartslider {
  border-radius: 1.5rem;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
.hero__copy {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  color: white;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (min-width: 768px), print {
  .hero__copy {
    bottom: 3vw;
    font-size: 3.6rem;
    line-height: 1.7;
    padding-right: 2vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero__copy {
    bottom: 3vw;
    font-size: 4.6rem;
  }
}
.hero__title {
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 15px 0;
}
@media (min-width: 768px), print {
  .hero__title {
    font-size: 2.4rem;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 3rem;
    padding: 45px 0;
  }
}

/*********************/
/*  TOP  */
/*********************/
.btn-wrap {
  text-align: center;
  margin-top: 1.5em;
}

.btn {
  display: inline-block;
  color: #B28246;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #B28246;
  background: white;
  border-radius: 6rem;
  cursor: pointer;
  padding: 1.5rem;
  margin: 1.5rem auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .btn {
    font-size: 1.5rem;
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn:hover {
  background: #B28246;
  color: #fff;
}
.btn:hover:after {
  color: #fff;
}
@media (min-width: 768px), print {
  .btn + .btn {
    margin-left: 1.5rem;
  }
}
.btn--contact:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e918";
  font-size: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 1rem;
}

.returns-btn {
  position: absolute;
  top: -25px;
  right: 0;
  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;
  max-width: 15em;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  font-size: 1.3rem;
  color: white;
  line-height: 1;
  vertical-align: middle;
  background: #997632;
  border-radius: 0 0 6px 6px;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .returns-btn {
    top: -34px;
  }
}
.returns-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
}
.returns-btn:hover {
  opacity: 0.7;
}

.shopify-buy__btn {
  width: 100%;
}
.shopify-buy__btn:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e918";
  font-size: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 1rem;
}

.contents-sct {
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 0 50px;
}
@media (min-width: 768px), print {
  .contents-sct {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct {
    padding: 80px 0;
  }
}
.contents-sct p {
  margin-top: 1em;
}
.contents-sct__kazari {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  height: auto;
  -webkit-transform: rotate(-11deg) scale(1.3);
          transform: rotate(-11deg) scale(1.3);
  -webkit-transform-origin: -20% 250%;
          transform-origin: -20% 250%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contents-sct__kazari {
    -webkit-transform: rotate(-11deg) scale(2);
            transform: rotate(-11deg) scale(2);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
.contents-sct__kazari--page {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.contents-sct--bg {
  position: relative;
  padding: 0;
}
.contents-sct--bg::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../images/bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-11deg) scale(1.3);
          transform: rotate(-11deg) scale(1.3);
  -webkit-transform-origin: 80% 50%;
          transform-origin: 80% 50%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contents-sct--bg::before {
    background-image: url("../images/bg_sp_v2.png");
    -webkit-transform: rotate(-11deg) scale(2);
            transform: rotate(-11deg) scale(2);
    -webkit-transform-origin: 80% 50%;
            transform-origin: 80% 50%;
  }
}
.contents-sct--news .contents-sct__footer {
  text-align: center;
  margin-top: 5rem;
}

.sct-head__title {
  color: #B28246;
  font-weight: 400;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 1024px) {
  .sct-head__title {
    font-size: 6.5rem;
  }
}
.sct-head__copy {
  font-weight: 400;
  font-size: 115%;
  text-align: center;
  margin-top: 1.5rem;
}

.sct-body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .sct-body {
    margin-top: 3em;
  }
}
.sct-body__description {
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-caption-text {
    font-size: 1.2rem;
  }
}

.product-card {
  max-width: 800px;
  margin: auto;
}
.product-card--large {
  max-width: 100%;
}
.product-card__img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .product-card__img {
    max-width: 60%;
    margin: auto;
  }
}
.product-card__title {
  font-size: 130%;
  color: #B28246;
  margin-top: 2rem;
}
.product-card__text {
  font-size: 90%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
}
.product-card__title, .product-card__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-card__title, .product-card__text {
    text-align: center;
  }
}
.product-card__btn {
  width: 100%;
  display: block;
  margin-top: 3rem;
}
.product-card__btn:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  font-size: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 1rem;
}

.features-card {
  max-width: 1000px;
  margin: auto;
}
.features-card__item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features-card__item {
    margin-top: 1.5rem;
  }
}
.features-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
  display: inline-block;
  width: 140px;
  height: 140px;
  background: #F7F2F0;
  border-radius: 50%;
  border: 2px solid white;
}
@media screen and (min-width: 1024px) {
  .features-card__img {
    width: 200px;
    height: 200px;
  }
}
.features-card__title {
  color: #B28246;
  text-align: center;
  margin-top: 1.5rem;
}

.scene-card {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scene-card__item {
  text-align: center;
}
.scene-card__title {
  font-size: 115%;
  color: #B28246;
  text-align: center;
  margin-top: 1.5rem;
}
.scene-card__img {
  border-radius: 1.5rem;
}

.scene-gallery-wrap {
  margin: 3em auto 0;
}
.scene-gallery-wrap #n2-ss-5 .n2-ss-slider-1 {
  margin-bottom: 2.5rem;
}
.scene-gallery-img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .scene-gallery-img {
    margin-top: 3rem;
  }
}

.contact-box {
  max-width: 950px;
  text-align: center;
  background: rgba(247, 242, 240, 0.5);
  border: 2px solid white;
  border-radius: 1.5rem;
  padding: 4rem 3rem;
  margin: auto;
}
@media (min-width: 768px), print {
  .contact-box {
    padding: 5rem 3rem;
  }
}
.contact-box__title {
  font-size: 120%;
  color: #B28246;
}
.contact-box__text {
  font-size: 90%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  margin-top: 3rem !important;
  line-height: 2;
}
.contact-box__link {
  color: #2B2A2A;
  font-size: 90%;
  text-decoration: underline;
}
.contact-box__link:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90b";
  color: #666;
  font-size: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* スライダー全体 */
.model-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5em;
}
@media screen and (min-width: 1024px) {
  .model-slider-wrapper--left {
    margin-top: 7.5em;
  }
}

/* スライド3枚のグループ */
.model-slider {
  -webkit-animation: scroll-left 20s infinite linear 0.5s both;
          animation: scroll-left 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model-slider__item {
  width: 33.3333333333vw;
}
@media (min-width: 768px), print {
  .model-slider__item {
    width: 16.6666666667vw;
  }
}
.model-slider__img {
  display: block;
  width: 100%;
}
.model-slider--right {
  -webkit-animation: scroll-right 20s infinite linear 0.5s both;
          animation: scroll-right 20s infinite linear 0.5s both;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.product-item-card {
  margin-top: 3em;
}
.product-item-card__item {
  position: relative;
  margin-bottom: 3rem;
}
.product-item-card__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-item-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.product-item-card__title {
  font-size: 130%;
  color: #B28246;
  margin-top: 2rem;
}
.product-item-card__text p {
  font-size: 90%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  margin-top: 1.5rem;
}
.product-item-card__title, .product-item-card__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-item-card__title, .product-item-card__text {
    text-align: center;
  }
}
.product-item-card__btn {
  width: 100%;
  display: block;
  margin-top: 3rem;
}
.product-item-card__btn:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  font-size: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 1rem;
}

/*********************/
/*  サブページ  */
/*********************/
.page-sct {
  text-align: center;
  padding: 60px 15px;
}
@media (min-width: 768px), print {
  .page-sct {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-sct {
    padding: 100px 0;
  }
}
.page-sct--concept {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-sct--company {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-sct p {
    line-height: 2.6 !important;
  }
}

.page-title {
  position: relative;
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  z-index: 1;
  padding-top: 55px;
}
@media (min-width: 768px), print {
  .page-title {
    padding-top: 75px;
  }
}
.page-title-ja, .page-title-en {
  display: block;
  text-align: center;
  letter-spacing: 0.09em;
}
.page-title-en {
  color: #B28246;
  font-weight: 400;
  font-size: 3.6rem !important;
  text-align: center;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 1024px) {
  .page-title-en {
    font-size: 6.5rem !important;
  }
}
.page-title-ja {
  font-weight: 400;
  font-size: 115% !important;
  color: #2B2A2A !important;
}
@media screen and (max-width: 767px) {
  .page-title-ja {
    font-size: 1.8rem !important;
  }
}
.page-title--relation {
  padding-top: 5em !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .page-title--relation {
    margin-top: 7.5em !important;
  }
}

.main-contents {
  padding: 2rem 0 8rem;
}
@media (min-width: 768px), print {
  .main-contents {
    padding: 5rem 0 10rem;
  }
}

.headline-large {
  color: #B28246 !important;
  font-size: 180% !important;
  letter-spacing: 0.09em;
}

.bland-name-list {
  display: inline-block;
  text-align: left;
  font-size: 110%;
  margin: auto;
}
.bland-name-list li {
  letter-spacing: 0.25em;
}
.bland-name-list li::first-letter {
  font-size: 150%;
  font-weight: bold;
  color: #B28246;
}

/*********************/
/*  見出し  */
/*********************/
.page-inner__title {
  font-size: 150%;
  color: rgba(43, 42, 42, 0.9);
  border-bottom: 1.5px solid #B28246;
  padding-bottom: 10px;
}
.page-inner p {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .page-inner p {
    line-height: 2;
  }
}
.page-inner p:not(:first-child) {
  margin-top: 1em;
}
.page-inner a:not([class]) {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #666;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-inner a:not([class]):hover {
  opacity: 0.7;
}
.page-inner strong {
  color: #2B2A2A;
}
.page-inner h2:first-child,
.page-inner h3:first-child,
.page-inner h4:first-child,
.page-inner .h2:first-child,
.page-inner .h3:first-child,
.page-inner .h4:first-child,
.page-inner .ul:first-child,
.page-inner .ol:first-child,
.page-inner .table:first-child,
.page-inner .box:first-child {
  margin-top: 0;
}
.page-inner h2,
.page-inner .h2 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #666;
  padding: 0 0 1rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .page-inner h2,
  .page-inner .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner h2,
  .page-inner .h2 {
    font-size: 2.2rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner .h3,
.page-inner h3 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #B28246;
  border-bottom: 1px solid #B28246;
  line-height: 1.4;
  padding: 1.5rem 0;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .h3,
  .page-inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner .h3,
  .page-inner h3 {
    font-size: 2rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner h4,
.page-inner .h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner h4,
  .page-inner .h4 {
    font-size: 1.7rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner h5,
.page-inner .h5 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner h5,
  .page-inner .h5 {
    font-size: 1.6rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul {
  list-style: none;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner .ul {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.page-inner .ul li::before {
  content: "";
  display: inline-block;
  background: #666;
  position: absolute;
  top: 0.5em;
  left: 10px;
  width: 10px;
  height: 10px;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-inner .ul li .ul {
  margin-top: 1rem;
}
.page-inner .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner .ol {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .ol li {
    padding-left: 4rem;
  }
}
.page-inner .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #B28246;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .ol li::before {
    top: 0.8em;
    left: 15px;
  }
}
.page-inner .ol .ol {
  margin-top: 1rem;
}
.page-inner .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.page-inner .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: 1px solid #434343;
}
.page-inner .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #434343;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #434343;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.page-inner .list-underline__text {
  font-size: 1.6rem;
  color: #434343;
}
.page-inner .table {
  width: 100%;
  text-align: left;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .page-inner .table {
    margin-top: 6rem;
  }
}
.page-inner .table th,
.page-inner .table td {
  color: #2B2A2A;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  border-bottom: 1px solid #E4E4E4;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .table th,
  .page-inner .table td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner .table th,
  .page-inner .table td {
    font-size: 1.5rem;
    padding: 2rem;
  }
}
.page-inner .table--company {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}
.page-inner .table--company th {
  white-space: nowrap;
}
.page-inner .box {
  background: #E4E4E4;
  margin: 1rem 0 0;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .box {
    padding: 2rem;
    margin: 1.5em 0 0;
  }
}
.page-inner .box h2,
.page-inner .box h3,
.page-inner .box h4,
.page-inner .box h5,
.page-inner .box .h2,
.page-inner .box .h3,
.page-inner .box .h4,
.page-inner .box .h5,
.page-inner .box .ul,
.page-inner .box .ol {
  margin-bottom: 0.5rem;
}
.page-inner .box h2:first-child,
.page-inner .box h3:first-child,
.page-inner .box h4:first-child,
.page-inner .box h5:first-child,
.page-inner .box .h2:first-child,
.page-inner .box .h3:first-child,
.page-inner .box .h4:first-child,
.page-inner .box .h5:first-child,
.page-inner .box .ul:first-child,
.page-inner .box .ol:first-child {
  margin-top: 0;
}
.page-inner .box__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
@media (min-width: 768px), print {
  .page-inner .box__title {
    font-size: 2rem;
  }
}

/*********************/
/*  要素をふわっと  */
/*********************/
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.effect-fade--sp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*********************/
/*  ページトップ  */
/*********************/
.page-top {
  position: fixed;
  right: 15px;
  bottom: 15Px;
  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;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(43, 42, 42, 0.16);
          box-shadow: 0 3px 9px rgba(43, 42, 42, 0.16);
  border: 1px solid #B28246;
  border-radius: 50%;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .page-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top {
    bottom: 40px;
  }
}
.page-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid #B28246;
  border-right: 1px solid #B28246;
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
.page-top--fixed {
  opacity: 0.85;
  visibility: visible;
  pointer-events: auto;
}

/*********************/
/*  フッター  */
/*********************/
@media screen and (max-width: 767px) {
  .contents-sct--contact {
    padding-bottom: 5rem;
  }
}

.contents-sct--footer {
  color: #2B2A2A;
  background: white;
  border-top: 1px solid #B28246;
  margin-top: 5rem;
}
@media (min-width: 768px), print {
  .contents-sct--footer {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct--footer {
    margin-top: 8rem;
  }
}

.footer-box {
  text-align: center;
}
.footer-box__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-box__logo {
    max-width: 30%;
  }
}

.foot-menu-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em;
  margin-bottom: 3em;
}
.foot-menu-list__link {
  font-size: 85%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  color: #2B2A2A;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .foot-menu-list__link {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .foot-menu-list__item {
    margin-top: 1.5rem;
  }
}
.foot-menu-list__item--icon {
  padding: 1.5rem;
}
.foot-menu-list__icon img {
  width: 1em;
  height: 1em;
}

.copyright {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  color: #2B2A2A;
  text-align: center;
  background: white;
  padding: 1rem;
  margin-top: 4.5rem !important;
}
@media (min-width: 768px), print {
  .copyright {
    padding: 1.5rem;
  }
}

/* -------------------------------
 * 基本アニメーション設定
 * ----------------------------- */
/* フェードイン効果 */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  will-change: opacity, transform;
}

.fadein.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ページロードアニメ */
body.loaded {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

/* タブ切替 */
.tab-button.active {
  background: #333;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* 遅延読み込み時のチラつき軽減 */
img.lazyload,
img[data-eio-rwidth] {
  background-color: #f7f7f7;
  display: block;
}

img.lazyloaded,
img.ls-is-cached {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* EWWW lazyload.js が適用するフェード効果を強制無効化 */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2B2A2A;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ニュース  */
/*********************/
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
@media (min-width: 768px), print {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__item {
    padding: 2rem 0;
  }
}
.news-list__item:hover .news-list__title {
  opacity: 0.7;
}
.news-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.news-list__time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #868686;
  padding-right: 15px;
}
@media (min-width: 768px), print {
  .news-list__time {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__time {
    font-size: 1.5rem;
  }
}
.news-list__category {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #2B2A2A;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
@media (min-width: 768px), print {
  .news-list__category {
    font-size: 1.3rem;
  }
}
.news-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  color: #2B2A2A;
  white-space: normal;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .news-list__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__title {
    font-size: 1.6rem;
  }
}
.news-list__footer {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .news-list__footer {
    margin-top: 5rem;
  }
}
.news-list--top {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.news-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px), print {
  .news-head {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-head {
    margin-bottom: 5rem;
  }
}
.news-head__time {
  font-size: 1.2rem;
  color: rgba(43, 42, 42, 0.65);
}
@media (min-width: 768px), print {
  .news-head__time {
    font-size: 1.4rem;
  }
}
.news-head__ctg {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #2B2A2A;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #2B2A2A;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
.news-head__title {
  position: relative;
  color: #2B2A2A;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 1rem 0;
  z-index: 0;
}
@media (min-width: 768px), print {
  .news-head__title {
    font-size: 2.4rem;
    margin: 2rem 0 3rem;
  }
}

/*********************/
/*  パンくず  */
/*********************/
.breadcrumbs {
  margin-bottom: 5em;
}
.breadcrumbs a {
  color: #B28246;
  text-decoration: underline;
}
.breadcrumbs span {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
  font-size: 90%;
}

/*********************/
/*  ページ送り　 */
/*********************/
.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}
@media (min-width: 768px), print {
  .paginate {
    margin: 5rem 0 0;
  }
}
.paginate__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .paginate__item {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.paginate__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
}
.paginate__link--number, .paginate__link--prev, .paginate__link--next {
  color: #2B2A2A;
}
.paginate__link--number:hover, .paginate__link--prev:hover, .paginate__link--next:hover {
  opacity: 7;
}
.paginate__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #2B2A2A;
  margin: 0 10px 1px 0;
  border-right: 2px solid #2B2A2A;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--prev:hover::before {
  border-top: 2px solid #2B2A2A;
  border-right: 2px solid #2B2A2A;
}
.paginate__link--next {
  color: #2B2A2A;
  background: white;
}
.paginate__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #2B2A2A;
  margin: 0 10px 1px 0;
  border-right: 2px solid #2B2A2A;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--next:hover::after {
  border-top: 2px solid #2B2A2A;
  border-right: 2px solid #2B2A2A;
}
.paginate__link--active {
  color: white;
  background: #2B2A2A;
}

.paginate-single {
  position: relative;
  display: block;
  border-top: 1px solid rgba(43, 42, 42, 0.35);
  border-bottom: 1px solid rgba(43, 42, 42, 0.35);
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .paginate-single {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px), print {
  .paginate-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8rem;
  }
}
.paginate-single__item {
  margin: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .paginate-single__item {
    margin: 0.5rem;
  }
}
.paginate-single__item--next {
  text-align: right;
}
.paginate-single__item--back {
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate-single__item:hover {
  opacity: 0.65;
}
.paginate-single__link {
  position: relative;
  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;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 90%;
  color: rgba(43, 42, 42, 0.85);
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px), print {
  .paginate-single__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.paginate-single__link:before, .paginate-single__link:after {
  color: #2B2A2A;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 1rem;
}
.paginate-single__link--back {
  color: #2B2A2A;
  padding: 0rem;
}
@media (min-width: 768px), print {
  .paginate-single__link--prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paginate-single__link--prev:before {
  content: "\e916";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 768px), print {
  .paginate-single__link--next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.paginate-single__link--next::after {
  content: "\e916";
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form {
  width: 100%;
  font-size: 1.6rem;
  color: #2B2A2A;
  padding: 10px;
}
@media (min-width: 768px), print {
  .form {
    font-size: 1.6rem;
  }
}
.form label {
  display: block;
}
.form tr {
  display: block;
}
.form tr:not(:first-child) {
  margin-top: 1.5rem;
}
@media (min-width: 768px), print {
  .form tr:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.form td,
.form th {
  display: block;
  position: relative;
  text-align: left;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .form td,
  .form th {
    display: block;
  }
}
.form .required {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #B28246;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-bottom;
  border: 1px solid #B28246;
  border-radius: 5px;
}
.form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
  display: block;
  width: 100%;
  color: #2B2A2A;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 0;
  padding: 3px 8px;
}
@media (min-width: 768px), print {
  .form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
    padding: 8px 10px;
  }
}
.form .flatpickr-date, .form__day {
  display: block;
  color: #2B2A2A;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 0;
  padding: 5px;
}
@media (min-width: 768px), print {
  .form .flatpickr-date, .form__day {
    padding: 8px 10px;
  }
}
.form input[type=textarea]:-ms-input-placeholder,
.form input[type=textarea]::-moz-placeholder,
.form input[type=textarea]::-webkit-input-placeholder {
  font-size: 80%;
}
.form a {
  cursor: pointer;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.form-foot {
  margin-bottom: 1.5em;
}
.form-foot .btn {
  position: relative;
  min-width: 300px;
  padding: 0;
}
.form-foot .btn input {
  width: 100%;
  cursor: pointer;
  padding: 1.5rem 3rem;
}

.wpcf7-spinner {
  visibility: hidden !important;
  display: none !important;
}

.wpcf7-form.sent p {
  display: none;
}

.form-wrap {
  margin-top: 1.5em;
}

.flatpickr-calendar {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dbbg99");
  src: url("../fonts/icomoon.eot?dbbg99#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dbbg99") format("truetype"), url("../fonts/icomoon.woff?dbbg99") format("woff"), url("../fonts/icomoon.svg?dbbg99#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #2B2A2A;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0.09em;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", sans-serif;
}

.mce-content-body {
  background: #fff;
}

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

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  img.aligncenter {
    margin: 2em auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul,
ol {
  list-style: none;
}

/*表示・非表示 切り替え用 */
@media (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

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

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

.mt2em {
  margin-top: 2em;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.post-password-form {
  text-align: center;
  margin: 10rem 0;
}
.post-password-form label {
  display: block;
  margin: 3rem auto 1.5rem;
}
.post-password-form label input {
  background: #fff;
}
.post-password-form input {
  border: 1px solid #7F848C;
  background: rgba(127, 132, 140, 0.1);
  border-radius: 5px;
  padding: 0 1.5rem;
}
.post-password-form input + .post-password-form input {
  margin-left: 1.5rem;
}