@charset "UTF-8";
/* Reset
   ----------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Base
   ----------------------------------------------------------------- */
*, ::after, ::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
  min-height: 0vw; /* Safari clamp関数対策 */
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: thin;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: thin;
  }
  body::-webkit-scrollbar {
    display: thin;
  }
  body::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #888888;
    box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1280px) {
  body::-webkit-scrollbar {
    width: 0;
    height: 12px;
  }
}
body.pg-en {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.7125;
  word-break: keep-all;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
picture, img, svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  user-select: none;
}

iframe {
  width: 100%;
  height: 100%;
}

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

@media (max-width: 1279.98px) {
  p {
    word-break: break-word;
  }
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.pg-en h1, .pg-en h2, .pg-en h3 {
  font-weight: 700 !important;
}

.js-delay_1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}
.js-delay_2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.js-delay_3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.js-delay_4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.js-delay_5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.js-delay_6 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.js-delay_7 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
.js-delay_8 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.js-delay_9 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}
.js-delay_10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.js-delay_11 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}
.js-delay_12 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}
.js-delay_13 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}
.js-delay_14 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}
.js-delay_15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.js-delay_16 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}
.js-delay_17 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}
.js-delay_18 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}
.js-delay_19 {
  -webkit-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}
.js-delay_20 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fadein-l {
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fadein-r {
  opacity: 0;
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  transition: 650ms cubic-bezier(0.25, 0.45, 0.45, 0.95);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-shown .js-fade, .is-shown.js-fade,
.is-shown .js-fadein, .is-shown.js-fadein,
.is-shown .js-fadein-l, .is-shown.js-fadein-l,
.is-shown .js-fadein-r, .is-shown.js-fadein-r,
.is-loaded .js-fade, .is-loaded.js-fade,
.is-loaded .js-fadein, .is-loaded.js-fadein,
.is-loaded .js-fadein-l, .is-loaded.js-fadein-l,
.is-loaded .js-fadein-r, .is-loaded.js-fadein-r {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-appear {
  position: relative;
}
.js-appear::after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.2s;
  transform-origin: 100% 100%;
}
.js-appear-100::after {
  height: 100% !important;
  padding-top: 0 !important;
}
.js-appear.is-shown::after {
  width: 0;
}

.is-shown .js-appear::after,
.is-loaded .js-appear::after {
  width: 0;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-header {
    margin-top: 3.90625vw;
    transition: margin-top 430ms ease-in-out;
  }
  .l-header.is-narrow {
    margin-top: 0.78125vw;
  }
  .l-header.is-narrow .p-header_logo, .l-header.is-narrow .p-header_store, .l-header.is-narrow .p-header_button {
    transform: scale(0.8);
  }
}

.l-navigation {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  .l-navigation {
    top: 90px;
    right: 4vw;
    transition: opacity 230ms ease;
  }
}
@media (min-width: 768px) {
  .l-navigation {
    margin-top: 12.5vw;
    top: 0;
    right: min(3.645833vw, 70px);
    transition: margin-top 430ms ease-in-out, transform 430ms ease-in-out, opacity 230ms ease;
  }
}
@media (min-width: 768px) {
  .l-navigation.is-narrow {
    margin-top: 6.65vw;
    transform: scale(0.8);
  }
}
.l-navigation.is-open {
  pointer-events: all;
  opacity: 1;
}

.l-wrapper {
  width: 100%;
  position: relative;
}

.c-button {
  display: flex;
  justify-content: flex-end;
  margin: min(2.6041vw, 50px) 0 0;
}
.c-button_more {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  color: #354D22;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-button_more {
    transition: opacity 230ms ease;
  }
  .c-button_more:hover {
    opacity: 0.5;
  }
}
.c-button_more img, .c-button_more svg {
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .c-button_more img, .c-button_more svg {
    width: min(10.1449vw, 42px);
  }
}
@media (min-width: 768px) {
  .c-button_more img, .c-button_more svg {
    width: min(2.76041vw, 53px);
  }
}
.c-button_more .more-parts {
  stroke: #354D22;
  fill: #354D22;
}
.c-button_wht {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  color: #FFFFFF;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-button_wht {
    transition: opacity 230ms ease;
  }
  .c-button_wht:hover {
    opacity: 0.5;
  }
}
.c-button_wht img, .c-button_wht svg {
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .c-button_wht img, .c-button_wht svg {
    width: min(10.1449vw, 42px);
  }
}
@media (min-width: 768px) {
  .c-button_wht img, .c-button_wht svg {
    width: min(2.76041vw, 53px);
  }
}
.c-button_wht .more-parts {
  stroke: #FFFFFF;
  fill: #FFFFFF;
}
.c-button_read {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}
.c-button_read a {
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-button_read a:hover {
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .c-button-large {
    padding: 64px 0 120px;
  }
}
@media (min-width: 768px) {
  .c-button-large {
    padding: min(4.6875vw, 90px) 0 min(7.8125vw, 150px);
  }
}
@media (max-width: 767.98px) {
  .c-button-large.single {
    padding: 64px 0 32px;
  }
}
@media (min-width: 768px) {
  .c-button-large.single {
    padding: min(7.8125vw, 150px) 0 0;
  }
}
.c-button-large p {
  margin: 0;
}
.c-button-large a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 57/10;
  background-color: #354D22;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .c-button-large a {
    width: 86vw;
    border-radius: 9px;
  }
}
@media (min-width: 768px) {
  .c-button-large a {
    width: min(29.6875vw, 570px);
    border-radius: 12px;
    transition: margin-top 430ms ease-in-out;
  }
  .c-button-large a:hover {
    filter: brightness(90%);
  }
}
.c-button-large a span {
  white-space: nowrap;
}

.c-card {
  display: block;
  color: inherit;
  text-decoration: none;
  user-select: none;
}
@media (min-width: 1280px) {
  .c-card:hover img {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
.c-card_header {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-card_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 430ms ease;
}
@media (max-width: 767.98px) {
  .c-card_header {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 768px) {
  .c-card_header {
    aspect-ratio: 22/15;
  }
}
@media (max-width: 767.98px) {
  .c-card_body {
    padding: 20px 10px;
  }
}
.c-card_category {
  display: inline-block;
  padding: 0 0.75em;
  margin-top: 1.33em;
  margin-bottom: 0;
  border: 1px solid #111;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .c-card_category {
    margin: 0;
    font-size: 1.2rem !important;
  }
}
.c-card_title {
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .c-card_title {
    height: 1.3em;
    font-size: 1.6rem !important;
  }
}
.c-card_date {
  margin-top: 1em;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .c-card_date {
    font-size: 1.4rem !important;
  }
}

.c-item_img {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.c-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: filter 430ms ease;
}
@media (min-width: 768px) {
  .c-item_img:hover img {
    filter: invert(25%);
  }
  .c-item_img:hover .c-item_appear {
    opacity: 1;
  }
}
.c-item_appear {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 430ms ease;
}
.c-item_appear::after {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  margin: 1em auto 0;
  background: url(../images/more-wht.svg) no-repeat center/contain;
}
.c-item_appear p {
  display: block;
  margin: 0;
  transform: translateY(10%);
  color: #fff;
}
.c-item_appear h2 {
  max-height: 4.8708222vw;
  overflow: hidden;
  margin: 0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .c-item_sp {
    margin-bottom: 7vw;
  }
  .c-item_sp h2 {
    margin: 0;
  }
  .c-item_sp p {
    display: block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-item_sp {
    display: none;
  }
}
.c-item_txt h2 {
  margin: 0;
}
.c-item_txt p {
  display: block;
  margin-bottom: 0;
  transform: translateY(10%);
}
.c-item_more {
  transform: none;
}
.c-item_more a {
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: #354D22;
  text-decoration: none;
}
.c-item_more svg {
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
.c-item_more path {
  fill: #354D22;
}
@media (min-width: 768px) {
  .c-item_more {
    transition: opacity 230ms ease;
  }
  .c-item_more:hover {
    opacity: 0.5;
  }
}

.c-heading_both {
  width: 9.375em;
  margin: 2.75em auto 0;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
  position: relative;
}
.c-heading_both::before, .c-heading_both::after {
  content: "";
  display: block;
  width: 5.1em;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-heading_both::before {
  left: -5.2em;
}
.c-heading_both::after {
  right: -5.2em;
}
.c-heading_underline {
  display: inline-block;
  position: relative;
}
.c-heading_underline::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 155px;
  height: 1px;
  background-color: #111;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-heading_wide {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.c-heading_wide::after {
  content: "";
  display: block;
  width: calc(100% + 6em);
  height: 1px;
  background-color: #111;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .c-heading_wide::after {
    max-width: 90vw;
  }
}
@media (min-width: 768px) {
  .c-heading_wide::after {
    min-width: 725px;
  }
}
.c-heading_title {
  display: inline-block;
  padding-bottom: 0.5em;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.c-heading_title::after {
  content: "";
  display: block;
  background-color: #323232;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .c-heading_title::after {
    width: 100px;
    height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-heading_title::after {
    width: 120px;
    height: 2px;
  }
}
@media (min-width: 1280px) {
  .c-heading_title::after {
    width: 155px;
    height: 3px;
  }
}
.c-heading_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-heading_section h1 {
  display: inline-block;
  padding: 0 2em;
  margin: 0;
  border-bottom: 2px solid #F38200;
  color: #354D22;
  text-align: center;
  text-transform: uppercase;
}
.c-heading_section p {
  margin: 1em 0 0;
  font-weight: 500;
  text-align: center;
}

.c-producer {
  margin: auto;
}
@media (max-width: 767.98px) {
  .c-producer {
    width: 92%;
    margin-top: min(15.4589vw, 64px);
  }
}
@media (min-width: 768px) {
  .c-producer {
    width: min(52.0833vw, 1000px);
    margin-top: min(6.14583vw, 118px);
  }
}
.c-producer > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
  text-decoration: none;
  color: #111;
}
@media (max-width: 767.98px) {
  .c-producer > a {
    width: 100%;
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .c-producer > a {
    width: 50%;
    padding: 1.75vw 1.75vw;
  }
}
.c-producer_img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .c-producer_img {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .c-producer_img {
    width: min(6.25vw, 120px);
  }
}
.c-producer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .c-producer_txt {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .c-producer_txt {
    padding-left: min(1.75vw, 44px);
  }
}
.c-producer_txt h2 {
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.432;
  letter-spacing: 0.12em;
}
.c-producer_txt p {
  margin-top: 1em;
  margin-bottom: 1em;
  word-break: break-all;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.c-producer_slider {
  margin: 5.98958vw 0 3.125vw auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .c-producer_slider {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: thin;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: thin;
  }
  .c-producer_slider::-webkit-scrollbar {
    display: thin;
  }
  .c-producer_slider::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
  }
  .c-producer_slider::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #FFFFFF;
    box-shadow: inset 2px 2px 5px 0 rgba(250, 250, 250, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-producer_slider::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1280px) {
  .c-producer_slider::-webkit-scrollbar {
    width: 0;
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .c-producer_slider {
    width: 96vw;
  }
}
@media (min-width: 768px) {
  .c-producer_slider {
    width: min(89.58333vw, 1720px);
  }
}
.c-producer_slider ul {
  display: flex;
  list-style: none;
  padding: 0 0 1.33vw;
  margin: 0;
}
@media (max-width: 767.98px) {
  .c-producer_slider li {
    width: 43vw;
    transform: scale(0.8);
    transform-origin: center;
  }
}
@media (min-width: 768px) {
  .c-producer_slider li {
    width: min(10vw, 192px);
  }
  .c-producer_slider li:not(:last-child) {
    margin-right: min(2.60416vw, 50px);
  }
}
.c-producer_slider .c-item_img > div {
  border-radius: 50%;
  overflow: hidden;
}
.c-producer_slider .c-item_txt {
  text-align: center;
}

.c-tag {
  margin: 5.98958vw auto 0;
}
@media (max-width: 767.98px) {
  .c-tag {
    width: 92vw;
  }
}
@media (min-width: 768px) {
  .c-tag {
    width: min(79.1666vw, 1520px);
  }
}
.c-tag_list {
  display: block;
}
.c-tag_list a {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 1em 1em 0 0;
  background-color: #354D22;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 83%;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.p-article {
  margin: auto;
  background-color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .p-article {
    width: 86vw;
    padding: 7vw;
    border-radius: 1.5vw;
  }
}
@media (min-width: 768px) {
  .p-article {
    width: min(52.0833vw, 1000px);
    padding: min(4.6875vw, 90px);
    border-radius: 2vw;
  }
}
.p-article_header {
  padding-bottom: 1em;
  border-bottom: 1px solid #efefef;
}
.p-article_header h1 {
  margin-top: 0 !important;
}
.p-article_header p {
  margin-bottom: 0 !important;
}
.p-article_body {
  padding: 1em 0;
}
.p-article_body_top + h1, .p-article_body_top + h2, .p-article_body_top + h3, .p-article_body_top + h4, .p-article_body_top + h5, .p-article_body_top + h6 {
  margin-top: 0 !important;
}
.p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article li, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
  margin-top: 1em;
  margin-bottom: 1em;
  word-break: break-all;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article li, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-article abbr, .p-article address, .p-article blockquote, .p-article cite, .p-article code, .p-article dd, .p-article dl, .p-article dt, .p-article em, .p-article fieldset, .p-article figcaption, .p-article figure, .p-article i, .p-article iframe, .p-article img, .p-article ins, .p-article kbd, .p-article li, .p-article ol, .p-article p, .p-article pre, .p-article q, .p-article sub, .p-article sup, .p-article tbody, .p-article td, .p-article tfoot, .p-article th, .p-article thead, .p-article time, .p-article tr, .p-article ul, .p-article var {
    font-size: min(0.8854vw, 1.7rem);
  }
}
.p-article li, .p-article dd, .p-article dt, .p-article th, .p-article td, .p-article tr {
  margin-top: 0;
  margin-bottom: 0;
}
.p-article b, .p-article strong {
  margin-bottom: 1em;
  word-break: break-all;
  font-weight: 700;
}
.p-article h1, .p-article h2, .p-article h3, .p-article h4, .p-article h5, .p-article h6 {
  display: block;
  margin-top: 3em;
  margin-bottom: 1.33em;
  font-weight: 700;
  line-height: 1.432;
  letter-spacing: 0.05em;
}
.p-article h1 {
  color: #354D22;
}
@media (max-width: 767.98px) {
  .p-article h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .p-article h1 {
    font-size: min(2.34375vw, 4.5rem);
  }
}
.p-article h2 {
  padding: 0.25em 0.75em;
  border-left: 0.25em solid #354D22;
  color: #111;
}
@media (max-width: 767.98px) {
  .p-article h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .p-article h2 {
    font-size: min(1.4583vw, 2.8rem);
  }
}
.p-article h3 {
  padding: 0.25em 0;
  border-bottom: 3px solid #354D22;
  color: #354D22;
}
@media (max-width: 767.98px) {
  .p-article h3 {
    font-size: 1.7rem;
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .p-article h3 {
    font-size: min(1.5vw, 2.4rem);
  }
}
.p-article h3.orange {
  border-color: #E33C0B;
  color: #111;
}
@media (max-width: 767.98px) {
  .p-article h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-article h4 {
    font-size: min(1.5vw, 2.4rem);
  }
}
.p-article ul {
  padding-left: 2em;
}
.p-article ol {
  padding-left: 2em;
}
@media (max-width: 767.98px) {
  .p-article figure {
    margin: min(6.25vw, 48px) 0 0;
  }
}
@media (min-width: 768px) {
  .p-article figure {
    margin: min(2.5vw, 48px) 0 0;
  }
}
@media (max-width: 767.98px) {
  .p-article img {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .p-article img {
    border-radius: 16px;
  }
}
.p-article a {
  display: inline-block;
  color: #111;
  text-decoration-style: dashed;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.33em;
  text-decoration-thickness: 2px;
}
.p-article a:hover {
  color: #111;
}
.p-article i, .p-article em, .p-article cite, .p-article var {
  font-style: italic;
}
.p-article pre {
  display: block;
  font-family: monospace;
  font-size: 10pt;
  margin: 1em 0;
  white-space: pre;
}
.p-article table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
}
.p-article th {
  padding: 0.5em;
  font-size: 1.5rem;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}
.p-article td {
  padding: 0.5em;
  font-size: 1.5rem;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}
.p-article iframe {
  width: 100%;
  max-width: 100%;
}
.p-article address {
  display: block;
  font-style: italic;
}
.p-article blockquote {
  display: block;
  padding: 1em;
  margin: 1em 0;
  background-color: #efefef;
}
.p-article blockquote p:first-of-type {
  margin-top: 0;
}
.p-article blockquote p:last-of-type {
  margin-bottom: 0;
}
.p-article caption {
  display: table-caption;
  zoom: 1;
  text-align: center;
}
.p-article code {
  font-family: monospace;
  font-size: 10pt;
}
.p-article b, .p-article strong {
  font-weight: 700;
}
.p-article em {
  font-style: normal;
  font-weight: 700;
}
.p-article address {
  font-style: normal;
}
.p-article img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .p-article img {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .p-article img {
    border-radius: 20px;
  }
}
.p-article .material-symbols-outlined {
  font-size: inherit;
  margin: 0 0.25em;
  line-height: inherit;
}
.p-article_tag {
  display: block;
  margin: 1em 0 3em !important;
}
.p-article_tag a {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 1em 1em 0 0;
  background-color: #354D22;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 83%;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .p-article_related {
    margin-top: min(13.04347vw, 54px);
  }
}
@media (min-width: 768px) {
  .p-article_related {
    margin-top: min(9.89583vw, 190px);
  }
}

.related-img {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  list-style: none;
}
.related-img > li {
  aspect-ratio: 4/3;
}
@media (max-width: 767.98px) {
  .related-img > li {
    width: calc((100% - 7vw) / 2);
  }
  .related-img > li:nth-child(odd) {
    margin-right: 7vw;
  }
  .related-img > li:nth-child(n+3) {
    margin-top: 7vw;
  }
}
@media (min-width: 768px) {
  .related-img > li {
    width: calc((100% - 4vw) / 6);
  }
  .related-img > li:not(:nth-child(6n)) {
    margin-right: 0.8vw;
  }
  .related-img > li:nth-child(n+7) {
    margin-top: 0.8vw;
  }
}
.related-img > li a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-img > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
  border-radius: 0 !important;
}

.more-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .more-info_l {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media (min-width: 768px) {
  .more-info_l {
    width: 33%;
    padding-right: 2.5vw;
  }
}
.more-info_l figure, .more-info_l img {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .more-info_r {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .more-info_r {
    width: 67%;
  }
}
.more-info_table {
  width: 100%;
}
@media (max-width: 767.98px) {
  .more-info_table {
    display: block;
  }
}
@media (min-width: 768px) {
  .more-info_table {
    display: table;
  }
}
.more-info_table tbody {
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .more-info_table tbody {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .more-info_table tbody {
    display: table-row-group;
  }
}
@media (max-width: 767.98px) {
  .more-info_table tr {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .more-info_table tr {
    display: table-row;
  }
}
.more-info_table th, .more-info_table td {
  padding: 0.25em 0.5em;
}
@media (max-width: 767.98px) {
  .more-info_table th, .more-info_table td {
    display: block;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .more-info_table th, .more-info_table td {
    display: table-cell;
    font-size: min(0.677vw, 1.3rem);
  }
}
@media (max-width: 767.98px) {
  .more-info_table th {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .more-info_table th {
    width: 8em;
  }
}
.more-info_table td {
  background-color: #EAEBEC;
}
@media (max-width: 767.98px) {
  .more-info_table td {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .more-info_table td {
    width: calc(100% - 8em);
  }
}

.p-below {
  display: flex;
  padding: 0;
  margin: auto;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-below {
    width: 92%;
    margin-top: min(4.1666vw, 32px);
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-below {
    width: min(52.0833vw, 1000px);
    margin-top: min(3.3333vw, 64px);
    flex-wrap: nowrap;
  }
}
.p-below_prev {
  text-align: left;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-below_prev {
    width: 100%;
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .p-below_prev {
    width: 50%;
    padding-left: 2.5em;
    padding-right: 20px;
    margin-right: auto;
  }
}
.p-below_prev::before {
  content: "";
  display: block;
  background: url(../images/pre.svg) no-repeat center/contain;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .p-below_prev::before {
    width: 11px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .p-below_prev::before {
    width: 15px;
    height: 20px;
  }
}
.p-below_next {
  text-align: right;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-below_next {
    padding-right: 1.5em;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-below_next {
    width: 50%;
    padding-right: 2.5em;
    padding-left: 20px;
    margin-left: auto;
  }
}
.p-below_next::after {
  content: "";
  display: block;
  background: url(../images/next.svg) no-repeat center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .p-below_next::after {
    width: 11px;
    height: 15px;
  }
}
@media (min-width: 768px) {
  .p-below_next::after {
    width: 15px;
    height: 20px;
  }
}
.p-below a {
  color: #111;
  text-decoration: none;
  overflow: hidden;
}
.p-below b {
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-below span {
  display: block;
}

.p-card_img {
  display: block;
}
.p-card_img_square {
  aspect-ratio: 1/1;
}
.p-card_img_wide {
  aspect-ratio: 23/13;
}
.p-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease-in-out;
}
.p-card_img img:hover {
  filter: brightness(0.75);
}
.p-card_txt h2 {
  margin: 0 0 0.63em;
}
.p-card_txt a {
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s ease;
  aspect-ratio: auto !important;
}
.p-card_txt a:hover {
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .p-event {
    padding: 0 0 16vw;
    margin: 0 4vw;
    border-radius: min(3.86473vw, 16px);
  }
}
@media (min-width: 768px) {
  .p-event {
    width: min(89.5833vw, 1720px);
    padding: 1px 5.2083vw 5.9375vw;
    margin: 0 auto;
    border-radius: min(0.83333vw, 16px);
  }
}
.p-event_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: auto;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-event_list {
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .p-event_list {
    margin-top: min(5.9375vw, 114px);
  }
}
@media (min-width: 768px) {
  .p-event_item:not(:nth-child(3n)) {
    margin-right: calc((100% - 71.8749vw) / 2);
  }
}
.p-event_item a {
  text-decoration: none;
}
.p-event_item h2 {
  margin: 0 0 0.63em;
  color: #4d4d4d;
  line-height: 1.3;
}
.p-event_item p {
  display: block;
  margin: 0;
}
.p-event_item time {
  color: #354D22;
}
@media (max-width: 767.98px) {
  .p-event_item {
    width: 100%;
    margin-bottom: 4em;
  }
}
@media (min-width: 768px) {
  .p-event_item {
    width: min(23.9583vw, 460px);
    margin-bottom: min(3.4375vw, 66px);
  }
}

.p-footer {
  background-color: #354D22;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-footer_pagetop svg {
  width: 100%;
}
@media (max-width: 767.98px) {
  .p-footer {
    padding: 21vw 7vw 14vw;
  }
  .p-footer_logo {
    width: min(50.2415vw, 208px);
  }
  .p-footer_copyright {
    margin-top: 3em;
  }
  .p-footer_pagetop {
    position: absolute;
    width: min(58.937vw, 72px);
    top: min(58.937vw, 72px);
    right: min(7.2463vw, 30px);
  }
}
@media (min-width: 768px) {
  .p-footer {
    padding: 6.25vw 5.20853vw 4.6875vw;
  }
  .p-footer_logo {
    width: min(15.625vw, 300px);
  }
  .p-footer_copyright {
    margin-top: 3em;
  }
  .p-footer_pagetop {
    position: absolute;
    width: min(5.2083vw, 100px);
    cursor: pointer;
    bottom: min(9.6354vw, 185px);
    right: min(5.2083vw, 100px);
    transition: opacity 230ms ease;
  }
  .p-footer_pagetop:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .p-footer_content {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .p-footer_content {
    width: 33vw;
    position: absolute;
    top: 6.5vw;
    right: 28vw;
  }
}
.p-footer_sns {
  display: flex;
  padding: 0;
  margin: 0 auto 3em;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-footer_sns li {
    width: 24px;
    margin: 0 1em 0 0;
  }
}
@media (min-width: 768px) {
  .p-footer_sns li {
    width: min(1.875vw, 36px);
    margin: 0 2em 0 0;
    transition: opacity 230ms ease;
  }
  .p-footer_sns li:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .p-footer_nav {
    display: none;
  }
}
.p-footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-footer_nav li {
  margin: 0 1.5em 1em 0;
}
.p-footer_nav a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .p-footer_nav a {
    transition: opacity 230ms ease;
  }
  .p-footer_nav a:hover {
    opacity: 0.5;
  }
}

form {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767.98px) {
  form {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  form {
    margin-top: 80px;
  }
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input, textarea {
  display: block;
  width: 100%;
  padding: 0.75em 0.5em;
  margin: 0.5em 0;
  background-color: #efefef;
  font-size: 1.6rem;
  line-height: 1.67;
}

textarea {
  resize: vertical;
}

input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #354D22;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 767.98px) {
  input[type=submit] {
    height: 72px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  input[type=submit] {
    height: 100px;
    margin-top: 50px;
    transition: opacity 430ms ease;
  }
  input[type=submit]:hover {
    opacity: 0.5;
  }
}

.p-header_logo {
  margin: 0;
  position: absolute;
}
@media (max-width: 767.98px) {
  .p-header_logo {
    width: min(18.8405vw, 78px);
    top: min(3.90625vw, 75px);
    left: min(6.0386vw, 25px);
  }
}
@media (min-width: 768px) {
  .p-header_logo {
    width: min(7.96875vw, 153px);
    left: min(9.89583vw, 190px);
    transition: transform 430ms ease-in-out;
  }
  .p-header_logo:hover .logo-parts {
    fill: #354D22;
  }
}
.p-header_store {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
}
.p-header_store svg {
  user-select: none;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .p-header_store {
    width: min(38.64734vw, 160px);
    right: min(25.1207vw, 104px);
  }
}
@media (min-width: 768px) {
  .p-header_store {
    width: min(11.7708vw, 226px);
    right: min(12.9166vw, 248px);
    transition: transform 430ms ease-in-out;
    transform-origin: top right;
  }
}
.p-header_store li {
  display: block;
  margin-bottom: 12px;
  transition: filter 230ms linear;
}
.p-header_store li:hover {
  filter: brightness(110%);
}
.p-header_button {
  margin: 0;
  position: absolute;
}
.p-header_button svg {
  user-select: none;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .p-header_button {
    width: min(13.0434vw, 54px);
    height: min(13.0434vw, 54px);
    top: min(3.90625vw, 75px);
    right: min(6.0386vw, 25px);
  }
}
@media (min-width: 768px) {
  .p-header_button {
    width: min(5.20833vw, 100px);
    height: min(5.20833vw, 100px);
    right: min(5.20833vw, 100px);
    transition: opacity 430ms ease-in-out;
    cursor: pointer;
  }
  .p-header_button:hover {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .logo-parts, .store-parts, .menu-parts {
    transition: 230ms ease;
    transition-property: fill stroke;
  }
}

@media (max-width: 767.98px) {
  .is-top .p-header_logo {
    left: min(6.0386vw, 25px);
  }
}
@media (min-width: 768px) {
  .is-top .p-header_logo {
    left: min(9.89583vw, 190px);
  }
}
.is-top .menu-parts {
  stroke: #FFFFFF;
}
.is-top #toggle.is-changed .menu-parts {
  stroke: #354D22;
}

@media (max-width: 767.98px) {
  .is-notop .p-header_logo {
    left: min(6.0386vw, 25px);
  }
}
@media (min-width: 768px) {
  .is-notop .p-header_logo {
    left: min(5.20833vw, 100px);
  }
}
.is-notop .menu-parts {
  stroke: #354D22;
}

.p-heading_center {
  margin: 0;
  color: #354D22;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}
.p-heading_others {
  color: #354D22;
}
@media (max-width: 767.98px) {
  .p-heading_others {
    width: 72vw;
    margin: min(9.375vw, 72px) auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-heading_others {
    width: 92%;
    padding: 0 1.33vw;
    margin: min(7.5vw, 144px) auto 0;
  }
}

.p-item_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5.98958vw auto 3.125vw;
}
@media (max-width: 767.98px) {
  .p-item_list {
    width: 92vw;
  }
}
@media (min-width: 768px) {
  .p-item_list {
    width: min(79.1666vw, 1520px);
  }
}
@media (max-width: 767.98px) {
  .p-item_list li {
    width: 43vw;
  }
  .p-item_list li:nth-child(odd) {
    margin-right: calc(100% - 86vw);
  }
  .p-item_list li:nth-child(n+3) {
    margin-top: 7vw;
  }
}
@media (min-width: 768px) {
  .p-item_list li {
    width: min(17.8645vw, 343px);
  }
  .p-item_list li:not(:nth-child(4n)) {
    margin-right: calc((100% - 71.458vw) / 3);
  }
  .p-item_list li:nth-child(n+5) {
    margin-top: min(3.75vw, 72px);
  }
}
.p-item_slider {
  margin: 5.98958vw 0 3.125vw auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .p-item_slider {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: thin;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: thin;
  }
  .p-item_slider::-webkit-scrollbar {
    display: thin;
  }
  .p-item_slider::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
  }
  .p-item_slider::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #FFFFFF;
    box-shadow: inset 2px 2px 5px 0 rgba(250, 250, 250, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .p-item_slider::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1280px) {
  .p-item_slider::-webkit-scrollbar {
    width: 0;
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  .p-item_slider {
    width: 96vw;
  }
}
@media (min-width: 768px) {
  .p-item_slider {
    width: min(89.58333vw, 1720px);
  }
}
.p-item_slider ul {
  display: flex;
  list-style: none;
  padding: 0 0 1.33vw;
  margin: 0;
}
@media (max-width: 767.98px) {
  .p-item_slider li {
    width: 43vw;
  }
  .p-item_slider li:not(:last-child) {
    margin-right: 3.2552vw;
  }
}
@media (min-width: 768px) {
  .p-item_slider li {
    width: min(17.8645vw, 343px);
  }
  .p-item_slider li:not(:last-child) {
    margin-right: min(2.5695vw, 50px);
  }
}

.p-list_1 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-list_1 {
    width: 80vw;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-list_1 {
    margin-top: min(4.6875vw, 90px);
  }
}
@media (max-width: 767.98px) {
  .p-list_1 li {
    width: 100%;
  }
  .p-list_1 li:nth-child(n+2) {
    margin-top: 7vw;
  }
}
@media (min-width: 768px) {
  .p-list_1 li {
    width: min(17.8645vw, 343px);
  }
  .p-list_1 li:not(:nth-child(4n)) {
    margin-right: calc((100% - 71.458vw) / 3);
  }
  .p-list_1 li:nth-child(n+5) {
    margin-top: calc((100% - 71.458vw) / 3);
  }
}
.p-list_1 a {
  text-decoration: none;
}
.p-list_1 span {
  display: block;
}
.p-list_1_noitem {
  max-width: 415px;
  margin: auto !important;
}
@media (max-width: 767.98px) {
  .p-list_1_noitem {
    width: 320px !important;
  }
}
.p-list_1_noitem p {
  padding: 0;
}
.p-list_2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-list_2 {
    width: 86vw;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-list_2 {
    margin-top: min(4.6875vw, 90px);
  }
}
.p-list_2 li {
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  .p-list_2 li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-list_2 li {
    width: min(23.9583vw, 460px);
  }
  .p-list_2 li:not(:nth-child(3n)) {
    margin-right: calc((100% - 71.8749vw) / 2);
  }
}
.p-list_2 a {
  text-decoration: none;
}

.p-navigation {
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 10px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-navigation {
    width: 74vw;
    max-width: 400px;
    padding: 2em 2.5em;
  }
}
@media (min-width: 768px) {
  .p-navigation {
    width: 400px;
    padding: 2.5em 2.5em;
  }
}
.p-navigation li {
  width: 100%;
}
.p-navigation li:not(:last-child) {
  margin-bottom: 1em;
}
.p-navigation a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .p-navigation a {
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  .p-navigation a {
    font-size: min(1.45833vw, 2.8rem);
    transition: opacity 230ms ease-in-out;
  }
  .p-navigation a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .p-navigation_store {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .p-news {
    padding: 0 7vw;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .p-news {
    width: min(52.0833vw, 1000px);
    margin: auto;
  }
}
.p-news h1 {
  margin: 0;
  color: #354D22;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.p-news_list {
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-news_list {
    margin: 9vw 0 12vw;
  }
}
@media (min-width: 768px) {
  .p-news_list {
    margin: min(4.58333vw, 88px) 0;
  }
}
.p-news_item {
  border-top: 1px solid #8E7D6E;
}
.p-news_item:last-child {
  border-bottom: 1px solid #8E7D6E;
}
.p-news_item a {
  display: block;
  padding: 1.25em 0;
  text-decoration: none;
  color: #333;
}
@media (min-width: 768px) {
  .p-news_item a:hover time, .p-news_item a:hover span {
    transition: color 230ms ease;
    color: #354D22;
  }
}
.p-news time {
  margin-right: 2em;
  color: #999;
}
@media (max-width: 767.98px) {
  .p-news time {
    display: block;
  }
}

.p-page {
  min-height: 100vh;
}
@media (max-width: 767.98px) {
  .p-page {
    width: 100%;
    padding: min(13.04347vw, 54px) 0 min(27.53623vw, 114px);
  }
}
@media (min-width: 768px) {
  .p-page {
    width: 100%;
    padding: 0 0 min(12.0833vw, 232px);
  }
}

.p-pageheader {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .p-pageheader {
    width: 92%;
    padding-top: 16vw;
    margin: 0 4vw;
  }
}
@media (min-width: 768px) {
  .p-pageheader {
    width: min(79.1666vw, 1520px);
    padding-top: 10vw;
  }
}
@media (max-width: 767.98px) {
  .p-pageheader_info {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-pageheader_info {
    width: min(52.0833vw, 1000px);
    margin: auto;
  }
}
.p-pageheader_info h1 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .p-pageheader_info p {
    margin-bottom: min(7.7294vw, 32px);
  }
}
@media (min-width: 768px) {
  .p-pageheader_info p {
    margin-bottom: min(15.4589vw, 64px);
  }
}
@media (max-width: 767.98px) {
  .p-pageheader_info + p {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-pageheader_info + p {
    width: min(52.0833vw, 1000px);
    margin: auto;
  }
}
.p-pageheader_img {
  width: 100%;
  aspect-ratio: 76/35;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .p-pageheader_img {
    margin: min(7.7294vw, 32px) 0 min(15.4589vw, 64px);
  }
}
@media (min-width: 768px) {
  .p-pageheader_img {
    margin: min(15.4589vw, 64px) 0 min(5.8333vw, 112px);
  }
}
.p-pageheader_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-pageheader_text {
  position: absolute;
  left: min(4.1666vw, 80px);
  bottom: min(3.125vw, 60px);
}
.p-pageheader_text p {
  margin: 0;
}
.p-pageheader_text a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.p-pageheader_text a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 1.25em;
  background: url(../images/arrow-wht.svg) no-repeat center/contain;
}

.p-pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .p-pager_list {
    margin: 15vw 0 0;
  }
}
@media (min-width: 768px) {
  .p-pager_list {
    margin: 5vw 0 0;
  }
}
.p-pager_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #acacac;
  border-radius: 50%;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .p-pager_item a {
    width: min(8.6956vw, 36px);
    height: min(8.6956vw, 36px);
    margin: 0 min(1.9323vw, 8px);
  }
}
@media (min-width: 768px) {
  .p-pager_item a {
    width: min(3.125vw, 60px);
    height: min(3.125vw, 60px);
    margin: 0 min(0.41666vw, 8px);
    transition: background-color 430ms ease;
  }
  .p-pager_item a:hover {
    background-color: #354D22;
  }
}
.p-pager_item a.active {
  background-color: #354D22;
  pointer-events: none;
}
.p-pager_item.pre span::before, .p-pager_item.next span::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.8em;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-pager_item.pre span::before {
  background-image: url(../images/pre-btn.svg);
}
.p-pager_item.next span::before {
  background-image: url(../images/next-btn.svg);
}

.p-section {
  position: relative;
}
@media (max-width: 767.98px) {
  .p-section {
    padding-bottom: 8vw;
    margin: 0 4vw;
  }
}
@media (min-width: 768px) {
  .p-section {
    width: min(79.166vw, 1520px);
    padding-bottom: min(4.6875vw, 90px);
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .p-section_header {
    padding: 21vw 4vw 7vw;
  }
}
@media (min-width: 768px) {
  .p-section_header {
    padding-top: min(6.7708vw, 130px);
  }
}

.main-slideshow,
.slick-list,
.slick-track {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slideshow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-slideshow .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .item-slideshow {
    width: 72vw;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .item-slideshow {
    width: 92%;
    margin: min(4.6875vw, 90px) auto 0;
  }
}
@media (max-width: 767.98px) {
  .item-slideshow .slick-slide {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .item-slideshow .slick-slide {
    padding: 0 1.33vw;
  }
}
.item-slideshow .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.slider_prev {
  display: inline-block;
  aspect-ratio: 83/123;
  background: url(../images/slider_prev.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
}
@media (max-width: 767.98px) {
  .slider_prev {
    width: min(8.3333vw, 64px);
    transform: translate(-150%, -50%);
  }
}
@media (min-width: 768px) {
  .slider_prev {
    width: min(4.3229vw, 83px);
    transform: translate(-100%, -50%);
  }
}
.slider_next {
  display: inline-block;
  aspect-ratio: 83/123;
  background: url(../images/slider_next.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 767.98px) {
  .slider_next {
    width: min(8.3333vw, 64px);
    transform: translate(150%, -50%);
  }
}
@media (min-width: 768px) {
  .slider_next {
    width: min(4.3229vw, 83px);
    transform: translate(100%, -50%);
  }
}

.others .slider_prev {
  top: 35%;
}
.others .slider_next {
  top: 35%;
}

.p-top_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .p-top_header {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .p-top_header {
    aspect-ratio: 16/9;
  }
}
.p-top_header_inner {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top_screen {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767.98px) {
  .p-top_screen {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .p-top_screen {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.p-top_hero {
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .p-top_hero {
    width: min(67.6328vw, 280px);
    top: 50%;
    left: 9.63541vw;
  }
}
@media (min-width: 768px) {
  .p-top_hero {
    width: min(26.0416vw, 500px);
    top: 40%;
    left: 9.63541vw;
  }
}
.p-top_scroll {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .p-top_scroll {
    width: min(21.73913vw, 90px);
    bottom: min(6.03864vw, 25px);
    right: min(7vw, 50px);
  }
}
@media (min-width: 768px) {
  .p-top_scroll {
    width: min(9.0625vw, 174px);
    bottom: min(2.60416vw, 50px);
    right: min(5.2083vw, 100px);
  }
}
.p-top_lede {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .p-top_lede {
    min-height: 100vh;
    padding-bottom: 50vw;
  }
}
@media (min-width: 768px) {
  .p-top_lede {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 767.98px) {
  .p-top_position {
    width: min(60vw, 500px);
    margin: 19.3236vw auto;
  }
}
@media (min-width: 768px) {
  .p-top_position {
    width: min(26.0416vw, 500px);
    margin-right: min(9.375vw, 180px);
  }
}
@media (max-width: 767.98px) {
  .p-top_text {
    padding: 0 7vw;
  }
}
.p-top_text h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.p-top_text h2 span {
  letter-spacing: 0.15em;
}
.p-top_text p {
  color: #fff;
  font-weight: 700;
  line-height: 2.3;
}
@media (min-width: 768px) {
  .p-top_text p {
    max-width: min(46.875vw, 900px);
  }
}
.p-top_text p:last-of-type {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
  font-weight: 700;
}
.p-top_fixed {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-top_space {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .p-top_space {
    padding-top: 100vh;
  }
}
@media (min-width: 768px) {
  .p-top_space {
    padding-top: 56.25%;
  }
}
.p-top-support-list {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  .p-top-support-list {
    width: 86vw;
    margin: 0 auto;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .p-top-support-list {
    margin: 90px auto 0;
    gap: 90px;
  }
}
@media (max-width: 767.98px) {
  .p-top-support-list li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .p-top-support-list li {
    width: 320px;
  }
}
.p-top-support-list a {
  background-color: rgba(255, 255, 255, 0.84);
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
}
@media (max-width: 767.98px) {
  .p-top-support-list a {
    display: block;
    width: 100%;
    padding: 1em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-top-support-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(16.6666vw, 320px);
    aspect-ratio: 320/78;
    transition: filter 300ms ease-in-out;
  }
  .p-top-support-list a:hover {
    filter: brightness(90%);
  }
}
.p-top-support-list a span {
  white-space: nowrap;
}

.u-background_gry {
  background-color: #EAEBEC;
}

.webp .l-main, .webp .p-top_fixed {
  background: url(../images/bg.webp) repeat left top;
}
.webp .p-top_lede {
  background: url(../images/top-main.webp) no-repeat center;
}
@media (max-width: 767.98px) {
  .webp .p-top_lede {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .webp .p-top_lede {
    background-size: 100% auto;
  }
}

.no-webp .l-main, .no-webp .p-top_fixed {
  background: url(../images/bg.jpg) repeat left top;
}
.no-webp .p-top_lede {
  background: url(../images/top-main.jpg) no-repeat center;
}
@media (max-width: 767.98px) {
  .no-webp .p-top_lede {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .no-webp .p-top_lede {
    background-size: 100% auto;
  }
}

.u-color_green {
  color: #354D22;
}

@media (max-width: 767.98px) {
  .is-sp {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .is-tb {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .is-tb {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .is-tb {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .is-tb_in {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .is-tb_in {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .is-tb_ge {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-tb_ge {
    display: block !important;
  }
}

@media (max-width: 1279.98px) {
  .is-pc {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .is-pc {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .u-size_16 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .u-size_16 {
    font-size: min(0.83333vw, 1.6rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_17 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .u-size_17 {
    font-size: min(0.885416vw, 1.7rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_18 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .u-size_18 {
    font-size: min(0.9375vw, 1.8rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_19 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .u-size_19 {
    font-size: min(0.98958vw, 1.9rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_20 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .u-size_20 {
    font-size: min(1.04166vw, 2rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_21 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .u-size_21 {
    font-size: min(1.09375vw, 2.1rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_24 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .u-size_24 {
    font-size: min(1.25vw, 2.4rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_28 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .u-size_28 {
    font-size: min(1.45833vw, 2.8rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_30 {
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  .u-size_30 {
    font-size: min(1.5625vw, 3rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_40 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .u-size_40 {
    font-size: min(2.08333vw, 4rem);
  }
}
@media (max-width: 767.98px) {
  .u-size_45 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .u-size_45 {
    font-size: min(2.34375vw, 4.5rem);
  }
}

.wp-block-embed__wrapper {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.p-top_event {
  background-color: none;
}

.u-padding_1 {
  padding-top: 1px;
}
@media (max-width: 767.98px) {
  .u-padding_10vw {
    padding-top: 16vw;
  }
}
@media (min-width: 768px) {
  .u-padding_10vw {
    padding-top: 10vw;
  }
}
.u-padding_0 {
  padding: 0 !important;
}

.lend-sell-button {
  display: block;
  aspect-ratio: 930/328;
}
@media (max-width: 767.98px) {
  .lend-sell-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lend-sell-button {
    width: min(48.4375vw, 930px);
    margin: 90px auto 0;
    transition: margin-top 430ms ease-in-out;
  }
  .lend-sell-button:hover {
    filter: brightness(90%);
  }
}
.lend-sell-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.in-page-link {
  display: flex;
  justify-content: center;
  padding: 0 !important;
  list-style: none;
}
@media (max-width: 767.98px) {
  ul.in-page-link {
    margin: 0 auto;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  ul.in-page-link {
    margin: 90px auto 0;
    gap: 90px;
  }
}
@media (max-width: 767.98px) {
  ul.in-page-link a {
    display: block;
    padding: 1em;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  ul.in-page-link a {
    font-size: min(1.25vw, 2.4rem);
    transition: opacity 300ms ease-in-out;
  }
  ul.in-page-link a:hover {
    opacity: 0.6;
  }
}
ul.in-page-link a span {
  white-space: nowrap;
}

.in-page-link-box {
  padding: 1px 0;
}

ul.external-links {
  padding: 0;
  list-style: none;
}
ul.external-links li {
  width: 100%;
  padding-left: 2em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  position: relative;
}
ul.external-links li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #111;
  position: absolute;
  left: 2em;
  bottom: 0;
}
ul.external-links li ::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #354D22;
  border-right: 2px solid #354D22;
  transform: translateY(-50%) rotate(45deg);
}
ul.external-links a {
  display: block;
  text-decoration: none;
}

.u-text_underline {
  padding-bottom: 5px !important;
  border-bottom: 1px solid #111 !important;
}
.u-text_box_white {
  background-color: #fff !important;
}
.u-text_weight_bold {
  font-weight: bold !important;
}
.u-text_center {
  text-align: center !important;
}
.u-text_spacing_850 {
  letter-spacing: 0.85em !important;
}
.u-text_spacing_250 {
  letter-spacing: 0.25em !important;
}
.u-text_spacing_200 {
  letter-spacing: 0.2em !important;
}
.u-text_spacing_150 {
  letter-spacing: 0.15em !important;
}
.u-text_spacing_100 {
  letter-spacing: 0.1em !important;
}
.u-text_spacing_50 {
  letter-spacing: 0.05em !important;
}
.u-text_spacing_20 {
  letter-spacing: 0.02em !important;
}/*# sourceMappingURL=app.css.map */