@charset "UTF-8";
/*
Theme Name: jaa
Version: 1.0
Author: 日本アブサン協会
*/
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}

body {
  background-color: #fff;
}
body.unscroll {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  color: #fff;
}

.fade {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mv {
  height: 80svh;
  overflow: hidden;
  position: relative;
}
.mv .splide__track,
.mv .splide__list,
.mv .splide__slide {
  height: 100%;
}
.mv .splide__slide {
  position: relative;
}
.mv .splide__slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  position: absolute;
  inset: 0;
  text-align: center;
  z-index: 2;
}
.mv-text {
  font-family: "bellefair", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.35em;
}
.mv-symbol {
  display: block;
  margin: -48px 0 8px;
  width: 48px;
}

.header {
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header-pc {
  display: none;
}
.header-buttons {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.header-buttons-item {
  margin-left: 16px;
}
.header-buttons-item a {
  display: block;
}
.header-buttons-item a img {
  display: block;
}
.header-nav {
  margin-left: auto;
}

.menu {
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s linear;
  visibility: hidden;
  width: 100vw;
}
.menu-inner {
  padding: 0 24px;
  width: 100%;
}
.menu-logo {
  margin-bottom: 24px;
  text-align: center;
}
.menu-nav-pc {
  display: none;
}
.menu-nav-sp nav ul {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.menu-nav-sp nav ul li {
  margin-bottom: 16px;
  text-align: right;
}
@media (min-width: 400px) {
  .menu-nav-sp nav ul li {
    margin-bottom: 32px;
  }
}
.menu-nav-sp nav ul li:last-child {
  border-bottom: none;
}
.menu-nav-sp nav ul li a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 400px) {
  .menu-nav-sp nav ul li a {
    font-size: 16px;
  }
}
.menu-nav-sp nav ul li a span {
  display: block;
  font-size: 22px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 8px;
}
@media (min-width: 400px) {
  .menu-nav-sp nav ul li a span {
    font-size: 24px;
  }
}
.menu-nav-button {
  background-color: #111;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 0;
  margin: 40px auto 0;
  width: 188px;
}
.menu-nav-button::before {
  background-image: url("images/arrow-white.svg") !important;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-button {
  z-index: 11;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
  transition: all 0.2s ease;
}
.menu-button span.menubar {
  background-color: #ffffff;
  height: 1px;
  width: 24px;
  position: absolute;
  transition: all 0.2s ease;
}
.menu-button span.menubar::before {
  content: "";
  background-color: #ffffff;
  height: 1px;
  width: 24px;
  position: absolute;
  top: -8px;
  transition: all 0.2s ease;
}
.menu-button span.menubar::after {
  content: "";
  background-color: #ffffff;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 8px;
  transition: all 0.2s ease;
}
.menu-button.is-close span.menubar {
  background-color: transparent;
}
.menu-button.is-close span.menubar::before {
  top: 0px;
  transform: rotate(-45deg);
  width: 32px;
}
.menu-button.is-close span.menubar::after {
  top: 0px;
  transform: rotate(45deg);
  width: 32px;
}
.menu-button.is-close span.menulabel-menu {
  display: none;
}
.menu-button.is-close span.menulabel-close {
  display: block;
}
.menu-button span.menulabel {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 28px 0 0 8px;
  transition: all 0.3s ease;
}
.menu-button span.menulabel-close {
  display: none;
}

.inner {
  padding: 40px 24px;
}

.title-main {
  margin-bottom: 56px;
}
.title-main-caption {
  color: #B29F78;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 16px;
}
.title-main-caption span {
  display: block;
}
.title-main-text {
  font-size: 20px;
  font-weight: 500;
}
.title-main-text::before {
  content: "";
  background-color: #fff;
  display: block;
  margin-bottom: 32px;
  height: 2px;
  width: 32px;
}

.about {
  background-image: url("images/emblem.svg"), linear-gradient(to bottom, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0) 100%), url("images/bg-green.webp");
  background-position: right 24px top 24px, center top, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 140px auto, auto, auto;
  border-top: 8px solid #B29F78;
  border-bottom: 8px solid #B29F78;
}
.about-text {
  margin-bottom: 32px;
}
.about-body {
  border: 2px solid #B29F78;
  margin-bottom: 96px;
  padding: 8px;
  position: relative;
}
.about-body::before {
  background-image: url("images/absinthe-bottle.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 32px;
  bottom: -72px;
  transform: rotate(45deg);
  height: 172.8px;
  width: 48px;
}
.about-body::after {
  background-image: url("images/absinthe-glass.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 56px;
  bottom: -56px;
  transform: rotate(-45deg);
  height: 104.4px;
  width: 55.2px;
}
.about-body-text {
  background-color: rgba(17, 51, 7, 0.64);
  border: 2px solid #B29F78;
  color: #B29F78;
  font-weight: 500;
  padding: 40px 24px;
}
.about-bottom-text {
  color: #B29F78;
  font-size: 10px;
  font-family: "bellefair", serif;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}
.about-bottom-image {
  margin-inline: auto;
  max-width: 752px;
}

.top-middle {
  background: linear-gradient(to bottom, #141414 0%, #141414 33%, #1B4911 40%, #1B4911 100%);
}

.meister-text p {
  margin-bottom: 32px;
}

.course-body {
  background-image: url("images/bg-black.webp");
  background-size: cover;
  background-position: right bottom;
  margin-bottom: 40px;
  padding: 8px;
}
.course-body-inner {
  border: 2px solid #B29F78;
  padding: 16px 0;
}
.course-body-caption {
  color: #ADADAD;
  display: block;
  font-family: "bellefair", serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
.course-body-text {
  color: #B29F78;
  font-weight: 500;
  margin: 24px 0;
  text-align: center;
}
.course-body-text span {
  display: block;
}
.course-body-image {
  display: block;
  margin: 0 auto 24px;
  width: 142px;
}
.course-text p {
  margin-bottom: 32px;
}

.button-apply {
  background-color: #6B624D;
  border: 1px solid #968869;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  margin-inline: auto;
  width: 320px;
}

.absinthe .title-main {
  margin-bottom: 16px;
}
.absinthe-body {
  background-color: rgba(19, 43, 11, 0.68);
  border: 2px solid rgba(178, 159, 120, 0.68);
  margin: -56px 0 16px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.absinthe-body-inner {
  background-color: #113307;
  border: 2px solid #B29F78;
  padding: 24px;
}
.absinthe-body-title {
  color: #B29F78;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.absinthe-body-title span {
  font-size: 14px;
}
.absinthe-caption {
  font-size: 12px;
  margin-bottom: 48px;
}

.howto .title-main {
  margin-bottom: 24px;
}
.howto-image {
  margin-bottom: 24px;
}
.howto-text p {
  margin-bottom: 32px;
}
.howto-text p .cl {
  color: #B29F78;
  font-weight: 500;
}
.howto-list-item {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.howto-list-item:nth-child(even) .howto-list-number {
  right: auto;
  left: 30px;
}
.howto-list-inner {
  background-image: url("images/bg-black.webp");
  background-size: cover;
  background-position: right bottom;
  margin-bottom: 16px;
  padding: 16px 16px 8px;
}
.howto-list-number {
  font-family: "bellefair", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  position: absolute;
  top: 16px;
  right: 26px;
}
.howto-list-image {
  margin-bottom: 8px;
}
.howto-list-text {
  color: #B29F78;
  font-weight: 500;
}
.howto-body {
  background-color: rgba(19, 43, 11, 0.68);
  border: 2px solid rgba(178, 159, 120, 0.68);
  margin-bottom: 40px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.howto-body-inner {
  background-color: #113307;
  border: 2px solid #B29F78;
  padding: 24px;
}
.howto-body-title {
  color: #B29F78;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.howto-caption {
  color: #B29F78;
  font-family: "bellefair", serif;
  font-size: 10px;
  display: block;
  letter-spacing: 0.2em;
  padding-bottom: 16px;
  text-align: center;
}

.culture {
  background-color: #B29F78;
  background-image: url("images/culture-bg.webp");
  background-position: center 72%;
  background-repeat: no-repeat;
  background-size: 928px auto;
}
.culture .title-main-caption {
  color: #1C4A11;
}
.culture-list-item {
  background-color: rgba(28, 74, 17, 0.85);
  border: 2px solid #fff;
  margin-bottom: 24px;
  padding: 24px;
}
.culture-list-image {
  margin-bottom: 16px;
  width: 80px;
}

.information {
  background-color: #202020;
}
.information .title-main {
  margin-bottom: 48px;
}
.information-list {
  margin-bottom: 56px;
}
.information-item {
  border-bottom: 1px solid #B29F78;
  margin-bottom: 24px;
}
.information-item:last-child {
  margin-bottom: 0;
}
.information-item a {
  color: #fff;
  display: block;
  padding: 16px 8px;
}
.information-date {
  color: #B29F78;
  font-weight: 500;
  margin-bottom: 8px;
}
.information-button {
  background-color: #fff;
  border: 1px solid #968869;
  border-radius: 10px;
  color: #968869;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 0;
  margin-inline: auto;
  width: 320px;
}

.page .inner {
  padding-bottom: 256px;
}
.page-wrap {
  background-image: linear-gradient(to bottom, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0) 100%), url("images/bg-green.webp");
  background-position: center top, left top;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-top: 8px solid #B29F78;
  border-bottom: 8px solid #B29F78;
  position: relative;
}
.page-wrap::before {
  background-image: url("images/absinthe-bottle.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 72px;
  bottom: 2px;
  height: 172.8px;
  width: 48px;
}
.page-wrap::after {
  background-image: url("images/absinthe-glass.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 104.4px;
  width: 55.2px;
}

.page-head {
  background-image: url("images/emblem.svg"), linear-gradient(to right, #020202 0%, #202020 100%);
  background-position: center, center top;
  background-repeat: no-repeat, repeat;
  background-size: 156px auto, auto;
  background-blend-mode: multiply, normal;
}
.page-head-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 240px;
}
.page-head-caption {
  color: #B29F78;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.page-head-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.page-head-title::before {
  content: "";
  background-color: #fff;
  display: block;
  margin: 0 auto 8px;
  height: 2px;
  width: 32px;
}

.page-information .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
.page-information .pagination .page-numbers {
  color: #B29F78;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.page-information .pagination .page-numbers.current {
  color: #FFF3D6;
  pointer-events: none;
}
.page-information .pagination .page-numbers.current::after {
  content: "";
  background-color: #FFF3D6;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  height: 2px;
  width: 18px;
}
.page-information .pagination .page-numbers.prev, .page-information .pagination .page-numbers.next {
  line-height: 1;
  letter-spacing: 0;
  min-width: auto;
}
.page-information .pagination .page-numbers.next {
  transform: scale(-1, 1);
}
.page-information-title {
  border-bottom: 1px solid #B29F78;
  font-size: 20px;
  font-weight: 500;
  margin: 8px 0 56px;
  padding-bottom: 24px;
}
.page-information-content {
  margin-bottom: 56px;
}
.page-information-content p {
  margin-bottom: 32px;
}
.page-information-content p a {
  border-bottom: 1px solid #B29F78;
  color: #B29F78;
  padding: 4px;
}
.page-information-content p a::after {
  background-image: url("images/arrow.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-left: 16px;
  transform: scale(-1, 1);
  height: 12px;
  width: 12px;
}
.page-information-content figure {
  margin-bottom: 32px;
}
.page-information-content figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-information-link a {
  border-bottom: 1px solid #B29F78;
  color: #B29F78;
  padding: 4px;
}
.page-information-link a::before {
  background-image: url("images/arrow.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  height: 12px;
  width: 12px;
}

.page-apply-head {
  background-color: rgba(19, 43, 11, 0.68);
  border: 2px solid rgba(178, 159, 120, 0.68);
  margin-bottom: 64px;
  padding: 24px;
}
.page-apply-head p {
  margin-bottom: 32px;
}
.page-apply-head p:last-child {
  margin-bottom: 0;
}
.page-apply-wrap {
  margin-bottom: 48px;
}
.page-apply-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}
.page-apply-description {
  margin-bottom: 16px;
}
.page-apply-box {
  background-color: rgba(53, 38, 9, 0.16);
  border: 2px solid #B29F78;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 20px;
}
.page-apply-box-01 p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.page-apply-box-01 p > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-apply-box-01 p > span::after {
  background-image: url("images/head.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin: 0 8px;
  height: 6px;
  width: 4px;
}
.page-apply-box-01 p > span span {
  border: 2px solid #fff;
  border-radius: 6px;
  display: block;
  font-size: 14px;
  flex-shrink: 0;
  padding: 0 8px 1px 10px;
}
.page-apply-box-01 p:last-child {
  margin-bottom: 0;
}
.page-apply-box-01 p:last-child::before {
  background-image: url("images/enter.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin: -12px 4px 0 12px;
  height: 19px;
  width: 17px;
}
.page-apply-box-02 p {
  font-weight: 500;
}
.page-apply-box-02 p span {
  font-size: 32px;
  font-weight: 600;
}
.page-apply-box-03 p:nth-child(1) {
  font-weight: 500;
}
.page-apply-box-03 p:nth-child(2) {
  padding-left: 18px;
}
.page-apply-map {
  border-radius: 6px;
  overflow: hidden;
}
.page-apply-attention::before {
  background-image: url("images/absinthe-bottle-lg.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-inline: auto;
  transform: rotate(30deg);
  height: 104px;
  width: 48px;
}
.page-apply-attention-caption {
  color: #B29F78;
  display: flex;
  justify-content: flex-end;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.page-apply-attention-text {
  background-color: rgba(19, 43, 11, 0.68);
  border: 2px solid rgba(178, 159, 120, 0.68);
  margin: -5px 0 40px;
  padding: 24px;
}
.page-apply-attention-text p {
  margin-bottom: 32px;
}
.page-apply-attention-text p:last-child {
  margin-bottom: 0;
}
.page-apply-form {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  color: #202020;
  font-weight: 400;
  padding: 32px 34px;
}
.page-apply-form-title {
  color: #B29F78;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.form-wrap {
  margin-bottom: 32px;
}
.form-text {
  margin-bottom: 16px;
}
.form-title {
  margin-bottom: 8px;
}
.form-required {
  background-color: #DE8266;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 6px 4px;
  width: -moz-max-content;
  width: max-content;
}
.form-optional {
  background-color: #66DEB6;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 6px 4px;
  width: -moz-max-content;
  width: max-content;
}
.form-item .wpcf7-form-control-wrap input {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
}
.form-item .wpcf7-form-control-wrap select {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 4px 8px;
}
.form-item .wpcf7-form-control-wrap textarea {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 4px 8px;
  height: 200px;
  width: 100%;
}
.form-item._date input {
  margin-left: 8px;
  width: 172px;
}
.form-item label {
  display: block;
  margin-bottom: 8px;
}
.form-item._address label:first-child input {
  width: 140px;
}
.form-item._tel label input {
  width: 172px;
}
.form-birthday {
  display: flex;
  gap: 8px;
}
.form-birthday label {
  display: flex;
  align-items: flex-end;
}
.form-birthday label span {
  display: block;
  margin-left: 4px;
}
.form-birthday-year input {
  width: 96px !important;
}
.form-title {
  font-weight: 600;
}
.form-title .sz {
  font-size: 12px;
}
.form-caution {
  background-color: #F2F2F2;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  margin-bottom: 40px;
  padding: 16px;
}
.form-caution-title {
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.form-caution-sub {
  font-weight: 600;
  line-height: 1.6;
}
.form-caution-list {
  line-height: 1.6;
  margin-bottom: 8px;
}
.form-caution-list li {
  display: flex;
}
.form-caution-list li::before {
  background-color: #202020;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin: 9px 8px 0 0;
  height: 4px;
  width: 4px;
}
.form-submit .wpcf7-submit {
  background-color: #B29F78;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: 64px;
  font-size: 14px;
  position: relative;
  margin-inline: auto;
  padding: 16px 24px;
  text-align: center;
  height: 64px;
  width: 240px;
}
.form-submit .wpcf7-previous {
  border-bottom: 1px solid #B29F78;
  color: #B29F78;
  display: block;
  margin-inline: auto;
  padding: 0 4px 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.select-date,
.select-date > * {
  display: flex;
  align-items: center;
}

.select-date {
  gap: 12px;
}

.select-date > * {
  gap: 4px;
}

.error {
  letter-spacing: 0;
}
.error-head {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.error-title {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.error-description {
  margin-bottom: 40px;
}
.error-link a {
  border-bottom: 1px solid #B29F78;
  color: #B29F78;
  padding: 4px;
}
.error-link a::before {
  background-image: url("images/arrow.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 16px;
  height: 12px;
  width: 12px;
}

.footer {
  background-color: #000;
}
.footer .fixed-apply {
  background-color: rgba(36, 36, 36, 0.8);
  border: 2px solid #B29F78;
  border-radius: calc(infinity * 1px);
  color: #B29F78;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 16px;
  right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 4px;
  text-align: center;
  height: 96px;
  width: 96px;
  z-index: 2;
}
.footer .inner {
  padding-bottom: 16px;
}
.footer-head {
  margin: 0 auto 48px;
  position: relative;
  width: 240px;
}
.footer .copyright {
  font-size: 10px;
  position: absolute;
  bottom: -8px;
  left: 74px;
}
.footer-nav {
  margin-bottom: 80px;
  text-align: center;
}
.footer-nav ul li {
  margin-bottom: 8px;
}
.footer-bottom {
  color: #808080;
  font-size: 14px;
  margin-bottom: 80px;
}
.footer-bottom a {
  color: #808080;
}
.footer-bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom-title {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.footer-bottom-title::after {
  background-color: #808080;
  content: "";
  display: block;
  margin: 2px 0 0 8px;
  height: 14px;
  width: 1px;
}
.footer-bottom-title._pc::after {
  content: none;
}
.footer-link {
  color: #808080;
  display: block;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  body {
    letter-spacing: 0.12em;
  }
  .mv-text {
    font-size: 24px;
  }
  .mv-symbol {
    width: 96px;
  }
  .inner {
    padding: 96px 0;
    margin-inline: auto;
    max-width: 750px;
    width: 88%;
  }
  .title-main {
    text-align: center;
  }
  .title-main-caption span {
    display: inline;
  }
  .title-main-text::before {
    margin-inline: auto;
  }
  .about .inner {
    padding-bottom: 144px;
  }
  .about-text {
    text-align: center;
  }
  .about-body::before {
    height: 288px;
    width: 80px;
  }
  .about-body::after {
    height: 174px;
    width: 92px;
  }
  .about-body-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .about-bottom-text {
    font-size: 18px;
    letter-spacing: 0.35em;
    margin-bottom: 16px;
  }
  .top-middle {
    background: linear-gradient(to bottom, #141414 0%, #141414 20%, #1B4911 40%, #1B4911 100%);
  }
  .meister-text {
    text-align: center;
  }
  .meister-image {
    aspect-ratio: 10/2.4;
    display: block;
    margin-inline: auto;
    max-width: 750px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 84%;
       object-position: center 84%;
  }
  .course-body {
    margin-bottom: 72px;
    position: relative;
  }
  .course-body-caption:nth-of-type(1) {
    margin-right: 16px;
    text-align: right;
  }
  .course-body-caption:nth-of-type(2) {
    margin-left: 16px;
    text-align: left;
  }
  .course-body-text {
    font-size: 28px;
  }
  .course-body-image {
    position: absolute;
    right: 16px;
    bottom: -72px;
    transform: rotate(30deg);
  }
  .course-text {
    text-align: center;
  }
  .course .button-apply {
    margin-bottom: 64px;
  }
  .absinthe-image {
    display: block;
    left: 50%;
    margin-inline: 0;
    max-width: none;
    position: relative;
    transform: translateX(-50%);
    width: min(1200px, 100vw);
  }
  .absinthe-body {
    margin-top: -18vw;
    margin-inline: auto;
    width: 418px;
  }
  .absinthe-body-title {
    text-align: center;
  }
  .absinthe-body-title span {
    font-size: 24px;
  }
  .absinthe-body-text {
    text-align: center;
  }
  .absinthe-body-text span {
    display: inline-block;
  }
  .absinthe-caption {
    letter-spacing: 0.07em;
    text-align: center;
  }
  .absinthe-caption span {
    display: block;
  }
  .absinthe-text {
    text-align: center;
  }
  .absinthe-text span {
    display: block;
  }
  .howto-head {
    display: flex;
    flex-direction: column-reverse;
  }
  .howto-image {
    aspect-ratio: 10/2.4;
    display: block;
    margin-inline: auto;
    margin-bottom: 72px;
    max-width: 750px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 26%;
       object-position: center 26%;
  }
  .howto-text {
    text-align: center;
  }
  .howto-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 96px;
  }
  .howto-list-item {
    margin-bottom: 0;
  }
  .howto-body {
    margin-inline: auto;
    margin-bottom: 48px;
    width: 588px;
  }
  .howto-body-inner {
    padding-inline: 0;
  }
  .howto-body-title {
    margin-bottom: 0;
    text-align: center;
  }
  .howto-body-text {
    letter-spacing: 0.08em;
    text-align: center;
  }
  .howto-body-text span {
    display: block;
  }
  .howto-caption {
    font-size: 18px;
    letter-spacing: 0.35em;
  }
  .culture-list-item {
    display: flex;
    align-items: center;
    padding: 16px;
  }
  .culture-list-item img {
    flex-shrink: 0;
    margin-right: 16px;
    margin-bottom: 0;
    width: 126px;
  }
  .footer .fixed-apply {
    letter-spacing: 0.08em;
  }
  .footer .inner {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .page-apply-box {
    width: 386px;
  }
  .page-apply-box-03 {
    width: 100%;
  }
  .page-apply-form .wpcf7 {
    max-width: 536px;
    margin-inline: auto;
  }
  .form-wrap {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }
  .form-text span {
    display: block;
  }
  .form-item {
    min-width: 0;
  }
  .page-information .page-head-title {
    letter-spacing: 0;
  }
  .page-information .page-wrap {
    letter-spacing: 0;
  }
  .page-apply .page-head-title {
    letter-spacing: 0;
  }
  .page-apply .page-wrap {
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) {
  a {
    transition: all 0.2s ease;
  }
  .inner {
    max-width: 754px;
  }
  .menu-inner {
    padding-inline: 56px;
  }
  .menu-button:hover {
    transform: scale(1.08, 1.08);
  }
  .menu-nav-sp nav ul li a:hover {
    color: #66ff5a;
  }
  .mv-text {
    font-size: 34px;
  }
  .about {
    background-position: center 334px, center top, left top;
    background-size: 400px auto, auto, auto;
  }
  .about .title-main {
    margin-bottom: 216px;
  }
  .about-head {
    margin-bottom: 216px;
  }
  .about-text:last-child {
    margin-bottom: 0;
  }
  .about-text span {
    display: inline-block;
  }
  .about-body {
    margin-bottom: 156px;
  }
  .about-body::after {
    right: 72px;
  }
  .about-body-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .about-bottom-text {
    margin-top: 216px;
  }
  .meister-text p {
    margin-bottom: 0;
  }
  .meister-text p span {
    display: block;
  }
  .course-text {
    margin-bottom: 144px;
  }
  .course-text p:last-child {
    margin-bottom: 0;
  }
  .course-text p span {
    display: block;
  }
  .course .button-apply {
    margin-bottom: 0;
  }
  .course .button-apply:hover {
    background-color: #504a3c;
    border-color: #7b715d;
    transform: scale(1.04, 1.04);
  }
  .absinthe .inner {
    padding-bottom: 40px;
  }
  .absinthe-body {
    margin-bottom: 32px;
  }
  .absinthe-caption {
    margin-bottom: 64px;
  }
  .absinthe-text span:nth-of-type(1) {
    display: inline-block;
  }
  .howto .title-main {
    margin-bottom: 64px;
  }
  .howto-text {
    margin-bottom: 56px;
  }
  .howto-text p:last-child {
    margin-bottom: 0;
  }
  .howto-text p span {
    display: inline-block;
  }
  .howto-list-text {
    font-size: 22px;
  }
  .culture .inner {
    padding-bottom: 188px;
  }
  .culture .title-main {
    margin-bottom: 32px;
  }
  .culture-list-item {
    margin-bottom: 64px;
  }
  .information-list {
    margin-bottom: 96px;
  }
  .information-item a {
    margin-bottom: 8px;
    padding-right: 16px;
    width: 100%;
  }
  .information-item a:hover {
    background-color: rgba(15, 15, 15, 0.4);
    border-radius: 6px;
    margin-right: 8px;
    padding-left: 16px;
  }
  .information-button:hover {
    background-color: #bfbfbf;
    transform: scale(1.04, 1.04);
  }
  .page-information .pagination a:hover {
    color: #FFF3D6;
  }
  .page-information-link a:hover {
    color: #FFF3D6;
  }
  .page .inner {
    padding-bottom: 323px;
  }
  .page-head {
    background-size: 186px auto, auto;
  }
  .page-head-text {
    height: 280px;
  }
  .page-wrap::before {
    right: 116px;
    height: 288px;
    width: 80px;
  }
  .page-wrap::after {
    height: 174px;
    width: 92px;
  }
  .page-apply-form {
    padding-bottom: 80px;
  }
  .page-apply-head {
    margin-bottom: 112px;
    padding: 32px 56px;
  }
  .page-apply-description {
    margin-bottom: 24px;
  }
  .page-apply-box {
    margin-bottom: 32px;
  }
  .page-apply-wrap {
    margin-bottom: 112px;
  }
  .page-apply-attention-text {
    margin-bottom: 80px;
    padding: 32px 56px;
  }
  .form-caution {
    padding: 16px 40px 24px;
  }
  .form-submit .wpcf7-submit {
    transition: all 0.2s ease;
  }
  .form-submit .wpcf7-submit:hover {
    background-color: #978a6f;
    transform: scale(1.04, 1.04);
  }
  .form-submit .wpcf7-previous {
    transition: all 0.2s ease;
  }
  .form-submit .wpcf7-previous:hover {
    border-color: #968a96;
    color: #978a6f;
  }
  .footer .fixed-apply {
    cursor: pointer;
    font-size: 16px;
    right: 56px;
    bottom: 88px;
    height: 104px;
    width: 104px;
  }
  .footer .fixed-apply:hover {
    background-color: #242424;
    transform: scale(1.04, 1.04);
  }
  .footer .inner {
    max-width: 100%;
    padding-inline: 56px;
    padding-bottom: 48px;
    width: 100%;
  }
  .footer-body {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-head {
    margin-bottom: 24px;
    margin-left: 0;
    width: 436px;
  }
  .footer-nav {
    margin-bottom: 0;
    text-align: right;
  }
  .footer-nav ul li a:hover {
    color: #66ff5a;
  }
  .footer .copyright {
    bottom: 8px;
    left: 136px;
  }
  .footer-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bottom {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .footer-bottom-text::after {
    background-color: #808080;
    content: "";
    display: block;
    margin: 2px 8px 0 8px;
    height: 14px;
    width: 1px;
  }
  .footer-bottom-text:last-child::after {
    content: none;
  }
  .footer-bottom-title._pc::after {
    background-color: #808080;
    content: "";
    display: block;
    margin: 2px 0 0 8px;
    height: 14px;
    width: 1px;
  }
  .footer-link:hover {
    color: #66ff5a;
  }
}
@media (min-width: 1200px) {
  .menu-inner {
    padding-inline: 96px;
  }
  .absinthe-body {
    margin-top: -228px;
  }
  .footer .fixed-apply {
    right: 96px;
  }
  .footer .inner {
    padding-inline: 96px;
  }
}/*# sourceMappingURL=style.css.map */