@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #ccff00;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.dough-form-text, .dough-form-check {
  position: relative;
}

span[id$=-error][class=error] {
  position: absolute;
  right: 0;
  top: -5px;
  background: #ff9999;
  color: #000;
  padding: 0px -3px;
}

input.error, textarea.error {
  background: #ffcccc !important;
}

span[id=同意-error][class=error] {
  top: -24px;
  left: 50%;
  width: 63%;
  transform: translateX(-50%);
}

/*ページ別スタイル*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  font-size: 10px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  html {
    scroll-padding-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 8px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Sans-Serif;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  font-size: 1.2rem;
  padding-top: 9rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  body {
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
  }
}

a, button {
  transition: opacity 0.2s ease-in-out;
}

a:hover, button:hover {
  opacity: 0.8;
}

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

.dough-primary-btn {
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
  border: none;
  background-color: #ccff00;
  display: block;
  width: 37.3333333333%;
  min-width: 140px;
  margin: 0 auto;
  position: relative;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.dough-primary-btn svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
.dough-primary-btn > svg.btn-link-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.dough-secondary-btn {
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
  border: none;
  background-color: #000;
  display: block;
  width: 37.3333333333%;
  min-width: 140px;
  margin: 0 auto;
  position: relative;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  color: #fff;
}
.dough-secondary-btn svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
.dough-secondary-btn > svg.btn-link-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

@media screen and (min-width: 1025px) {
  .pc-only-contents-wrapper {
    width: 1200px;
    position: fixed;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 96vh;
    max-height: 800px;
  }
}

@media screen and (min-width: 768px) {
  .pc-view-wrap {
    overflow-x: hidden;
    background: #fff;
    position: relative;
    width: 500px;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1025px) {
  .pc-view-wrap {
    overflow-x: hidden;
    background: #fff;
    position: relative;
    width: 400px;
    margin: 0 auto 0 auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.25);
  }
}

.pc-only-contents {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc-only-contents {
    display: flex;
    /*outline: solid 1px red;*/
    margin: 0 0 auto 0;
    width: 340px;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }
  .pc-only-contents.pc-gnav-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*outline: solid 1px blue;*/
    margin: auto 0 0 auto;
    height: auto;
    width: 370px;
  }
}

.pc-header {
  position: relative;
  /*left:-42px;*/
  top: 40px;
}
.pc-header__logo {
  width: 260px;
  display: block;
}
.pc-header__logo img {
  width: 100%;
}

.pc-header-contact {
  margin: auto 0 20px auto;
  width: 210px;
}
.pc-header-contact__btn {
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
  position: relative;
  width: 100%;
}
.pc-header-contact__btn svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}

.pc-header-sns {
  margin-bottom: 160px;
  width: 210px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.pc-header-sns .sns-icon svg {
  width: 3.9rem;
  height: 3.9rem;
}

.header {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  height: 7rem;
  width: 100%;
  z-index: 1;
  transition: top 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    position: relative;
  }
}
.header h1 {
  width: 25.6%;
}
@media screen and (min-width: 768px) {
  .header h1 {
    width: 25.6%;
  }
}
@media screen and (min-width: 1025px) {
  .header h1 {
    width: 25.6%;
  }
}
.header h1 img {
  width: 100%;
}

.gnav-btn {
  position: fixed;
  z-index: 3;
  right: 2rem;
  top: 2rem;
  width: 27px;
  height: 27px;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .gnav-btn {
    display: none;
  }
}

.gnav-btn > [class*=gnav-btn__bar] {
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
  border-radius: 1px;
}

.gnav-btn__bar1 {
  top: 0px;
  background-color: #000;
}

.gnav-btn__bar2 {
  top: 18px;
  background-color: #000;
}

.gnav-btn__bar3 {
  bottom: 14px;
  background-color: #000;
}

.gnav-btn.is-active .gnav-btn__bar1 {
  top: 10px;
  transform: rotate(45deg);
  background: #000;
}

.gnav-btn.is-active .gnav-btn__bar2 {
  opacity: 0;
}

.gnav-btn.is-active .gnav-btn__bar3 {
  top: 10px;
  transform: rotate(-45deg);
  background: #000;
}

.gnav-btn__str {
  position: absolute;
  bottom: -16px;
  left: -4px;
  color: #000;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.pc-gnav {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: 0;
  margin-bottom: 110px;
}
.pc-gnav-main {
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.35rem;
  line-height: 1.5;
}
.pc-gnav-main a:not(.nest-link):before {
  content: "　";
  background-size: contain;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.12%2011.69%22%3E%3Cpolygon%20fill%3D%22%23{$key-color}%22%20points%3D%220%200%200%2011.69%2010.12%205.85%200%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  display: inline-block;
  width: 0.4em;
  margin-right: 0.6em;
  margin-bottom: 1rem;
}
.pc-gnav-main a.nest-link:before {
  content: "　";
  background-size: contain;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.12%201%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%22.5%22%20x2%3D%2210.12%22%20y2%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  display: inline-block;
  width: 0.4em;
  margin-right: 0.6em;
  margin-left: 0.3em;
  margin-bottom: 1rem;
}
.pc-gnav-main a small {
  padding-left: 0.5em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Sans-Serif;
  font-size: 0.5em;
  letter-spacing: 0.05rem;
}
.pc-gnav-sub {
  font-size: 1rem;
  margin-bottom: 2.4rem;
}
.pc-gnav-sub li {
  margin-bottom: 1.2rem;
}
.pc-gnav-copy {
  font-size: 0.8rem;
}
.pc-gnav-inq-btn-sub {
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  position: relative;
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
}
.pc-gnav-inq-btn-sub svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}

.gnav {
  position: fixed;
  visibility: hidden;
  z-index: 2;
  width: 100%;
  background: #ccff00;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1025px) {
  .gnav {
    display: none;
  }
}
.gnav.is-active {
  visibility: visible;
  opacity: 1;
}
.gnav-inner {
  width: 66.6666666667%;
}
.gnav-main {
  font-family: "Barlow", "Century Gothic";
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.35rem;
}
.gnav-main a:not(.nest-link):before {
  content: "　";
  background-size: contain;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.12%2011.69%22%3E%3Cpolygon%20fill%3D%22%23{$key-color}%22%20points%3D%220%200%200%2011.69%2010.12%205.85%200%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  display: inline-block;
  width: 0.4em;
  margin-right: 0.6em;
  margin-bottom: 0.6rem;
}
.gnav-main a.nest-link:before {
  content: "　";
  background-size: contain;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.12%201%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%22.5%22%20x2%3D%2210.12%22%20y2%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  display: inline-block;
  width: 0.4em;
  margin-right: 0.6em;
  margin-bottom: 0.6rem;
}
.gnav-main a small {
  padding-left: 0.5em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Sans-Serif;
  font-size: 0.5em;
  letter-spacing: 0.05rem;
}
.gnav-sub {
  font-size: 1rem;
  margin-bottom: 2.4rem;
}
.gnav-sub li {
  margin-bottom: 1.2rem;
}
.gnav-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.gnav-sns a {
  margin: 0 0.8rem;
}
.gnav-inq-btn-sub {
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
  position: relative;
  padding: 0.25rem 0;
  font-size: 2.4rem;
}
.gnav-inq-btn-sub svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
.gnav-copy {
  font-family: "Barlow", "Century Gothic";
  font-size: 1rem;
  text-align: center;
}

.main-h {
  text-align: center;
  margin-bottom: 2rem;
}
.main-h__ttl {
  margin-bottom: 1.2rem;
}
.main-h__ttl-en {
  font-family: "Barlow", "Century Gothic";
  color: #000;
  font-size: 2rem;
  display: block;
  font-weight: bold;
  letter-spacing: 3px;
}
.main-h__desc {
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

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

.link-style-arrow {
  font-family: "ヒラギノ明朝W6", "YuMincho", "游明朝体", serif;
  font-size: 1.4rem;
}
.link-style-arrow:after {
  margin-left: 1rem;
  content: "　";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.45%2015.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220%22%20y1%3D%227.88%22%20x2%3D%2216.75%22%20y2%3D%227.88%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%229.22%20.35%2016.75%207.88%209.22%2015.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: contain;
}

.link-under-line {
  text-decoration: underline;
  text-decoration-color: #000;
}

.article-basic-format {
  color: #888;
  padding: 0 2rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.article-basic-format h3 {
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}
.article-basic-format h4 {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.article-basic-format p {
  margin-bottom: 1.6rem;
}

.footer {
  padding: 0 2rem;
}
.footer-inq {
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}
.footer-inq-btn-sub {
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
  border: none;
  background-color: #ccff00;
  display: block;
  width: 66.6666666667%;
  min-width: 250px;
  margin: 0 auto;
  position: relative;
  padding: 0.5rem 0;
}
.footer-inq-btn-sub svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
.footer-nav {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.4rem;
}
.footer-nav-copy {
  text-align: center;
  font-size: 0.8rem;
  color: black;
}
.footer-nav a {
  margin: 0 0.8rem;
}
.footer-nav a[href*=instagram] {
  margin: 0 0 0 auto;
}
.footer-nav a svg {
  width: 3rem;
  height: 3rem;
}

@media screen and (max-width: 767px) {
  #thanks {
    background: #f7f8f8;
  }
}
#thanks .pc-view-wrap, #thanks .header {
  background: #f7f8f8;
}
#thanks .main {
  padding: 18vh 0;
}
#thanks .main a {
  text-decoration: underline;
  text-decoration-color: #000;
}

@media screen and (max-width: 767px) {
  html:has(body#thanks, body#inquiry) {
    background: #f7f8f8;
  }
}

#index {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #index .header {
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  #index .header {
    position: absolute;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #index .header {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
  #index .header.is-show {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  #index .gnav-btn {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #index .gnav-btn {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
  #index .gnav-btn.is-show {
    opacity: 1;
  }
}
#index .kv {
  position: relative;
  margin-bottom: 6rem;
}
#index .kv-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
#index .kv-logo__catch {
  font-size: 1.5rem;
  margin-top: -70px;
  margin-bottom: 2.8rem;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-weight: 400;
}
#index .kv-logo__img {
  width: 183px;
  aspect-ratio: 19/25;
  object-fit: contain;
}
#index .kv-inner {
  position: relative;
  z-index: 0;
}
#index .kv-inner .kv__item {
  height: 100vh;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  #index .kv-inner .kv__item {
    height: 100vh;
    max-height: 670px;
  }
}
#index .kv-inner .kv__item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index .kv-to-scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 95px;
}
#index .kv-to-scroll .scrollbar-wrp {
  height: 36px;
  position: relative;
  top: 10px;
}
#index .kv-to-scroll .scrollbar {
  height: inherit;
}
#index .kv-to-scroll .scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
}
#index .kv-to-scroll .scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
#index .kv-to-scroll .scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: inherit;
  background: #000;
}
#index .kv-to-scroll .scrollbar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px #000;
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 30px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#index .kv-to-scroll:hover {
  opacity: 1;
}
#index .padding-x-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}
#index .news-list {
  padding-bottom: 4.8rem;
}
#index .news-list li {
  font-size: 1rem;
  border-top: solid 1px #e1e1e1;
  padding: 1.2rem;
}
#index .news-list li:last-of-type {
  border-bottom: solid 1px #e1e1e1;
}
#index .news__link {
  padding-bottom: 1.4rem;
}
#index .concept {
  margin-bottom: 6rem;
}
#index .concept p {
  font-size: 1.1rem;
  color: #626262;
  text-align: center;
}
#index .space-pic {
  margin-bottom: 4.8rem;
}
#index .space-pic-inner {
  margin-bottom: 4.8rem;
}
#index .space-pic-inner .slick-prev {
  left: 5px;
}
#index .space-pic-inner .slick-next {
  right: 10px;
}
#index .space-pic__item {
  height: 288px;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#index .space-pic__item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index .price {
  color: #888;
  margin-bottom: 4.8rem;
}
#index .price-list {
  margin-bottom: 3.6rem;
}
#index .price-list__ttl {
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #888;
  margin-bottom: 1.2rem;
}
#index .price-list__ttl span {
  font-size: 2rem;
  font-family: "Barlow", "Century Gothic";
  font-weight: 300;
  margin-right: 0.6rem;
  letter-spacing: 2px;
}
#index .price-list__table {
  width: calc(100% - 2rem - 2rem);
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
#index .price-list__table:first-of-type {
  margin-bottom: 1.6rem;
}
#index .price-list__table th {
  width: 130px;
  font-weight: 300;
}
#index .access {
  color: #888;
}
#index .access-address {
  margin-bottom: 2.4rem;
}
#index .access-gmap {
  width: 100%;
  height: 240px;
  margin-bottom: 2rem;
}
#index .access-msg {
  line-height: 2;
}

#space .padding-x-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}
#space .space-pic {
  margin-bottom: 2rem;
}
#space .space-pic-inner {
  margin-bottom: 3.6rem;
}
#space .space-pic-inner .slick-prev {
  left: 5px;
}
#space .space-pic-inner .slick-next {
  right: 10px;
}
#space .space-pic__item {
  height: 288px;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#space .space-pic__item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#space .space-pic .space-info {
  color: #888;
}
#space .space-pic .space-info__ttl {
  text-align: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #888;
  margin-bottom: 1.2rem;
}
#space .space-pic .space-info__ttl span {
  font-size: 2rem;
  font-family: "Barlow", "Century Gothic";
  font-weight: 300;
  margin-right: 0.6rem;
  letter-spacing: 2px;
}
#space .space-pic .space-info__desc {
  margin-bottom: 1.8rem;
}
#space .price {
  color: #888;
  margin-bottom: 4.8rem;
  margin-top: 4rem;
}
#space .price .main-h {
  margin-bottom: 1rem;
}
#space .price-list {
  margin-bottom: 2.4rem;
}
#space .price-list__ttl {
  text-align: center;
  font-size: 1.2rem;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin-bottom: 1.2rem;
}
#space .price-list__ttl span {
  font-size: 2rem;
  font-family: "Barlow", "Century Gothic";
  font-weight: 300;
  margin-right: 0.6rem;
  letter-spacing: 2px;
}
#space .price-list__table {
  width: calc(100% - 2rem - 2rem);
  margin: 0 auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
#space .price-list__table:first-of-type {
  margin-bottom: 1.6rem;
}
#space .price-list__table-wrap {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #888;
}
#space .price-list__table th {
  width: 130px;
  font-weight: 300;
}
#space .price-list-notice {
  margin-top: -1rem;
}

@media screen and (max-width: 767px) {
  #inquiry {
    background: #f7f8f8;
  }
}
#inquiry .pc-view-wrap, #inquiry .header {
  background: #f7f8f8;
}
#inquiry .main {
  padding-bottom: 100px;
}
#inquiry .dough-form {
  color: #888;
  padding: 40px 2rem 0;
}
#inquiry .dough-form-text {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
#inquiry .dough-form-text label {
  margin-bottom: 0.5rem;
  display: block;
}
#inquiry .dough-form-text label .required-txt {
  float: right;
  font-size: 1rem;
}
#inquiry .dough-form-text label:after {
  content: "　";
  width: 1px;
  height: 1px;
  clear: both;
  display: block;
}
#inquiry .dough-form-text input, #inquiry .dough-form-text textarea {
  background: #fff;
  width: 100%;
  color: #000;
  padding: 0.5rem;
  border-bottom: 1px solid #888;
}
#inquiry .dough-form-check {
  margin-bottom: 1.6rem;
}
#inquiry .dough-form-check p .required-txt {
  float: right;
  font-size: 1rem;
}
#inquiry .dough-form-check p:after {
  content: "　";
  width: 1px;
  height: 1px;
  clear: both;
  display: block;
}
#inquiry .dough-form-check [type=checkbox] {
  position: absolute;
  opacity: 0;
}
#inquiry .dough-form-check label {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5rem;
}
#inquiry .dough-form-check label:before {
  content: "　";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  margin-right: 0.5rem;
  border: 1px solid #888;
}
#inquiry .dough-form-check [type=checkbox]:checked + label:after {
  content: "　";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.99%2013.72%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23888%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221.06%206.26%206.4%2011.59%2016.93%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}
#inquiry .dough-form-submit {
  margin-bottom: 2.4rem;
}
#inquiry .dough-form-submit .submit-btn {
  margin-bottom: 1rem;
  width: 80%;
  display: block;
  color: #000;
  border: solid 2px;
  text-align: center;
  font-family: "Barlow", "Century Gothic";
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0 0;
  border-radius: 50px;
  display: block;
  border: none;
  padding: 0.5rem 0;
}
#inquiry .dough-form-submit .submit-btn svg[id*=_inquiryicon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
}
#inquiry .footer-inq {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
