@charset "UTF-8";
/*
Theme Name: KNOTTE
Author: myk
*/
/* Reset
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400;0,700;1,400;1,700&family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
: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 !important;
  }
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #203141;
  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;
  color: #203141;
}
@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.wh h2, .c_tit.wh p {
  color: #fff;
}
.c_tit h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c_tit h2 {
    line-height: 1;
    font-size: 30px;
  }
}
@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;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  .c_tit p {
    font-weight: 300;
    margin-top: 20px;
    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;
  }
}
@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.is-active a.logo {
    margin-top: 10px;
  }
}
@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: "Afacad", sans-serif;
  font-weight: 500;
  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;
    transition: 0.4s;
    color: #000;
  }
}
@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;
}

@media screen and (min-width: 768px) {
  .c_sec > .outer {
    padding: 0 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .c_sec > .outer {
    padding: 0 8vw 14.6666666667vw;
  }
}

body.top nav ul li a, body.top nav ul li span {
  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", sans-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_bg1 {
  position: relative;
}
body.top .c_bg1:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
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 .c_sec2 {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.top .c_sec2 {
    border-radius: 0 20vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.top .c_sec2 > .outer {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  body.top .c_sec2 > .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%;
    height: 100vh;
  }
}
@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 {
    height: calc(100vh - 13.8666666667vw + 16vw);
    background: url(../img/sp/kv_img1.png) center/cover no-repeat;
  }
}
body.top section.kv a.news {
  display: flex;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  body.top section.kv a.news {
    max-width: 636px;
    width: 100%;
    min-height: 50px;
    bottom: 10%;
    left: 12%;
    padding: 8px 40px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv a.news {
    width: 89.8666666667vw;
    min-height: 10.6666666667vw;
    padding: 2vw 10.6666666667vw;
    bottom: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.kv a.news:hover {
    opacity: 1;
  }
}
body.top section.kv a.news span.cate, body.top section.kv a.news span.date {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.top section.kv a.news span.cate, body.top section.kv a.news span.date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv a.news span.cate, body.top section.kv a.news span.date {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv a.news span.date {
    display: none;
  }
}
body.top section.kv a.news span.txt {
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  body.top section.kv a.news span.txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.kv a.news span.txt {
    font-size: 2.9333333333vw;
  }
}
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: "Zen Kaku Gothic New", sans-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: 31px;
  }
}
@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: "Saira Condensed", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.top section.kv div.title p {
    margin-top: 15px;
    font-size: 18px;
  }
}
@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;
}
body.top section.concept div.outer {
  background-color: rgba(201, 185, 132, 0.95);
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer {
    padding: 20vw 6.6666666667vw 10.6666666667vw;
  }
}
@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;
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.c_tit h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.c_tit h2 {
    font-size: 6.6666666667vw;
  }
}
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 {
    align-items: flex-end;
    max-width: 1000px;
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.block {
    justify-content: center;
    flex-direction: column;
    width: 70.6666666667vw;
    margin: 6.6666666667vw auto;
    gap: 6.6666666667vw 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: 400px;
    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", sans-serif;
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.text h3 {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
@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: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
body.top section.concept div.outer div.inner div.block div.text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  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: 14px;
  }
}
@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 {
    text-align: right;
    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: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.concept div.outer div.inner div.block div.text p + p {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.concept div.outer div.inner div.block div.image {
    max-width: 440px;
    width: 50%;
    margin-right: 60px;
  }
}
body.top section.m-slide {
  position: sticky;
  z-index: 1;
  background-color: #E5E0D2;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide {
    padding: 120px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide {
    padding: 50px 0 130px;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 {
  display: none;
  position: relative;
  margin: 0 auto;
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1.slick-initialized {
  display: block;
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-next, body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-prev {
  z-index: 2;
  opacity: 1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-next.slick-arrow, body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-prev.slick-arrow {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-next.slick-arrow, body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-prev.slick-arrow {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-next.slick-arrow:before, body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-prev.slick-arrow:before {
  display: none;
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-prev.slick-arrow {
  background: url(../img/slider_arrow1.png) center 0/100% no-repeat;
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 button.slick-next.slick-arrow {
  background: url(../img/slider_arrow2.png) center 0/100% no-repeat;
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-prev, body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-next {
  top: auto;
  bottom: 0;
  transform: translate(0%, 50%);
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text {
    margin: 15px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text {
    margin: 0 2.6666666667vw;
    padding: 4vw 0 4vw;
    border-bottom: 1px solid #000;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text p {
  display: flex;
  align-items: center;
  margin: 0 !important;
  font-family: "Afacad", sans-serif;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text p {
    gap: 0 15px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text p {
    flex-direction: column;
    align-items: start;
    font-size: 2.4vw;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text p > span {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text p > span {
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide div.text p > span {
    gap: 0 2.6666666667vw;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide img {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap div.slider1 .slick-slide img {
    width: 100%;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar {
    bottom: 28px;
    right: calc(8% + 80px);
    width: 58px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar {
    bottom: 0vw;
    right: 13.3333333333vw;
    width: 10.6666666667vw;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar button {
  position: relative;
  width: 100%;
  border: 0;
  background-color: #eee;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar button {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar button {
    padding: 0;
    height: 1px;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar .slick-active {
  z-index: 1;
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar .slick-active button:after {
  background-color: #000;
  animation: progress 3.4s linear forwards;
}
body.top section.m-slide div.outer div.inner div.slider-wrap .dots-bar .slick-active-first button:after {
  background-color: #000;
  animation: progress 3s linear forwards !important;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap .control-area {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .control-area {
    margin-bottom: -3px;
    margin-right: calc(8% + 20px);
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .control-area {
    margin-right: 2.6666666667vw;
    margin-bottom: -8vw;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap .count-num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .count-num .current {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .count-num .current {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .count-num .line {
    padding: 0 4px;
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .count-num .line {
    padding: 0 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .count-num .total {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.m-slide div.outer div.inner div.slider-wrap .count-num .total {
    font-size: 3.2vw;
  }
}
body.top section.m-slide div.outer div.inner div.slider-wrap span.next {
  width: 12px;
  height: 20px;
  background: url(../img/icon_next.svg) right center no-repeat;
  background-size: 100%;
}
body.top section.price {
  position: sticky;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.top section.price {
    margin-top: -17.3333333333vw;
  }
}
body.top section.price > div.outer {
  position: relative;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: 0;
    padding-left: 0;
    background-color: rgba(40, 57, 71, 0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  body.top section.price > div.outer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer {
    padding: 20vw 6.6666666667vw 20vw;
    background-color: #283947;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.c_tit {
    max-width: 1060px;
    margin: 0 auto;
  }
}
body.top section.price > div.outer > div.inner div.c_tit h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.c_tit h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.c_tit h2 {
    font-size: 6.6666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.c_tit h2 + p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.c_tit h2 + p {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.c_tit h2 + p {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: y mandatory;
    padding-top: 60px;
    margin: 60px auto 0;
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer > div.inner div.contents {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents {
    margin: 8vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents::-webkit-scrollbar {
    display: none;
  }
}
body.top section.price > div.outer > div.inner div.contents > div.inner {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents > div.inner {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section {
    scroll-snap-align: start;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer > div.inner div.contents section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section {
    padding: 4.8vw;
    background-color: #fff;
  }
}
body.top section.price > div.outer > div.inner div.contents section:nth-of-type(1) div.head div.title h3 span:nth-of-type(1):before {
  content: "01";
}
body.top section.price > div.outer > div.inner div.contents section:nth-of-type(2) div.head div.title h3 span:nth-of-type(1):before {
  content: "02";
}
body.top section.price > div.outer > div.inner div.contents section:nth-of-type(3) div.head div.title h3 span:nth-of-type(1):before {
  content: "03";
}
body.top section.price > div.outer > div.inner div.contents section:nth-of-type(4) div.head div.title h3 span:nth-of-type(1):before {
  content: "04";
}
body.top section.price > div.outer > div.inner div.contents section:nth-of-type(5) div.head div.title h3 span:nth-of-type(1):before {
  content: "05";
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head {
    max-width: 400px;
    padding-right: 60px;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer > div.inner div.contents section div.head {
    border-right: none;
  }
}
body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 {
  display: flex;
  color: #BFA756;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 {
    align-items: baseline;
    font-size: 6.6666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(1) {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(1) {
    margin-right: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(1) {
    margin-right: 0.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(1):before {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(1):before {
    margin-right: 5px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(1):before {
    margin-right: 2vw;
    font-size: 5.3333333333vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 span:nth-of-type(2) {
    margin-left: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h3 + p {
    margin-top: 35px;
  }
}
body.top section.price > div.outer > div.inner div.contents section div.head div.title h4 {
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h4 {
    margin: 20px 0 10px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title h4 {
    font-size: 3.2vw;
    color: #BFA756;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title p {
    max-width: 320px;
    margin: 0px 0 0;
    font-size: 12px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section div.head div.title p {
    padding: 2vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section + section {
    margin-top: 160px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section + section {
    margin-top: 13.3333333333vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.gallery div.main {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.gallery div.main {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    min-height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer > div.inner div.contents section.gallery div.main {
    margin-top: 50px;
    margin-left: 0;
  }
}
body.top section.price > div.outer > div.inner div.contents section.gallery div.main h4 {
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #BFA756;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.gallery div.main h4 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20px;
    padding: 2px 35px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.gallery div.main h4 {
    letter-spacing: -0.03em;
    width: 100%;
    margin: 4.6666666667vw 0 0;
    padding: 0.2666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.gallery div.main div.m {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.head div.title p {
    padding: 2vw 0.6666666667vw;
    letter-spacing: -0.03em;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.head div.title div.image {
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.head div.title div.image + p {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main {
    display: flex;
    justify-content: space-between;
    max-width: 590px;
    margin-left: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set {
    max-width: 254px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h {
    margin-top: 2.6666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h ul {
    justify-content: space-between;
    gap: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h ul {
    justify-content: center;
    gap: 2vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  letter-spacing: -0.02em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h ul li {
    width: 124px;
    margin-bottom: 5px;
    height: 35px;
    font-size: 14px;
    background-color: rgba(191, 167, 86, 0.9);
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h ul li {
    width: 33.0666666667vw;
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    background-color: rgba(196, 184, 134, 0.9);
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100px;
  letter-spacing: -0.02em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h p {
    margin-top: 30px;
    height: 35px;
    font-size: 14px;
    background-color: rgba(191, 167, 86, 0.9);
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h p {
    width: 67.4666666667vw;
    height: 9.3333333333vw;
    margin: 5.3333333333vw auto 0;
    font-size: 3.7333333333vw;
    background-color: rgba(196, 184, 134, 0.9);
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h p:before {
    width: 12px;
    height: 20px;
    margin-top: -28px;
    background: url(../img/icon_plus.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.h p:before {
    width: 3.2vw;
    height: 5.3333333333vw;
    margin-top: -5.7333333333vw;
    background: url(../img/sp/icon_plus.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m {
    margin-top: 5.3333333333vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p {
    color: #BFA756;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(1) {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(1) {
    font-size: 4.2666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) {
    line-height: 1.35;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) {
    line-height: 1.2;
    margin: 0 0 1.6vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) span.sm {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) span.sm {
    margin-top: 6px;
    font-size: 19px;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) span.sm {
    margin-top: 1.6vw;
    font-size: 4.8vw;
    letter-spacing: -0.03em;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) span.st {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) span.st {
    margin: 0 5px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(2) span.st {
    margin: 0 0.5333333333vw;
    font-size: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) {
    line-height: 1.2;
    margin: 0 0 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) {
    line-height: 1.1;
    margin: 0 0 1.3333333333vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.sm {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.sm {
    font-size: 2.4vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.bg {
  color: #fff;
  background-color: #BFA756;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.bg {
    margin: 0 2px;
    padding: 2px 7px;
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.bg {
    margin: 0 0.5333333333vw 0 0;
    padding: 0.5333333333vw 1.8666666667vw;
    font-size: 2.4vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.bg:after {
    right: -4px;
    border-style: solid;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 4px solid #BFA756;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.bg:after {
    right: -0.9333333333vw;
    border-style: solid;
    border-top: 0.5333333333vw solid transparent;
    border-bottom: 0.5333333333vw solid transparent;
    border-left: 1.0666666667vw solid #BFA756;
    border-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.st1 {
    margin: 0 0 0 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.st1 {
    margin: 0 0 0 0.8vw;
    font-size: 3.4666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.st2 {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.st2 {
    margin: 0 0 0 3px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(3) span.st2 {
    margin: 0 0 0 0.8vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(4) {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(4) {
    line-height: 1.45;
    margin-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.main div.set div.m p:nth-of-type(4) span.pc {
    margin: 0 3px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.details div.image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.towel {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.head div.title div.image {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.head div.title p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul {
    display: flex;
    justify-content: center;
    gap: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li + li {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li:nth-of-type(1) div.image {
    width: 151px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li:nth-of-type(2) div.image {
    width: 151px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li:nth-of-type(3) div.image {
    width: 189px;
  }
}
body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li p {
  text-align: center;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li p {
    margin: 5px 0 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.towel div.main div.m ul li p {
    margin: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.head div.title div.image {
    text-align: center;
    margin: 6.6666666667vw 0 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.head div.title div.image img {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.head div.title p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main h4 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m {
    padding: 30px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m p {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m p {
    text-align: center;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m p span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m p span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m div.image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.icon div.main div.m div.image {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.font {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.head div.title p {
    margin-top: 3.3333333333vw;
    padding: 0;
    line-height: 1.35;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul {
    margin-top: 6.6666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul li + li {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul li img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul li img {
    width: 35vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul li p {
  text-align: center;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.font div.main div.m ul li p {
    margin: 5px 0 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.color div.head div.title p {
    margin-top: 3.3333333333vw;
    padding: 0;
    line-height: 1.35;
    font-size: 2.6666666667vw;
  }
}
body.top section.price > div.outer > div.inner div.contents section.color div.main div.m div.image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.top section.price > div.outer > div.inner div.contents section.color div.main div.m div.image img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  body.top section.price > div.outer > div.inner div.contents section.color div.main div.m div.image img {
    width: 70vw;
  }
}
body.top section.photo-gallery {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.top section.photo-gallery {
    background-color: #fff;
  }
}
body.top section.photo-gallery div.outer {
  background-color: #E5E0D2;
}
@media screen and (min-width: 768px) {
  body.top section.photo-gallery div.outer {
    padding: 0 30px 550px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.photo-gallery div.outer {
    padding: 9.3333333333vw 0 30.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.top section.photo-gallery div.outer div.inner {
    margin: 0 auto;
    padding: 70px 0 0;
  }
}
body.top section.photo-gallery div.outer div.inner h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.top section.photo-gallery div.outer div.inner h2 {
    max-width: 1060px;
    margin: 0 auto 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.photo-gallery div.outer div.inner h2 {
    text-align: center;
    margin-bottom: 8vw;
    font-size: 6.6666666667vw;
  }
}
body.top section.photo-gallery div.outer div.inner div.slider2 .slick-track {
  will-change: transform;
}
@media screen and (min-width: 768px) {
  body.top section.photo-gallery div.outer div.inner div.slider2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.top section.photo-gallery div.outer div.inner div.slider2 {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body.top section.photo-gallery div.outer div.inner div.slider2 div img {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  body.top section.photo-gallery div.outer div.inner div.slider2 div img {
    width: calc(100% - 3vw);
  }
}
@media screen and (min-width: 768px) {
  body.top section.c_flow {
    margin-top: -400px;
  }
}
@media screen and (max-width: 767px) {
  body.top section.c_flow {
    margin-top: -17.3333333333vw;
  }
}
body.top section.c_flow > div.outer {
  background-color: #EFEBE8;
}
@media screen and (min-width: 768px) {
  body.top section.c_flow > div.outer div.inner div.list {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.top div.c_line {
    padding-bottom: 12vw;
    background-color: #f0ece9;
  }
}

section.c_flow {
  position: sticky;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer {
    padding-bottom: 22.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner {
    max-width: 1245px;
    margin: 0 auto;
  }
}
section.c_flow > div.outer div.inner div.list {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278px) {
  section.c_flow > div.outer div.inner div.list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
    max-width: 894px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.c_flow > div.outer div.inner div.list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.6666666667vw 0;
    margin-top: 6.6666666667vw;
  }
}
section.c_flow > div.outer div.inner div.list:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278px) {
  section.c_flow > div.outer div.inner div.list:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.3333333333vw;
    height: 100%;
  }
}
section.c_flow > div.outer div.inner div.list > div {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div {
    min-width: 285px;
    max-width: 285px;
    height: 348px;
    padding: 40px 25px 0;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1278px) {
  section.c_flow > div.outer div.inner div.list > div {
    width: calc(50% - 20px);
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div {
    width: 76vw;
    padding: 8vw 8vw;
    border-radius: 5.3333333333vw;
  }
}
section.c_flow > div.outer div.inner div.list > div img {
  display: table;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(1) img {
    width: 65.5px;
    margin: 30px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(1) img {
    width: 17.4666666667vw;
    margin: 4vw auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(2) img {
    width: 65.5px;
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(2) img {
    width: 17.4666666667vw;
    margin: 4vw auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(3) img {
    width: 65.5px;
    margin: 30px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(3) img {
    width: 17.4666666667vw;
    margin: 4vw auto 4vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(4) img {
    width: 76px;
    margin: 30px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(4) img {
    width: 20.2666666667vw;
    margin: 4vw auto 4vw;
  }
}
section.c_flow > div.outer div.inner div.list > div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div h3 {
    height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div h3 {
    font-size: 4.2666666667vw;
  }
}
section.c_flow > div.outer div.inner div.list > div h3 span {
  position: relative;
}
section.c_flow > div.outer div.inner div.list > div h3 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-25%);
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div h3 span:before {
    width: 38px;
    height: 38px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div h3 span:before {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    left: -13.3333333333vw;
  }
}
section.c_flow > div.outer div.inner div.list > div:nth-of-type(1) h3 span::before {
  top: 25%;
  background: url(../img/icon_01.png) 0 0/100% no-repeat;
}
section.c_flow > div.outer div.inner div.list > div:nth-of-type(2) h3 span::before {
  background: url(../img/icon_02.png) 0 0/100% no-repeat;
}
section.c_flow > div.outer div.inner div.list > div:nth-of-type(3) h3 span::before {
  background: url(../img/icon_03.png) 0 0/100% no-repeat;
}
section.c_flow > div.outer div.inner div.list > div:nth-of-type(4) h3 span::before {
  background: url(../img/icon_04.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(1) div.main p.txt1 + p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(1) div.main p.txt1 + p {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(2) div.main p.txt2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(2) div.main p.txt2 {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(3) div.main p.txt2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div:nth-of-type(3) div.main p.txt2 {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div div.main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div div.main p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div div.main p {
    font-size: 3.2vw;
  }
}
section.c_flow > div.outer div.inner div.list > div div.main p a {
  color: #203141;
  text-decoration: underline;
}
section.c_flow > div.outer div.inner div.list > div div.main p.txt1 span.sm {
  letter-spacing: 0;
}
section.c_flow > div.outer div.inner div.list > div div.main p.txt2 {
  color: #646464;
}
@media screen and (min-width: 768px) {
  section.c_flow > div.outer div.inner div.list > div div.main p.txt2 {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.c_flow > div.outer div.inner div.list > div div.main p.txt2 {
    font-size: 2.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  div.c_line {
    padding-bottom: 12vw;
  }
}
div.c_line > div.outer {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.c_line > div.outer {
    padding: 45px;
    background-color: #7CCB9D;
  }
}
@media screen and (max-width: 767px) {
  div.c_line > div.outer {
    padding: 0 6.6666666667vw;
    background-color: #4DC981;
  }
}
div.c_line div.inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  div.c_line div.inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 29px;
    gap: 0 20px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.c_line div.inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner {
    padding: 12vw 0;
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner h2 {
    display: table;
    position: absolute;
    top: -45px;
    left: 0;
    transform: translateY(-50%);
    background-color: #7CCB9D;
    padding: 10px 25px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner h2 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner h2 img {
    width: 357px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner h2 img {
    width: 71.2vw;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner h3 {
    text-align: center;
    margin: 2vw 0 0.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner h3 img {
    width: 388px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner h3 img {
    width: 72.6666666667vw;
  }
}
div.c_line div.inner div.set {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  div.c_line div.inner div.set {
    gap: 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.c_line div.inner div.set {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner div.set div.image {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner div.set div.image picture img {
    width: 840px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner div.set div.image picture img {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner div.set div.foot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner div.set div.foot {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
}
div.c_line div.inner div.set div.foot p {
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.c_line div.inner div.set div.foot p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div.c_line div.inner div.set div.foot p {
    text-align: center;
    margin: 2.6666666667vw 0 4vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner div.set div.foot p span.st {
    font-weight: bold;
    background: linear-gradient(transparent 55%, rgba(124, 203, 157, 0.4) 0);
  }
}
@media screen and (min-width: 768px) {
  div.c_line div.inner div.set div.foot .c_btn1:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/line_deco1.png) 0 0/100% no-repeat;
    top: -15px;
    right: -15px;
    width: 18px;
    height: 18px;
  }
}
.c_btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #06C755;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c_btn1 {
    width: 280px;
    height: 55px;
    gap: 0 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1 {
    width: 70.6666666667vw;
    height: 16vw;
    gap: 0 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.c_btn1:before {
  content: "";
  background: url(../img/line_icon1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .c_btn1:before {
    width: 32px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1:before {
    width: 8.5333333333vw;
    height: 8.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1 > span {
    margin-top: -0.9333333333vw;
    margin-left: 0.4vw;
  }
}
.c_btn1 > span span {
  letter-spacing: -0.06em;
}

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;
  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;
  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", sans-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", sans-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", sans-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;
}

@media screen and (min-width: 768px) {
  body.category div.title {
    padding: 200px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  body.category div.title {
    padding: 29.3333333333vw 8.6666666667vw 16vw;
  }
}
@media screen and (min-width: 768px) {
  body.category div.title > .c_tit {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.category div.title > .c_tit {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.category div.title > .c_tit h2 {
    line-height: 1;
  }
}
body.category div.title > .c_tit p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.category div.title > .c_tit p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.category div.title > .c_tit p {
    text-align: center;
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents {
    max-width: 1030px;
    width: 100%;
    margin: 120px auto 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents {
    width: 76vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents > ul li {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents > ul li + li {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents > ul li + li {
    margin-top: 16vw;
  }
}
body.category > div.contents > ul li p.date {
  font-family: "Afacad", sans-serif;
}
@media screen and (min-width: 768px) {
  body.category > div.contents > ul li p.date {
    min-width: 160px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents > ul li p.date {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents > ul li div.cont {
    max-width: 710px;
  }
}
body.category > div.contents > ul li div.cont .ttl {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.category > div.contents > ul li div.cont .ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents > ul li div.cont .ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents > ul li div.cont p, body.category > div.contents > ul li div.cont a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents > ul li div.cont p, body.category > div.contents > ul li div.cont a {
    font-size: 3.2vw;
  }
}
body.category > div.contents div.pager {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  body.category > div.contents div.pager {
    margin: 180px 0 120px;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents div.pager {
    margin: 37.3333333333vw 0 26.6666666667vw;
    gap: 0 3.7333333333vw;
  }
}
body.category > div.contents div.pager a {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  body.category > div.contents div.pager a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents div.pager a {
    font-size: 3.2vw;
  }
}
body.category > div.contents div.pager div {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  body.category > div.contents div.pager div {
    gap: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents div.pager div {
    gap: 0 0.8vw;
  }
}
body.category > div.contents div.pager div span {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  body.category > div.contents div.pager div span:nth-of-type(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents div.pager div span:nth-of-type(1) {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents div.pager div span:nth-of-type(2) {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents div.pager div span:nth-of-type(2) {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.category > div.contents div.pager div span:nth-of-type(3) {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.category > div.contents div.pager div span:nth-of-type(3) {
    font-size: 3.2vw;
  }
}

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;
}