@charset "UTF-8";
/*
Theme Name: KNOTTE
Author: myk
*/
/* Reset
----------------------------------------------------------- */
:root {
  /* bodyの背景色 */
  --body-bg-color: #fff;
  /* メインのフォントファミリー */
  /* メインのフォントカラー */
  --main-font-color: #000;
  /* h2~h5タグまでのフォントウェイト */
  --h-tag-weight: normal;
  /* ここはブログで使用します */
  --main-color: #023752;
  --main-light-color: #bfe6e6;
}

/* wordpress ブロックcss
----------------------------------------------------------- */
.wp-block-embed iframe {
  max-width: 100%;
  position: relative !important;
  margin-bottom: 30px;
  pointer-events: none;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-table {
  padding-bottom: 30px;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid #777777;
  word-break: normal;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
}

.wp-block-table thead {
  background: #aa843f;
  color: #fff;
}

.wp-block-table tfoot {
  background: #aa843f;
  color: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(157, 190, 76, 0.4);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: rgb(255, 255, 255);
}

.wp-block-table figcaption {
  text-align: center;
}

.blogcont ul {
  padding: 0 0 30px 30px;
  list-style: disc;
}

.blogcont ol {
  padding: 0 0 30px 30px;
  list-style: decimal;
}

.blogcont ul.pager {
  padding: 0;
  list-style: none;
}

.blogcont a {
  font-weight: bold;
  text-decoration: underline;
}

.blogcont ul.pager a {
  text-decoration: none;
}

/* 引用 */
blockquote.wp-block-quote {
  border-left: 1px solid;
  padding-left: 15px;
}

blockquote.wp-block-quote p {
  padding-bottom: 10px !important;
}

/* 埋め込みコンテンツ */
figure.wp-block-embed {
  margin-top: 30px;
}

blockquote.wp-block-quote cite {
  color: currentColor;
  font-size: 14px;
  color: #aaaaaa;
}

/* ギャラリー　*/
figure.wp-block-gallery {
  display: flex;
}

figure.wp-block-gallery.columns-1 figure.wp-block-image {
  width: 100%;
}

figure.wp-block-gallery.columns-2 figure.wp-block-image {
  width: 48%;
}

figure.wp-block-gallery.columns-3 figure.wp-block-image {
  width: 32%;
}

figure.wp-block-gallery.columns-4 figure.wp-block-image {
  width: 23%;
}

figure.wp-block-gallery.columns-5 figure.wp-block-image {
  width: 18%;
}

figure.wp-block-gallery.columns-6 figure.wp-block-image {
  width: 15%;
}

figure.wp-block-gallery figure.wp-block-image.is-style-rounded img {
  border-radius: 15px;
}

/* 動画 */
.wp-block-video {
  margin-top: 30px;
}

.wp-block-video video {
  max-width: 100%;
}

/* その他 */
.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed__wrapper .wp-embedded-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wp-block-embed__wrapper .wp-embedded-content a {
  display: block;
  width: 100%;
  height: 100%;
}

iframe.wp-embedded-content {
  margin-bottom: 0;
}

:root .has-pale-pink-color {
  font-weight: bold;
  color: #f78da7;
}

:root .has-vivid-red-color {
  font-weight: bold;
  color: #cf2e2e;
}

:root .has-luminous-vivid-orange-color {
  font-weight: bold;
  color: #ff6900;
}

:root .has-luminous-vivid-amber-color {
  font-weight: bold;
  color: #fcb900;
}

:root .has-light-green-cyan-color {
  font-weight: bold;
  color: #7bdcb5;
}

:root .has-vivid-green-cyan-color {
  font-weight: bold;
  color: #00d084;
}

:root .has-pale-cyan-blue-color {
  font-weight: bold;
  color: #8ed1fc;
}

:root .has-vivid-cyan-blue-color {
  font-weight: bold;
  color: #0693e3;
}

:root .has-vivid-purple-color {
  font-weight: bold;
  color: #9b51e0;
}

:root .has-white-color {
  font-weight: bold;
  color: #fff;
}

:root .has-very-light-gray-color {
  font-weight: bold;
  color: #eee;
}

:root .has-cyan-bluish-gray-color {
  font-weight: bold;
  color: #abb8c3;
}

:root .has-very-dark-gray-color {
  font-weight: bold;
  color: #313131;
}

:root .has-black-color {
  font-weight: bold;
  color: #000;
}

/* フェードアニメーション
--------------------------------------------------------*/
/*ふわっと出る*/
.mv01_on {
  transition: all 0.8s ease-out;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 0;
}

.mv01_off {
  animation-fill-mode: both;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/*下から*/
.mv02_on {
  transition: all 1s ease-out 0.2s;
  transform: scale(1, 1) translate3d(0, 35px, 0);
  opacity: 0;
}

.mv02_off {
  animation-fill-mode: both;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/*右から*/
.mv03_on {
  transition: all 0.8s ease-out;
  transform: scale(1, 1) translate3d(30px, 0, 0);
  opacity: 0;
}

.mv03_off {
  animation-fill-mode: both;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/*左から*/
.mv04_on {
  transition: all 0.8s ease-out;
  transform: scale(1, 1) translate3d(-30px, 0, 0);
  opacity: 0;
}

.mv04_off {
  animation-fill-mode: both;
  transform: scale(1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}
body.sub-page {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  body.sub-page > main {
    padding: 200px 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  body.sub-page > main {
    padding: 10.6666666667vw 8.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.sub-page > main > div.inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}
body.sub-page.round > main {
  background-color: #f0ece9;
}
@media screen and (min-width: 768px) {
  body.sub-page.round > main {
    margin: 100px 0 0;
    border-radius: 400px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.sub-page.round > main {
    margin: 13.3333333333vw 0 0;
    border-radius: 20vw 0 0 0;
  }
}

a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

main {
  display: block;
}

.c_tit h2 {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  color: #b8a056;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c_tit h2 {
    line-height: 1;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c_tit h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit h2 {
    line-height: 1.15;
    font-size: 9.2vw;
  }
}
.c_tit p {
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #b8a056;
}
@media screen and (min-width: 768px) {
  .c_tit p {
    font-weight: 300;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c_tit p {
    font-weight: 400;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit p {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}

div.wrap {
  background-color: #f0ece9;
}

.menu_btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .menu_btn {
    position: fixed;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu_btn {
    position: relative;
    width: 6.9333333333vw;
    height: 5.2vw;
  }
}
.menu_btn.is-active span {
  transition: 0.4s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.menu_btn.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu_btn.is-active span:nth-of-type(2) {
  display: none;
}
.menu_btn.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.menu_btn span {
  position: absolute;
  transition: 0.4s;
  border-radius: 100px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .menu_btn span {
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .menu_btn span {
    height: 0.8vw;
  }
}
.menu_btn span:nth-of-type(1) {
  top: 0;
}
.menu_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.menu_btn span:nth-of-type(3) {
  bottom: 0;
}

header.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header.menu {
    transition: 1s;
    height: 100px;
    padding: 0 30px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header.menu {
    height: 14vw;
    padding: 0 4.6666666667vw;
    background-color: #bfa756;
  }
}
header.menu a.logo picture {
  display: flex;
}
@media screen and (min-width: 768px) {
  header.menu a.logo img {
    width: 135px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.menu a.logo img {
    width: 108px;
  }
}
@media screen and (max-width: 767px) {
  header.menu a.logo img {
    width: 22.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header.menu.is-active {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  header.menu ul {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
header.menu ul li a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  header.menu nav {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  header.menu nav {
    overflow: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13.3333333333vw 10.6666666667vw;
    z-index: 10;
    background-color: rgba(191, 167, 86, 0.8);
  }
}
header.menu nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  header.menu nav ul {
    align-items: center;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.menu nav ul {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header.menu nav ul {
    display: flex;
    flex-direction: column;
    gap: 6.6666666667vw 0;
  }
}
header.menu nav ul li a, header.menu nav ul li span {
  display: block;
  font-family: "Lato", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  header.menu nav ul li a, header.menu nav ul li span {
    font-size: 16px;
    color: #000;
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.menu nav ul li a, header.menu nav ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header.menu nav ul li a, header.menu nav ul li span {
    font-size: 6.4vw;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  header.menu nav ul li a:hover, header.menu nav ul li span:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  header.menu nav div.foot {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header.menu nav div.foot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 6.6666666667vw;
    bottom: 6.6666666667vw;
    gap: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  header.menu nav div.foot a.sns_btn img {
    width: 25px;
  }
}
@media screen and (max-width: 767px) {
  header.menu nav div.foot a.sns_btn img {
    width: 10vw;
  }
}
@media screen and (max-width: 767px) {
  header.menu nav div.foot p {
    font-size: 2.4vw;
    color: #fff;
  }
}
header.menu nav div.foot p a {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
}

body.top a.fixed-bnr {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px 0 0 100px;
  background: url(./img/btn_bg.png) 0 0/cover no-repeat;
  position: fixed;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  body.top a.fixed-bnr {
    bottom: 50px;
    padding-left: 8px;
    width: 272px;
    height: 104px;
    transform: translateX(10px);
  }
}
@media screen and (max-width: 767px) {
  body.top a.fixed-bnr {
    bottom: 13.3333333333vw;
    padding-left: 2vw;
    width: 50.8vw;
    height: 19.3333333333vw;
  }
}
body.top a.fixed-bnr.is-active {
  opacity: 1;
  visibility: visible;
}
body.top a.fixed-bnr.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  body.top a.fixed-bnr:hover {
    cursor: pointer;
    opacity: 1;
    padding-left: 16px;
    transform: translateX(0px);
  }
}
body.top a.fixed-bnr span.st {
  font-weight: 300;
  font-family: "Lato", serif;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.top a.fixed-bnr span.st {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.top a.fixed-bnr span.st {
    font-size: 5.0666666667vw;
  }
}
body.top a.fixed-bnr span {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.top a.fixed-bnr span {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.top a.fixed-bnr span {
    font-size: 2vw;
  }
}
body.top .c_sec {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.top .c_sec {
    border-radius: 0 400px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.top .c_sec {
    border-radius: 0 20vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.top .c_sec > .outer {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  body.top .c_sec > .outer {
    padding: 14.6666666667vw 8vw;
  }
}
body.top section.kv {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.top section.kv {
    width: 100%;
    margin-top: 100px;
    height: calc(100vh - 100px + 100px);
  }
}
@media screen and (min-width: 1921px) {
  body.top section.kv {
    background: url(./img/kv_img1.png) center/cover no-repeat;
  }
}
@media screen and (min-width: 1325px) and (max-width: 1920px) {
  body.top section.kv {
    background: url(./img/kv_img1.png) center/cover no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1324px) {
  body.top section.kv {
    background: url(./img/kv_img1.png) center/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv {
    margin-top: 13.8666666667vw;
    height: calc(100vh - 13.8666666667vw + 16vw);
    background: url(./img/sp/kv_img1.png) center/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body.top section.kv.is-active {
    margin-top: 60px;
    height: calc(100vh - 60px + 100px);
  }
}
body.top section.kv div.inner {
  position: sticky;
  top: 0px;
}
body.top section.kv div.title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.top section.kv div.title {
    top: calc(50% - 80px);
    right: 12%;
  }
}
@media screen and (min-width: 1325px) and (max-width: 1920px) {
  body.top section.kv div.title {
    right: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.kv div.title {
    top: 140px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv div.title {
    top: 49.3333333333vw;
    left: 8vw;
  }
}
body.top section.kv div.title h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  body.top section.kv div.title h2 {
    line-height: 1.3;
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv div.title h2 {
    line-height: 1.4;
    font-size: 5.3333333333vw;
  }
}
body.top section.kv div.title p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: "Exo 2", serif;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  body.top section.kv div.title p {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv div.title p {
    margin-top: 2.6666666667vw;
    font-size: 2.8vw;
  }
}
body.top section.concept {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.top section.concept {
    top: -828px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.concept {
    top: -504px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept {
    margin-top: -16vw;
    top: -209.6vw;
  }
}
body.top section.concept div.outer {
  background-color: #c9b984;
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer {
    min-height: 1978px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.concept div.outer {
    min-height: 1801px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer {
    padding-bottom: 49.3333333333vw;
    min-height: 209.6vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}
body.top section.concept div.outer div.inner div.c_tit h2 {
  color: #fff;
}
body.top section.concept div.outer div.inner div.block {
  display: flex;
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block {
    justify-content: space-between;
    max-width: 1000px;
    margin: 90px 0 0;
    gap: 0 48px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.block {
    justify-content: center;
    flex-direction: column-reverse;
    width: 70.6666666667vw;
    margin: 16vw auto;
    gap: 6.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block:nth-of-type(2) div.image {
    margin: 180px 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block:nth-of-type(3) div.text {
    padding: 160px 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block + .block {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.block + .block {
    margin-top: 28vw;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.text {
    max-width: 440px;
    width: 50%;
  }
}
body.top section.concept div.outer div.inner div.block div.text h3 {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.text h3 {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.concept div.outer div.inner div.block div.text h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.block div.text h3 {
    margin-bottom: 4vw;
    font-size: 5.8666666667vw;
  }
}
body.top section.concept div.outer div.inner div.block div.text p {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.concept div.outer div.inner div.block div.text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.block div.text p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.text p + p {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.image {
    max-width: 440px;
    width: 50%;
  }
}
body.top section.price {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.top section.price {
    margin-top: -400px;
    top: -3360px;
    background-color: #f0ece9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price {
    top: -2864px;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price {
    margin-top: -26.6666666667vw;
    top: -605vw;
    background-color: #fff;
  }
}
body.top section.price > div.outer {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer {
    background-color: #fff;
    min-height: 4200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer {
    min-height: 4080px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer {
    min-height: 450vw;
    padding-bottom: 46.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}
body.top section.price > div.outer div.inner div.label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  background-color: #b8a056;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.label {
    transform: translate(-35%, -35%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.label {
    transform: translate(-20%, -55%);
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.label {
    transform: translate(-5%, -15%);
  }
}
body.top section.price > div.outer div.inner div.label span.st {
  font-family: "Lato", serif;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.label span.st {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.label span.st {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.label span.st {
    font-size: 3.0666666667vw;
  }
}
body.top section.price > div.outer div.inner div.label span.sm {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.label span.sm {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.label span.sm {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.label span.sm {
    font-size: 1.7333333333vw;
  }
}
body.top section.price > div.outer div.inner div.cont-wrap {
  position: relative;
}
body.top section.price > div.outer div.inner div.head {
  position: relative;
  display: table;
  text-align: center;
  background-color: #c9b984;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.head {
    margin: 100px auto 0;
    max-width: 870px;
    width: 100%;
    padding: 30px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.head {
    margin: 91px auto 0;
    padding: 21px 35px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head {
    width: 78.6666666667vw;
    margin: 12vw auto;
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.head div.label {
    width: 155px;
    height: 155px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.head div.label {
    width: 109px;
    height: 109px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head div.label {
    width: 16.4vw;
    height: 16.4vw;
    top: -2.6666666667vw;
    left: -2.8vw;
  }
}
body.top section.price > div.outer div.inner div.head div.text p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.head div.text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.head div.text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head div.text p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head div.text p + p {
    margin-top: 0.6666666667vw;
  }
}
body.top section.price > div.outer div.inner div.head div.text p span {
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.head div.text p span {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.head div.text p span {
    font-size: 19;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head div.text p span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.head div.text p span.sm {
    margin: 0 10px 0 25px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.head div.text p span.sm {
    margin: 0 7px 0 18px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head div.text p span.sm {
    margin: 0 1.3333333333vw 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
body.top section.price > div.outer div.inner div.head div.text p span span.st {
  font-family: "Noto Sans", serif;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.head div.text p span span.st {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.head div.text p span span.st {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.head div.text p span span.st {
    font-size: 6.5333333333vw;
  }
}
body.top section.price > div.outer div.inner div.main {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main {
    width: 78.6666666667vw;
    margin: 0 auto;
  }
}
body.top section.price > div.outer div.inner div.main > section {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main > section > div.outer {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main > section {
    max-width: 870px;
    margin: 100px auto 0;
    border: 3px solid #b8a056;
    border-radius: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main > section {
    padding: 8.6666666667vw 4vw;
    border: 2px solid #b8a056;
  }
}
body.top section.price > div.outer div.inner div.main > section:nth-of-type(1) div.label::before {
  background: url(./img/icon_01.png) 0 0/100% no-repeat;
}
body.top section.price > div.outer div.inner div.main > section:nth-of-type(2) div.label::before {
  background: url(./img/icon_02.png) 0 0/100% no-repeat;
}
body.top section.price > div.outer div.inner div.main > section:nth-of-type(3) div.label::before {
  background: url(./img/icon_03.png) 0 0/100% no-repeat;
}
body.top section.price > div.outer div.inner div.main > section:nth-of-type(4) div.label::before {
  background: url(./img/icon_04.png) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main > section + section {
    margin: 14.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main > section div.label {
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer div.inner div.main > section div.label {
    width: 109px;
    height: 109px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main > section div.label {
    transform: translate(-25%, -35%);
    width: 16.4vw;
    height: 16.4vw;
  }
}
body.top section.price > div.outer div.inner div.main > section div.label:before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main > section div.label:before {
    margin-top: -10px;
    width: 41px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main > section div.label:before {
    margin-top: -2.1333333333vw;
    width: 4.3733333333vw;
    height: 4.5866666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main > section div.label span.st {
    margin-top: -3px;
  }
}
body.top section.price > div.outer div.inner div.main > section h3 {
  font-weight: 500;
  text-align: center;
  color: #b8a056;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main > section h3 {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main > section h3 {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.outer {
    min-height: 755px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.outer {
    min-height: 104vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont div.image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont div.image {
    margin: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont div.image img {
    max-width: 300px;
  }
}
body.top section.price > div.outer div.inner div.main section.towel div.h div.cont h4 {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont h4 {
    max-width: 285px;
    font-size: 21px;
    margin-bottom: 10px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont h4 {
    text-align: center;
    font-size: 3.2vw;
  }
}
body.top section.price > div.outer div.inner div.main section.towel div.h div.cont p {
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont p {
    max-width: 285px;
    font-size: 14px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.h div.cont p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m {
    margin: 5.3333333333vw 0 0;
  }
}
body.top section.price > div.outer div.inner div.main section.towel div.m ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m ul {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m ul {
    flex-direction: column;
    gap: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m ul li {
    max-width: 348px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m ul li div.image img {
    display: table;
    margin: 0 auto;
    width: 56.6666666667vw;
  }
}
body.top section.price > div.outer div.inner div.main section.towel div.m ul li p {
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m ul li p {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.towel div.m ul li p {
    margin: 1.3333333333vw 0;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.icon div.outer {
    padding-bottom: 50px;
  }
}
body.top section.price > div.outer div.inner div.main section.icon p {
  display: table;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.icon p {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.icon p {
    text-align: center;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.icon div.image {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.icon div.image {
    margin: 6.6666666667vw 0 0;
  }
}
body.top section.price > div.outer div.inner div.main section.icon div.image picture img {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.icon div.image picture img {
    max-width: 710px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.icon div.image picture img {
    width: 62.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.font div.image {
    padding: 100px 0;
  }
}
body.top section.price > div.outer div.inner div.main section.font div.image picture img {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.font div.image picture img {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.font div.image picture img {
    margin: 10.6666666667vw auto 0;
    padding-bottom: 6.6666666667vw;
    width: 51.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.color div.outer {
    padding-bottom: 30px;
  }
}
body.top section.price > div.outer div.inner div.main section.color div.image picture img {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer div.inner div.main section.color div.image picture img {
    max-width: 505px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer div.inner div.main section.color div.image picture img {
    width: 63.4666666667vw;
    margin: -4vw auto 0;
  }
}
body.top section.flow {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.top section.flow {
    background-color: #fff;
    top: -293px;
    margin-top: -400px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow {
    margin-top: -13.3333333333vw;
    top: 13.3333333333vw;
  }
}
body.top section.flow div.outer {
  background-color: #f0ece9;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer {
    min-height: 814px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer {
    min-height: 69.6vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
    max-width: 1060px;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.flow div.outer div.inner div.slider {
    justify-content: center;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider {
    display: none;
  }
}
body.top section.flow div.outer div.inner div.slider.slick-initialized {
  display: block;
}
body.top section.flow div.outer div.inner div.slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
body.top section.flow div.outer div.inner div.slider button.slick-disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider ul.slick-dots {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider ul.slick-dots {
    display: table;
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, 50%);
    position: static;
    margin-left: calc(50% - 0px);
  }
}
body.top section.flow div.outer div.inner div.slider ul.slick-dots li {
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider ul.slick-dots li {
    border-radius: 100px;
    background-color: rgba(184, 160, 86, 0.2);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
  body.top section.flow div.outer div.inner div.slider ul.slick-dots li.slick-active {
    background-color: #b8a056;
  }
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider ul.slick-dots li:hover {
    opacity: 0.8;
  }
}
body.top section.flow div.outer div.inner div.slider ul.slick-dots li button:before {
  content: "";
}
body.top section.flow div.outer div.inner div.slider .slick-next, body.top section.flow div.outer div.inner div.slider .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider .slick-next, body.top section.flow div.outer div.inner div.slider .slick-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider button.slick-next.slick-arrow, body.top section.flow div.outer div.inner div.slider button.slick-prev.slick-arrow {
    width: 3.6vw;
    height: 5.8vw;
  }
}
body.top section.flow div.outer div.inner div.slider button.slick-next.slick-arrow:before, body.top section.flow div.outer div.inner div.slider button.slick-prev.slick-arrow:before {
  display: none;
}
body.top section.flow div.outer div.inner div.slider button.slick-prev.slick-arrow {
  background: url(./img/icon_arrow-r.png) center 0/100% no-repeat;
  transform: translate(0%, -50%) rotate(180deg);
}
body.top section.flow div.outer div.inner div.slider button.slick-next.slick-arrow {
  background: url(./img/icon_arrow-r.png) center 0/100% no-repeat;
}
body.top section.flow div.outer div.inner div.slider .slick-prev, body.top section.flow div.outer div.inner div.slider .slick-next {
  top: auto;
  bottom: 0;
  transform: translate(0%, -50%);
}
body.top section.flow div.outer div.inner div.slider .slick-slide a {
  text-align: center;
}
body.top section.flow div.outer div.inner div.slider .slick-slide img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider .slick-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider .slick-prev, body.top section.flow div.outer div.inner div.slider .slick-next {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider .slick-prev {
    left: -2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider .slick-next {
    top: 50%;
    right: -2.6666666667vw;
  }
}
body.top section.flow div.outer div.inner div.slider button.slick-disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div {
    opacity: 1 !important;
    max-width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.flow div.outer div.inner div.slider > div {
    width: 40%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div {
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div:not(:last-of-type) {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    background: url(./img/icon_arrow-r.png) 0 0/100% no-repeat;
    width: 18px;
    height: 29px;
    margin-right: -35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.flow div.outer div.inner div.slider > div:not(:last-of-type):before {
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.flow div.outer div.inner div.slider > div:nth-of-type(2):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 70.6666666667vw;
    margin: 0 auto;
  }
}
body.top section.flow div.outer div.inner div.slider > div div.wrap p.head {
  text-align: center;
  background-color: rgba(184, 160, 86, 0.2);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap p.head {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
    padding: 15px 10px;
    border-radius: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap p.head {
    width: 100%;
    padding: 3.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap p.head > span {
    display: inline-block;
    padding: 0 2px;
  }
}
body.top section.flow div.outer div.inner div.slider > div div.wrap p.head > span > span {
  border-bottom: 1px solid #000;
}
body.top section.flow div.outer div.inner div.slider > div div.wrap p.head > span > span span {
  font-size: 1.3em;
}
body.top section.flow div.outer div.inner div.slider > div div.wrap div.main {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main {
    margin: 20px 0 10px;
  }
}
body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.h {
  color: #b8a056;
  font-family: "Noto Sans", serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.h {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.h {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main div.m {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main div.m img {
    width: 129px;
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main div.m img {
    width: 18.9333333333vw;
  }
}
body.top section.flow div.outer div.inner div.slider > div div.wrap div.main div.m h3 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main div.m h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main div.m h3 {
    margin: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.f {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.f {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.f {
    line-height: 1.5;
    margin: 4vw 0 4vw;
    font-size: 3.4666666667vw;
  }
}
body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.f span {
  display: table;
}
@media screen and (min-width: 768px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.f span {
    margin: 8px auto 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  body.top section.flow div.outer div.inner div.slider > div div.wrap div.main p.f span {
    margin: 2vw auto 0;
    font-size: 0.7em;
  }
}

footer section.contact {
  background-color: #b8a056;
}
@media screen and (min-width: 768px) {
  footer section.contact {
    padding: 90px 50px 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer section.contact {
    padding: 90px 40px 70px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact {
    padding: 12vw 8vw 7.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    max-width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer section.contact div.inner {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer section.contact div.inner div.set {
    width: 40%;
  }
}
footer section.contact div.inner div.set div.c_tit h2 {
  color: #fff;
}
footer section.contact div.inner div.set div.c_tit p {
  color: #fff;
}
footer section.contact div.inner div.set > p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.set > p {
    margin-top: 20px;
    font-size: 13px;
    max-width: 360px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.set > p {
    margin: 4vw 0 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1224px) {
  footer section.contact div.inner div.set > p br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form {
    margin: 120px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer section.contact div.inner div.form_wrap form {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form {
    padding: 0 2.6666666667vw 6.6666666667vw;
  }
}
footer section.contact div.inner div.form_wrap form div.block_wrap label {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap label {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap label {
    margin-bottom: 0.8vw;
  }
}
footer section.contact div.inner div.form_wrap form div.block_wrap label span.required, footer section.contact div.inner div.form_wrap form div.block_wrap label .wpcf7-list-item-label {
  position: relative;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap label span.required, footer section.contact div.inner div.form_wrap form div.block_wrap label .wpcf7-list-item-label {
    margin-right: 15px;
  }
}
footer section.contact div.inner div.form_wrap form div.block_wrap label span.required:after, footer section.contact div.inner div.form_wrap form div.block_wrap label .wpcf7-list-item-label:after {
  content: "*";
  display: block;
  position: absolute;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap label span.required:after, footer section.contact div.inner div.form_wrap form div.block_wrap label .wpcf7-list-item-label:after {
    top: -1px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap label span.required:after, footer section.contact div.inner div.form_wrap form div.block_wrap label .wpcf7-list-item-label:after {
    top: -0.2666666667vw;
    right: -2vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block > .box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block > .box:nth-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block > .box:nth-of-type(2) {
    width: 60%;
  }
}
footer section.contact div.inner div.form_wrap form div.block_wrap div.block > .box > label > span:nth-of-type(1) {
  display: table;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block > .box > label > span:nth-of-type(1) {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap div.block > .box > label > span:nth-of-type(1) {
    margin-top: 2.6666666667vw;
    margin-bottom: 0.8vw;
    font-size: 3.2vw;
  }
}
footer section.contact div.inner div.form_wrap form div.block_wrap input, footer section.contact div.inner div.form_wrap form div.block_wrap textarea {
  line-height: 1.5;
  outline: none;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  resize: none;
  border: none;
  background-color: #dbcfaa;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap input, footer section.contact div.inner div.form_wrap form div.block_wrap textarea {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap input, footer section.contact div.inner div.form_wrap form div.block_wrap textarea {
    font-size: 16px;
    padding: 2vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap input {
    margin-bottom: 6px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap input {
    margin-bottom: 1.3333333333vw;
    height: 7.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap textarea {
    height: 185px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.block_wrap textarea {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form .wpcf7-not-valid-tip {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form .wpcf7-not-valid-tip {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree {
    margin: 5.3333333333vw 0 0;
  }
}
footer section.contact div.inner div.form_wrap form div.agree .wpcf7-list-item {
  margin: 0 auto;
}
footer section.contact div.inner div.form_wrap form div.agree > p, footer section.contact div.inner div.form_wrap form div.agree a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.agree > p, footer section.contact div.inner div.form_wrap form div.agree a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree > p, footer section.contact div.inner div.form_wrap form div.agree a {
    font-size: 3.2vw;
  }
}
footer section.contact div.inner div.form_wrap form div.agree > span span:nth-of-type(1) {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.agree > span span:nth-of-type(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree > span span:nth-of-type(1) {
    font-size: 3.2vw;
  }
}
footer section.contact div.inner div.form_wrap form div.agree label {
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree label {
    margin: 0;
  }
}
footer section.contact div.inner div.form_wrap form div.agree input {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
  outline: none;
}
footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin-top: -1px;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox] {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox]:before {
  opacity: 0;
}
footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox]:checked {
  background-color: #dbcfaa;
  border: none;
  outline: none;
}
footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox]:checked::after {
  display: none;
}
footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox]:checked::before {
  box-shadow: none;
  border-style: none;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url(./img/icon_check.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox]:checked::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree input[type=checkbox]:checked::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
footer section.contact div.inner div.form_wrap form div.agree a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form div.agree a {
    padding: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form div.agree a {
    padding: 0 0.5333333333vw;
  }
}
footer section.contact div.inner div.form_wrap form span.btn {
  position: relative;
  display: table;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form span.btn {
    width: 220px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form span.btn {
    width: 64.6666666667vw;
    height: 11.2vw;
    margin: 8vw auto 0;
  }
}
footer section.contact div.inner div.form_wrap form span.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  color: #fff;
  line-height: 1;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form span.btn:after {
    top: 18px;
    right: 13px;
    width: 0.3em;
    height: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form span.btn:after {
    top: 5.6vw;
    right: 3.4666666667vw;
    width: 6px;
    height: 6px;
  }
}
footer section.contact div.inner div.form_wrap form span.btn input.submit {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: none !important;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 100px;
  width: inherit;
  height: inherit;
  margin: 0;
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form span.btn input.submit {
    font-size: 12px !important;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  footer section.contact div.inner div.form_wrap form span.btn input.submit {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.contact div.inner div.form_wrap form span.btn input.submit:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer {
    display: flex;
    justify-content: space-between;
    padding: 35px 30px 35px;
    background-color: #b8a056;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer section.footer {
    margin-top: -1px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer {
    padding: 6.6666666667vw 0 6.6666666667vw;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer div.head {
    text-align: center;
  }
}
footer section.footer div.head a.sns_btn {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  footer section.footer div.head a.sns_btn {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer div.head a.sns_btn {
    width: 4.8vw;
    height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer div.head a.sns_btn picture {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer div.head a.sns_btn picture img {
    width: 25px;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer div.head nav {
    margin: 8px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer div.head nav {
    margin: 5.3333333333vw 0;
  }
}
footer section.footer div.head nav ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  footer section.footer div.head nav ul {
    gap: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer div.head nav ul {
    justify-content: center;
    gap: 0 3.3333333333vw;
  }
}
footer section.footer div.head nav ul li {
  display: flex;
}
footer section.footer div.head nav ul li a, footer section.footer div.head nav ul li span {
  font-weight: bold;
  color: #000;
  font-family: "Lato", serif;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  footer section.footer div.head nav ul li a, footer section.footer div.head nav ul li span {
    font-size: 13px;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer div.head nav ul li a, footer section.footer div.head nav ul li span {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer div.head nav ul li a:hover, footer section.footer div.head nav ul li span:hover {
    opacity: 0.8;
  }
}
footer section.footer div.head p.copy {
  font-family: "Lato", serif;
  font-weight: 300;
  letter-spacing: 0.13em;
  color: #000;
}
@media screen and (min-width: 768px) {
  footer section.footer div.head p.copy {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer div.head p.copy {
    font-size: 2.1333333333vw;
  }
}
footer section.footer div.head p.copy a {
  color: #000;
}
@media screen and (max-width: 767px) {
  footer section.footer div.head p.copy a {
    border-bottom: 1px solid #999;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer div.head p.copy a:hover {
    text-decoration: underline;
  }
}
footer section.footer a.foot {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer section.footer a.foot {
    justify-content: flex-end;
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer a.foot {
    justify-content: center;
    text-align: center;
    margin: 5.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer section.footer a.foot img {
    width: 136px;
  }
}
@media screen and (max-width: 767px) {
  footer section.footer a.foot img {
    width: 18.6666666667vw;
  }
}
footer section.footer a.foot span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  body.faq main {
    padding-right: 0;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac {
    max-width: 780px;
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac {
    margin: 9.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section + section {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section + section {
    margin-top: 5.3333333333vw;
  }
}
body.faq main div.inner div.ac section h3 {
  border-radius: 100px 0 0 100px;
  color: #fff;
  background-color: #4f4d47;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section h3 {
    padding: 10px 35px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section h3 {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section h3:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
body.faq main div.inner div.ac section h3.is-active {
  background-color: #b8a056;
}
body.faq main div.inner div.ac section h3.is-active + ul {
  display: block;
}
body.faq main div.inner div.ac section ul {
  display: none;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section ul {
    width: calc(100% - 50px);
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section ul {
    width: 85.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section ul li {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section ul li {
    padding: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section ul li:not(:last-of-type) {
    border-bottom: 2px solid #999;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section ul li:not(:last-of-type) {
    border-bottom: 1px solid #999;
  }
}
body.faq main div.inner div.ac section ul li h4 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section ul li h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section ul li h4 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.faq main div.inner div.ac section ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.faq main div.inner div.ac section ul li p {
    margin-top: 1.8666666667vw;
    font-size: 2.9333333333vw;
  }
}

@media screen and (max-width: 767px) {
  body.privacy main {
    margin: 13.3333333333vw 0 0;
  }
}
body.privacy main div.inner div.title h2 {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.title h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.title h2 {
    font-size: 2.8vw;
  }
}
body.privacy main div.inner div.title p {
  font-weight: bold;
  font-family: "Lato", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.title p {
    margin-top: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.title p {
    margin-top: 2vw;
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents {
    max-width: 830px;
    margin-top: 70px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents p.head {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents p.head {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main {
    max-width: 830px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main {
    margin: 6.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main section + section {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main section + section {
    margin: 5.3333333333vw 0 0;
  }
}
body.privacy main div.inner div.contents div.main section h3 {
  display: table;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main section h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main section h3 {
    margin-bottom: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main section p, body.privacy main div.inner div.contents div.main section li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main section p, body.privacy main div.inner div.contents div.main section li {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main section p + p, body.privacy main div.inner div.contents div.main section li + p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main section p + p, body.privacy main div.inner div.contents div.main section li + p {
    margin-top: 2.6666666667vw;
  }
}
body.privacy main div.inner div.contents div.main section p a, body.privacy main div.inner div.contents div.main section li a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main section p a, body.privacy main div.inner div.contents div.main section li a {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main section p a, body.privacy main div.inner div.contents div.main section li a {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.privacy main div.inner div.contents div.main section ul, body.privacy main div.inner div.contents div.main section ol {
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  body.privacy main div.inner div.contents div.main section ul, body.privacy main div.inner div.contents div.main section ol {
    margin: 2.6666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  body.thanks main {
    margin: 13.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.thanks main div.inner div.contents {
    margin-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  body.thanks main div.inner div.contents {
    margin-top: 20vw;
    padding-bottom: 20vw;
  }
}
body.thanks main div.inner div.contents h3 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.thanks main div.inner div.contents h3 {
    display: flex;
    justify-content: center;
    gap: 0 25px;
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  body.thanks main div.inner div.contents h3 {
    text-align: center;
    font-size: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.thanks main div.inner div.contents h3 span {
    display: block;
    line-height: 1;
  }
}
body.thanks main div.inner div.contents p {
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  body.thanks main div.inner div.contents p {
    text-align: center;
    margin: 50px 0 0;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  body.thanks main div.inner div.contents p {
    margin: 10.6666666667vw 0 0;
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  body.is-404 main {
    margin: 13.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.is-404 main div.inner div.contents {
    margin-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  body.is-404 main div.inner div.contents {
    margin-top: 20vw;
    padding-bottom: 20vw;
  }
}
body.is-404 main div.inner div.contents h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body.is-404 main div.inner div.contents h3 {
    display: flex;
    justify-content: center;
    gap: 0 25px;
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.is-404 main div.inner div.contents h3 {
    text-align: center;
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.is-404 main div.inner div.contents h3 span {
    display: block;
    line-height: 1;
  }
}
body.is-404 main div.inner div.contents p {
  text-align: center;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  body.is-404 main div.inner div.contents p {
    margin: 50px 0 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.is-404 main div.inner div.contents p {
    margin: 10.6666666667vw 0 0;
    font-size: 4.2666666667vw;
  }
}
body.is-404 main div.inner div.contents p a {
  text-decoration: underline;
  color: #000;
}

body.simulation main {
  background-color: #f0ece9;
}
@media screen and (min-width: 768px) {
  body.simulation main {
    padding-top: 130px;
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main {
    padding-top: 14.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.c_tit h2 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.c_tit p {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 60px;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents {
    margin-top: 9.3333333333vw;
  }
}
body.simulation main div.inner div.contents div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents div.image img {
    max-width: 463px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents div.image img {
    width: 76.8vw;
  }
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents div.box {
    width: 483px;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents div.box {
    width: 76.8vw;
    margin: 6.6666666667vw auto 0;
  }
}
body.simulation main div.inner div.contents div.box a.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(./img/simulation_btn1_bg.png) center/100% no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents div.box a.btn {
    height: 172px;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents div.box a.btn {
    margin: 4vw auto 0;
    height: 22.5333333333vw;
  }
}
body.simulation main div.inner div.contents div.box a.btn span {
  line-height: 1;
  color: #fff;
}
body.simulation main div.inner div.contents div.box a.btn span.sm {
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents div.box a.btn span.sm {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents div.box a.btn span.sm {
    font-size: 4.5333333333vw;
  }
}
body.simulation main div.inner div.contents div.box a.btn span.st {
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents div.box a.btn span.st {
    padding-bottom: 5px;
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents div.box a.btn span.st {
    font-size: 9.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.simulation main div.inner div.contents div.box > p {
    margin: 20px 0 0;
    padding: 0 54px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.simulation main div.inner div.contents div.box > p {
    margin: 5.3333333333vw 0 0;
    padding: 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 0.5em 1em !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  font-size: 0.8em !important;
  line-height: 1.5 !important;
}

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