@charset "UTF-8";

/*! destyle.css v2.0.2 | 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;
  line-height: 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;
  /* 2 */
  -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;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */

/* ============================================ */

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

caption {
  text-align: left;
}

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

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

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@keyframes float1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes float2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #2a3532;
  line-height: 2;
  text-align: justify;
  overflow-y: scroll;
  min-width: 1060px;
}

body.-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

*::-moz-selection {
  background: rgba(19, 92, 143, 0.4);
  color: #fff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:active {
  outline: none;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.l-footer__copyright {
  color: #036835;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}

.menu {
  position: relative;
  z-index: 20;
  width: 110px;
  height: 110px;
  background: #ef7e00;
  cursor: pointer;
}

.menu p {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Montserrat";
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.menu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}

.menu span:nth-child(1) {
  top: 31px;
}

.menu span:nth-child(2) {
  top: 42px;
}

.menu span:nth-child(3) {
  top: 53px;
}

.menu.-open span:nth-child(1) {
  top: 42px;
  transform: translate(-50%, 0) rotate(45deg);
}

.menu.-open span:nth-child(2) {
  opacity: 0;
}

.menu.-open span:nth-child(3) {
  top: 42px;
  transform: translate(-50%, 0) rotate(-45deg);
}

.gnav {
  width: 400px;
  padding: 30px;
  background: #ef7e00;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  transform: translateX(120%);
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: 0.2s ease-in-out;
}

.gnav.-open {
  transform: translateX(0);
  pointer-events: auto;
}

.gnav__list-item {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.05em;
}

.gnav__list-item + .gnav__list-item {
  margin-top: 6px;
}

.l-inner {
  max-width: 1060px;
  margin: 0 auto;
}

.l-wrapper {
  min-width: 1060px;
  background: url(../images/bg_pattern01.png) repeat center top;
  background-size: 1280px auto;
}

.u-color01 {
  color: #036835;
}

.u-color02 {
  color: #ef7e00;
}

.c-button-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s linear;
}

.c-button-pagetop.-show {
  pointer-events: unset;
  opacity: 1;
}

.c-button-pagetop a {
  --size: 50px;
  display: block;
  position: relative;
  background-color: #036835;
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  border: 2px solid #fff;
}

.c-button-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  width: 16px;
  height: 3px;
}

.c-button-pagetop span:first-child {
  transform: translate(-3px, -52%) rotate(45deg);
}

.c-button-pagetop span:last-child {
  transform: translate(-13px, -52%) rotate(-45deg);
}

.c-button {
  width: 500px;
  height: 70px;
  margin: 44px auto 0;
}

.c-button a {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 9px;
  border: 2px solid rgb(255, 255, 255);
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s linear;
  background-color: #ef7e00;
}

.c-button.-green a {
  background-color: #036835;
}

.c-button span {
  font-size: 1.4rem;
}

.c-button img {
  position: absolute;
  right: 30px;
  width: 22px;
  height: 22px;
}

.c-card {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  border: 4px solid #ef7e00;
  border-radius: 12px;
  background-color: #fff;
}

.c-card--none {
  display: grid;
  place-items: center;
  background-color: #fff3e5;
}

.c-card--none div {
  text-align: center;
}

.c-card--none p {
  color: #ef7e00;
  font-weight: bold;
  line-height: 1;
}

.c-card--none p:nth-child(1) {
  color: #ef7e00;
  font-size: 4rem;
  letter-spacing: 0.05;
}

.c-card--none p:nth-child(2) {
  margin-top: 12px;
  font-family: "Montserrat";
  font-size: 1.5rem;
  letter-spacing: 0.03;
}

.c-card__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 236px;
  margin: 0 auto;
  flex-direction: column;
}

.c-card__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 320/202;
}

.c-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__point {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 6px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-card__point.-ladies {
  background-color: #ff1063;
}

.c-card__name {
  display: grid;
  place-items: center;
  width: 100%;
  height: 75px;
  margin-top: 14px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.c-card__text {
  padding-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.72;
  letter-spacing: 0.05em;
}

.c-card__bottom {
  width: 236px;
  padding-bottom: 52px;
}

.c-card__bottom::before {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ef7e00;
  border-radius: 2px;
}

.c-card__info {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.c-card__info-item {
  display: flex;
}

.c-card__info-item + .c-card__info-item {
  margin-top: 6px;
}

.c-card__info-term,
.c-card__info-desc {
  white-space: nowrap;
}

.c-card__info-desc a {
  color: #0014B2;
  text-decoration: underline;
}

.c-card__info-desc span {
  font-size: 1.2rem;
}

.c-card__sns {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 12px;
  right: 16px;
  z-index: 10;
}

.c-card__sns a img {
  width: 34px;
  height: 34px;
}

.c-card__sns a + a {
  margin-left: 6px;
}

.js-scroll-view[data-scroll-view=fadeInUpward] {
  opacity: 0;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-loading__text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.c-loading__count {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  margin: 8px 0;
}

.c-loading__indicator {
  width: 400px;
  height: 2px;
  margin: 16px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-loading__indicator__progress {
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: width 0.2s ease;
}

.-loaded .c-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.-loaded .c-loading__grp {
  transform: translate(0, -30%);
  transition: transform 1.5s ease;
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-text {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.889;
  letter-spacing: 0.05em;
}

.c-title2 {
  color: #036835;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-title2::before {
  content: attr(data-ja);
  display: block;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: 0.5s ease-out;
}

.c-title2.-bt-text::after {
  content: attr(data-ja-bt);
  display: block;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: 0.5s ease-out;
}

.c-title2.-white {
  color: #fff;
}

.c-title2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-30px);
}

.-loaded .c-title2.-animated::before,
.-loaded .c-title2.-animated.-bt-text::after {
  opacity: 1;
}

.-loaded .c-title2.-animated span:nth-child(1) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(1 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(2) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(2 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(3) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(3 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(4) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(4 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(5) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(5 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(6) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(6 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(7) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(7 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(8) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(8 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(9) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(9 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(10) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(10 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(11) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(11 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(12) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(12 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(13) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(13 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(14) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(14 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(15) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(15 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(16) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(16 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(17) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(17 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(18) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(18 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(19) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(19 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(20) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(20 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(21) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(21 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(22) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(22 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(23) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(23 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(24) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(24 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(25) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(25 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(26) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(26 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(27) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(27 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(28) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(28 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(29) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(29 * 0.05s) 1 forwards;
}

.-loaded .c-title2.-animated span:nth-child(30) {
  animation: boundText 0.5s cubic-bezier(0.12, 0, 0.59, 0) calc(30 * 0.05s) 1 forwards;
}

@keyframes boundText {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  65% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }

  20%, 100% {
    opacity: 1;
  }
}

.c-title3 {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
}

.p-access {
  position: relative;
  padding: 100px 0 120px;
}

.p-access__inner {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.p-access__map {
  position: relative;
  z-index: 10;
  margin-top: 80px;
  border: 4px solid #ef7e00;
  border-radius: 12px;
  overflow: hidden;
}

.p-address-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-address-wrap__text {
  width: 420px;
}

.p-address-wrap__image {
  width: 520px;
}

.p-address-wrap__image img {
  border-radius: 12px;
}

.p-address {
  margin-top: 60px;
}

.p-address__name {
  margin-right: auto;
  color: #036835;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-address__dlist {
  margin-top: 28px;
  border-top: 1px solid #d8d8d8;
}

.p-address__dlist-item {
  display: flex;
  padding: 17px 12px;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d8d8d8;
}

.p-address__dlist-item dt {
  flex: none;
  width: 60px;
  font-weight: bold;
}

.p-address__dlist-item dt:empty {
  width: 0;
}

.p-address__dlist-item dd {
  text-align: left;
}

.p-address__dlist-item dd span {
  display: inline-block;
}

.p-concept {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.p-concept__inner {
  display: flex;
  align-items: flex-end;
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.p-concept__left {
  position: relative;
  width: 50%;
}

.p-concept__left .c-title2 {
  margin-bottom: 20px;
}

.p-concept__left .c-title3 {
  margin-bottom: 20px;
}

.p-concept__left .c-text {
  margin-right: 80px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.025em;
}

.p-concept__text {
  position: relative;
  margin-top: 20px;
  margin-right: 80px;
  color: #036835;
  font-family: "Montserrat";
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.p-concept__text::before,
.p-concept__text::after {
  content: "";
  position: absolute;
  bottom: 14px;
  width: 18px;
  height: 28px;
  background-size: contain;
}

.p-concept__text::before {
  left: -8px;
  background-image: url(../images/deco02_left.png);
}

.p-concept__text::after {
  right: -8px;
  background-image: url(../images/deco02_right.png);
}

.p-concept__right {
  position: relative;
  width: 520px;
}

.p-concept__illust {
  position: absolute;
  top: -20px;
  right: 0;
  width: 406px;
}

.p-concept__illust img {
  height: 177px;
}

.p-concept__image {
  border: 4px solid #ef7e00;
  border-radius: 12px;
  overflow: hidden;
}

.p-concept__modal {
  position: relative;
  cursor: pointer;
}

.p-concept__modal-target {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}

.p-concept__modal-target::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.p-concept__modal-target.-show {
  opacity: 1;
  pointer-events: auto;
}

.p-concept__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  max-width: 1040px;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.p-concept__modal-content img {
  margin-inline: auto;
}

.p-concept__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: #ef7e00;
  border-radius: 50%;
  cursor: pointer;
}

.p-concept__modal-close::before,
.p-concept__modal-close::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.p-concept__modal-close::before {
  transform: translate(-50%, 0) rotate(45deg);
}

.p-concept__modal-close::after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.p-concept__icon {
  position: absolute;
  top: 10px;
  right: 15px;
}

.p-concept__icon img {
  width: 44px;
  height: 44px;
}

.p-contact {
  position: relative;
  padding: 66px 0 74px;
  background: url(../images/bg_img01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.p-contact__sns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-contact__sns a + a {
  margin-left: 6px;
}

.p-contact__sns img {
  width: 34px;
  height: 34px;
}

.p-contact__logo {
  margin-top: 25px;
  text-align: center;
}

.p-contact__logo img {
  width: 236px;
  margin: auto;
}

.p-contact__tel {
  margin-top: 21px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-contact__mail {
  margin-top: 10px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-food {
  padding: 120px 0;
  background: url(../images/bg_illust.png) no-repeat center top/cover;
}

.p-food__inner {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.p-food__list {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  gap: 50px 40px;
  margin-top: 60px;
}

.p-info {
  position: relative;
  margin-top: 180px;
  background-color: #036835;
}

.p-info__inner {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
  padding-block: 120px;
}

.p-info__illust {
  position: absolute;
  top: -98px;
  left: -50px;
  width: 667px;
}

.p-info__list {
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
  margin: 60px auto 0;
  border-top: 1px solid #fff;
}

.p-info__list-item {
  padding: 20px 0px 16px 25px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.p-info__list-item a {
  padding-right: 100px;
  display: block;
  position: relative;
}

.p-info__list-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.p-info__list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-info__list-item a:hover {
  text-decoration: underline;
}

.p-info__date,
.p-info__text {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.-none > .p-info__date,
.-none > .p-info__text {
  opacity: 0.5;
}

.p-info__date {
  font-family: "Montserrat";
  line-height: 1;
}

.p-info__text {
  line-height: 1.889;
}

.p-insta {
  padding: 120px 0;
  background: #036835;
}

.p-insta__inner {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.p-insta__text {
  position: absolute;
  top: -40px;
  right: 0;
  width: 536px;
}

.p-insta__text img {
  width: 100%;
}

.p-insta__list {
  display: grid;
  grid-template-columns: 410px 203px 203px 203px;
  grid-template-rows: auto auto;
  gap: 4px;
  margin-top: 60px;
  padding: 4px;
  background-color: #fff;
}

.p-insta__list-item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.p-insta__list-item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mainvisual {
  position: relative;
}

.p-mainvisual__logo {
  position: absolute;
  top: 98px;
  left: calc(50% - 524px);
  z-index: 10;
  width: 338px;
  height: 148px;
  opacity: 0;
}

.-loaded .p-mainvisual__logo.-animated {
  animation: bound 0.5s cubic-bezier(0.12, 0, 0.59, 0) 1 forwards;
}

@keyframes bound {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
  }

  65% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }

  20%, 100% {
    opacity: 1;
  }
}

.p-mainvisual__image {
  position: relative;
  z-index: 0;
  max-width: 1280px;
  height: 864px;
  margin-inline: auto;
}

.p-mainvisual__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-rental {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: url(../images/bg_pattern02.png) repeat center top;
  background-size: 1280px auto;
}

.p-rental__inner {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.p-rental__block {
  position: relative;
  margin-top: 60px;
}

.p-rental__block + .p-rental__block {
  margin-top: 120px;
}

.p-rental__title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.05em;
}

.p-rental__title span {
  color: #ef7e00;
  display: inline-block;
}

.p-rental__text {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9286;
  letter-spacing: 0.025em;
}

.p-rental__info {
  width: 480px;
  margin-top: 38px;
  padding: 35px 52px 50px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

.p-rental__info-item {
  font-size: 1.8rem;
  line-height: 1.7778;
  letter-spacing: 0.025em;
}

.p-rental__info-term::before {
  content: "●";
  color: #ef7e00;
}

.p-rental__info-desc span {
  display: inline-block;
  letter-spacing: -0.06em;
  padding-left: 1em;
  text-indent: -1em;
}

.p-rental__image img {
  border-radius: 20px;
}

.p-rental__image figure:nth-child(1) img {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  animation: float1 5s ease-in-out infinite;
}

.p-rental__image figure:nth-child(2) img {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 400px;
  animation: float2 5s ease-in-out infinite;
}

.p-rental__image figure:nth-child(3) img {
  position: absolute;
  top: -110px;
  right: 25px;
  z-index: 1;
  width: 336px;
}

.p-rental__block--even .p-rental__image picture:nth-child(1) img {
  right: auto;
  left: 0;
}

.p-rental__block--even .p-rental__image picture:nth-child(2) img {
  left: 270px;
}

.p-rental__zone {
  position: absolute;
  top: -110px;
  right: 25px;
  z-index: 1;
  width: 336px;
}

.p-shop {
  padding: 120px 0;
  background: url(../images/bg_img02.webp) no-repeat center bottom/cover;
}

.p-shop__inner {
  position: relative;
  max-width: 1040px;
  margin-inline: auto;
}

.p-shop__block {
  margin-top: 60px;
}

.p-shop__block-inner {
  padding: 70px 0;
  background: url(../images/bg_pattern03.png) repeat center top;
  border-radius: 12px;
  border: 4px solid #ef7e00;
  text-align: center;
}

.p-shop__title {
  width: 340px;
  margin: 0 auto;
}

.p-shop__read {
  margin-top: 28px;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
}

.p-shop__read span {
  color: #ef7e00;
  text-decoration: underline;
}

.p-shop__text {
  margin-top: 26px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9286;
  letter-spacing: 0.025em;
}

.p-shop__button {
  margin-top: 30px;
}

.p-shop__list {
  display: flex;
  justify-content: center;
  gap: 50px 40px;
  margin: 60px auto 0;
}

.p-shop__list .c-card {
  border: 4px solid #fff;
}

.p-shop__list .c-card__bottom {
  height: 134px;
}

.p-shop__list .c-card__info-desc span {
  letter-spacing: -0.08em;
}

@media (min-width: 961px) {
  .u-sp {
    display: none !important;
  }

  .c-button-pagetop a {
    transition: 0.3s ease-out;
  }

  .c-button-pagetop a:hover {
    opacity: 0.7;
  }

  .c-button a:hover {
    transition: 0.3s ease-out;
  }

  .c-button a:hover:hover {
    opacity: 0.8;
  }

  .p-contact__tel a {
    pointer-events: none;
  }

  .p-contact__mail a {
    pointer-events: none;
  }

  .p-rental__block--even .p-rental__block-inner {
    width: 480px;
    margin-left: auto;
  }
}

@media (max-width: 960px) {
  body {
    min-width: 375px;
  }

  .l-footer {
    height: 60px;
  }

  .l-footer__copyright {
    font-size: 1rem;
  }

  .menu {
    width: 70px;
    height: 70px;
  }

  .menu p {
    top: 46px;
    font-size: 1.1rem;
  }

  .menu span {
    width: 38px;
    height: 2px;
  }

  .menu span:nth-child(1) {
    top: 16px;
  }

  .menu span:nth-child(2) {
    top: 26px;
  }

  .menu span:nth-child(3) {
    top: 36px;
  }

  .menu.-open span:nth-child(1) {
    top: 26px;
  }

  .menu.-open span:nth-child(3) {
    top: 26px;
  }

  .gnav {
    width: 300px;
    padding: 30px;
  }

  .l-inner {
    max-width: 100%;
  }

  .l-wrapper {
    min-width: 375px;
  }

  .u-pc {
    display: none !important;
  }

  .c-button-pagetop {
    bottom: 10px;
    right: 10px;
  }

  .c-button-pagetop a {
    --size: 42px;
  }

  .c-button-pagetop span {
    width: 14px;
  }

  .c-button-pagetop span:first-child {
    transform: translate(-2.5px, -52%) rotate(45deg);
  }

  .c-button-pagetop span:last-child {
    transform: translate(-11.5px, -52%) rotate(-45deg);
  }

  .c-button {
    width: 100%;
  }

  .c-button a {
    font-size: 1.6rem;
  }

  .c-button span {
    font-size: 1.2rem;
  }

  .c-button img {
    right: 15px;
  }

  .c-card {
    width: 100%;
  }

  .c-card--none {
    height: 40vh;
  }

  .c-card__inner {
    width: 80%;
  }

  .c-card__bottom {
    width: 80%;
  }

  .c-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }

  .c-title2 {
    font-size: 3.8rem;
    text-align: center;
  }

  .c-title2::before {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .c-title2.-bt-text::after {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .c-title3 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .p-access {
    padding: 60px 30px;
  }

  .p-access__map {
    margin-top: 40px;
    border-width: 2px;
  }

  .p-access__map iframe {
    max-width: 100%;
  }

  .p-address-wrap {
    display: block;
  }

  .p-address-wrap__text {
    width: 100%;
  }

  .p-address-wrap__image {
    width: 100%;
    margin-top: 40px;
  }

  .p-address-wrap__image {
    width: 100%;
  }

  .p-address-wrap__image img {
    width: 100%;
  }

  .p-address {
    margin-top: 40px;
  }

  .p-address__name {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .p-address__dlist-item {
    font-size: 1.4rem;
  }

  .p-concept {
    padding-top: 30px;
  }

  .p-concept__inner {
    display: block;
    position: relative;
    padding-inline: 30px;
  }

  .p-concept__left {
    width: 100%;
  }

  .p-concept__left .c-title3 {
    margin-bottom: 20px;
  }

  .p-concept__left .c-text {
    margin-right: 0;
    font-size: 1.4rem;
    line-height: 2;
  }

  .p-concept__text {
    font-size: 2rem;
    margin-right: 0;
  }

  .p-concept__text::before,
  .p-concept__text::after {
    bottom: 8px;
    width: 14px;
    height: 22px;
  }

  .p-concept__text::before {
    left: 50%;
    transform: translateX(-8.5em);
  }

  .p-concept__text::after {
    right: 50%;
    transform: translateX(8.5em);
  }

  .p-concept__right {
    position: unset;
    width: 100%;
    margin-top: 50px;
  }

  .p-concept__illust {
    top: 82px;
    right: 20px;
    width: 145px;
    margin: 0;
  }

  .p-concept__illust img {
    height: auto;
  }

  .p-concept__image {
    border-width: 2px;
  }

  .p-concept__modal-content {
    width: calc(100% - 20px);
  }

  .p-concept__modal-close {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .p-contact {
    padding: 60px 0;
  }

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

  .p-contact__tel {
    font-size: 2.4rem;
  }

  .p-contact__mail {
    font-size: 2.4rem;
  }

  .p-food {
    padding: 60px 30px;
  }

  .p-food__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .p-info {
    margin-top: 90px;
  }

  .p-info__inner {
    padding: 60px 30px;
  }

  .p-info__illust {
    width: 333.5px;
    top: -49px;
    left: 10px;
  }

  .p-info__list-item {
    padding-inline: 15px;
  }

  .p-info__list-item a {
    padding-right: 55px;
  }

  .p-info__list-item a::before {
    right: 0;
  }

  .p-info__list-item a::after {
    right: 12px;
  }

  .p-info__date,
  .p-info__text {
    font-size: 1.6rem;
  }

  .p-insta {
    padding: 60px 30px;
  }

  .p-insta__text {
    display: block;
    position: unset;
    width: 291px;
    margin: 51px auto 37px;
  }

  .p-insta__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    margin-top: 40px;
  }

  .p-insta__list-item:nth-child(1) {
    grid-column: 1/3;
  }

  .p-mainvisual {
    padding-top: 20px;
  }

  .p-mainvisual__logo {
    top: 40px;
    left: 32px;
    width: 120px;
    height: auto;
    aspect-ratio: 2.284/1;
  }

  .p-mainvisual__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.482/1;
  }

  .p-rental {
    padding: 60px 30px 80px;
  }

  .p-rental__inner {
    display: block;
  }

  .p-rental__block {
    margin-top: 60px;
  }

  .p-rental__block + .p-rental__block {
    margin-top: 80px;
  }

  .p-rental__block {
    display: block;
    margin-top: 60px;
  }

  .p-rental__block + .p-rental__block {
    margin-top: 80px;
  }

  .p-rental__title {
    font-size: 2.4rem;
    text-align: left;
  }

  .p-rental__text {
    margin-top: 30px;
    line-height: 1.72;
  }

  .p-rental__text br {
    display: none;
  }

  .p-rental__info {
    width: 100%;
    margin-top: 140px;
    padding: 30px;
  }

  .p-rental__info-item {
    font-size: 1.4rem;
    line-height: 1.72;
  }

  .p-rental__info-desc {
    text-align: left;
  }

  .p-rental__image {
    position: relative;
    margin-top: 100px;
  }

  .p-rental__image img {
    border-radius: 10px;
  }

  .p-rental__image figure:nth-child(1) img {
    position: unset;
    width: 66.6667vw;
    margin-left: auto;
  }

  .p-rental__image figure:nth-child(2) img {
    bottom: -100px;
    right: auto;
    left: 0;
    width: 56vw;
  }

  .p-rental__image figure:nth-child(3) img {
    top: -64px;
    right: 20px;
    width: 56vw;
  }

  .p-rental__block--even .p-rental__image picture:nth-child(1) img {
    margin-left: 0;
  }

  .p-rental__block--even .p-rental__image picture:nth-child(2) img {
    left: auto;
    right: 0;
  }

  .p-shop {
    padding: 60px 30px;
  }

  .p-shop__block-inner {
    padding: 50px 0;
  }

  .p-shop__title {
    width: 240px;
  }

  .p-shop__text {
    line-height: 1.72;
  }

  .p-shop__button {
    width: 95%;
  }

  .p-shop__list {
    flex-direction: column;
    gap: 30px;
  }
}