@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* 共通で使い回せる変数にしておくと便利 */
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
  scroll-padding-top: 5.2083333333vw;
  font-size: min(1.3333333333vw, 10px);
  overflow-x: clip;
}

body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #333;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4545454545;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; /* macOS用 */
  -moz-osx-font-smoothing: grayscale; /* macOS用 */
  font-smooth: always; /* Windows用 */
}

#container {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(4, 0, 27, 0.14);
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #2c2c2c;
  transition: all 0.4s;
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.font-red {
  color: #e77577;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  background-color: #4da474;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  padding-block: 1.2rem;
}
.header span {
  color: #fffb8e;
}

.site-footer {
  background-color: #4da474;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding-block: 3.5rem;
}

.float-btn {
  position: fixed;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 64.6rem;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none; /* 非表示時にクリック無効 */
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  /* iPhoneのホームバー安全域 */
  margin-bottom: max(1rem, env(safe-area-inset-bottom));
}

/* 表示時 */
.float-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* --------------------------------
top-fv
----------------------------------- */
.fv {
  position: relative;
  background-color: #e7f5e4;
}

.fv-text01 {
  position: absolute;
  writing-mode: vertical-rl;
  right: 4rem;
  top: -3rem;
}
.fv-text01-01 {
  font-size: 7.1rem;
  background-color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.1;
  display: inline-block;
  padding-inline: 3rem 1.5rem;
}
.fv-text01-02 {
  font-size: 10rem;
  font-family: "Shippori Mincho B1", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 5rem;
  display: inline-block;
  letter-spacing: 0.05em;
  text-shadow: 0 0 16px rgb(255, 255, 255), 0 0 48px rgb(255, 255, 255), 0 0 110px rgb(255, 255, 255), 0 0 180px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 64px rgba(255, 255, 255, 0.98), 0 0 140px rgba(255, 255, 255, 0.95), 0 0 220px rgba(255, 255, 255, 0.88), 0 0 320px rgba(255, 255, 255, 0.78), 0 0 460px rgba(255, 255, 255, 0.65), 0 0 16px rgb(255, 255, 255), 0 0 48px rgb(255, 255, 255), 0 0 110px rgb(255, 255, 255), 0 0 180px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 64px rgba(255, 255, 255, 0.98), 0 0 140px rgba(255, 255, 255, 0.95), 0 0 220px rgba(255, 255, 255, 0.88), 0 0 320px rgba(255, 255, 255, 0.78), 0 0 460px rgba(255, 255, 255, 0.65); /* 遠方2（写真全体に回り込む感じ） */
  color: #0d8260;
}
.fv-text01-02::before {
  -webkit-text-stroke: 40px #fff; /* = Spread基準（10remなら 32–48px 目安） */
  filter: blur(14px); /* 少しだけぼかして縁を柔らかく */
  opacity: 0.95;
}
.fv-text01-02::after {
  -webkit-text-stroke: 110px #fff; /* = Sizeの見かけの上限を押し広げる */
  filter: blur(36px); /* 大きめにぼかす */
  opacity: 0.6;
}
.fv-text01 .font80 {
  font-size: 8rem;
}
.fv-text01 .font92 {
  font-size: 9.2rem;
}
.fv-text01 .font100 {
  font-size: 10rem;
}
.fv-text01 .font-b {
  font-size: 5.7rem;
  color: #000;
}

.fv-text02 {
  position: absolute;
  top: 16rem;
  left: 1.5rem;
  font-size: 4rem;
  font-weight: 500;
  writing-mode: vertical-rl;
}
.fv-text02-01 {
  margin-bottom: 2rem;
  font-family: "Shippori Mincho B1", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255);
}
.fv-text02-02 {
  font-family: "Shippori Mincho B1", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 13rem;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255), 0 0 55px rgb(255, 255, 255), 0 0 90px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 24px rgb(255, 255, 255);
}

.fv-text03 {
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
}
.fv-text03 .green-font {
  color: #0d8260;
  font-weight: bold;
}
.fv-text03-01 {
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: 1.4rem;
  padding: 0rem 0.5rem;
  box-shadow: 0 4px 6px rgba(4, 0, 27, 0.14);
}
.fv-text03-02 {
  display: inline-block;
  background-color: #ffffff;
  font-size: 3rem;
  box-shadow: 0 4px 6px rgba(4, 0, 27, 0.14);
}
.fv-text03-02 .font34 {
  font-size: 3.4rem;
  padding: 1rem 0.5rem;
}

.fv-u-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #062f23;
}
.fv-u-text img {
  width: 3.2rem;
}
.fv-u-text span {
  margin-right: -1.5rem;
}

.badge {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
}

.mv img {
  width: 100%;
  height: auto;
  display: block;
}

a:hover {
  opacity: 0.8;
}

.c-section-title {
  width: 65.2rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  place-items: center;
}
.c-section-title img {
  grid-area: 1/1;
  width: 100%;
  display: block;
}
.c-section-title .title-text {
  position: absolute;
  font-size: 3.7rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  color: #fff;
  padding-bottom: 1.3rem;
}

.entry {
  background-color: #000;
  width: 56.7rem;
  margin: 6.4rem auto 0;
  text-align: center;
  padding: 1.6rem 0;
  border-radius: 2rem;
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: #000 0.1rem solid;
  /* 矢印をボタンの内側・右端に */
}
.entry p {
  font-size: 2.9rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
.entry::before {
  content: "";
  position: absolute;
  transform: scaleX(0.5);
  top: 50%;
  right: 2.6rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  pointer-events: none;
}
.entry:hover {
  background-color: #fff;
}
.entry:hover p {
  color: #000;
}
.entry:hover::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.entry-sp {
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 1.6rem 0;
  height: 9rem;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-sp p {
  font-size: 3.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Noto Sans JP", "Source Han Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
.entry-sp::before {
  content: "";
  position: absolute;
  transform: scaleX(0.5);
  top: 49%;
  right: 3.6rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}
.entry-sp:hover {
  background-color: #333;
}

.float {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: translateY(12px);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.float.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */