html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a,
img {
  display: block;
  width: 100%;
}

* {
  color: #333333;
}

@media only screen and (max-width: 768px) {
  .spHide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .pcHide {
    display: none !important;
  }
}
/*! 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-width: 0;
  border-style: solid;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3 {
  font-weight: bold;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  transition: all 0.8s ease;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  header {
    height: 16.0142348754vw;
  }
}
header.active {
  top: 0;
  z-index: 999;
  opacity: 1;
}

.header {
  position: relative;
  width: 100%;
  height: min(60px, 4.2857142857vw);
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 16.0142348754vw;
  }
}
.header.scrollActive {
  background: rgba(0, 0, 0, 0.58);
}
.header__inner {
  position: absolute;
  display: flex;
  width: min(1300px, 92.8571428571vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  align-items: center;
  height: min(60px, 4.2857142857vw);
  z-index: 9999999;
}
.header__inner .hamburger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    width: 88.9679715302vw;
    height: 16.0142348754vw;
  }
  .header__inner .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 99999;
    width: 6.7615658363vw;
    height: 3.1138790036vw;
    margin-top: 3.1138790036vw;
  }
  .header__inner .hamburger span {
    height: 1px;
    background: #333333;
    display: block;
    transition: all 0.5s ease;
  }
  .header__inner .hamburger.active span {
    background: #333333;
  }
  .header__inner .hamburger.active span:first-child {
    transform: rotate(45deg);
    margin-left: 0vw;
    margin-top: 1.2455516014vw;
    width: 6.7615658363vw;
  }
  .header__inner .hamburger.active span:nth-child(2) {
    transform: rotate(-45deg);
    margin-left: 0vw;
    margin-bottom: 1.2455516014vw;
    width: 6.7615658363vw;
  }
}
.header__inner--logo {
  width: min(50px, 3.5714285714vw);
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .header__inner--logo {
    width: 11.3879003559vw;
  }
}
.header__inner--nav ul {
  display: flex;
  gap: min(80px, 5.7142857143vw);
}
.header__inner--nav ul li a {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .header__inner--nav {
    display: none;
  }
}

.firstview {
  position: relative;
}
.firstview__inner {
  position: absolute;
  display: flex;
  width: min(1300px, 92.8571428571vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  padding-top: min(36px, 2.5714285714vw);
  z-index: 9999999;
}
.firstview__inner .hamburger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .firstview__inner {
    width: 88.9679715302vw;
  }
  .firstview__inner .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 99999;
    width: 6.7615658363vw;
    height: 3.1138790036vw;
    margin-top: 3.1138790036vw;
  }
  .firstview__inner .hamburger span {
    height: 1px;
    background: #ffffff;
    display: block;
    transition: all 0.5s ease;
  }
  .firstview__inner .hamburger.active span {
    background: #ffffff;
  }
  .firstview__inner .hamburger.active span:first-child {
    transform: rotate(45deg);
    margin-left: 0vw;
    margin-top: 1.2455516014vw;
    width: 6.7615658363vw;
  }
  .firstview__inner .hamburger.active span:nth-child(2) {
    transform: rotate(-45deg);
    margin-left: 0vw;
    margin-bottom: 1.2455516014vw;
    width: 6.7615658363vw;
  }
}
.firstview__inner--logo {
  width: min(72px, 5.1428571429vw);
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .firstview__inner--logo {
    width: 11.3879003559vw;
  }
}
.firstview__inner--nav ul {
  display: flex;
  gap: min(80px, 5.7142857143vw);
}
.firstview__inner--nav ul li a {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .firstview__inner--nav {
    display: none;
  }
}
.firstview__scrollbutton {
  font-size: min(18px, 1.2857142857vw);
  position: absolute;
  bottom: min(45px, 3.2142857143vw);
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .firstview__scrollbutton {
    font-size: 3.2028469751vw;
    bottom: 8.3629893238vw;
  }
}
.firstview::after {
  height: min(32px, 2.2857142857vw);
  width: 1px;
  background: #ffffff;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .firstview::after {
    height: 6.6725978648vw;
  }
}
.firstview .first_view_img_pc {
  display: block;
}
.firstview .first_view_img_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .firstview .first_view_img_pc {
    display: none;
  }
  .firstview .first_view_img_sp {
    display: block;
    height: 100vh;
    object-fit: cover;
  }
}

.firstview__inner--navsp {
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: -100%;
}
.firstview__inner--navsp ul {
  display: flex;
  flex-direction: column;
  gap: 16.0142348754vw;
}
.firstview__inner--navsp ul li {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding-left: 8.0071174377vw;
}
.firstview__inner--navsp ul li a {
  color: #ffffff;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5587188612vw;
  color: #ffffff;
  transform: translateY(100%);
  transition: all 0.5s;
  transition-delay: 0.8s;
}
.firstview__inner--navsp.active {
  opacity: 1;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
}
.firstview__inner--navsp.active ul {
  padding-top: 34.8754448399vw;
}
.firstview__inner--navsp.active ul li {
  opacity: 1;
  transition-delay: 0.8s;
}
.firstview__inner--navsp.active ul li a {
  transform: translateY(0);
}

.menu {
  padding-top: min(280px, 20vw);
  width: min(1200px, 85.7142857143vw);
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .menu {
    padding-top: 49.8220640569vw;
  }
}
.menu::after {
  position: absolute;
  height: min(264px, 18.8571428571vw);
  width: 1px;
  content: "";
  background: #1a1a1a;
  top: 0;
  left: min(118px, 8.4285714286vw);
}
@media only screen and (max-width: 768px) {
  .menu::after {
    height: 46.975088968vw;
    left: 22.4199288256vw;
  }
}
.menu__title {
  font-size: min(59px, 4.2142857143vw);
  margin-left: min(46px, 3.2857142857vw);
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .menu__title {
    font-size: 10.4982206406vw;
    margin-left: 8.3629893238vw;
  }
}
.menu__menulink {
  width: min(200px, 14.2857142857vw);
  margin-left: min(36px, 2.5714285714vw);
  margin-top: min(33px, 2.3571428571vw);
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .menu__menulink {
    margin-left: 8.3629893238vw;
    width: 40.9252669039vw;
    margin-top: 6.5836298932vw;
  }
}
.menu__instagram {
  margin-top: min(69px, 4.9285714286vw);
}
@media only screen and (max-width: 768px) {
  .menu__instagram {
    margin-top: 12.2775800712vw;
  }
}
.menu .instagram_link--wrap .instagram_link {
  width: min(60px, 4.2857142857vw);
  margin: auto;
  margin-top: min(86px, 6.1428571429vw);
  margin-bottom: min(145px, 10.3571428571vw);
  display: block;
}
@media only screen and (max-width: 768px) {
  .menu .instagram_link--wrap .instagram_link {
    width: 10.6761565836vw;
    margin-top: 9.9644128114vw;
    margin-bottom: min(106px, 7.5714285714vw);
  }
}

.about {
  padding-top: min(245px, 17.5vw);
}
.about__inner {
  width: min(1200px, 85.7142857143vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .about__inner {
    width: 100%;
  }
}
.about__inner--bkgray {
  margin-left: min(135px, 9.6428571429vw);
  background: #efefef;
  width: min(1061px, 75.7857142857vw);
  height: min(702px, 50.1428571429vw);
  border-radius: min(32.45px, 2.3178571429vw);
  padding-left: min(442px, 31.5714285714vw);
  padding-top: min(235px, 16.7857142857vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray {
    width: 88.9679715302vw;
    height: 305.5160142349vw;
    padding-left: 3.5587188612vw;
    padding-top: 181.1387900356vw;
    border-radius: 5.7740213523vw;
  }
}
.about__inner--bkgray--title {
  position: absolute;
  right: min(140px, 10vw);
  top: max(-176px, -12.5714285714vw);
}
.about__inner--bkgray--title .image {
  width: min(79px, 5.6428571429vw);
}
.about__inner--bkgray--title .text {
  writing-mode: vertical-rl;
  margin: auto;
  margin-top: min(14px, 1vw);
  font-size: min(42px, 3vw);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--title {
    margin-top: max(-123px, -8.7857142857vw);
  }
  .about__inner--bkgray--title .image {
    width: 11.0320284698vw;
  }
  .about__inner--bkgray--title .text {
    writing-mode: vertical-rl;
    margin: auto;
    margin-top: 2.4911032028vw;
    font-size: 7.4733096085vw;
  }
}
.about__inner--bkgray--concept {
  font-size: min(20px, 1.4285714286vw);
  font-weight: 700;
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  width: min(465px, 33.2142857143vw);
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--concept {
    width: 16.9039145907vw;
    margin-top: 1.7793594306vw;
  }
}
.about__inner--bkgray--concept::after {
  position: absolute;
  width: min(310px, 22.1428571429vw);
  height: 1px;
  content: "";
  background: #333333;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--concept::after {
    width: 58.71886121vw;
    right: -364%;
  }
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--concept {
    font-size: 3.5587188612vw;
  }
}
.about__inner--bkgray--subtitle {
  font-weight: 700;
  font-size: min(24px, 1.7142857143vw);
  line-height: min(49px, 3.5vw);
  margin-top: min(50px, 3.5714285714vw);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  width: min(300px, 21.4285714286vw);
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--subtitle {
    font-size: 5.3380782918vw;
    line-height: 8.71886121vw;
    width: 80.7829181495vw;
    margin-top: 8.0071174377vw;
  }
}
.about__inner--bkgray--content {
  margin-top: min(50px, 3.5714285714vw);
  font-weight: 400;
  font-size: min(16px, 1.1428571429vw);
  line-height: min(30px, 2.1428571429vw);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--content {
    font-size: 3.5587188612vw;
    line-height: 9.7864768683vw;
    margin-top: 11.2099644128vw;
  }
}
.about__inner--bkgray--decoimage {
  width: min(577px, 41.2142857143vw);
  height: min(770px, 55vw);
  position: absolute;
  left: calc(50% - min(154px, 11vw));
  transform: translateX(-100%);
  top: max(-245px, -17.5vw);
  box-shadow: min(7px, 0.5vw) min(7px, 0.5vw) min(5px, 0.3571428571vw) rgba(0, 0, 0, 0.75);
}
.about__inner--bkgray--decoimage img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .about__inner--bkgray--decoimage {
    width: 88.9679715302vw;
    height: 121.3523131673vw;
    top: 53.5587188612vw;
    left: -5.6939501779vw;
    transform: translateX(0);
    box-shadow: 1.2455516014vw 1.2455516014vw 0.8896797153vw rgba(0, 0, 0, 0.75);
  }
}

.commitment {
  padding-top: min(313px, 22.3571428571vw);
  padding-bottom: min(95px, 6.7857142857vw);
  position: relative;
}
.commitment #commitment {
  position: absolute;
  top: min(120px, 8.5714285714vw);
  content: "";
}
@media only screen and (max-width: 768px) {
  .commitment {
    padding-top: 64.0569395018vw;
    padding-bottom: 27.2241992883vw;
  }
}
.commitment__inner--bkgray {
  margin-left: min(135px, 9.6428571429vw);
  background: #efefef;
  width: min(1113px, 79.5vw);
  height: min(766px, 54.7142857143vw);
  border-radius: min(32.45px, 2.3178571429vw);
  padding-left: min(310px, 22.1428571429vw);
  padding-top: min(450px, 32.1428571429vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray {
    width: 88.9679715302vw;
    height: 200.1779359431vw;
    border-radius: 5.7740213523vw;
    margin-left: 2.6690391459vw;
    padding-top: 108.5409252669vw;
    padding-left: 0.8896797153vw;
  }
}
.commitment__inner--bkgray--title {
  position: absolute;
  left: min(138px, 9.8571428571vw);
  top: max(-128px, -9.1428571429vw);
}
.commitment__inner--bkgray--title .text {
  writing-mode: vertical-rl;
  margin: auto;
  margin-top: min(14px, 1vw);
  font-size: min(42px, 3vw);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--title {
    top: -31.4946619217vw;
  }
  .commitment__inner--bkgray--title .text {
    font-size: 7.4733096085vw;
  }
}
.commitment__inner--bkgray--about {
  font-size: min(20px, 1.4285714286vw);
  font-weight: 700;
  position: absolute;
  writing-mode: vertical-rl;
  left: min(151px, 10.7857142857vw);
  bottom: min(80px, 5.7142857143vw);
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--about {
    left: 24.3772241993vw;
    top: 14.9466192171vw;
  }
}
.commitment__inner--bkgray--about span {
  position: relative;
}
.commitment__inner--bkgray--about span::after {
  position: absolute;
  height: min(258px, 18.4285714286vw);
  width: 1px;
  content: "";
  background: #333333;
  top: max(-288px, -20.5714285714vw);
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--about span::after {
    height: 18.3274021352vw;
    top: -24.9110320285vw;
  }
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--about {
    font-size: 3.5587188612vw;
  }
}
.commitment__inner--bkgray--subtitle {
  font-weight: 700;
  font-size: min(24px, 1.7142857143vw);
  line-height: min(46px, 3.2857142857vw);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--subtitle {
    font-size: 4.9822064057vw;
    width: 100%;
    text-align: center;
  }
}
.commitment__inner--bkgray--content {
  font-weight: 400;
  font-size: min(16px, 1.1428571429vw);
  line-height: min(30px, 2.1428571429vw);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: min(28px, 2vw);
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--content {
    font-size: 3.5587188612vw;
    line-height: 9.7864768683vw;
    margin-top: 11.2099644128vw;
    padding-left: 2.6690391459vw;
    padding-right: 3.5587188612vw;
  }
}
.commitment__inner--bkgray--decoimage {
  width: min(958px, 68.4285714286vw);
  height: min(538px, 38.4285714286vw);
  position: absolute;
  left: min(255px, 18.2142857143vw);
  top: max(-133px, -9.5vw);
  box-shadow: min(7px, 0.5vw) min(7px, 0.5vw) min(5px, 0.3571428571vw) rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 768px) {
  .commitment__inner--bkgray--decoimage {
    width: 88.9679715302vw;
    height: 50vw;
    left: 5.6939501779vw;
    top: 45.1957295374vw;
  }
}

footer {
  background: #333333;
  padding-top: min(77px, 5.5vw);
  padding-bottom: min(105px, 7.5vw);
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 11.5658362989vw;
    padding-bottom: 24.9110320285vw;
  }
}
footer .footer__inner {
  width: min(1150px, 82.1428571429vw);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner {
    width: 88.9679715302vw;
    flex-direction: column;
  }
}
footer .footer__inner--textarea .title {
  color: #ffffff;
  font-weight: 700;
  font-size: min(40px, 2.8571428571vw);
  line-height: min(47px, 3.3571428571vw);
  border-bottom: 1px solid #ffffff;
  padding-bottom: min(20px, 1.4285714286vw);
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .title {
    font-size: 7.1174377224vw;
    padding-bottom: 4.4483985765vw;
  }
}
footer .footer__inner--textarea .content {
  padding-top: min(54px, 3.8571428571vw);
  display: flex;
  flex-direction: column;
  gap: min(30px, 2.1428571429vw);
}
footer .footer__inner--textarea .content .infobox {
  display: flex;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: min(16px, 1.1428571429vw);
  line-height: min(26px, 1.8571428571vw);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .content .infobox {
    font-size: 3.2028469751vw;
    line-height: 7.8291814947vw;
  }
}
footer .footer__inner--textarea .content .infobox .lavel {
  width: min(110px, 7.8571428571vw);
  font-size: min(16px, 1.1428571429vw);
  line-height: min(26px, 1.8571428571vw);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .content .infobox .lavel {
    font-size: 3.2028469751vw;
    line-height: 7.8291814947vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .content .infobox .lavel {
    width: 23.1316725979vw;
  }
}
footer .footer__inner--textarea .content .infobox .value {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: min(16px, 1.1428571429vw);
  font-size: min(16px, 1.1428571429vw);
  line-height: min(26px, 1.8571428571vw);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .content .infobox .value {
    font-size: 3.2028469751vw;
    line-height: 7.8291814947vw;
  }
}
footer .footer__inner--textarea .content .infobox .value a {
  text-decoration: underline;
  font-size: min(16px, 1.1428571429vw);
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .content .infobox .value a {
    font-size: 3.2028469751vw;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--textarea .content {
    font-size: 3.2028469751vw;
    line-height: 7.8291814947vw;
  }
}
footer .footer__inner--map {
  width: min(526px, 37.5714285714vw);
  height: min(376px, 26.8571428571vw);
}
@media only screen and (max-width: 768px) {
  footer .footer__inner--map {
    width: 88.9679715302vw;
    height: 88.9679715302vw;
    margin-top: 11.743772242vw;
  }
}

.copyright {
  height: min(39px, 2.7857142857vw);
  width: min(1200px, 85.7142857143vw);
  margin: auto;
  text-align: right;
  padding-top: min(21px, 1.5vw);
  font-size: min(10px, 0.7142857143vw);
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .copyright {
    text-align: center;
    font-size: 2.1352313167vw;
    height: min(52px, 3.7142857143vw);
    padding-top: 3.7366548043vw;
  }
}

.menu_slider {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: baseline;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  z-index: 9999999999;
}
.menu_slider.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}
.menu_slider .cross__wrap {
  position: fixed;
  top: 4.3vh;
  right: calc(50% - min(460px, 32.8571428571vw));
  width: min(27px, 1.9285714286vw);
  height: min(27px, 1.9285714286vw);
  cursor: pointer;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  .menu_slider .cross__wrap {
    width: 5.3380782918vw;
    height: 5.3380782918vw;
    top: 2.62vh;
    right: 7.1174377224vw;
  }
}
.menu_slider--inner {
  background: #ffffff;
  padding-top: min(33px, 2.3571428571vw);
  padding-left: min(31px, 2.2142857143vw);
  padding-right: min(31px, 2.2142857143vw);
  width: min(950px, 67.8571428571vw);
  height: 89.2vh;
  margin: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 0;
  position: relative;
}
.menu_slider--inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu_slider--inner {
    width: 85.409252669vw;
    padding-top: 6.0498220641vw;
    padding-left: 7.1174377224vw;
    padding-right: 7.1174377224vw;
    height: 93.0592808552vh;
  }
}
.menu_slider--inner .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_slider--inner .boxs .box {
  width: min(430px, 30.7142857143vw);
}
@media only screen and (max-width: 768px) {
  .menu_slider--inner .boxs .box {
    width: 71.1743772242vw;
  }
}
@media only screen and (max-width: 768px) {
  .menu_slider--inner .boxs .box img {
    object-fit: cover;
    height: 71.1743772242vw;
  }
}
.menu_slider--inner .boxs .box p {
  text-align: center;
  font-size: min(16px, 1.1428571429vw);
  padding: min(20px, 1.4285714286vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .menu_slider--inner .boxs .box p {
    font-size: 3.2028469751vw;
    padding: 3.5587188612vw;
    width: 100%;
    text-align: center;
  }
}

.firs_view_fade_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.firs_view_fade_area.invisible {
  visibility: hidden;
  opacity: 0;
}
.firs_view_fade_area.invisible_speed_up {
  visibility: hidden;
  transition: opacity 0s ease-in-out, visibility 0s ease-in-out;
  opacity: 0;
}
.firs_view_fade_area .first_view_fade_image {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: min(133px, 9.5vw);
  height: min(122px, 8.7142857143vw);
}
@media only screen and (max-width: 768px) {
  .firs_view_fade_area .first_view_fade_image {
    width: 23.665480427vw;
    height: 21.7081850534vw;
  }
}
.firs_view_fade_area .first_view_fade_image.visible {
  opacity: 1;
}
.firs_view_fade_area .first_view_fade_image.visible_speed_up {
  transition: opacity 0s ease-in-out;
  opacity: 1;
}

#whiteOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.7s;
}
#whiteOverlay.active {
  opacity: 1;
}

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