@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

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

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

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

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

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* 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] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1400px;
  --color-primary: #FDD001;
  --color-secondary: #C6D1EE;
  --color-accent: #EB745F;
  --color-font: #fff;
  --color-gray-light: #F2F2F2;
  --color-gray-dark: #CBCBCB;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-ten: "ten-mincho-antique", sans-serif;
  --font-family-shippori: "Shippori Antique B1", sans-serif;
  --font-family-reggae: "Reggae One", system-ui;
  --font-family-teko: "Teko", sans-serif;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-md: 20px;
  --font-size-lg: 24px;
  --font-size-xl: 28px;
  --font-size-2xl: 26px;
  --font-size-3xl: 28px;
  --font-size-4xl: 35px;
  --font-size-5xl: 56px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 20px;
  --space-xxl: 32px;
  --space-3l: 48px;
  --space-4l: 60px;
  --space-5l: 96px;
  --space-6l: 128px;
  --space-7l: 160px;
}

@media (min-width: 600px) {
  :root {
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 34px;
    --font-size-lg: 40px;
    --font-size-xl: 43px;
    --font-size-2xl: 48px;
    --font-size-3xl: 50px;
    --font-size-4xl: 70px;
    --font-size-5xl: 75px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 40px;
    --space-xxl: 48px;
    --space-3l: 64px;
    --space-4l: 80px;
    --space-5l: 128px;
    --space-6l: 160px;
    --space-7l: 192px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --gap: 0;
  gap: var(--gap);
  margin-block: 2em 1em;
}
@media screen and (min-width: 1024px) {
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.row--gap-sm {
  --gap: var(--space-sm);
}
.row--gap-lg {
  --gap: var(--space-lg);
}
@media screen and (min-width: 1024px) {
  .row__full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__std {
    padding: var(--space-3l);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--width-container) / 2);
            flex: 0 0 calc(var(--width-container) / 2);
  }
}
.row__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--autofill {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
}
.grid--has-subgrid > * {
  display: grid;
  grid-template-rows: subgrid;
}
.grid--subgrid-row-span-4 > * {
  grid-row: span 4;
}
@media screen and (min-width: 1024px) {
  .grid--ad01 {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 1024px) {
  .grid--gap-m {
    gap: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .grid--gap-m {
    gap: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .grid--gap-l {
    gap: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .grid--gap-l {
    gap: 18rem;
  }
}
.grid--gap-lg {
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .grid--gap-lg {
    gap: 8rem;
  }
}

.container {
  padding-inline: 2.5rem;
  max-width: calc(5rem + var(--width-container));
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-inline: 5rem;
    max-width: calc(10rem + var(--width-container));
  }
}
.container--min {
  max-width: calc(5rem + 900px);
}
@media screen and (min-width: 768px) {
  .container--min {
    max-width: calc(10rem + 900px);
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page .page__header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 10rem 2.5rem 4.5rem;
  background: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  border-bottom: 10px solid var(--color-primary);
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
  font-size: 1.6rem;
  font-family: var(--font-family-ten);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 2.5rem 3rem 2.5rem 1.2rem;
  border-bottom: 1px solid #fff;
}
.menu-list__link::before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 19px;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: var(--color-primary);
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, 0) rotate(-30deg);
          transform: translate(-50%, 0) rotate(-30deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, 0) rotate(30deg);
          transform: translate(-50%, 0) rotate(30deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  background: #000;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.5rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1700px) {
  .header__logo {
    margin-left: 5rem;
    padding-bottom: 8px;
  }
}
.header__img {
  width: 190px;
  height: auto;
}
@media screen and (min-width: 1700px) {
  .header__img {
    width: 225px;
  }
}
.header__contact {
  display: inline-block;
  background: var(--color-primary);
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0 1rem;
  height: 110px;
  line-height: 110px;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header__contact {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__contact:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1700px) {
  .header__contact {
    font-size: 1.7rem;
    padding: 0 5.5rem;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .header__nav {
    margin-right: 6.5rem;
  }
}
.header__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.header__other-link {
  display: inline-block;
  padding: 1rem;
  font-family: var(--font-family-ten);
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
}
.header--active {
  background: #000 !important;
}

@media screen and (min-width: 1024px) {
  .home .header {
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  .home .main {
    margin-top: -110px;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1700px) {
  .gnav-list {
    gap: 4rem;
  }
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  color: inherit;
  font-size: 1.4rem;
  font-family: var(--font-family-ten);
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .gnav-list__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .gnav-list__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1700px) {
  .gnav-list__link {
    font-size: 1.7rem;
  }
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

.sns-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
.sns-list__logo {
  display: inline-block;
  padding: 1rem;
}
.sns-list__logo img {
  width: 3rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .sns-list__logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .sns-list__logo:hover {
    opacity: 0.4;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__title {
  padding: 11.5rem 0 3.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hero__title {
    padding: 28rem 0 4rem;
  }
}
.hero__title-en {
  display: block;
  font-family: var(--font-family-teko);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  color: var(--color-primary);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero__title-en {
    font-size: 2.8rem;
  }
}
.hero__title-ja {
  display: block;
  font-family: var(--font-family-ten);
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .hero__title-ja {
    font-size: 7rem;
  }
}
.hero__slug {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: block;
  font-family: var(--font-family-teko);
  font-size: 11.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.075;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hero__slug {
    top: 29rem;
    left: 5rem;
    font-size: 30rem;
  }
}
@media screen and (min-width: 1510px) {
  .hero__slug {
    left: calc((100vw - 1400px) / 2);
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  background: url(../images/fv-bg_sp.webp) 50% 50%/cover no-repeat;
  padding-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: url(../images/fv-bg_pc.webp);
    padding-top: 4.8rem;
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    padding-top: calc(110px + 4.8rem);
  }
}
@media screen and (min-width: 768px) {
  .mv__inner {
    position: relative;
  }
}
.mv__mv {
  display: block;
  width: 87.733%;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .mv__mv {
    width: 70%;
    margin-right: 5rem;
  }
}
.mv__copy {
  position: absolute;
  top: 3.6rem;
  left: 2.5rem;
  display: block;
  width: 92.266%;
}
@media screen and (min-width: 768px) {
  .mv__copy {
    width: 55.67%;
    left: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-bottom: 5.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv__copy {
    padding-bottom: calc(min(2vw, 3.8rem) + 5.4rem);
  }
}
.mv__desc {
  display: block;
  font-family: var(--font-family-shippori);
  font-size: max(2.3rem, 6vw);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: -2.5rem;
  margin-left: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mv__desc {
    font-size: 2.3rem;
    margin: 0;
    position: absolute;
    left: 5rem;
    top: 71%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv__desc {
    font-size: min(2vw, 3.8rem);
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  padding: 6rem 0 3rem;
  background: #000;
  margin-top: auto;
  border-bottom: 6px solid var(--color-primary);
  font-family: var(--font-family-shippori);
  font-weight: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1700px) {
  .footer {
    padding: 13rem 0;
  }
}
.footer__logo {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    text-align: left;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__address {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: 1.4rem;
  }
}
.footer__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .footer__menu {
    margin-top: 5rem;
  }
}
.footer__head {
  padding-bottom: 5rem;
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 1024px) {
  .footer__head {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
  }
}
@media screen and (min-width: 1700px) {
  .footer__head {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
}
.footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1024px) {
  .footer__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1700px) {
  .footer__other {
    margin-top: 8rem;
  }
}
.footer__copyright {
  display: block;
  text-align: center;
  font-family: var(--font-family-teko);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.fnav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .fnav-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    gap: 1rem 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .fnav-list {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .fnav-list {
    gap: 2rem 10rem;
  }
}
.fnav-list__link {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fnav-list__link {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .fnav-list__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .fnav-list__link:hover {
    opacity: 0.6;
  }
}

.footer-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-list {
    gap: 5rem;
  }
}
.footer-list__link {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: var(--color-white);
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .footer-list__link {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-list__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .footer-list__link:hover {
    opacity: 0.6;
  }
}

.section {
  padding-block: 6rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-block: 16rem;
  }
}
.section__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section__header {
    margin-bottom: 6.4rem;
  }
}
.section__title {
  display: block;
  font-family: var(--font-family-reggae);
  font-size: 2.8rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 7rem;
  }
}
.section__title::before {
  content: attr(data-en) "";
  display: block;
  font-family: var(--font-family-teko);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.07em;
  color: var(--color-primary);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section__title::before {
    font-size: 2.8rem;
  }
}
.section__title--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .section__title--ja {
    font-size: 5.9rem;
  }
}
.section__title--ja::before {
  content: attr(data-ja) "";
  font-family: var(--font-family-shippori);
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .section__title--ja::before {
    font-size: 4rem;
  }
}
.section__copy {
  display: block;
  font-family: var(--font-family-reggae);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 4.6rem;
  }
}
.section__about-title {
  display: block;
  font-family: var(--font-family-reggae);
  font-size: 2.8rem;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .section__about-title {
    font-size: 5.2rem;
  }
}
.section__desc {
  display: block;
  font-family: var(--font-family-shippori);
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .section__desc {
    font-size: 2.2rem;
    line-height: 2;
  }
}
.section__about-copy {
  display: block;
  font-family: var(--font-family-shippori);
  font-size: 2.6rem;
  font-weight: normal;
  margin: 1rem 0;
}
.section__footer {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .section__footer {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__footer--pc-right {
    text-align: right;
  }
}
.section .container {
  position: relative;
}
.section--about {
  background: #000;
}
.section--about .section__desc {
  color: #BEBEBE;
}
@media screen and (min-width: 1024px) {
  .section--about .section__inner {
    width: 75%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1700px) {
  .section--about {
    padding-top: 8rem;
  }
}
.section--member {
  position: relative;
  overflow: hidden;
}
.section--member .container {
  z-index: 3;
}
.section--member::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(10px);
  z-index: 2;
}
.section--news {
  background: rgba(0, 0, 0, 0.42);
}
.section--news .section__header {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section--news .section__title {
    font-size: 4.6rem;
  }
}
.section--contact {
  background: url(../images/top-contact-bg.webp) 50% 50%/cover no-repeat;
  text-align: center;
  padding: 8rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .section--contact {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 768px) {
  .section--contact .section__title {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .section--contact .section__desc {
    font-size: 2.5rem;
  }
}
.section--contact .btn, .section--contact .wpcf7 .submit-btn label, .wpcf7 .submit-btn .section--contact label {
  position: relative;
  z-index: 2;
}
.section--head-txt {
  position: relative;
  padding-top: 9rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section--head-txt {
    padding-top: 18rem;
  }
}
@media screen and (min-width: 1024px) {
  .section--head-txt + .section--head-txt {
    margin-top: -13rem;
  }
}
.section--head-txt .btn, .section--head-txt .wpcf7 .submit-btn label, .wpcf7 .submit-btn .section--head-txt label {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .section--factory-tour {
    padding-bottom: 0;
  }
}

.pin {
  height: 200vh;
  view-timeline: --sticky-timeline;
}
.pin__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-x: clip;
}
.pin__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-animation: slide-image linear both;
          animation: slide-image linear both;
  animation-timeline: --sticky-timeline;
  animation-range: contain;
}

.pin-slider__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-color);
}

@-webkit-keyframes slide-image {
  0% {
    translate: 0vw 0;
  }
  100% {
    translate: -200vw 0;
  }
}

@keyframes slide-image {
  0% {
    translate: 0vw 0;
  }
  100% {
    translate: -200vw 0;
  }
}
.scroll-clip {
  -webkit-animation: reveal linear both;
          animation: reveal linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
/*********************/
/*  TOP  */
/*********************/
.koukaon {
  position: relative;
  color: var(--color-primary);
}
.koukaon--01 {
  height: 90px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .koukaon--01 {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .koukaon--01 {
    height: 160px;
    color: #655F40;
  }
}
.koukaon--01 .koukaon__txt--01 {
  top: 0;
  left: -3%;
  font-size: 1.3rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .koukaon--01 .koukaon__txt--01 {
    font-size: 2.7rem;
  }
}
.koukaon--01 .koukaon__txt--02 {
  bottom: 0;
  left: 5%;
  font-size: 1.3rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .koukaon--01 .koukaon__txt--02 {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 1700px) {
  .koukaon--01 .koukaon__txt--02 {
    top: 3%;
    left: 20%;
  }
}
.koukaon--01 .koukaon__txt--03 {
  top: 30%;
  left: 20%;
  font-size: 1.8rem;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}
@media screen and (min-width: 768px) {
  .koukaon--01 .koukaon__txt--03 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1700px) {
  .koukaon--01 .koukaon__txt--03 {
    top: 10%;
    left: 7%;
  }
}
.koukaon--01 .koukaon__txt--04 {
  top: 20%;
  left: 45%;
  font-size: 2.5rem;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
@media screen and (min-width: 768px) {
  .koukaon--01 .koukaon__txt--04 {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1700px) {
  .koukaon--01 .koukaon__txt--04 {
    top: -5%;
    left: 34%;
  }
}
.koukaon--01 .koukaon__txt--05 {
  bottom: 0;
  right: -3%;
  font-size: 1.5rem;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
@media screen and (min-width: 768px) {
  .koukaon--01 .koukaon__txt--05 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1700px) {
  .koukaon--01 .koukaon__txt--05 {
    bottom: auto;
    right: auto;
    top: 9%;
    left: 71%;
  }
}
.koukaon--02 {
  height: 60px;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .koukaon--02 {
    height: 180px;
    color: #655F40;
  }
}
@media screen and (min-width: 1700px) {
  .koukaon--02 {
    position: absolute;
    width: 400px;
    height: 180px;
    margin: 0;
    top: 60%;
    left: -5rem;
  }
}
.koukaon--02 .koukaon__txt--01 {
  top: 0;
  left: 0;
  font-size: 3.3rem;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
@media screen and (min-width: 768px) {
  .koukaon--02 .koukaon__txt--01 {
    font-size: 6.4rem;
  }
}
.koukaon--02 .koukaon__txt--02 {
  bottom: 0;
  right: 0;
  font-size: 2.4rem;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 768px) {
  .koukaon--02 .koukaon__txt--02 {
    font-size: 2.7rem;
  }
}
.koukaon--03 {
  height: 0;
  position: relative;
  top: -85px;
}
@media screen and (min-width: 1024px) {
  .koukaon--03 {
    top: -190px;
    left: 400px;
    width: 200px;
    z-index: 4;
  }
}
.koukaon--03 .koukaon__txt--01 {
  top: 0;
  right: 0;
  font-size: 2.7rem;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}
@media screen and (min-width: 768px) {
  .koukaon--03 .koukaon__txt--01 {
    font-size: 5.4rem;
  }
}
.koukaon--04 {
  height: 0;
  position: relative;
  top: -50px;
}
@media screen and (min-width: 1700px) {
  .koukaon--04 {
    width: 100%;
    height: 370px;
    top: -8rem;
    position: absolute;
  }
}
.koukaon--04 .koukaon__txt {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .koukaon--04 .koukaon__txt {
    font-size: 3.2rem;
  }
}
.koukaon--04 .koukaon__txt--01 {
  top: 0;
  left: -3%;
}
@media screen and (min-width: 1700px) {
  .koukaon--04 .koukaon__txt--01 {
    top: 10%;
  }
}
.koukaon--04 .koukaon__txt--02 {
  display: none;
}
@media screen and (min-width: 1700px) {
  .koukaon--04 .koukaon__txt--02 {
    display: block;
    top: 0%;
    right: 15%;
  }
}
.koukaon--04 .koukaon__txt--03 {
  display: none;
}
@media screen and (min-width: 1700px) {
  .koukaon--04 .koukaon__txt--03 {
    display: block;
    bottom: 0;
    right: 0%;
  }
}
.koukaon--05 {
  height: 82px;
  margin-top: 2rem;
}
@media screen and (min-width: 1700px) {
  .koukaon--05 {
    height: 170px;
    margin-top: -10rem;
  }
}
.koukaon--05 .koukaon__txt {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .koukaon--05 .koukaon__txt {
    font-size: 3.2rem;
  }
}
.koukaon--05 .koukaon__txt--01 {
  top: 0;
  left: -3%;
}
@media screen and (min-width: 1700px) {
  .koukaon--05 .koukaon__txt--01 {
    left: -5%;
  }
}
.koukaon--05 .koukaon__txt--02 {
  bottom: 0%;
  left: 40%;
}
@media screen and (min-width: 1700px) {
  .koukaon--05 .koukaon__txt--02 {
    bottom: 5%;
    left: 10%;
  }
}
.koukaon--05 .koukaon__txt--03 {
  top: 2%;
  right: -3%;
}
@media screen and (min-width: 1700px) {
  .koukaon--05 .koukaon__txt--03 {
    top: 0%;
    right: 15%;
  }
}
.koukaon--06 {
  height: 0;
  position: relative;
  top: -100px;
}
@media screen and (min-width: 768px) {
  .koukaon--06 {
    top: -230px;
  }
}
@media screen and (min-width: 1024px) {
  .koukaon--06 {
    top: -210px;
  }
}
.koukaon--06 .koukaon__txt--01 {
  top: 0;
  right: -3%;
  font-size: 2rem;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (min-width: 768px) {
  .koukaon--06 .koukaon__txt--01 {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .koukaon--06 .koukaon__txt--01 {
    right: auto;
    left: 63rem;
  }
}
.koukaon__txt {
  position: absolute;
  font-family: var(--font-family-reggae);
  font-weight: normal;
  letter-spacing: 0;
  color: inherit;
  white-space: nowrap;
}

#product-slider {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #product-slider {
    margin-top: 7.5rem;
  }
}
#product-slider .splide__slide:nth-child(2n) {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #product-slider .splide__slide:nth-child(2n) {
    padding-top: 8rem;
  }
}

.yc-slider-img {
  display: block;
  width: 100%;
}
.yc-slider-img img {
  aspect-ratio: 275/360;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#main-carousel .splide__pagination {
  margin-top: 2rem;
  margin: 2rem 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #main-carousel .splide__pagination {
    margin: 2rem 15% 0;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  #main-carousel .splide__pagination {
    margin: 2rem 0;
  }
}
#main-carousel .splide__pagination__page {
  width: 6px;
  height: 6px;
  background: #5D5D5D;
  min-height: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  #main-carousel .splide__pagination__page {
    width: 15px;
    height: 15px;
  }
}
#main-carousel .splide__pagination__page.is-active {
  background: var(--color-primary);
}

#thumbnail-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.yc-bg-img {
  position: relative;
  display: block;
  width: 100%;
  height: calc(1108px + (100vw - 10rem) * 1.309);
}
.yc-bg-img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scroll-infinity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 5rem;
  position: absolute;
  top: 2.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .scroll-infinity {
    top: 8rem;
  }
}
.scroll-infinity--02 {
  top: auto;
  bottom: -1rem;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item--text {
  width: 2329px;
  display: block;
  font-size: 16rem;
  font-family: var(--font-family-teko);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0.075;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .scroll-infinity__item--text {
    width: 4831px;
    font-size: 30rem;
  }
}

.page-article {
  overflow: hidden;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding-bottom: 16rem;
  }
}

.main-contents *:first-child,
.post-type-page *:first-child {
  margin-top: 0;
}
.main-contents p,
.post-type-page p {
  line-height: 1.8;
  font-weight: 600;
}
.main-contents p:not(:first-child),
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .main-contents p:not(:first-child),
  .post-type-page p:not(:first-child) {
    margin-top: 2rem;
  }
}
.main-contents a:not([class]),
.post-type-page a:not([class]) {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .main-contents a:not([class]):hover,
  .post-type-page a:not([class]):hover {
    opacity: 0.7;
  }
}
.main-contents .section:last-child,
.post-type-page .section:last-child {
  padding-bottom: 0;
}
.main-contents .section + .section,
.post-type-page .section + .section {
  padding-top: 0;
}

.ul {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  margin-block: 1em;
}
.ul > li::marker {
  color: var(--color-primary);
}

.ol {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  margin-block: 1em;
}
.ol > li::marker {
  font-family: var(--font-family-teko);
  color: var(--color-primary);
}

.btn, .wpcf7 .submit-btn label {
  position: relative;
  display: inline flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: var(--font-family-shippori);
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
  background: var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .btn, .wpcf7 .submit-btn label {
    padding: 2rem 5rem 2rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn, .wpcf7 .submit-btn label {
    gap: 3rem;
    font-size: 2.5rem;
    padding: 3rem 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn, .wpcf7 .submit-btn label {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border: 1px solid var(--color-primary);
  }
  .btn:hover, .wpcf7 .submit-btn label:hover {
    background: transparent;
    color: #fff;
  }
  .btn:hover::after, .wpcf7 .submit-btn label:hover::after {
    border-color: #fff;
  }
}
.btn::after, .wpcf7 .submit-btn label::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  border-left: 1px solid #000;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .btn::after, .wpcf7 .submit-btn label::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .btn::after, .wpcf7 .submit-btn label::after {
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
  }
}
.btn--file::after {
  content: "\eae0";
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    gap: 6rem;
    margin-top: 6rem;
  }
}
.btn-wrap--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn-wrap--spcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-wrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.underline-title {
  display: block;
  font-size: var(--font-size-5xl);
  font-family: var(--font-family-ten);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 6px solid var(--color-primary);
  margin-block: 8rem 5rem;
}
@media screen and (min-width: 768px) {
  .underline-title {
    border-bottom: 12px solid var(--color-primary);
    margin-block: 15rem 10rem;
  }
}

.h2 {
  display: block;
  font-size: var(--font-size-4xl);
  font-family: var(--font-family-ten);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-block: 6rem 3rem;
}
@media screen and (min-width: 768px) {
  .h2 {
    margin-block: 10rem 6rem;
  }
}
.h2--center {
  text-align: center;
}
.h2--en {
  margin-top: 0;
}
.h2--en::before {
  content: attr(data-en) "";
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-primary);
  font-weight: bold;
  font-family: var(--font-family-teko);
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .h2--en::before {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
}
.h2--ja {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .h2--ja {
    font-size: 2.8rem;
  }
}
.h2--ja::before {
  content: attr(data-ja) "";
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-primary);
  font-weight: bold;
  font-family: var(--font-family-ten);
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .h2--ja::before {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.h2--ctg::before {
  display: none;
}
.h2--ctg .h2__ctg {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: var(--color-primary);
  font-weight: bold;
  font-family: var(--font-family-ten);
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .h2--ctg .h2__ctg {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.h2--ctg .h2__ctg span + span::before {
  content: "／";
  display: inline-block;
}

.h3 {
  display: block;
  font-size: var(--font-size-3xl);
  font-family: var(--font-family-ten);
  font-weight: 700;
  letter-spacing: 0.09em;
  border-left: 6px solid var(--color-primary);
  margin-block: 5rem 3rem;
  padding-left: 1.6rem;
  line-height: 1.4;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .h3 {
    border-left: 13px solid var(--color-primary);
    margin-block: 8rem 5rem;
    padding-left: 2.6rem;
    padding-bottom: 0.5rem;
  }
}
.h3--simple {
  padding-left: 0;
  border: none;
}
.h3--min {
  font-size: var(--font-size-2xl);
  font-family: var(--font-family-shippori);
  padding-left: 0;
  border: none;
  font-weight: normal;
}

.slug-title {
  display: block;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-ten);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  border-left: 4px solid var(--color-primary);
  margin-block: 5rem 3rem;
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .slug-title {
    border-left: 8px solid var(--color-primary);
    margin-block: 8rem 5rem;
    padding-left: 4.2rem;
  }
}
.slug-title::before {
  content: attr(data-en) "";
  display: block;
  font-family: var(--font-family-teko);
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1;
  font-size: 1.3rem;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .slug-title::before {
    font-size: 2.4rem;
  }
}

.h4 {
  display: block;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-ten);
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-block: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .h4 {
    margin-block: 5rem 3rem;
  }
}

.h5 {
  display: block;
  font-size: var(--font-size-md);
  font-family: var(--font-family-ten);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-block: 4rem 2rem;
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .h5 {
    margin-block: 6rem 3.3rem;
    padding-left: 79px;
  }
}
.h5::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0px;
  width: 16px;
  height: 2px;
  background: #848484;
}
@media screen and (min-width: 768px) {
  .h5::before {
    top: 25px;
    width: 51px;
  }
}

.h6 {
  font-family: var(--font-family-shippori);
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .h6 {
    font-size: 3rem;
  }
}

.box, .wpcf7-form.sent .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  background: rgba(255, 255, 255, 0.07);
  padding: 3.8rem 2.8rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .box, .wpcf7-form.sent .wpcf7-response-output,
  .wpcf7-form.spam .wpcf7-response-output {
    padding: 10rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .box--height100 {
    height: 100%;
  }
}

.small {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .small {
    font-size: 1.7rem;
  }
}

.title-mid {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: var(--font-family-ten);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .title-mid {
    font-size: 2.2rem;
  }
}

.textlink {
  color: var(--color-primary);
  text-decoration: underline;
}

.window::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  margin-left: 1rem;
}

.dl {
  letter-spacing: 0.09em;
  display: grid;
}
@media screen and (min-width: 768px) {
  .dl {
    grid-template-columns: 1fr 4fr;
  }
}
.dl dt, .dl dd {
  border-top: 1px solid #606060;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .dl dt, .dl dd {
    padding: 4rem;
  }
}
.dl dt {
  font-family: var(--font-family-ten);
  font-weight: 700;
}
.dl dd {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dl dd {
    padding-left: 3rem;
  }
}
.dl__ctg + .dl__ctg::before {
  content: "／";
  display: inline-block;
  margin-right: 5px;
}

.yc-head {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .yc-head {
    margin-bottom: 11rem;
  }
}
.yc-head .container {
  position: relative;
}
.yc-head__img {
  margin-right: -2.5rem;
  width: calc(100% + 2.5rem);
  margin-top: 4.3rem;
  height: 0;
  padding-bottom: 55.142%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .yc-head__img {
    margin-right: -5rem;
    width: calc(100% + 5rem);
  }
}
@media screen and (min-width: 1024px) {
  .yc-head__img {
    margin-top: 3rem;
    margin-left: 16rem;
    margin-right: 0;
    width: calc(100% - 11rem);
  }
}
@media screen and (min-width: 1420px) {
  .yc-head__img {
    width: calc(100% + (100vw - 1630px) / 2);
  }
}
.yc-head__img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.yc-head__copy {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: var(--font-family-ten);
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .yc-head__copy {
    font-size: 7rem;
    margin-top: -5.1rem;
    letter-spacing: 0.09em;
  }
}
.yc-head__copy span {
  display: inline-block;
}
.yc-head__title {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--font-family-ten);
  letter-spacing: 0.09em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .yc-head__title {
    font-size: 3rem;
    margin-top: 4rem;
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 1024px) {
  .yc-head__title {
    font-size: 3rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .yc-head__texts {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 5rem;
  }
}

.product-list--archive {
  display: grid;
  gap: 5.4rem;
}
@media screen and (min-width: 768px) {
  .product-list--archive {
    gap: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-list--archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 9rem 16rem;
  }
  .product-list--archive .product-card:nth-child(2n) {
    margin-top: 8rem;
  }
}
.product-list--relation {
  display: grid;
  gap: 5.4rem;
}
@media screen and (min-width: 768px) {
  .product-list--relation {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-list--relation {
    grid-template-columns: repeat(3, 1fr);
  }
}

.young_crew-list--archive {
  display: grid;
  gap: 5.7rem;
}
@media screen and (min-width: 768px) {
  .young_crew-list--archive {
    gap: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .young_crew-list--archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 4.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .young_crew-list--archive {
    grid-template-columns: repeat(3, 1fr);
  }
}

.factory_tour-list--archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7rem 1rem;
  margin-top: 5.4rem;
}
@media screen and (min-width: 768px) {
  .factory_tour-list--archive {
    gap: 10rem 4rem;
    margin-top: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .factory_tour-list--archive {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ta-center {
  text-align: center;
}

.back-btn {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  font-size: 2rem;
  font-family: var(--font-family-ten);
  margin-top: 8rem !important;
}
@media screen and (min-width: 768px) {
  .back-btn {
    margin-top: 10rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .back-btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .back-btn:hover {
    opacity: 0.6;
  }
}

.other {
  background: #000;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .other {
    padding: 18rem 0 12rem;
  }
}

#card-slider .splide__arrow {
  width: 4rem;
  height: 4rem;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-primary);
  position: absolute;
  top: calc((100vw - 11rem) * 0.35987 - 2rem);
  right: 3.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #card-slider .splide__arrow {
    top: calc((100vw - 15rem) * 0.17993 - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  #card-slider .splide__arrow {
    top: calc((100vw - 19rem) * 0.11995 - 2rem);
  }
}
@media screen and (min-width: 1700px) {
  #card-slider .splide__arrow {
    width: 10rem;
    height: 10rem;
    top: 120px;
    right: calc((100vw - 1600px) / 2);
  }
}
#card-slider .splide__arrow::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  color: #000;
  font-size: 1.3rem;
}
@media screen and (min-width: 1700px) {
  #card-slider .splide__arrow::before {
    font-size: 2.4rem;
  }
}
#card-slider .splide__arrow svg {
  display: none;
}
#card-slider .splide__arrow--prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: auto;
  left: 3.5rem;
}
@media screen and (min-width: 1700px) {
  #card-slider .splide__arrow--prev {
    right: auto;
    left: calc((100vw - 1600px) / 2);
  }
}

.card {
  position: relative;
  --padding: var(--space-sm);
  display: grid;
  grid-template-columns: [full-start] var(--padding) [std-start] 1fr [std-end] var(--padding) [full-end];
  padding-block: var(--padding);
  border: 1px solid var(--color-gray-light);
}
.card:has(.card__thumb) {
  padding-top: 0;
}
.card > * {
  grid-column: std;
}
.card__thumb {
  grid-column: full;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.card__title {
  font-size: var(--font-size-lg);
}
.card__more {
  display: grid;
  justify-self: end;
}
.card__more::before {
  content: "";
  position: absolute;
  inset: 0;
}

.product-card {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .product-card:hover .product-card__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.product-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.product-card__slug {
  font-family: var(--font-family-teko);
  font-size: 4.5rem;
  font-weight: normal;
  letter-spacing: 0.09em;
  line-height: 1;
  opacity: 0.1;
  text-align: right;
  display: block;
}
@media screen and (min-width: 768px) {
  .product-card__slug {
    font-size: 7.5rem;
    line-height: 0.8;
    margin-right: -5rem;
  }
}
.product-card__title {
  position: absolute;
  font-size: 2rem;
  letter-spacing: 0.09em;
  font-family: var(--font-family-reggae);
  font-weight: 400;
  text-shadow: 0 0 3rem #000;
  z-index: 2;
  top: 2.6rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .product-card__title {
    top: 2rem;
    left: -2.5rem;
    font-size: 4.2rem;
  }
}
.product-card__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.77%;
  overflow: hidden;
}
.product-card__thumb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.product-card__desc {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-family: var(--font-family-shippori);
  display: block;
  margin-top: 1rem;
  color: #AFAEB3;
}
@media screen and (min-width: 768px) {
  .product-card__desc {
    font-size: 2.3rem;
    margin-top: 3.5rem;
  }
}
.product-card--relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card--relation .product-card__slug {
  display: none;
}
.product-card--relation .product-card__title {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2rem;
  margin-top: 1.3rem;
  line-height: 1.5;
}
.product-card--relation .product-card__thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.product-card--relation .product-card__desc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.6rem;
  margin-top: 1rem !important;
}
.product-card--slider .product-card__title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .product-card--slider .product-card__title {
    font-size: 3.6rem;
  }
}
.product-card--slider .product-card__desc {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .product-card--slider .product-card__desc {
    font-size: 1.9rem;
  }
}

.young_crew-card {
  position: relative;
  margin-left: 2.7rem;
  margin-right: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .young_crew-card {
    margin-left: 4.2rem;
    margin-right: 3rem;
    margin-top: 3.4rem;
  }
}
.young_crew-card::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFE200), to(#2C2C2C));
  background: linear-gradient(to bottom, #FFE200 0, #2C2C2C 100%);
  position: absolute;
  display: block;
  top: -2.2rem;
  left: 2.1rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .young_crew-card::before {
    top: -3.4rem;
    left: 3.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .young_crew-card:hover .young_crew-card__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.young_crew-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.young_crew-card__title {
  position: absolute;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: var(--font-family-ten);
  font-weight: bold;
  line-height: 2.3;
  color: #000;
  z-index: 2;
  bottom: 3rem;
  left: -2.7rem;
}
@media screen and (min-width: 768px) {
  .young_crew-card__title {
    left: -4.2rem;
  }
}
.young_crew-card__title span {
  display: inline;
  padding: 0 0.5rem;
  background: #fff;
  line-height: 1.7;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .young_crew-card__title {
    font-size: 2rem;
  }
}
.young_crew-card__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 146.718%;
  overflow: hidden;
}
.young_crew-card__thumb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.factory_tour-card {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .factory_tour-card:hover .factory_tour-card__thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.factory_tour-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.factory_tour-card__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 71.974%;
  overflow: hidden;
}
.factory_tour-card__thumb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.factory_tour-card__catwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .factory_tour-card__catwrap {
    margin-top: 2.5rem;
    gap: 8px;
  }
}
.factory_tour-card__category {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  border: 1px solid var(--color-primary);
  padding: 2px 5px 3px;
}
@media screen and (min-width: 768px) {
  .factory_tour-card__category {
    padding: 3px 8px 5px;
  }
}
.factory_tour-card__category::before {
  content: "#";
  color: var(--color-primary);
  margin-right: 5px;
}
.factory_tour-card__title {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  font-family: var(--font-family-reggae);
  font-weight: 400;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .factory_tour-card__title {
    font-size: 3.2rem;
  }
}
.factory_tour-card__desc {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .factory_tour-card__desc {
    font-size: 2rem;
  }
}
.factory_tour-card__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .factory_tour-card--relation {
    display: grid;
    gap: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .factory_tour-card--relation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 6rem 7.8rem;
    margin-top: 10rem;
  }
  .factory_tour-card--relation .factory_tour-card__thumb {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .factory_tour-card--relation .factory_tour-card__desc {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .factory_tour-card--relation .factory_tour-card__btn {
    grid-column: 2/3;
    grid-row: 2/3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .factory_tour-card--relation:hover .factory_tour-card__thumb img {
    -webkit-transform: none;
            transform: none;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

.gallery-wrap {
  margin-block: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .gallery-wrap {
    margin-block: 9rem 4rem;
  }
}

/*  パンくず  */
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.3rem 2.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0;
  font-family: var(--font-family-ten);
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    padding: 4.8rem 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb__list {
    padding-right: 12rem;
  }
}
.breadcrumb__item:not(:first-child):before {
  content: "-";
  margin: 0 7px;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:first-child):before {
    margin: 0 14px;
  }
}
.breadcrumb__item:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.breadcrumb__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--color-white);
}
@media screen and (min-width: 1024px) {
  .breadcrumb__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .breadcrumb__link:hover {
    opacity: 0.6;
  }
}
.pagination {
  margin-top: 5.7rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 15rem;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}

.page-numbers {
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  font-size: 2.6rem;
}
.page-numbers--number {
  color: var(--color-white);
  text-decoration: underline;
}
.page-numbers--current {
  color: var(--color-primary);
}
.page-numbers--next {
  color: var(--color-primary);
}
.page-numbers--prev {
  color: var(--color-primary);
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 28px;
  padding: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .goto__link {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}

.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3rem 3rem 3rem 0;
}
.news-card::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-card::after {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .news-card {
    padding: 3rem 6rem 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .news-card:hover {
    opacity: 0.6;
  }
  .news-card:hover::after {
    -webkit-transform: translate(2rem, -50%);
            transform: translate(2rem, -50%);
  }
}
.news-card__category {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: normal;
  font-family: var(--font-family-shippori);
  background: var(--color-primary);
  color: #000;
  text-align: center;
  height: 36px;
  line-height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media screen and (max-width: 767px) {
  .news-card__category {
    font-size: 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 30px;
    line-height: 30px;
  }
}
.news-card__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  font-size: 2.4rem;
  font-family: var(--font-family-teko);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .news-card__time {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__time {
    margin-left: 2rem;
  }
}
.news-card__post-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: inherit;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.09em;
  line-height: 1.7;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__post-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
}
.news-card__post-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 3rem;
  margin-bottom: 4.4rem;
  margin-top: 8rem !important;
}
@media screen and (min-width: 768px) {
  .news-head {
    padding-bottom: 4.9rem;
    gap: 5rem 3rem;
    margin-bottom: 7.3rem;
  }
}
.news-head__ctg {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: normal;
  font-family: var(--font-family-shippori);
  background: var(--color-primary);
  color: #000;
  text-align: center;
  height: 36px;
  line-height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media screen and (max-width: 767px) {
  .news-head__ctg {
    font-size: 1.6rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 30px;
    line-height: 30px;
  }
}
.news-head__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-size: 2.8rem;
  font-family: var(--font-family-teko);
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .news-head__time {
    font-size: 2rem;
  }
}
.news-head__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: inherit;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  gap: 1rem;
  font-family: var(--font-family-ten);
}
@media screen and (max-width: 767px) {
  .news-head__title {
    font-size: 2.2rem;
  }
}

.refine {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .refine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4rem;
    margin-top: 4.1rem;
  }
}
.refine__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03em;
  border: 1px solid var(--color-primary);
  color: #fff;
  padding: 16px 23px 15px;
}
@media screen and (min-width: 768px) {
  .refine__btn {
    font-size: 2.1rem;
  }
}
.refine__btn::before {
  content: "#";
  color: var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .refine__btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .refine__btn:hover {
    background: var(--color-primary);
    color: #000;
  }
  .refine__btn:hover::before {
    color: #000;
  }
}

.refine-select {
  display: inline-block;
  color: var(--color-font);
  padding: 1.5rem 3rem;
  border: 1px solid var(--color-font);
}
.refine-select:focus {
  outline: 0;
}

/* フォーム全体のスタイル */
.wpcf7 {
  max-width: 900px;
  margin: 0 auto;
  /* ラベルのスタイル */
  /* 必須フィールドのラベルスタイル */
  /* インプットフィールドのスタイル */
  /* テキストエリアのスタイル */
  /* 送信ボタンのスタイル */
  /* エラーメッセージと成功メッセージのスタイル */
}
.wpcf7 p:not([class]) + p {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 p:not([class]) + p {
    margin-top: 4rem;
  }
}
.wpcf7 label {
  display: block;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 1.6rem;
  }
}
.wpcf7 .required {
  background-color: var(--color-primary);
  color: #000;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 .required {
    font-size: 1.4rem;
  }
}
.wpcf7 .any {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 .any {
    font-size: 1.4rem;
  }
}
.wpcf7 .wpcf7-text {
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #cccccc; /* ライトグレー */
  border-radius: 5px;
  margin-top: 2rem;
  background-color: #ffffff; /* 白 */
  color: #000;
}
.wpcf7 .wpcf7-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 .wpcf7-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 .wpcf7-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 .wpcf7-text::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 .wpcf7-text::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-text {
    margin-top: 1rem;
  }
}
.wpcf7 textarea {
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #cccccc; /* ライトグレー */
  border-radius: 5px;
  margin-top: 2rem !important;
  background-color: #ffffff; /* 白 */
  color: #000;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.wpcf7 textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .wpcf7 textarea {
    margin-top: 1rem !important;
  }
}
.wpcf7 textarea {
  height: 190px;
  resize: vertical;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: red;
  font-size: 1.4rem;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: green;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.wpcf7 .form-privacy-policy {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .wpcf7 .form-privacy-policy {
    text-align: center;
    margin-top: 9rem;
  }
}
.wpcf7 .form-privacy-policy + p {
  text-align: center;
  margin-bottom: 6rem;
}
.wpcf7 .privacy-check .wpcf7-list-item-label {
  display: block;
  background: #BABABA;
  border-radius: 5px;
  padding: 1.5rem 3.4rem 1.5rem 4.4rem;
  color: #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .privacy-check .wpcf7-list-item-label {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .wpcf7 .privacy-check .wpcf7-list-item-label:hover {
    background: var(--color-primary);
  }
}
.wpcf7 .privacy-check .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7 .privacy-check .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 46%;
  left: 2rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.wpcf7 .privacy-check input {
  display: none;
}
.wpcf7 .privacy-check input:checked + .wpcf7-list-item-label {
  background: var(--color-primary);
}
.wpcf7 .privacy-check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .wpcf7 .submit-btn {
    text-align: center;
  }
}
.wpcf7 .submit-btn label {
  cursor: pointer;
}
.wpcf7 .submit-btn .input {
  display: none;
}

.wpcf7-form.sent .inner,
.wpcf7-form.spam .inner {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
  border: none;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-center {
  margin: 0 auto;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-family: var(--font-family-ja);
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  background: url(../images/bg.webp) 0 0/contain repeat;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 2rem;
  }
}

[popover] {
  background: var(--color-white);
  padding: var(--space-md);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  margin: auto;
}
[popover]::-ms-backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
[popover]::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.autoscroll-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: clip;
}
.autoscroll-gallery__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 20s linear autoscroll-gallery infinite;
          animation: 20s linear autoscroll-gallery infinite;
}
.autoscroll-gallery img {
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes autoscroll-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes autoscroll-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}