@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

body, html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", "Kiwi Maru", serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-beige);
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-b {
  padding-bottom: 120px;
}

.inner {
  width: 90%;
  max-width: 1640px;
  margin: 0 auto;
}

.inner-s {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner,
  .inner-s {
    width: 92%;
  }
  .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container-b {
    padding-bottom: 90px;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*========================
    アニメーション
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --color-black: #312727;
  --color-beige: #f5f3ef;
  --color-brown: #e9ded5;
  --color-brown-text: #685C55;
  --color-orange: #905608;
  --font-en: "Montserrat", sans-serif;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-lead {
  font-family: var(--font-en);
  font-weight: 700;
  position: relative;
  color: var(--color-brown-text);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.sec-tit-lead::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-brown-text);
  position: absolute;
  left: 0px;
  top: 14px;
}
.sec-tit-lead::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-brown-text);
  position: absolute;
  right: 0px;
  top: 14px;
}

.sec-tit {
  font-size: var(--fs32);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}

.sec-tit-lead-left {
  font-family: var(--font-en);
  font-weight: 700;
  position: relative;
  color: var(--color-brown-text);
  padding-left: 80px;
}
.sec-tit-lead-left::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--color-brown-text);
  position: absolute;
  left: 4px;
  top: 14px;
}

.sec-tit-left {
  font-size: var(--fs32);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 80px;
}

/*===================================================================
    btn
===================================================================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 56px;
  position: relative;
  border-radius: 3px;
  padding-right: 60px;
  margin-top: 40px;
  line-height: 1;
  background-image: linear-gradient(to right, var(--color-black) 8px, transparent 8px), linear-gradient(to bottom, var(--color-black) 8px, transparent 8px), linear-gradient(to left, var(--color-black) 8px, transparent 8px), linear-gradient(to top, var(--color-black) 8px, transparent 8px);
  background-size: 11px 2px, 2px 11px, 11px 2px, 2px 11px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--color-black);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
  background-color: var(--color-black);
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  background-color: var(--color-black);
  color: #fff;
}
.btn:hover::before {
  background-color: #fff;
}
.btn:hover::after {
  -webkit-transform: translateY(calc(-50% + 0.5px)) translateX(10px);
          transform: translateY(calc(-50% + 0.5px)) translateX(10px);
  background-color: #fff;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(/common/img/mask.webp);
          mask-image: url(/common/img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*========================
	totop
========================*/
.totop {
  width: 80px;
  height: 80px;
  padding: 24px;
  border-radius: 100%;
  background-color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

/*===================================================================
    header
===================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-position {
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.inner--header {
  max-width: none;
}

.header-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-logo {
  font-size: var(--fs32);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo a {
  padding-top: 0px;
  padding-left: 10px;
}

.header-logo a span {
  position: relative;
  bottom: 10px;
  font-size: 0.7em;
}

.header-logo img {
  height: 60px;
  width: auto;
}

.header-menu {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-list {
  padding-left: 20px;
  padding-right: 20px;
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fs18);
  position: relative;
}

.header-position.scroll {
  background-color: var(--color-beige);
}
.header-position.scroll .header-wrap {
  padding-top: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 990px) {
  .header-menu {
    position: fixed;
    top: 60px;
    right: -320px;
    background-color: var(--color-beige);
    width: 300px;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: block;
  }
  .header-menu.open {
    right: 0;
  }
  .header-item {
    padding-bottom: 5px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo a {
    padding-top: 6px;
    padding-left: 5px;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
.mobmenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 991px) {
  .mobmenu-wrap {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
  height: 100%;
  backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 50px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 350px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  margin-top: 75px;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 1;
}

.mobmenu-btn {
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 40px;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  width: 24px;
  background-color: var(--color-black);
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 17px;
}

.openbtn span:nth-of-type(3) {
  top: 24px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*========================
  mob-contact
========================*/
.mob-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  margin-right: 30px;
}

/*===================================================================
    footer
===================================================================*/
footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: var(--color-black);
  color: #fff;
}

.footer-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 300px;
  margin: 0 auto 60px;
  padding: 20px 10px 10px;
  background-image: linear-gradient(to right, #fff 8px, transparent 8px), linear-gradient(to bottom, #fff 8px, transparent 8px), linear-gradient(to left, #fff 8px, transparent 8px), linear-gradient(to top, #fff 8px, transparent 8px);
  background-size: 11px 2px, 2px 11px, 11px 2px, 2px 11px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.footer-btn img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.copy-right {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--fs14);
}

/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 90px;
}

.crumb-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.crumb-wrap a {
  display: block;
  font-size: 12px;
}
.crumb-wrap span {
  font-size: 12px;
}

/*===================================================================
    トップページ
===================================================================*/
/*========================
  mv
========================*/
.mv-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F3EF), color-stop(70%, #F5F3EF), color-stop(70%, #E9DED5), to(#E9DED5));
  background: linear-gradient(180deg, #F5F3EF 0%, #F5F3EF 70%, #E9DED5 70%, #E9DED5 100%);
  padding-bottom: 100px;
}

.mv-inner {
  max-width: 1800px;
  width: 90%;
  margin-left: auto;
  margin-top: 100px;
}

.mv-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv-wrapL {
  width: 48%;
}

.mv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mv-copy {
  font-size: var(--fs48);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.mv-copy::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 220px;
  background: url(/common/img/neko01.svg) no-repeat center/contain;
  -webkit-transform: translateY(calc(50% - 1px));
          transform: translateY(calc(50% - 1px));
}
.mv-copy::after {
  content: "";
  position: absolute;
  background: 0 0;
  bottom: 0;
  left: 1.5rem;
  display: block;
  width: 184px;
  height: 1px;
  background-image: linear-gradient(to right, var(--color-orange) 8px, transparent 8px);
  background-size: 11px 2px;
  background-repeat: repeat-x;
  background-position: left top;
  letter-spacing: 0.1em;
}
.mv-copy span {
  display: block;
  margin-left: 0.5em;
}

.mv-text {
  margin-left: 1.5rem;
  margin-bottom: 100px;
  font-size: var(--fs18);
}

.mv-wrapR {
  width: 48%;
  position: relative;
}

.to-shop {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 240px;
  height: 240px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.to-shop:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.mv-banner {
  margin-bottom: 20px;
  margin-left: 1.5em;
}

.mv-banner img {
  max-width: 70%;
  height: auto;
  display: inline-block;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

.mv-banner img:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .mv-copy {
    font-size: var(--fs32);
  }
  .to-shop {
    width: 150px;
    height: 150px;
    bottom: -100px;
  }
  .mv-wrapR {
    width: 43%;
    padding-top: 120px;
  }
  .mv-wrapL {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mv-inner {
    width: 96%;
  }
  .mv-wrapL {
    width: 90%;
    position: relative;
    z-index: 1;
  }
  .mv-wrapR {
    width: 60%;
    max-width: 400px;
    margin-left: auto;
    padding-top: 0;
    margin-top: -60px;
  }
  .to-shop {
    right: 0;
  }
  .mv-banner {
    margin-bottom: 30px;
    margin-left: 1em;
  }
  .mv-banner img {
    max-width: 100%;
  }
}
/*========================
  what
========================*/
.what .container {
  position: relative;
}

.mv-irast {
  position: absolute;
  bottom: 0px;
  left: 60px;
  width: 160px;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .mv-irast {
    width: 120px;
    left: 30px;
    bottom: -10px;
  }
}
/*========================
  item
========================*/
.item .container {
  padding-bottom: 0;
}

.item-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.item-img {
  width: 42%;
}

.item-contents {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-name {
  font-size: var(--fs24);
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
  .item-img {
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .item-contents {
    width: 100%;
  }
  .item-img {
    width: 100%;
    max-width: 400px;
    position: static;
    margin: 0 auto 30px;
  }
}
/*===================================================================
  sun011
===================================================================*/
.sun011 .inner {
  max-width: 1000px;
}

.sun011-wrap {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.sun011-wrap::after {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  background-color: #fff;
  opacity: 0.6;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sun011-list {
  width: calc(50% - 20px);
  max-width: 480px;
  padding: 40px;
  border: 3px solid var(--color-orange);
  background-color: rgba(233, 222, 213, 0.6);
  position: relative;
  z-index: 1;
}

.sun011-number {
  font-size: var(--fs64);
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sun011-img {
  max-width: 400px;
  margin-bottom: 10px;
}

.sun011-tit {
  font-size: var(--fs24);
  line-height: 1.5;
  margin-bottom: 10px;
}

.sun011-text {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .sun011-wrap {
    gap: 20px;
  }
  .sun011-list {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sun011-list {
    width: 100%;
  }
}
/*========================
  use
========================*/
.use-box {
  margin-top: 60px;
  padding: 40px;
  border: 3px solid var(--color-orange);
  background-color: rgba(233, 222, 213, 0.6);
}
.use-box .sun011-tit {
  text-align: center;
}

.use-en {
  font-family: var(--font-en);
  font-weight: 700;
  color: var(--color-orange);
  text-align: center;
}

.use-wrap {
  margin-top: 30px;
}

.use-img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.use-contents {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .use-box {
    padding: 20px;
  }
  .use-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .use-contents {
    width: 100%;
  }
}
/*===================================================================
    col02 craft
===================================================================*/
.col02-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
}

.col02-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col02-wrapL {
  width: 40%;
}

.col02-wrapR {
  width: 40%;
}

.col02-tit {
  font-size: var(--fs24);
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  .col02-wrap {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  .col02-wrapR {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .col02-wrapL {
    width: 100%;
    margin-bottom: 20px;
  }
  .col02-wrapR {
    width: 100%;
  }
}
/*========================
  story
========================*/
.story-block {
  margin-bottom: 30px;
}

.story-tit {
  font-size: var(--fs20);
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1.2;
  background-color: var(--color-black);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.story-text {
  background-color: #fff;
  border: 2px solid var(--color-black);
  padding: 30px 30px 20px;
}

@media screen and (max-width: 767px) {
  .story-text {
    padding: 20px;
  }
}
/*===================================================================
    voice col03
===================================================================*/
.col03 {
  overflow: hidden;
}

.voice-tit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
.voice-tit::before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../img/voice-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -170px;
  opacity: 0.6;
}
.voice-tit::after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../img/voice-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -170px;
  opacity: 0.6;
}

.col03-list {
  width: calc(33.333% - 13.3333333333px);
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .col03-list {
    width: 100%;
  }
  .voice-tit::before {
    left: -130px;
  }
  .voice-tit::after {
    right: -130px;
  }
}
/*===================================================================
    information
===================================================================*/
.info {
  background-color: #E8DED5;
}

.info-list {
  max-height: 300px; /* 高さ制限（調整可） */
  overflow-y: auto; /* 縦スクロール */
}

.info-area {
  margin: 0 auto 20px;
  max-width: 800px;
  padding: 2em;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.info-date {
  font-weight: 500;
}

.info-text a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* なめらかに変化 */
}

.info-text a:hover {
  color: #0066cc;
}

/*===================================================================
    contact
===================================================================*/
.contact-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 80px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--color-black);
  z-index: 1;
}

.contact-step-item {
  margin-right: 80px;
}
.contact-step-item:last-child {
  margin-right: 0;
}

.contact-step-number {
  font-size: 12px;
  font-weight: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-black);
  border-radius: 100%;
  color: var(--color-black);
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}
.contact-step-number.active {
  color: #fff;
  background-color: var(--color-black);
}

.contact-step-lead {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-wrapR {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 420px) {
  .contact-step-item {
    margin-right: 40px;
  }
}
/*========================
  form
========================*/
.form-wrap {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #F2F2F2;
}
.form-list:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.form-listL {
  width: 200px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.form-listR {
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 20px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
  }
  .form-listR {
    width: 100%;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 30px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--main-color) !important;
}

/*========================
  submit
========================*/
.form-submit {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*========================
  prrivacy-policy
========================*/
.form-list.pp {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.privacy-area {
  height: 180px;
  overflow-y: auto;
  border: 1px solid var(--color-black);
  background-color: var(--color-brown);
  padding: 20px;
  margin-bottom: 20px;
}

.pp-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.pp-text a {
  display: inline;
  color: #DE5D8F;
  -webkit-text-decoration: underline #DE5D8F;
          text-decoration: underline #DE5D8F;
}

.checkbox-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  background-color: var(--gray-color);
}
input[type=checkbox] + label {
  font-weight: 500;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--gray-color);
  padding: 5px 10px;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contact-form label.error {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  color: #a92f40;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

/*========================
  check
========================*/
.form-check .inner {
  max-width: 800px;
}

.form-check-text {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.check-table {
  width: 100%;
}

.check-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #f2f2f2;
}
.check-table tr:nth-child(9) {
  border-bottom: 1px solid #f2f2f2;
}

.check-table th {
  padding: 20px 0 20px 25px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-black);
  color: #fff;
  font-weight: 400;
}

.check-table td {
  padding: 20px 0 20px 30px;
  width: calc(100% - 250px);
  background-color: #fff;
}

.form-check-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-check-btn-wrap .submit-btn {
  width: 240px;
  margin: 40px 10px 0;
  height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn--go:hover,
.submit-btn--back:hover {
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .check-table th {
    width: 220px;
  }
  .check-table td {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .form-check-text {
    text-align: left;
  }
  .check-table tr {
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 8px;
  }
  .check-table th {
    width: 100%;
    padding: 8px;
  }
  .check-table td {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 600px) {
  .form-check-btn-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-check-btn-wrap .submit-btn {
    margin: 20px 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .check-table {
    font-size: 14px;
  }
}
/*========================
    thanks
========================*/
.thanks .inner {
  max-width: 800px;
}

.thanks-contents {
  margin-bottom: 60px;
  text-align: center;
}

.thanks .btn-wrap {
  width: 300px;
  margin: 40px auto 0;
}
.thanks .btn-wrap .btn-inner {
  padding-top: 3px;
}

/*========================
  fv
========================*/
.fv {
  margin-top: 160px;
  text-align: center;
}

.fv-tit {
  font-size: var(--fs32);
}