@charset "UTF-8";
:root {
  --txt_base: #c5baaa;
  --primary: #c5baaa;
  --primary30: rgb(197, 186, 170, .3);
  --base: #1a222c;
  --wh: #ffffff;
  --bk: #000;
  --bk2: #323232;
  --l-gray: #9c9c9d;
  --gray: #473e3b;
  --gold: #c09012;
  --red: #d92900;
}

/* import */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b,
big, blockquote, body, canvas, caption, center, cite, code, dd,
del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

figure {
  line-height: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

strong {
  font-weight: bold;
}

/*
img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
*/
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  background: var(--base);
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: var(--txt_base);
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  font-optical-sizing: auto;
  line-height: 1;
  /*
    &.fixed {
      position: fixed;
      width: 100%;
      z-index: 1;
    }
  */
  /*
    &.modal {
      overflow: hidden;
    }
  */
}

a {
  color: var(--txt_base);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
a.hover {
  opacity: 0.7;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* common setting
-------------------------------------------------- */
body img {
  width: 100%;
  height: auto;
  font-size: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

::-ms-expand {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.gmap {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
  }
}
.gmap iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
  }
}

#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #pagetop img {
    width: 30px;
    height: 30px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 10px;
  }
}

/* modal */
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 66666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(35, 24, 21, 0.48);
}

.modal_box {
  position: fixed;
  margin: 0;
  z-index: 77777;
  display: none;
  width: 60%;
  max-width: 1780px;
  max-height: 80vh;
  background: var(--wh);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .modal_box {
    width: 70%;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 540px) {
  .modal_box {
    width: 90%;
  }
}
.modal_box .modal_close {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/common/modal_close.png) no-repeat 0 0/contain;
  top: 30px;
  right: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal_box .modal_close {
    width: 10px;
    height: 11px;
    top: 14px;
    right: 12px;
  }
}

/* Scroll Animation */
/* -------------------------------------------------- */
.animate.ver_down_top {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animate.ver_down_top.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.animate.ver_left_right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animate.ver_left_right.scrollin {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.animate.ver_right_left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.animate.ver_right_left.scrollin {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* wp editor */
/* -------------------------------------------------- */
.post_content {
  overflow: hidden;
}
.post_content a {
  color: var(--red);
  word-break: break-all;
}
.post_content a:hover {
  text-decoration: underline;
}
.post_content p {
  margin-bottom: 1em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .post_content p {
    line-height: 1.6;
  }
}
.post_content figure {
  margin-bottom: 1em;
}
.post_content .wp-block-column.fcenter {
  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;
}

.wp-block-image img {
  width: initial;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .wp-block-image img {
    width: initial !important;
    width: auto !important;
    height: initial !important;
    height: auto !important;
  }
}

.post_content ul {
  margin-left: 1.5em;
  list-style-type: inherit;
}

.post_content ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .wp-block-image figcaption {
    font-size: 1.6rem;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}
*/
/* layout setting
-------------------------------------------------- */
.container {
  margin: 0 auto;
  width: calc(100% - 8.2vw);
  max-width: 1780px;
}
@media only screen and (max-width: 1023px) {
  .container {
    width: calc(100% - 40px);
  }
}

/* parts */
/* -------------------------------------------------------- */
.sec {
  position: relative;
}

.en {
  font-family: "Figtree", sans-serif;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.h2box {
  position: absolute;
  top: 0;
  left: 110px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 1024px) {
  .h2box {
    left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .h2box {
    left: 50%;
  }
}
.h2box .en {
  padding: 20px 5px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  -webkit-transform: translateY(-108px);
          transform: translateY(-108px);
}
@media only screen and (max-width: 767px) {
  .h2box .en {
    padding: 20px 5px 120px 5px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 540px) {
  .h2box .en {
    padding: 20px 5px;
    -webkit-transform: translateY(-96px);
            transform: translateY(-96px);
  }
}
.h2box .en span.in {
  position: relative;
  padding: 20px 0;
}
.h2box .en span.in::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--txt_base);
  top: 0;
  left: -8px;
  -webkit-animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.h2box .en span.wh {
  color: var(--wh);
}
.h2box h2 {
  padding-top: 140px;
  padding-left: 60px;
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .h2box h2 {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .h2box h2 {
    display: none;
  }
}

@-webkit-keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* bread_crumb */
/* ------------------------------------ */
.bread_crumb {
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .bread_crumb {
    padding: 20px 0 0;
  }
}
.bread_crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bread_crumb ul li:not(:last-child):after {
  display: inline-block;
  content: "＞";
  padding: 0 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a, .bread_crumb ul li span {
  font-size: 1.4rem;
  font-weight: 500;
}
.bread_crumb ul li a:hover {
  text-decoration: underline;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap {
    margin: 40px auto 0;
  }
}
.page-numbers_wrap ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers_wrap ul.pagination li {
  padding: 0 1em;
  margin: 5px 3px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li {
    padding: 0 0.5em;
  }
}
.page-numbers_wrap ul.pagination li a {
  font-weight: 500;
}
.page-numbers_wrap ul.pagination li a:hover {
  text-decoration: underline;
}
.page-numbers_wrap ul.pagination li.current {
  font-weight: 700;
}
.page-numbers_wrap ul.pagination li.prev, .page-numbers_wrap ul.pagination li.next {
  position: relative;
  font-size: 1.3rem;
}
.page-numbers_wrap ul.pagination li.prev {
  padding: 0 2em 0 1em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.prev {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #7D8791 transparent transparent;
  top: 0;
  left: 0;
}
.page-numbers_wrap ul.pagination li.next {
  padding: 0 1em 0 2em;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap ul.pagination li.next {
    padding: 0 1em;
  }
}
.page-numbers_wrap ul.pagination li.next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #7D8791;
  top: 0;
  right: 0;
}
.page-numbers_wrap ul.next_prev_link {
  margin: 0 auto 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link {
    display: block;
  }
}
.page-numbers_wrap ul.next_prev_link li {
  margin-bottom: 10px;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
}
.page-numbers_wrap ul.next_prev_link li a {
  position: relative;
  padding: 33px 24px 35px 30px;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-numbers_wrap ul.next_prev_link li a i {
  background: url(../img/common/arrow.svg) no-repeat 0 0;
  width: 10px;
  height: 20px;
}
.page-numbers_wrap ul.next_prev_link li a:hover {
  opacity: 0.7;
}
.page-numbers_wrap ul.next_prev_link li.prev {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.prev {
    margin-right: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.prev a i {
  margin-right: 15px;
}
.page-numbers_wrap ul.next_prev_link li.next {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .page-numbers_wrap ul.next_prev_link li.next {
    margin-left: 0;
  }
}
.page-numbers_wrap ul.next_prev_link li.next a i {
  margin-left: 15px;
  width: 23px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* header */
/* -------------------------------------------------------- */
#header {
  position: relative;
  padding: 74px 4.1vw 36px;
  height: 170px;
}
@media only screen and (max-width: 1023px) {
  #header {
    padding: 0;
    height: 100px;
  }
}
#header .language {
  position: absolute;
  content: "";
  top: 0;
  right: 100px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #header .language {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#header .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--primary);
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 1023px) {
  #header .language ul {
    margin-left: 24px;
    background: var(--base);
  }
}
#header .language ul li a {
  position: relative;
  padding: 10px 15px;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  color: var(--base);
  display: block;
}
@media only screen and (max-width: 768px) {
  #header .language ul li a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  #header .language ul li a {
    color: var(--primary);
    font-size: 2rem;
  }
}
#header .language ul li:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: var(--base);
  top: 10px;
}
@media only screen and (max-width: 1023px) {
  #header .language ul li:nth-of-type(2)::before {
    background: var(--primary);
  }
}
#header .h_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
#header .h_inner .h_logo {
  max-width: 283px;
}
@media only screen and (max-width: 768px) {
  #header .h_inner .h_logo {
    margin: 30px 0 0 15px;
    max-width: 186px;
  }
}
#header .h_inner .h_logo a:hover {
  opacity: 1;
}
#header .h_inner .h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header .h_inner .h_right {
    display: none;
  }
}
#header .h_inner .h_right .gnav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#header .h_inner .h_right .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 30px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header .h_inner .h_right .gnav ul li {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.26, 0.16, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
}
#header .h_inner .h_right .gnav ul li:first-of-type {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#header .h_inner .h_right .gnav ul li:nth-of-type(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
#header .h_inner .h_right .gnav ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#header .h_inner .h_right .gnav ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#header .h_inner .h_right .gnav ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#header .h_inner .h_right .gnav ul li.insta {
  width: 22px;
}
#header .h_inner .h_right .gnav ul li a {
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 1.8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #header .h_inner .h_right .gnav ul li a {
    font-size: 2rem;
  }
}
#header .h_inner .h_right .gnav ul li a span::after {
  position: relative;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary);
  display: block;
  top: 0.5em;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1);
}
#header .h_inner .h_right .gnav ul li a:hover span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
#header .h_inner .h_right .gnav ul li a.reserve {
  padding: 1px 15px 2px;
  color: var(--bk);
  background: var(--primary);
  line-height: 1;
  border-radius: 16px;
}
#header .h_inner .h_right .gnav ul li a.reserve span::after {
  content: none;
}
#header .h_inner .h_right .gnav ul li a.reserve:hover {
  opacity: 0.7;
}
#header .menu_button {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 13px;
  top: 30px;
  right: 20px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 99999;
}
@media only screen and (min-width: 1024px) {
  #header .menu_button {
    display: none;
  }
}
#header .menu_button span {
  display: block;
  width: 30px;
  height: 1px;
  background: var(--primary);
}
#header .menu_button span + span {
  margin-top: 4px;
}
#header .menu_button.close {
  right: 52px;
}
@media only screen and (max-width: 1023px) {
  #header .menu_button.close {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header .menu_button.close {
    right: 15px;
  }
}
#header .menu_button.close span {
  background: var(--base);
}
#header .menu_button.close span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: relative;
  top: -1px;
}
#header .menu_button.close span:nth-of-type(2) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#header .menu_button.close span + span {
  margin-top: -2px;
}
#header .menu_button.close::after {
  content: "CLOSE";
  width: 34px;
  color: var(--base);
  left: -2px;
}
#header .menu_button::after {
  position: absolute;
  content: "MENU";
  width: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  bottom: -18px;
  left: 0;
}
#header .nav_content {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -120%;
  background: var(--primary);
  opacity: 0;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 9980;
}
@media only screen and (min-width: 1024px) {
  #header .nav_content {
    display: none;
  }
}
#header .nav_content.active {
  right: 0;
  opacity: 1;
}
#header .nav_content .hum_nav {
  margin-top: 40px;
}
#header .nav_content .hum_nav ul li {
  margin-bottom: 6%;
  text-align: center;
}
#header .nav_content .hum_nav ul li a {
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  color: var(--base);
  font-size: 2.5rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #header .nav_content .hum_nav ul li a {
    font-size: 2rem;
  }
}
#header .nav_content .hum_nav ul li a.reserve {
  padding: 2px 15px 2px;
  color: var(--primary);
  background: var(--base);
  line-height: 1;
  border-radius: 16px;
}
#header .nav_content .hum_nav ul li a.reserve:hover {
  opacity: 0.7;
}
#header .nav_content .insta {
  margin: 20px auto 8%;
  width: 30px;
}
#header .nav_content .insta img {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(22%) saturate(778%) hue-rotate(173deg) brightness(95%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(11%) sepia(22%) saturate(778%) hue-rotate(173deg) brightness(95%) contrast(94%);
}
#header .nav_content .nav_logo {
  margin: 0 auto;
  max-width: 172px;
}

/* footer */
/* -------------------------------------------------------- */
.footer {
  margin: 0 auto;
  padding-bottom: 80px;
  width: calc(100% - 120px);
  max-width: 1780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.28em;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
    width: calc(100% - 40px);
  }
}

.copyright {
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .copyright {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 1.3rem;
  }
}

.f_nav .en {
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .f_nav .en {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .f_nav .en {
    font-size: 1.2rem;
  }
}

/* main */
/* -------------------------------------------------------- */
main h2 {
  margin: 1.3em 0;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  main h2 {
    font-size: 2rem;
  }
}
main h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.26em;
}

/* txt_base */
.txt_base .sttl {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.26em;
}
.txt_base p {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  letter-spacing: 0.26em;
  line-height: 2.15;
}

/* home */
/* -------------------------------------------------------- */
.home .sec {
  padding-top: 30px;
  text-align: center;
}
.home .mv {
  width: 100%;
  height: calc(100svh - 120px);
}
.home .mv .mv_parallax {
  -webkit-clip-path: inset(0 round 20px);
          clip-path: inset(0 round 20px);
  width: 100%;
  height: calc(100svh - 120px);
}
@media only screen and (max-width: 767px) {
  .home .mv .mv_parallax {
    -webkit-clip-path: inset(0 round 15px);
            clip-path: inset(0 round 15px);
  }
}
.home .mv .mv_parallax::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100svh;
  background: url(../img/top/mv.webp) no-repeat center 0/cover;
  top: 0;
  left: 0;
  z-index: -10;
}
.home .about_sec .catch01 {
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.26em;
}
.home .about_sec .catch02 {
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  letter-spacing: 0.26em;
  line-height: 2;
}
.home .about_sec p {
  margin-bottom: 40px;
}
.home .about_sec .about_parallax {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  width: 100%;
  height: 100svh;
}
@media only screen and (max-width: 767px) {
  .home .about_sec .about_parallax {
    height: 242px;
  }
}
.home .about_sec .about_parallax::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100svh;
  background: url(../img/top/about.webp) no-repeat center 0/cover;
  top: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (max-width: 767px) {
  .home .about_sec .about_parallax::after {
    background: url(../img/top/about.webp) no-repeat center center/cover;
  }
}
.home .instagram_sec {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .home .instagram_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home .instagram_sec .acc {
  margin-bottom: 26px;
}
.home .instagram_sec .acc a {
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.135em;
}
@media only screen and (max-width: 768px) {
  .home .instagram_sec .acc a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .instagram_sec .acc a {
    font-size: 1.4rem;
  }
}
.home .instagram_sec .icn {
  margin: 0 auto;
  width: 25px;
}
.home .service_sec .service_inner {
  margin-top: 70px;
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .home .service_sec .service_inner {
    gap: 30px 0;
  }
}
.home .service_sec .service_inner .service_box {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .home .service_sec .service_inner .service_box {
    width: 100%;
  }
}
.home .service_sec .service_inner .service_box figure img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .home .service_sec .service_inner .service_box figure img {
    border-radius: 8px;
  }
}
.home .service_sec .service_inner .service_box .txt_base {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home .service_sec .service_inner .service_box .txt_base {
    margin-top: 25px;
  }
}
.home .service_sec .service_inner .service_box .txt_base .sttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home .service_sec .service_inner .service_box .txt_base .sttl {
    margin-bottom: 15px;
  }
}
.home .service_sec .service_inner .service_box .txt_base .btn {
  text-align: center;
}
.home .service_sec .service_inner .service_box .txt_base .btn a {
  margin: 20px auto 0;
  width: 184px;
  height: 58px;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 2rem;
  color: var(--base);
  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;
  background: var(--primary);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .home .service_sec .service_inner .service_box .txt_base .btn a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .service_sec .service_inner .service_box .txt_base .btn a {
    width: 160px;
    height: 38px;
    font-size: 1.3rem;
  }
}
.home .service_sec .service_inner .service_box .txt_base .btn a:hover {
  opacity: 0.7;
}
.home .food_sec {
  padding: 70px 0 120px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec {
    padding: 40px 0;
  }
}
.home .food_sec .food_parallax {
  -webkit-clip-path: inset(0 round 20px);
          clip-path: inset(0 round 20px);
  width: 100%;
  height: 673px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .food_parallax {
    -webkit-clip-path: inset(0 round 4px);
            clip-path: inset(0 round 4px);
    height: 130px;
  }
}
.home .food_sec .food_parallax::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/food.jpg) no-repeat center 0/cover;
  top: 0;
  left: 0;
  z-index: -10;
}
.home .food_sec .fig img {
  border-radius: 4px;
}
.home .food_sec .figbox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 60px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .figbox {
    margin-top: 10px;
    gap: 0 12px;
  }
}
.home .food_sec .figbox figure {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .home .food_sec .figbox figure {
    width: calc(50% - 6px);
  }
}
.home .food_sec .figbox figure img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .figbox figure img {
    border-radius: 4px;
  }
}
.home .food_sec .txt_base {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .txt_base {
    margin-top: 30px;
  }
}
.home .food_sec .txt_base .sttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .txt_base .sttl {
    margin-bottom: 15px;
  }
}
.home .food_sec .btnbox {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 44px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 0;
  }
}
.home .food_sec .btnbox .btn {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .btnbox .btn {
    width: 80%;
    max-width: 274px;
  }
}
.home .food_sec .btnbox .btn a {
  width: 100%;
  height: 58px;
  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;
  background: var(--primary);
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .btnbox .btn a {
    height: 42px;
  }
}
.home .food_sec .btnbox .btn a img {
  width: auto;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  .home .food_sec .btnbox .btn a img {
    height: 26px;
  }
}
.home .price_sec {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 767px) {
  .home .price_sec {
    padding: 35px 0 50px;
  }
}
.home .price_sec h3 {
  margin-bottom: 26px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.26em;
}
.home .price_sec .tbl_block {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 668px;
}
@media only screen and (max-width: 767px) {
  .home .price_sec .tbl_block {
    margin: 0 auto 40px;
  }
}
.home .price_sec .tbl_block table {
  width: 100%;
  border-top: 1px solid var(--primary30);
}
.home .price_sec .tbl_block table th, .home .price_sec .tbl_block table td {
  padding: 5px 40px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.3rem;
  letter-spacing: 0.26em;
  line-height: 1.7;
  border-right: 1px solid var(--primary30);
  border-bottom: 1px solid var(--primary30);
}
.home .price_sec .tbl_block table th:last-of-type, .home .price_sec .tbl_block table td:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .home .price_sec .tbl_block table th, .home .price_sec .tbl_block table td {
    padding: 5px 0 5px 10px;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
.home .price_sec .tbl_block table th.th03, .home .price_sec .tbl_block table td.th03 {
  white-space: nowrap;
}
.home .price_sec .tbl_block .att {
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: 0.26em;
  text-align: right;
}
.home .reserve_sec .btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
}
@media only screen and (max-width: 767px) {
  .home .reserve_sec .btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px 0;
  }
}
.home .reserve_sec .btnbox .btn {
  width: calc(50% - 30px);
  max-width: 824px;
}
@media only screen and (max-width: 767px) {
  .home .reserve_sec .btnbox .btn {
    width: 100%;
  }
}
.home .reserve_sec .txt_base {
  margin: 40px 1em;
}
@media only screen and (max-width: 767px) {
  .home .reserve_sec .txt_base {
    margin: 20px 0.5em;
  }
}
.home .reserve_sec .txt_base p {
  text-align: left;
}
.home .access_sec {
  padding: 110px 0 120px;
}
@media only screen and (max-width: 767px) {
  .home .access_sec {
    padding: 40px 0 60px;
  }
}
.home .access_sec .gmap {
  margin: 40px auto;
  max-width: 766px;
}
@media only screen and (max-width: 767px) {
  .home .access_sec .gmap {
    margin: 20px auto;
  }
}
.home .contact_sec {
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .home .contact_sec {
    padding-bottom: 150px;
  }
}
.home .contact_sec .form_block {
  margin: 20px auto;
  max-width: 518px;
  text-align: left;
}
.home .contact_sec .form_block dl {
  margin-bottom: 40px;
}
.home .contact_sec .form_block dl dt {
  margin-bottom: 10px;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: 0.21em;
}
@media only screen and (max-width: 768px) {
  .home .contact_sec .form_block dl dt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .contact_sec .form_block dl dt {
    font-size: 1.2rem;
  }
}
.home .contact_sec .form_block .txt_base {
  margin-top: 24px;
}
.home .contact_sec .form_block .txt_base p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home .contact_sec .form_block .txt_base p a:hover {
  text-decoration: none;
}
.home .contact_sec .form_block .btn_send {
  margin-top: 30px;
}
.home .contact_sec .form_block .btn_send.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}

/* under */
/* -------------------------------------------------------- */
/* privacy */
/* -------------------------------------------------------- */
.privacy h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .privacy h2 {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 1.5rem;
    letter-spacing: 0.26em;
  }
}
.privacy p {
  font-size: 1.3rem;
  letter-spacing: 0.26em;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .privacy p {
    font-size: 1rem;
  }
}
.privacy dl {
  margin-top: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.26em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .privacy dl {
    font-size: 1rem;
  }
}
.privacy dl dt {
  margin-bottom: 5px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .privacy dl dt {
    font-size: 1.2rem;
  }
}
.privacy dl dd ol {
  margin-left: 2em;
  list-style-type: decimal;
}
.privacy dl dd ol li {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .privacy dl dd ol li {
    padding-left: 5px;
  }
}
.privacy dl dd .txt {
  margin: 20px 0;
}

.rules_sec {
  position: relative;
  margin: 180px auto 0;
  padding-bottom: 180px;
  width: 100%;
  max-width: 1180px;
}
@media only screen and (max-width: 1023px) {
  .rules_sec {
    margin: 50px auto 0;
    padding-bottom: 50px;
  }
}
.rules_sec::after {
  position: absolute;
  content: "";
  width: 86%;
  max-width: 668px;
  height: 1px;
  background: var(--primary);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rules_sec .note {
  margin-top: 45px;
  font-size: 1.2rem;
  letter-spacing: 0.225em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .rules_sec .note {
    font-size: 1rem;
  }
}

.privacy_sec {
  margin: 0 auto 220px;
  padding-top: 140px;
  width: 100%;
  max-width: 1180px;
}
@media only screen and (max-width: 1023px) {
  .privacy_sec {
    margin: 0 auto 100px;
    padding-top: 70px;
  }
}
.privacy_sec .contactbox {
  margin-top: 40px;
}
.privacy_sec .contactbox p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .privacy_sec .contactbox p {
    font-size: 0.9rem;
  }
}
.privacy_sec .contactbox p.ttl {
  padding-top: 20px;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .privacy_sec .contactbox p.ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .privacy_sec .contactbox p.ttl {
    font-size: 1.6rem;
  }
}
.privacy_sec .contactbox p.addr {
  padding-top: 10px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .privacy_sec .contactbox p.addr {
    font-size: 1rem;
  }
}
.privacy_sec .contactbox .btn {
  margin-top: 30px;
}
.privacy_sec .contactbox .btn a {
  padding: 16px 30px;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  color: var(--bk);
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  background: var(--primary);
  border-radius: 5px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .privacy_sec .contactbox .btn a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .privacy_sec .contactbox .btn a {
    font-size: 1.5rem;
  }
}
.privacy_sec .contactbox .btn a:hover {
  opacity: 0.7;
}

/* form */
/* -------------------------------------------------------- */
form {
  /*
    input[type="checkbox"],
    input[type="radio"] {
      opacity: 0;
      visibility: hidden;
      position: absolute;
    }
  */
  /*
    .wpcf7-list-item {
      margin: 0 56px 0 0;
      @media only screen and (max-width: $breakpoint_tablet_mini) {
        margin: 0 26px 10px 0;
        width: 100%;
        display: block;
      }
    }
    .wpcf7-radio {
      display: flex !important;
      @media screen and ( max-width:$breakpoint_sp) {
        flex-wrap: wrap;
      }
      .wpcf7-list-item-label {
        padding: 0 !important;
        display: flex !important;
      }
    }
    .wpcf7-file {
      color: var(--gray);
      font-size: 1.4rem;
    }
    span.wpcf7-list-item-label {
      position: relative;
      display: flex;
      align-items: center;
      width: auto;
      box-sizing: border-box;
      cursor: pointer;
      font-size: 1.6rem;
      &:before {
        display: block;
        content: "";
        width: 36px !important;
        height: 36px !important;
        background: var(--wh);
        border: none;
        border-radius: 50%;
        margin-right: 10px;
        @media only screen and (max-width: $breakpoint_tablet_mini) {
          width: 28px !important;
          height: 28px !important;
        }
      }
      &::after {
        position: absolute;
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #636160;
        top: 11px;
        left: 11px;
        display: none;
  //      @media only screen and (max-width: $breakpoint_tablet_mini) {
  //        width: 14px;
  //        height: 14px;
  //        top: 9px;
  //        left: 7px;
  //      }
      }
    }
    span[data-name='agree'] span.wpcf7-list-item-label {
      @media only screen and (max-width: $breakpoint_cnts) {
  //      font-size: 1.1vw;
      }
      @media only screen and (max-width: $breakpoint_tablet_mini) {
  //      font-size: 2.5vw;
        line-height: 1.4;
        &::after {
          top: 15px;
          left: 7px;
        }
      }
    }
    input[type="radio"]:checked + span.wpcf7-list-item-label,
    input[type="checkbox"]:checked + span.wpcf7-list-item-label {
      &::after {
        display: block;
      }
    }
    */
}
form .err {
  padding-top: 10px;
  color: var(--gold);
  font-size: 1.4rem;
  display: inline-block;
}
form button,
form input,
form optgroup,
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  overflow: visible;
  border: none;
}
form button,
form select {
  text-transform: none;
}
form button,
form [type=button],
form [type=reset],
form [type=submit] {
  cursor: pointer;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form textarea {
  padding: 0.5em;
  width: 100%;
  max-width: 548px;
  color: var(--bk);
  font-size: 1.6rem;
  font-weight: 500;
  background: var(--primary);
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form select,
  form textarea {
    padding: 0.6em;
    font-size: 1.8rem;
  }
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form select:focus,
form textarea:focus {
  color: #000;
  background: #e7e7e7 !important;
}
form textarea {
  height: 210px;
}
@media screen and (max-width: 767px) {
  form textarea {
    height: 140px;
  }
}
form input[type=checkbox] {
  display: none;
}
form .agree {
  margin-top: 20px;
  margin-bottom: 35px;
}
form .agree label {
  padding-left: 40px;
  font-family: "Figtree", sans-serif;
}
form .chkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
form .chkbox::before {
  position: absolute;
  content: "";
  margin-top: -3px;
  background: var(--primary);
  border-radius: 50%;
  display: block;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
}
form .chkbox::after {
  position: absolute;
  content: "";
  background: var(--base);
  border-radius: 50%;
  display: block;
  width: 15px;
  height: 15px;
  top: 6px;
  left: 9px;
  opacity: 0;
  z-index: 2;
}
form input[type=checkbox]:checked + .chkbox::after {
  opacity: 1;
}
form button,
form input[type=submit] {
  width: 132px;
  height: 42px;
  color: var(--txt_base);
  font-family: "Figtree", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 1;
  color: var(--bk);
  font-size: 1.5rem !important;
  letter-spacing: 0.08em;
  line-height: 1;
  background: var(--primary) url(../img/common/arrow_bk.svg) no-repeat right 10px top 12px/8px 16px;
  border-radius: 5px;
  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;
  text-align: center;
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  form button,
  form input[type=submit] {
    font-size: 2rem;
  }
}
form button:hover,
form input[type=submit]:hover {
  opacity: 0.7;
}
form button.btn_back {
  background: var(--primary) url(../img/common/arrow_bk_left.svg) no-repeat left 10px top 12px/8px 16px;
}

#compBox {
  margin-top: 100px;
}
#compBox h3 {
  margin-bottom: 20px;
}
#compBox p {
  line-height: 2;
}

/* cookie-notice */
/* -------------------------------------------------------- */
/*
#cookie-notice {
  .cookie-notice-container {
    position: relative;
    padding: 100px 17% 100px 320px;
    display: flex;
    justify-content: space-between;
    @media screen and ( max-width:1780px) {
      padding: 100px 17% 100px 320px;
    }
    @media screen and ( max-width:$breakpoint_sp) {
      padding: 50px 30px 60px;
      display: block;
    }
    .cn-text-container {
      font-size: 1.2rem;
      font-weight: 200;
      letter-spacing: 0.1em;
      line-height: 2;
      @media screen and ( min-width:$breakpoint_tablet_mini) {
        text-align: left;
      }
      @media screen and ( max-width:$breakpoint_sp) {
        margin-bottom: 30px;
      }
      b {
        font-size: 1.5rem;
        font-weight: 300;
        @media screen and ( max-width:$breakpoint_sp) {
          font-size: 1.4rem;
          display: block;
        }
      }
    }
    .cn-button {
      padding: 18px 38px;
      color: var(--wh);
      font-size: 1.2rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      background: var(--bk);
      display: block;
      @media screen and ( max-width:$breakpoint_sp) {
        margin: 0 auto 50px;
        padding: 15px;
        width: 100%;
      }
    }
    .cn-close-icon {
      position: absolute;
      padding: 0;
      width: auto;
      height: auto;
      margin-top: -3px;
      top: initial;
      right: 260px;
      opacity: 1;
      display: block;
      @media screen and ( max-width:1780px) and ( min-width:$breakpoint_tablet_mini){
        right: 16%;
      }
      @media screen and ( max-width:$breakpoint_sp) {
        margin-top: 0;
        top: initial;
        width: calc(100% - 60px);
        height: 50px;
        bottom: 50px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
      }
      &::before {
        padding: 18px 38px;
        content: 'Reject';
        width: auto;
        height: auto;
        color: var(--wh);
        font-size: 1.2rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        background: var(--bk) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: none;
        @media screen and ( max-width:$breakpoint_sp) {
          width: 100%;
          height: 50px;
        }
      }
      &::after {
        content: none;
      }
    }
  }

}
*/