@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: auto; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id] {
  scroll-margin-top: 2rem;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.is-animate {
  opacity: 0;
  transition: 1s opacity, 1s transform;
}
.is-animate.is-show {
  opacity: 1;
  transform: translateY(0);
}

.is-fadeUp {
  transform: translateY(2rem);
}

.is-fadeDown {
  transform: translateY(-2rem);
}

.is-delay02 {
  transition-delay: 0.2s !important;
}

.is-delay04 {
  transition-delay: 0.4s !important;
}

.is-delay06 {
  transition-delay: 0.6s !important;
}

:root {
  --main-color: #006641;
}

.p-bg {
  background: none;
}
@media screen and (min-width: 768px) {
  .p-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/bg.jpg) no-repeat top right/cover;
  }
}

.p-container {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-container {
    display: flex;
    justify-content: space-between;
    max-width: 830px;
    margin-inline: auto;
    padding-inline: 20px;
    align-items: flex-start;
  }
}

.p-logo-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-logo-nav {
    display: block;
    width: 22.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
  }
  .p-logo-nav > div {
    position: absolute;
    height: 100vh;
    display: grid;
    place-content: center;
  }
}
.p-logo-nav .c-content__ttl {
  margin-top: 2.5rem;
}

.c-company-logo {
  display: block;
  width: 7.3rem;
  margin-inline: auto;
}

.p-nav {
  margin-top: 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-nav__item a {
  display: flex;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .p-nav__item a:hover {
    opacity: 0.7;
  }
}
.p-nav__item a .c-cloud {
  display: block;
  width: 2.4rem;
  margin-right: 0.7rem;
}
.p-nav__item + .p-nav__item {
  margin-top: 1.4rem;
}

.p-main-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-main-content {
    max-width: 37.5rem;
  }
}

.p-logo {
  width: 29.55rem;
  /* margin-inline: auto; */
  margin-left: 4.5rem;
  opacity: 0;
  transition: 1s opacity, 1s transform;
  transform: translateY(-2rem);
}
.p-logo.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-logo img {
  width: 100%;
}

.p-heading {
  padding-top: 3.7rem;
  padding-bottom: 9.1rem;
  background-color: #ebf1c2;
  width: 100%;
  overflow-x: clip;
  position: relative;
  background: url(../img/bg_heading.png) #ebf1c2 no-repeat center bottom/100% auto;
}
.p-heading .c-company-logo {
  opacity: 0;
  transition: 1s opacity, 1s transform;
  transform: translateY(-2rem);
}
.p-heading .c-company-logo.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-ill {
  display: block;
  position: absolute;
}
.c-ill img {
  width: 100%;
}
.c-ill.-ill01 {
  width: 20.5rem;
  right: -1rem;
  top: 2rem;
  -webkit-animation: cloud 68s infinite linear;
          animation: cloud 68s infinite linear;
}
.c-ill.-ill02 {
  width: 25.7rem;
  left: -7.5rem;
  top: 9.7rem;
  -webkit-animation: cloud 60s infinite linear;
          animation: cloud 60s infinite linear;
}

.p-clouds {
  opacity: 0;
  transition: 1s opacity, 1s transform;
  transform: translateY(-2rem);
}
.p-clouds.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-heading__content {
  position: relative;
  z-index: 10;
}

.p-kingdom-wrapper {
  position: relative;
  margin-top: 0.7rem;
  opacity: 0;
  transition: 1s opacity, 1s transform;
  transform: translateY(-2rem);
}
.p-kingdom-wrapper.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-kingdom {
  grid-column: 1;
  grid-row: 1;
  display: block;
  position: relative;
}
.c-kingdom img {
  width: 100%;
}

.c-character-wrapper {
  grid-column: 1;
  grid-row: 1;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-character-wrapper .-king {
  width: 3.1rem;
  top: 12.6rem;
  left: 19.3rem;
  -webkit-animation: pop 3s infinite ease-in-out;
          animation: pop 3s infinite ease-in-out;
}
.c-character-wrapper .-queen {
  width: 2.73rem;
  top: 12.8rem;
  left: 16.3rem;
  -webkit-animation: pop 3s 1s infinite ease-in-out;
          animation: pop 3s 1s infinite ease-in-out;
}
.c-character-wrapper .-hime {
  width: 1.75rem;
  top: 11.2rem;
  left: 13.2rem;
  transform-origin: bottom center;
  -webkit-animation: rote2 3s infinite ease-in-out;
          animation: rote2 3s infinite ease-in-out;
}
.c-character-wrapper .-houshi {
  width: 2.38rem;
  top: 7.8rem;
  right: 5.1rem;
  -webkit-animation: rote 3s infinite ease-in-out;
          animation: rote 3s infinite ease-in-out;
}
.c-character-wrapper .-hakase {
  width: 2.59rem;
  top: 17rem;
  right: 8.2rem;
  transform-origin: bottom center;
  -webkit-animation: rote2 3s 2.5s infinite ease-in-out;
          animation: rote2 3s 2.5s infinite ease-in-out;
}
.c-character-wrapper .-stecky {
  width: 2.6rem;
  top: 22.9rem;
  left: 18.7rem;
  transform-origin: bottom center;
  -webkit-animation: rote2 3s 2s infinite ease-in-out;
          animation: rote2 3s 2s infinite ease-in-out;
}
.c-character-wrapper .-brown {
  width: 2.5rem;
  top: 20.8rem;
  right: 4.2rem;
  -webkit-animation: pop 3s 1.5s infinite ease-in-out;
          animation: pop 3s 1.5s infinite ease-in-out;
}
.c-character-wrapper .-kicth {
  width: 2.19rem;
  top: 22.1rem;
  right: 13.1rem;
  transform-origin: bottom center;
  -webkit-animation: rote2 3s 1s infinite ease-in-out;
          animation: rote2 3s 1s infinite ease-in-out;
}
.c-character-wrapper .-kid {
  width: 2.19rem;
  top: 26.7rem;
  left: 16.9rem;
  -webkit-animation: run 5s infinite ease-in-out;
          animation: run 5s infinite ease-in-out;
}
.c-character-wrapper .-namebaa {
  width: 2.29rem;
  top: 22rem;
  left: 6.9rem;
  -webkit-animation: pop 3s 2s infinite ease-in-out;
          animation: pop 3s 2s infinite ease-in-out;
}

@-webkit-keyframes cloud {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-200%);
    opacity: 1;
  }
  50.1% {
    transform: translateX(-200%);
    opacity: 0;
  }
  50.2% {
    transform: translateX(200%);
    opacity: 0;
  }
  50.3% {
    transform: translateX(200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes cloud {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-200%);
    opacity: 1;
  }
  50.1% {
    transform: translateX(-200%);
    opacity: 0;
  }
  50.2% {
    transform: translateX(200%);
    opacity: 0;
  }
  50.3% {
    transform: translateX(200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes pop {
  0%, 100% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-0.5rem);
  }
  10% {
    transform: translateY(0);
  }
}
@keyframes pop {
  0%, 100% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-0.5rem);
  }
  10% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rote {
  0%, 100% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
@keyframes rote {
  0%, 100% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rote2 {
  0%, 100% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0);
  }
}
@keyframes rote2 {
  0%, 100% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0);
  }
}
@-webkit-keyframes run {
  0% {
    transform: translateX(0) scale(-1, 1);
  }
  25% {
    transform: translateX(2rem) scale(-1, 1);
  }
  26% {
    transform: translateX(2rem) scale(1, 1);
  }
  50% {
    transform: translateX(2rem) scale(1, 1);
  }
  75% {
    transform: translateX(0) scale(1, 1);
  }
  76% {
    transform: translateX(0) scale(-1, 1);
  }
  100% {
    transform: translateX(0) scale(-1, 1);
  }
}
@keyframes run {
  0% {
    transform: translateX(0) scale(-1, 1);
  }
  25% {
    transform: translateX(2rem) scale(-1, 1);
  }
  26% {
    transform: translateX(2rem) scale(1, 1);
  }
  50% {
    transform: translateX(2rem) scale(1, 1);
  }
  75% {
    transform: translateX(0) scale(1, 1);
  }
  76% {
    transform: translateX(0) scale(-1, 1);
  }
  100% {
    transform: translateX(0) scale(-1, 1);
  }
}
.p-characters {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -3.6rem;
  position: relative;
  z-index: 10;
}
.p-characters i {
  display: block;
  flex-shrink: 0;
}

.c-chara {
  opacity: 0;
  transform: translateY(-2rem);
  transition: 1s opacity, 1s transform;
}
.c-chara.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-enoking {
  width: 6.85rem;
}

.c-pastahime {
  width: 4.45rem;
  margin-right: 0.8rem;
}

.c-enokky {
  width: 7.8rem;
  margin-left: -0.5rem;
}

.c-namebaa {
  width: 5.8rem;
}

.c-stecky {
  width: 7rem;
  margin-right: -1.3rem;
}

.c-houshi {
  position: absolute;
  bottom: 2.7rem;
  left: 2rem;
  width: 7.4rem;
}
.c-houshi img {
  display: block;
  transform: rotate(336deg);
}

.c-headintg__txt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #006641;
  text-align: center;
  line-height: 1.85;
  margin-top: 1.1rem;
  margin-bottom: 1.8rem;
  opacity: 0;
  transition: 1s opacity, 1s transform;
  transform: translateY(-2rem);
}
.c-headintg__txt.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-character {
  background: url(../img/bg_character.jpg) repeat-y top center/100% auto;
  padding-bottom: 11.4rem;
  position: relative;
  overflow: clip;
}
.p-character::before {
  content: "";
  position: absolute;
  z-index: 10;
  background: url(../img/bottom_character.png) no-repeat bottom center/100% auto;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10.3rem;
}

.c-section__ttl {
  text-align: center;
  color: var(--main-color);
}
.c-section__ttl span {
  display: block;
}
.c-section__ttl .u-jp {
  font-size: 2.5rem;
  font-weight: bold;
}
.c-section__ttl .u-en {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}

.p-character__content {
  padding-top: 3rem;
}
.p-character__content .c-town {
  bottom: -0.5rem;
  right: -2.4rem;
  width: 31.7rem;
  display: block;
}

.character-slide {
  position: relative;
  margin-top: 2rem;
}
.character-slide .slick-arrow {
  position: absolute;
  top: 11.7rem;
  transition: 0.3s opacity;
  cursor: pointer;
  z-index: 10;
  width: 3rem;
}
.character-slide .prev-arrow,
.character-slide .next-arrow {
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .character-slide .prev-arrow:hover,
.character-slide .next-arrow:hover {
    opacity: 0.7;
  }
}
.character-slide .prev-arrow {
  left: 2.8rem;
}
.character-slide .next-arrow {
  right: 2.8rem;
}

.p-character-wrap figure {
  width: 25.2rem;
  margin-inline: auto;
}
.p-character-wrap figure img {
  width: 100%;
}
.p-character-wrap p {
  font-size: 1.3rem;
  max-width: 29.5rem;
  margin: 1.4rem auto 0;
  line-height: 1.5;
  text-align: justify;
}

.u-ls {
  letter-spacing: 0.05em;
}

.u-ls-w {
  letter-spacing: 0.1em;
}

.u-ls-w2 {
  letter-spacing: 0.2em;
}

.u-ls-w3 {
  letter-spacing: 0.09em;
}

.u-ls-w4 {
  letter-spacing: 0.16em;
}

.u-ls-n {
  letter-spacing: -0.05em;
}

.u-ls-n2 {
  letter-spacing: -0.04em;
}

.u-ls-n3 {
  letter-spacing: -0.014em;
}

.p-character-chart {
  position: relative;
  background: url(../img/bg_chart.svg) #fcfbe2 no-repeat bottom -1px center/100% auto;
  padding-bottom: 8.6rem;
}

.p-character-chart__content {
  padding-top: 4.6rem;
}

.p-chart__all {
  margin-top: 3rem;
  padding-inline: 1.7rem;
  position: relative;
}

.c-chara__enokkey {
  width: 9.4rem;
  top: 22.5rem;
  left: 12.8rem;
  z-index: 10;
  display: block;
  opacity: 0;
  transition: 1s opacity;
}
.c-chara__enokkey.is-show {
  opacity: 1;
}

.c-chara__all {
  opacity: 0;
  transition: 1s opacity;
}
.c-chara__all.is-show {
  opacity: 1;
}

.c-bird {
  width: 7rem;
  bottom: -0.3rem;
  left: 2rem;
}

.p-world {
  background-color: #ebf1c2;
}

.p-world__container {
  padding-top: 4rem;
  position: relative;
}

.p-world__heading {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.p-world__heading p {
  width: 26.7rem;
  margin: 2.8rem auto 0;
}

.c-swipe {
  width: 8.8rem;
  margin: 1.7rem 3.7rem 0 auto;
  display: block;
}

.p-world__wrapper {
  position: relative;
  z-index: 1;
  overflow: auto;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  margin-top: -20.4rem;
  padding-bottom: 2.5rem;
}

.p-world__content {
  position: relative;
  width: 138.9rem;
}
@media screen and (min-width: 768px) {
  .p-world__content .p-world-img {
    touch-action: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
  }
}
.p-world__content .c-pin {
  position: absolute;
  width: 5.2rem;
  display: block;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s opacity;
  border: none;
}
@media (any-hover: hover) {
  .p-world__content .c-pin:hover {
    opacity: 0.7;
  }
}
.p-world__content .c-pin.-pin1 {
  top: 24.5rem;
  left: calc(50% - 11rem);
}
.p-world__content .c-pin.-pin2 {
  top: 43.4rem;
  left: calc(50% + 5.4rem);
}
.p-world__content .c-pin.-pin3 {
  top: 53.2rem;
  left: calc(50% - 7.5rem);
}
.p-world__content .c-pin.-pin4 {
  top: 59.5rem;
  left: calc(50% + 4.6rem);
}
.p-world__content .c-pin.-pin5 {
  top: 54.5rem;
  left: calc(50% - 19rem);
}
.p-world__content .c-pin.-pin6 {
  top: 35.9rem;
  left: 33.7rem;
}
.p-world__content .c-pin.-pin7 {
  top: 39.7rem;
  right: 21.5rem;
}

.scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: var(--main-color);
  border-radius: 0;
  height: 8px !important;
  opacity: 1 !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 100px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #fff;
  height: 8px !important;
  width: 13rem;
  margin-inline: auto;
  border-radius: 100px;
  pointer-events: auto !important;
}

.simplebar-vertical + .simplebar-horizontal {
  display: none !important;
}

.simplebar-horizontal + .simplebar-vertical {
  display: none !important;
}

[data-down=true],
.simplebar-scrolling {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.p-modal {
  display: block;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  background-color: transparent;
  overscroll-behavior-y: contain;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s opacity, 0.5s visibility;
}
.p-modal.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-modal__bg {
  background-color: rgba(0, 102, 65, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.p-modal__inner {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-modal_slider {
  width: 34rem;
  background-color: #fff;
  border-radius: 3rem;
  border: 1px solid var(--main-color);
  overflow: clip;
  margin-left: 42rem;
  padding: 1.6rem 0;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .p-modal_slider {
    margin-inline: auto;
  }
}
.p-modal_slider .slick-slide {
  height: auto !important;
}
.p-modal_slider .prev-arrow,
.p-modal_slider .next-arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  will-change: opacity;
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .p-modal_slider .prev-arrow:hover,
.p-modal_slider .next-arrow:hover {
    opacity: 0.7;
  }
}
.p-modal_slider .prev-arrow {
  left: auto !important;
}
.p-modal_slider .prev-arrow::before {
  transform: rotate(225deg) !important;
}
.p-modal_slider .next-arrow {
  right: auto !important;
}
.p-modal_slider .prev-arrow::before,
.p-modal_slider .next-arrow::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  display: block;
}

.p-modal__content {
  display: flex;
  flex-direction: column;
}
.p-modal__content figure {
  width: 30rem;
  display: block;
  margin-inline: auto;
}
.p-modal__content figure img {
  display: block;
  margin-left: -0.3rem;
}
.p-modal__content p {
  font-size: 1.3rem;
  max-width: 27.7rem;
  margin: 2rem auto 2rem;
}

.slick-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.slick-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 11rem;
  margin-inline: auto;
  color: var(--main-color);
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: auto;
}

.p-modal__close {
  position: absolute;
  z-index: 10;
  color: var(--main-color);
  font-weight: 200;
  top: 2rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  padding: 0;
  background-color: #fff;
  transition: 0.3s opacity;
  border: none;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-modal__close:hover {
    opacity: 0.7;
  }
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-inline: auto;
  height: 2px;
  background-color: var(--main-color);
}
.p-modal__close::before {
  transform: rotate(45deg);
}
.p-modal__close::after {
  transform: rotate(-45deg);
}

.slick-track {
  will-change: transform;
}
.slick-track.no-transition {
  transition: none !important;
}

.p-gallery {
  background-color: #ebf1c2;
  position: relative;
  padding-bottom: 8.6rem;
}
.p-gallery .c-txt {
  text-align: center;
  margin-top: 2.2rem;
  font-weight: bold;
  color: var(--main-color);
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-gallery .c-k {
  position: absolute;
  bottom: 2.5rem;
  left: 0.8rem;
  display: block;
  width: 5rem;
  opacity: 0;
  transform: translateY(-2rem);
  transition: 1s opacity, 1s transform;
}
.p-gallery .c-k img {
  display: block;
  transform: rotate(23deg);
}
.p-gallery .c-k.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-gallery__container {
  padding-top: 7rem;
  overflow-x: clip;
}

.p-gallery__ttl {
  width: 25.6rem;
  margin-inline: auto;
}

.p-gallery__block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
.p-gallery__block figure {
  width: 17.4rem;
  display: block;
  flex-shrink: 0;
  margin-right: 1.8rem;
}

.p-gallery {
  overflow: hidden;
  width: 100%;
}

.p-gallery-wrapper {
  margin-top: 2.3rem; /* 
display: flex;
width: fit-content;
will-change: transform;
backface-visibility: hidden;
transform: translate3d(0, 0, 0);
animation: gallerySlide 21s linear infinite; */
}

.p-gallery__block {
  /* display: flex;
  flex-shrink: 0; */
}

.p-gallery__block figure {
  flex-shrink: 0;
}

.p-gallery__block img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes gallerySlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes gallerySlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.l-footer {
  background-color: #2a6742;
  position: relative;
  padding-inline: 1.5rem;
  padding-bottom: 1.5rem;
}
.l-footer::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  height: 12rem;
  background: url(../img/bottom_gallary.svg) no-repeat center bottom/calc(100% + 2px) auto;
}

.l-footer__logo {
  width: 6.9rem;
  position: relative;
  top: -2rem;
  margin-left: auto;
}
.l-footer__logo a {
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

.c-copyright {
  text-align: right;
  color: #fff;
  font-size: 1rem;
  display: block;
}

.c-notes {
  font-size: 0.9rem;
  color: #fff;
  text-align: right;
  margin-top: 0.3rem;
}
.c-notes a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .c-notes a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=enokingdom.css.map */