@charset "utf-8";

:root {
  /* color */
  --base-color: #261C10;
  --base-color-rgb: 38, 28, 16;
  --bg-color: #F2F1EA;
  --bg02-color: #EDEBDF;
  --bg03-color: #EBEAE6;
  --line-color: #EBD1A0;
  --line-color-rgb: 208, 202, 158;
  --line02-color: #D2CCC3;
  --point-color: #698024;
  --point02-color: #9E8D6C;
  --point03-color: #876F53;
  --point04-color: #779324;
  /* transition */
  --base-transition: 0.4s ease-out;
  /* z-index */
  --header-btn-index: 100;
  --header-menu-index: 99;
  --modal-index: 9999;
}

/* animation
------------------------------ */

@-webkit-keyframes slideAnim {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideAnim {
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

*:focus-visible {
  outline: 2px solid var(--point-color);
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: var(--bg-color);
  color: var(--base-color);
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: normal;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  letter-spacing: 0.05em;
  transition: var(--base-transition);
  visibility: visible;
}

html:not(.wf-active) {
  visibility: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

section {
  position: relative;
  padding: 120px 0;
}

main {
  position: relative;
  margin-top: -180px;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

p.txt {
  line-height: 2.5;
}

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

a,
button,
select {
  color: var(--base-color);
  cursor: pointer;
}

a {
  -webkit-transition: var(--base-transition);
  display: block;
  text-decoration: none;
  word-break: break-all;
  transition: var(--base-transition);
}

span {
  font-weight: inherit;
}

.ib {
  display: inline-block;
}

.en {
  font-style: normal;
  font-weight: 400;
  font-family: "garamond-premier-pro", serif;
}

.caution {
  color: var(--point-color);
}

.disable {
  opacity: 0.5;
  pointer-events: none;
}

/* mv
------------------------------ */

.mv {
  padding: 0;
}

.mv .inner {
  max-width: 100%;
  padding: 60px;
}

.mv__text {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
}

.mv__text span {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.mv__text.top {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.mv__text.top span {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.mv__text .main {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.mv__text .sub {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}

.mv__img {
  position: relative;
  height: 790px;
}

.mv__img video {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__line {
  position: absolute;
  top: 60px;
  left: 60px;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  margin: 20px;
  border: solid 1px #D0CA9E;
}

.mv__circle {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  justify-content: space-between;
  width: 100%;
}

.mv__circle::before,
.mv__circle::after {
  display: block;
  width: 110px;
  height: 110px;
  margin: 5px;
  border-radius: 50%;
  background-color: var(--bg-color);
  content: "";
}

.mv__circle_top {
  top: 0;
}

.mv__circle_bottom {
  bottom: 0;
}

.mv.under .mv__img {
  height: 500px;
}

.mv.under .mv__img img {
  -o-object-position: 75%;
  object-position: 75%;
  height: 100%;
  object-fit: cover;
}

.mv.under .mv__text .main {
  font-size: 6.4rem;
}

.mv.under .mv__text .sub {
  font-size: 2.8rem;
}

/* title
------------------------------ */

.c-title01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}

.c-title01 .ja {
  font-size: 7.8rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.c-title01 .en {
  color: var(--point02-color);
  font-size: 3.2rem;
}

.c-title02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.c-title02 .en {
  color: var(--point02-color);
  font-size: 2rem;
}

.c-title02 .ja {
  font-size: 3.2rem;
}

/* btn
------------------------------ */

.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn01 a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 22px;
  color: var(--point-color);
  font-size: 1.8rem;
}

.c-btn01 .arrow {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--point-color);
}

.c-btn01 .arrow::before,
.c-btn01 .arrow::after {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url(/img/common/icon-arrow_white.svg) no-repeat center center/contain;
  content: "";
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.c-btn01 .arrow::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.c-btn01 .arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}

/* section__head
------------------------------ */

.section__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 40px;
}

.section__head_btn {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 70px;
}

/* c-contact
------------------------------ */

.c-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  overflow: hidden;
}

.c-contact__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 170px 40px;
}

.c-contact__wrapper.company {
  background-color: var(--point04-color);
}

.c-contact__wrapper.company .c-contact__btn .arrow::before,
.c-contact__wrapper.company .c-contact__btn .arrow::after {
  mask: url(/img/common/icon-arrow_red01.svg) no-repeat center center/contain;
}

.c-contact__wrapper.contact {
  background-color: var(--point-color);
}

.c-contact__wrapper.contact .c-contact__top::before,
.c-contact__wrapper.contact .c-contact__top::after,
.c-contact__wrapper.contact .c-contact__bottom::before,
.c-contact__wrapper.contact .c-contact__bottom::after {
  background: var(--point-color);
}

.c-contact__wrapper.contact .c-contact__btn .arrow::before,
.c-contact__wrapper.contact .c-contact__btn .arrow::after {
  mask: url(/img/common/icon-arrow_red02.svg) no-repeat center center/contain;
}

.c-contact__wrapper a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 526px;
  padding: 20px;
  border: solid 1px var(--line-color);
}

.c-contact__top,
.c-contact__bottom {
  position: absolute;
  width: 100%;
}

.c-contact__top::before,
.c-contact__top::after,
.c-contact__bottom::before,
.c-contact__bottom::after {
  -webkit-box-shadow: inset 0 0 0 1px var(--line-color);
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--point04-color);
  box-shadow: inset 0 0 0 1px var(--line-color);
  content: "";
}

.c-contact__top {
  top: 0;
}

.c-contact__top::before {
  clip: rect(50px, auto, auto, 50px);
  top: -51px;
  left: -51px;
}

.c-contact__top::after {
  clip: rect(50px, 50px, auto, auto);
  top: -51px;
  right: -51px;
}

.c-contact__bottom {
  bottom: 0;
}

.c-contact__bottom::before {
  clip: rect(auto, auto, 50px, 50px);
  bottom: -51px;
  left: -51px;
}

.c-contact__bottom::after {
  clip: rect(auto, 50px, 50px, auto);
  right: -51px;
  bottom: -51px;
}

.c-contact__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 20px 50px;
  border: solid 1px var(--line-color);
}

.c-contact__img {
  width: 120px;
  margin-bottom: 20px;
}

.c-contact__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding-bottom: 50px;
  border-bottom: solid 1px var(--line-color);
}

.c-contact__title span {
  color: var(--line-color);
  text-align: center;
}

.c-contact__title .ja {
  font-size: 3.2rem;
  line-height: 1.4;
}

.c-contact__title .en {
  font-size: 2rem;
}

.c-contact__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 22px;
  color: var(--line-color);
  font-size: 1.8rem;
}

.c-contact__btn .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--line-color);
}

.c-contact__btn .arrow::before,
.c-contact__btn .arrow::after {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  background-color: var(--point-color);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.c-contact__btn .arrow::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.c-contact__btn .arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}

.header__logo {
  z-index: 1;
  position: relative;
  width: 158px;
  height: 176px;
  margin: 0 auto;
  padding: 20px 14px;
  border-radius: 0 0 40px 40px;
  background-color: var(--bg-color);
}

.header__btn {
  z-index: var(--header-btn-index);
  position: fixed;
  top: 25px;
  right: 25px;
  text-align: center;
}

.header__btn_img {
  display: block;
  width: 46px;
}

.header__btn_text {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.6rem;
}

.header__btn.active .header__btn_img {
  display: none;
}

.header__btn.active .header__btn_cross {
  display: block;
  position: relative;
  width: 46px;
  height: 35px;
}

.header__btn.active .header__btn_cross::before,
.header__btn.active .header__btn_cross::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--line-color);
  content: "";
}

.header__btn.active .header__btn_cross::before {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.header__btn.active .header__btn_cross::after {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.header__btn.active .header__btn_text {
  color: var(--line-color);
}

.header__instagram {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: var(--header-menu-index);
  position: absolute;
  top: 25px;
  left: 25px;
  flex-direction: column;
  align-items: center;
}

.header__instagram .icon {
  fill: var(--base-color);
  width: 23px;
  height: 23px;
}

.header__instagram .text {
  margin-top: 5px;
}

.header__wrapper {
  -webkit-transition: var(--base-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: var(--header-menu-index);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  transition: var(--base-transition);
}

.header__wrapper.active {
  opacity: 1;
  pointer-events: all;
}

.header__wrapper_img {
  width: 50%;
}

.header__wrapper_img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 60px;
  overflow-y: scroll;
  background-color: var(--point-color);
}

.header__nav_logo {
  width: 105px;
  margin-bottom: 40px;
}

.header__nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  padding: 60px 0;
  gap: 30px;
  border-top: solid 1px rgba(var(--line-color-rgb), 0.3);
  border-bottom: solid 1px rgba(var(--line-color-rgb), 0.3);
}

.header__nav_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 220px;
  gap: 40px;
}

.header__nav_list a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: var(--line-color);
  font-size: 2.4rem;
}

.header__nav_list .en {
  font-size: 1.4rem;
}

.header__nav_item.blank {
  position: relative;
}

.header__nav_item.blank .arrow::before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.header__nav_item.blank .arrow::after {
  -webkit-transform: translate(-200%, 200%) rotate(-45deg);
  transform: translate(-200%, 200%) rotate(-45deg);
  opacity: 0;
}

.header__nav_item .arrow {
  position: absolute;
  top: 14px;
  right: -30px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: solid 1px var(--point02-color);
  border-radius: 50%;
}

.header__nav_item .arrow::before,
.header__nav_item .arrow::after {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(/img/common/icon-arrow_gold.svg) no-repeat center center/contain;
  content: "";
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header__nav_sns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
}

.header__nav_sns .icon {
  fill: var(--line-color);
  width: 23px;
  height: 23px;
}

.footer__nav {
  padding: 70px 0;
  background-color: var(--bg03-color);
}

.footer__nav .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.footer__nav_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__nav_item {
  position: relative;
  min-width: 220px;
}

.footer__nav_item + .footer__nav_item {
  margin-top: 30px;
}

.footer__nav_item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.footer__nav_item .en {
  font-size: 4rem;
}

.footer__nav_item .ja {
  font-size: 1.6rem;
}

.footer__nav_item.blank {
  padding-right: 50px;
}

.footer__nav_item.blank .arrow::before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.footer__nav_item.blank .arrow::after {
  -webkit-transform: translate(-200%, 200%) rotate(-45deg);
  transform: translate(-200%, 200%) rotate(-45deg);
  opacity: 0;
}

.footer__nav_item .arrow {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: solid 1px var(--base-color);
  border-radius: 50%;
  opacity: 0.5;
}

.footer__nav_item .arrow::before,
.footer__nav_item .arrow::after {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(/img/common/icon-arrow_brown.svg) no-repeat center center/contain;
  content: "";
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.footer__nav_item .arrow::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.footer__nav_item .arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}

.footer__bottom {
  padding: 40px 0;
  background-color: #2E3026;
  color: var(--line-color);
}

.footer__bottom .inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__bottom_left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 38px;
}

.footer__bottom_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
}

.footer__bottom_name {
  font-size: 2rem;
}

.footer__bottom_address,
.footer__bottom_tel {
  font-size: 1.4rem;
}

.footer__bottom_sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer__bottom_sns .icon {
  fill: var(--point02-color);
  width: 22px;
  height: 22px;
}

.footer__bottom_copy {
  font-size: 1.4rem;
  text-align: right;
}

.company .wrapper {
  margin-top: 100px;
}

.company .wrapper .inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 110px;
}

.company .side {
  -ms-flex-negative: 0;
  position: sticky;
  top: 40px;
  flex-shrink: 0;
  width: 250px;
}

.company .side a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: solid 1px transparent;
}

.company .side a.current {
  border-bottom: solid 1px var(--point-color);
  color: var(--point-color);
}

.company .side a + a {
  margin-top: 15px;
}

.company .main section {
  border-top: solid 1px rgba(var(--base-color-rgb), 0.15);
}

.company .bland__wrap + .bland__wrap {
  margin-top: 40px;
}

.company .bland__wrap:first-of-type {
  max-width: 530px;
}

.company .bland__title {
  font-size: 5rem;
}

.company .bland__img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
}

.company .bland__img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 170px;
  background-color: var(--bg-color);
  content: "";
}

.company .shop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.company .shop__img {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 360px;
}

.company .shop__table {
  width: 100%;
}

.company .shop__table_name {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.company .shop__table table {
  width: 100%;
  border-bottom: solid 1px var(--line02-color);
}

.company .shop__table th {
  width: 30%;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
  text-align: left;
  vertical-align: middle;
}

.company .shop__table td {
  width: 70%;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
}

.company .overview .c-btn01 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.company .overview .c-btn01 a {
  margin-top: 0;
}

.company .overview__table {
  width: 100%;
}

.company .overview__table_name {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.company .overview__table table {
  width: 100%;
  border-bottom: solid 1px var(--line02-color);
}

.company .overview__table th {
  width: 30%;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
  text-align: left;
  vertical-align: middle;
}

.company .overview__table td {
  width: 70%;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
}

.company .overview__table tr:first-of-type th,
.company .overview__table tr:first-of-type td {
  border-top: none;
}

.contact .form {
  padding-top: 60px;
}

.contact .form .inner {
  max-width: 1040px;
}

.contact .form__title {
  margin-bottom: 25px;
  font-size: 2.8rem;
  text-align: center;
}

.contact .form__intro {
  padding: 15px;
  background-color: var(--bg02-color);
  text-align: center;
}

.contact .form__txt {
  text-align: center;
}

.contact .form .c-btn01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact .form_area {
  margin-top: 80px;
}

.contact .form_area .table {
  width: 100%;
  border-bottom: solid 1px rgba(var(--base-color-rgb), 0.1);
}

.contact .form_area th,
.contact .form_area td {
  padding: 14px 20px;
  border-top: solid 1px rgba(var(--base-color-rgb), 0.1);
}

.contact .form_area th {
  width: 210px;
  text-align: left;
  vertical-align: middle;
}

.contact .form_area input[type=text],
.contact .form_area input[type=email],
.contact .form_area textarea {
  width: 100%;
  padding: 7px 20px;
  border: solid 1px var(--line02-color);
  border-radius: 5px;
  background-color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

.contact .form_area input[type=text]::-webkit-input-placeholder,
.contact .form_area input[type=email]::-webkit-input-placeholder,
.contact .form_area textarea::-webkit-input-placeholder {
  color: rgba(var(--base-color-rgb), 0.3);
  font-size: 1.6rem;
}

.contact .form_area input[type=text]::-moz-placeholder,
.contact .form_area input[type=email]::-moz-placeholder,
.contact .form_area textarea::-moz-placeholder {
  color: rgba(var(--base-color-rgb), 0.3);
  font-size: 1.6rem;
}

.contact .form_area input[type=text]:-ms-input-placeholder,
.contact .form_area input[type=email]:-ms-input-placeholder,
.contact .form_area textarea:-ms-input-placeholder {
  color: rgba(var(--base-color-rgb), 0.3);
  font-size: 1.6rem;
}

.contact .form_area input[type=text]::-ms-input-placeholder,
.contact .form_area input[type=email]::-ms-input-placeholder,
.contact .form_area textarea::-ms-input-placeholder {
  color: rgba(var(--base-color-rgb), 0.3);
  font-size: 1.6rem;
}

.contact .form_area input[type=text]::placeholder,
.contact .form_area input[type=email]::placeholder,
.contact .form_area textarea::placeholder {
  color: rgba(var(--base-color-rgb), 0.3);
  font-size: 1.6rem;
}

.contact .form_area .select_box {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 250px;
}

.contact .form_area .select_box::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 85%);
  position: absolute;
  top: 4px;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: var(--base-color);
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 85%);
  pointer-events: none;
}

.contact .form_area .select_box select {
  width: 100%;
  height: 100%;
  padding: 17px 30px 16px 20px;
  border: solid 1px var(--line02-color);
  border-radius: 5px;
  background-color: #fff;
  color: var(--base-color);
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

.contact .form_area .addressbox_top {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.contact .form_area .addressbox_num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact .form_area .addressbox_num input {
  width: 150px;
}

.contact .form_area .select_wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}

.contact .form_area .telbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact .form_area textarea {
  height: 120px;
}

.contact .form_area .is-error {
  color: var(--point-color);
  font-size: 1.2rem;
}

.contact .form_area .btn-area {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 10px 30px;
}

.contact .form_area .btn-area #submit,
.contact .form_area .btn-area .submit-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: var(--base-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  background-color: var(--point-color);
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  cursor: pointer;
  transition: var(--base-transition);
}

.contact .form_area .btn-area #reset,
.contact .form_area .btn-area .return-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: var(--base-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  background-color: rgba(var(--base-color-rgb), 0.4);
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  cursor: pointer;
  transition: var(--base-transition);
}

.contact .privacy {
  margin-top: 30px;
}

.contact .privacy__wrap {
  height: 230px;
  padding: 20px;
  overflow-y: scroll;
  border: solid 1px rgba(var(--base-color-rgb), 0.2);
  background-color: #fff;
}

.contact .privacy__wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #f2f2f2;
}

.contact .privacy__wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.contact .privacy .ttl {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.contact .privacy .sub-ttl {
  margin: 15px 0 10px;
  font-size: 1.3rem;
}

.contact .privacy .sub-ttl + .txt {
  padding-left: 1.3rem;
}

.contact .privacy .txt {
  font-size: 1.3rem;
  line-height: 1.54;
}

.contact .privacy .list {
  margin-top: 5px;
  padding-left: 1.3rem;
  font-size: 1.3rem;
}

.contact .privacyAgree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.contact .privacyAgree input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.contact .privacyAgree input:checked + label::before {
  background-color: var(--point-color);
}

.contact .privacyAgree input:checked + label::after {
  opacity: 1;
}

.contact .privacyAgree label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}

.contact .privacyAgree label::before {
  width: 14px;
  height: 14px;
  border: solid 1px var(--base-color);
  content: "";
}

.contact .privacyAgree label::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 4px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  content: "";
  opacity: 0;
}

.lineup .wrapper .inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.lineup .wrapper .main {
  width: calc(75% - 100px);
}

.lineup .wrapper .main__title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(var(--base-color-rgb), 0.15);
  font-size: 2.8rem;
}

.lineup .side {
  -ms-flex-negative: 0;
  position: sticky;
  flex-shrink: 0;
  width: 25%;
}

.lineup .side__select {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  background-color: #fff;
}

.lineup .side__select::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 2px var(--base-color);
  border-bottom: solid 2px var(--base-color);
  content: "";
}

.lineup .side__wrap:not(:last-of-type) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(var(--base-color-rgb), 0.15);
}

.lineup .side__title a {
  position: relative;
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.lineup .side__title.tea a::before {
  -webkit-mask: url(/img/common/icon-tea.png) no-repeat center center/contain;
  mask: url(/img/common/icon-tea.png) no-repeat center center/contain;
}

.lineup .side__title.pot a::before {
  -webkit-mask: url(/img/common/icon-pot.png) no-repeat center center/contain;
  mask: url(/img/common/icon-pot.png) no-repeat center center/contain;
}

.lineup .side__item + .side__item {
  margin-top: 15px;
}

.lineup .side__item_sub {
  margin: 10px 0 20px 40px;
}

.lineup .side__item_sub a {
  position: relative;
  padding-left: 18px;
}

.lineup .side__item_sub a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  background-color: var(--line-color);
  content: "";
}

.lineup .side__item_sub li + li {
  margin-top: 5px;
}

.lineup .side__item span,
.lineup .side__item a {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.lineup__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 28px;
}

.lineup__item {
  width: calc(33.3333333333% - 19px);
  cursor: pointer;
}

.lineup__thumb {
  aspect-ratio: 248 / 186;
}

.lineup__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lineup__title {
  margin: 20px 0 5px;
}

.lineup__title small {
  display: inline;
  font-size: 1.3rem;
}

.lineup__price .unit {
  font-size: 1rem;
}

.lineup__bottom {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  gap: 5px 15px;
}

.lineup__category {
  color: var(--point03-color);
  font-size: 1.2rem;
}

.lineup .pager {
  margin-top: 120px;
}

.lineup .pager_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.lineup .pager_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 46px;
}

.lineup .pager_item > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lineup .pager_item > .current {
  border-bottom: solid 1px rgba(var(--base-color-rgb), 0.15);
}

.lineup .pager_item.prev a,
.lineup .pager_item.next a {
  position: relative;
}

.lineup .pager_item.prev a::after,
.lineup .pager_item.next a::after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 9px solid var(--point03-color);
  border-bottom: 5px solid transparent;
  border-left: 0;
  border-style: solid;
  content: "";
}

.lineup .pager_item.next a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: var(--base-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: var(--modal-index);
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: var(--base-transition);
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

.modal__overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.modal__content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: calc(100dvh - 100px);
  max-height: 800px;
  padding: 110px 50px 80px;
  overflow-y: scroll;
  background-color: var(--bg-color);
}

.modal__content::-webkit-scrollbar {
  width: 8px;
}

.modal__content::-webkit-scrollbar-thumb {
  background-color: #dedede;
}

.modal__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.modal__wrap {
  width: 100%;
}

.modal__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.modal__slide .js-modal-main .swiper-slide {
  aspect-ratio: 4 / 3;
}

.modal__slide .js-modal-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal__slide .js-modal-thumb {
  margin-top: 10px;
}

.modal__slide .js-modal-thumb .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.modal__slide .js-modal-thumb .swiper-slide {
  width: calc(16.6666666667% - 7px);
  border: solid 1px transparent;
}

.modal__slide .js-modal-thumb .swiper-slide-thumb-active {
  border: solid 1px var(--point-color);
}

.modal__top {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}

.modal__category {
  color: var(--point03-color);
  font-size: 1.4rem;
}

.modal__title {
  margin: 10px 0 20px;
  font-size: 2.4rem;
}

.modal__title small {
  display: inline;
  font-size: 1.6rem;
}

.modal__comment {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 15px;
  color: var(--point03-color);
}

.modal__txt {
  font-size: 1.4rem;
  line-height: 2;
}

.modal__rating {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding: 25px;
  gap: 10px;
  background-color: var(--bg02-color);
}

.modal__rating_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.modal__rating .kinds {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  font-size: 1.4rem;
}

.modal__rating .line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px rgba(var(--base-color-rgb), 0.2);
}

.modal__rating .line span {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  background-color: rgba(var(--base-color-rgb), 0.2);
}

.modal__rating .line span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #C62B29;
  content: "";
  opacity: 0;
}

.modal__rating .line span.select::after {
  opacity: 1;
}

.modal__howto {
  margin-top: 30px;
}

.modal__howto_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 10px;
  gap: 5px;
  border-bottom: solid 1px rgba(var(--base-color-rgb), 0.15);
  font-size: 2.4rem;
}

.modal__howto_title::before {
  display: block;
  width: 48px;
  height: 48px;
  background: url(/img/common/icon-menu.png) no-repeat center center/contain;
  content: "";
}

.modal__howto_wrap {
  padding: 30px 25px;
  background-color: var(--bg02-color);
}

.modal__howto_wrap + .modal__howto_wrap {
  margin-top: 20px;
}

.modal__howto_sub {
  position: relative;
  margin-bottom: 10px;
  padding-left: 38px;
  font-size: 1.8rem;
}

.modal__howto_sub::before {
  -ms-flex-negative: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.modal__howto_sub.glass::before {
  background-image: url(/img/lineup/icon-glass.png);
}

.modal__howto_sub.pot::before {
  background-image: url(/img/lineup/icon-pot.png);
}

.modal__howto_list {
  counter-reset: number 0;
}

.modal__howto_list li {
  position: relative;
  padding-left: 28px;
  font-size: 1.4rem;
}

.modal__howto_list li::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(var(--base-color-rgb), 0.1);
  content: counter(number);
  color: #C62B29;
  font-size: 1.2rem;
  counter-increment: number 1;
}

.modal__howto_list li + li {
  margin-top: 10px;
}

.modal__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 40px;
}

.modal__btn a,
.modal__btn button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: var(--base-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  color: #fff;
  transition: var(--base-transition);
}

.modal__btn a {
  background-color: var(--point-color);
}

.modal__btn button {
  background-color: rgba(var(--base-color-rgb), 0.4);
}

.modal__close {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__close .cross {
  display: block;
  position: relative;
  width: 46px;
  height: 35px;
  margin-bottom: 5px;
}

.modal__close .cross::before,
.modal__close .cross::after {
  -webkit-transform: rotate(30deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  transform: rotate(30deg);
  background-color: var(--base-color);
  content: "";
}

.modal__close .cross::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.modal__close .txt {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.notfound .contents {
  padding-top: 60px;
}

.notfound__title {
  margin-bottom: 30px;
  text-align: center;
}

.notfound__txt {
  text-align: center;
}

.notfound .c-btn01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top {
  /* ---------- about ---------- */
  /* ---------- slide ---------- */
  /* ---------- lineup ---------- */
  /* ---------- movie ---------- */
  /* ---------- info ---------- */
}

.top .about {
  padding-top: 60px;
}

.top .about .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 120px;
}

.top .about__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
}

.top .about__text {
  margin-top: auto;
  padding-right: 100px;
}

.top .about__text_wrap {
  max-width: 400px;
}

.top .about .main-title {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 7.8rem;
  letter-spacing: 0.3em;
  writing-mode: vertical-lr;
}

.top .about .sub-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 5px;
}

.top .about .sub-title .en {
  color: var(--point02-color);
  font-size: 3rem;
}

.top .about .sub-title .ja {
  font-weight: 700;
  font-size: 2.8rem;
}

.top .slide {
  -webkit-animation: 50s linear infinite slideAnim;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  animation: 50s linear infinite slideAnim;
}

.top .slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .slide__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40.139vw;
  min-width: 578px;
}

.top .lineup .txt {
  font-size: 1.8rem;
}

.top .lineup__swiper {
  position: relative;
  margin-top: 60px;
  padding-top: 80px;
}

.top .lineup__swiper_button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  gap: 20px;
}

.top .lineup .swiper-button-prev,
.top .lineup .swiper-button-next {
  -webkit-transition: var(--base-transition);
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  width: 55px;
  height: 55px;
  margin: 0;
  overflow: hidden;
  border: solid 1px var(--base-color);
  border-radius: 50%;
  transition: var(--base-transition);
}

.top .lineup .swiper-button-prev::after,
.top .lineup .swiper-button-next::after {
  content: none;
}

.top .lineup .swiper-button-prev .arrow::before,
.top .lineup .swiper-button-prev .arrow::after,
.top .lineup .swiper-button-next .arrow::before,
.top .lineup .swiper-button-next .arrow::after {
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(/img/common/icon-arrow_brown.svg) no-repeat center center/contain;
  content: "";
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.top .lineup .swiper-button-prev .arrow::before,
.top .lineup .swiper-button-next .arrow::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.top .lineup .swiper-button-prev .arrow::after,
.top .lineup .swiper-button-next .arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}

.top .lineup .swiper-button-prev .arrow::before {
  -webkit-transform: scale(-1, 1) translateX(0);
  transform: scale(-1, 1) translateX(0);
}

.top .lineup .swiper-button-prev .arrow::after {
  -webkit-transform: scale(-1, 1) translateX(-200%);
  transform: scale(-1, 1) translateX(-200%);
}

.top .lineup__item {
  width: 400px;
  cursor: pointer;
}

.top .lineup__item_thumb {
  /* padding: 25px 30px; */
  background-color: var(--bg02-color);
  aspect-ratio: 400 / 305
}

.top .lineup__item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .lineup__item_body {
  padding: 15px;
}

.top .lineup__item_name,
.top .lineup__item_price {
  margin-bottom: 5px;
  font-size: 2rem;
}

.top .lineup__item_name small {
  font-size: 1.4rem;
}

.top .lineup__item_price .unit {
  margin-left: 10px;
  font-size: 1.4rem;
}

.top .lineup__item_tag {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  color: var(--point03-color);
}

.top .lineup__item_comment {
  margin-top: 10px;
}

.top .info .section__head {
  margin-bottom: 70px;
}

.top .info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  gap: 80px;
}

.top .info__slide {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 510px;
}

.top .info__slide_sub {
  margin-top: 10px;
}

.top .info__slide_sub .swiper-slide {
  cursor: pointer;
}

.top .info__slide .swiper-slide-thumb-active {
  border: solid 2px var(--base-color);
}

.top .info__table {
  width: 100%;
}

.top .info__table_name {
  margin-bottom: 20px;
  font-size: 3.2rem;
}

.top .info__table table {
  width: 100%;
  border-bottom: solid 1px var(--line02-color);
}

.top .info__table th {
  width: 30%;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
  text-align: left;
  vertical-align: middle;
}

.top .info__table td {
  width: 70%;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
}

.top .movie {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}

.top .movie video {
  width: 100%;
}

.banner {
  position: fixed;
  bottom: 95px;
  right: 20px;
  z-index: 50;
  box-shadow: 0px 10px 15px 0px #261C101A;
}

.banner a {
  background-color: #84A12E;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  transition: var(--base-transition);
}

.banner__img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.banner__txt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.banner__txt span {
  color: #fff;
  line-height: 1;
}

.banner__txt .en {
  font-size: 3.6rem;
}

.banner__txt .ja {
  font-size: 1.6rem;
}

.banner .arrow {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: relative;
}

.banner .arrow::before,
.banner .arrow::after {
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 14px;
height: 14px;
margin: auto;
mask: url(/img/common/icon-arrow_white.svg) no-repeat center center/contain;
background-color: var(--point-color);
content: "";
transition: opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.banner .arrow::before {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}

.banner .arrow::after {
-webkit-transform: translateX(-200%);
transform: translateX(-200%);
opacity: 0;
}


@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .company {
    overflow: inherit;
  }

  .lineup {
    overflow: inherit;
  }

  .lineup .side {
    top: 40px;
    max-width: 250px;
  }
}

@media (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }

  .c-title01 .ja {
    font-size: 5.4rem;
  }

  .c-title01 .en {
    font-size: 2.8rem;
  }

  .c-contact__wrapper {
    padding: 100px 30px;
  }

  .c-contact__title .ja {
    font-size: 2.8rem;
  }

  .c-contact__title .ja {
    font-size: 2.4rem;
  }

  .c-contact__title .en {
    font-size: 1.4rem;
  }

  .header__wrapper_img {
    display: none;
  }

  .header__nav {
    width: 100%;
    padding: 50px;
  }

  .header__nav_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
    gap: 28px;
  }

  .header__nav_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 28px;
    text-align: center;
  }

  .header__nav_list a {
    font-size: 2rem;
  }

  .header__nav_list .en {
    font-size: 1.2rem;
  }

  .header__nav_item .arrow {
    top: 4px;
    right: -35px;
  }

  .header__nav_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }

  .footer__nav_item {
    min-width: 160px;
  }

  .footer__nav_item .en {
    font-size: 3.2rem;
  }

  .footer__nav_item .ja {
    font-size: 1.4rem;
  }

  .footer__bottom_left {
    gap: 25px;
  }

  .footer__bottom_logo {
    width: 76px;
  }

  .footer__bottom_name {
    font-size: 1.8rem;
  }

  .footer__bottom_copy {
    font-size: 1rem;
  }

  .company .wrapper .inner {
    gap: 30px;
  }

  .company .side {
    width: 140px;
  }

  .company .bland__img {
    width: 240px;
  }

  .company .bland__img::before {
    width: 80px;
    height: 60px;
  }

  .company .shop__wrapper {
    gap: 30px;
  }

  .company .shop__img {
    width: 220px;
  }

  .contact .form_area input[type=text],
  .contact .form_area input[type=email],
  .contact .form_area textarea {
    padding: 10px 20px;
    font-size: 1.4rem;
  }

  .contact .form_area input[type=text]::-webkit-input-placeholder,
  .contact .form_area input[type=email]::-webkit-input-placeholder,
  .contact .form_area textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .contact .form_area input[type=text]::-moz-placeholder,
  .contact .form_area input[type=email]::-moz-placeholder,
  .contact .form_area textarea::-moz-placeholder {
    font-size: 1.4rem;
  }

  .contact .form_area input[type=text]:-ms-input-placeholder,
  .contact .form_area input[type=email]:-ms-input-placeholder,
  .contact .form_area textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .contact .form_area input[type=text]::-ms-input-placeholder,
  .contact .form_area input[type=email]::-ms-input-placeholder,
  .contact .form_area textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }

  .contact .form_area input[type=text]::placeholder,
  .contact .form_area input[type=email]::placeholder,
  .contact .form_area textarea::placeholder {
    font-size: 1.4rem;
  }

  .contact .form_area .select_box select {
    font-size: 1.4rem;
  }

  .lineup .wrapper {
    padding-top: 60px;
  }

  .lineup .wrapper {
    padding-top: 20px;
  }

  .lineup .wrapper .main {
    width: 70%;
  }

  .lineup__title small {
    font-size: 1rem;
  }

  .modal__content {
    padding: 100px 20px 80px;
  }

  .modal__wrapper {
    gap: 50px 25px;
  }

  .modal__slide {
    max-width: 280px;
  }

  .modal__slide .js-modal-thumb .swiper-wrapper {
    gap: 5px;
  }

  .modal__slide .js-modal-thumb .swiper-slide {
    width: calc(25% - 4px);
  }

  .modal__top {
    gap: 5px 10px;
  }

  .modal__rating .line span::after {
    width: 10px;
    height: 10px;
  }

  .top .about .inner {
    gap: 40px;
  }

  .top .about__img {
    width: 250px;
  }

  .top .about .main-title {
    right: 30px;
    font-size: 4.5rem;
  }

  .top .info__wrapper {
    gap: 30px;
  }

  .top .info__slide {
    width: 300px;
  }

  .banner {
    bottom: 15px;
  }
}

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

@media (max-width: 767px) {
  section {
    padding: 100px 0;
  }

  .mv .inner {
    padding: 90px 20px 40px;
  }

  .mv__text.top {
    font-size: 2.8rem;
    line-height: 1.6;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.7);
  }

  .mv__text.top span {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.7);
  }

  .mv__text .main {
    font-size: 5rem;
  }

  .mv__text .sub {
    font-size: 12px;
  }

  .mv__img {
    height: 660px;
  }

  .mv__line {
    top: 90px;
    left: 20px;
    width: calc(100% - 60px);
    height: calc(100% - 150px);
    margin: 10px;
  }

  .mv__circle::before,
  .mv__circle::after {
    width: 80px;
    height: 80px;
  }

  .mv__circle::before {
    margin-left: -20px;
  }

  .mv__circle::after {
    margin-right: -20px;
  }

  .mv__circle_top {
    top: 40px;
  }

  .mv.under .mv__img {
    height: 310px;
  }

  .mv.under .mv__text {
    top: 60%;
  }

  .mv.under .mv__text .main {
    font-size: 3rem;
  }

  .mv.under .mv__text .sub {
    font-size: 1.2rem;
  }

  .c-title01 .ja {
    font-size: 3.6rem;
  }

  .c-title01 .en {
    font-size: 2.4rem;
  }

  .c-title02 {
    margin-bottom: 40px;
  }

  .c-title02 .en {
    font-size: 1.6rem;
  }

  .c-title02 .ja {
    font-size: 2.4rem;
  }

  .c-btn01 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-btn01 a {
    gap: 15px;
    font-size: 1.6rem;
  }

  .section__head {
    margin-bottom: 20px;
  }

  .c-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .c-contact__wrapper a {
    max-width: inherit;
    min-height: 180px;
    padding: 30px 40px;
    border: none;
  }

  .c-contact__top,
  .c-contact__bottom {
    display: none;
  }

  .c-contact__inner {
    max-width: 356px;
    padding: 0;
    border: none;
  }

  .c-contact__img {
    position: absolute;
    top: -40px;
    right: 0;
    margin-bottom: 0;
    opacity: 0.2;
  }

  .c-contact__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
    border: none;
  }

  .c-contact__title span {
    text-align: left;
  }

  .c-contact__btn {
    position: absolute;
    right: 0;
    bottom: -35px;
    margin-top: 0;
    color: transparent;
  }

  .c-contact__btn .arrow {
    width: 45px;
    height: 45px;
  }

  .header__logo {
    width: 114px;
    height: 128px;
    margin-top: 40px;
    padding: 15px 10px;
    border-radius: 0 0 25px 25px;
  }

  .header__btn {
    top: 18px;
    right: 18px;
  }

  .header__btn_img {
    width: 35px;
  }

  .header__btn_text {
    margin-top: 5px;
    font-size: 1.4rem;
  }

  .header__instagram {
    display: none;
  }

  .footer__nav {
    padding: 50px 0;
  }

  .footer__nav .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .footer__nav_left .footer__nav_list {
    width: 100%;
  }

  .footer__nav_left .footer__nav_item {
    min-width: inherit;
    margin-top: 0 !important;
    border-bottom: solid 1px var(--line02-color);
  }

  .footer__nav_left .footer__nav_item a {
    position: relative;
    padding: 15px 0;
  }

  .footer__nav_left .footer__nav_item a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    background: url(/img/common/icon-arrow_brown.svg) no-repeat center center/contain;
    content: "";
  }

  .footer__nav_left .footer__nav_item .en {
    display: none;
  }

  .footer__nav_right {
    max-width: 280px;
    margin: 0 auto;
  }

  .footer__bottom {
    padding: 50px 0 30px;
  }

  .footer__bottom.top {
    padding: 50px 0 120px;
  }

  .footer__bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .footer__bottom_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom_name {
    text-align: center;
  }

  .footer__bottom_address,
  .footer__bottom_tel {
    text-align: center;
  }

  .footer__bottom_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__bottom_copy {
    text-align: center;
  }

  .company .wrapper {
    margin-top: 80px;
  }

  .company .side {
    display: none;
  }

  .company .bland {
    padding-top: 180px;
  }

  .company .bland__title {
    font-size: 3.8rem;
  }

  .company .bland__img {
    width: 200px;
  }

  .company .bland__img::before {
    width: 110px;
    height: 120px;
  }

  .company .shop__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 50px;
  }

  .company .shop__img {
    width: 100%;
  }

  .company .shop__table_name {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .company .shop__table th {
    padding-right: 0;
  }

  .company .overview .c-btn01 a {
    font-size: 1.4rem;
  }

  .company .overview .c-btn01 .arrow {
    width: 30px;
    height: 30px;
  }

  .company .overview .c-btn01 .arrow::before,
  .company .overview .c-btn01 .arrow::after {
    width: 12px;
    height: 12px;
  }

  .company .overview__table_name {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .company .overview__table th {
    padding-right: 0;
  }

  .contact .form {
    padding-top: 30px;
  }

  .contact .form__title {
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .contact .form__intro {
    font-size: 1.2rem;
  }

  .contact .form_area {
    margin-top: 40px;
  }

  .contact .form_area th,
  .contact .form_area td {
    display: block;
    width: 100%;
  }

  .contact .form_area th {
    padding: 14px 10px 5px;
    border-bottom: none !important;
  }

  .contact .form_area td {
    padding: 0 10px 14px;
    border: none !important;
  }

  .contact .form_area .select_box {
    width: 245px;
  }

  .contact .form_area .addressbox_num input {
    width: 100%;
  }

  .contact .form_area .telbox {
    gap: 5px;
  }

  .lineup .wrapper .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .lineup .wrapper .main {
    width: 100%;
  }

  .lineup .wrapper .main__title {
    padding-bottom: 5px;
    font-size: 2rem;
  }

  .lineup .side {
    position: relative;
    width: 100%;
  }

  .lineup .side__wrapper {
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: var(--base-transition);
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 400px;
    padding: 25px 15px;
    overflow: scroll;
    border: solid 1px var(--line02-color);
    background-color: #fff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: var(--base-transition);
  }

  .lineup .side__wrapper.open {
    opacity: 1;
    pointer-events: all;
  }

  .lineup .side__wrap:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .lineup .side__title a {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .lineup .side__item {
    margin-left: 20px;
  }

  .lineup .side__item + .side__item {
    margin-top: 8px;
  }

  .lineup .side__item_sub {
    margin: 0 0 10px 20px;
  }

  .lineup__list {
    gap: 50px 15px;
  }

  .lineup__item {
    width: calc(50% - 7.5px);
  }

  .lineup__bottom {
    gap: 0 10px;
  }

  .lineup .pager {
    margin-top: 60px;
  }

  .lineup .pager_list {
    gap: 0;
  }

  .modal__content {
    padding: 50px 20px;
  }

  .modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal__slide {
    max-width: 100%;
  }

  .modal__slide .js-modal-thumb {
    margin-top: 8px;
  }

  .modal__title {
    font-size: 1.8rem;
  }

  .modal__title small {
    font-size: 1.4rem;
  }

  .modal__rating {
    max-width: 400px;
    margin: 20px auto 0;
    padding: 20px;
  }

  .modal__rating .kinds {
    width: 52px;
    font-size: 1.2rem;
  }

  .modal__rating .line span::after {
    width: 8px;
    height: 8px;
  }

  .modal__howto_title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.8rem;
  }

  .modal__howto_title::before {
    width: 30px;
    height: 30px;
  }

  .modal__howto_wrap {
    padding: 25px 20px;
  }

  .modal__howto_wrap + .modal__howto_wrap {
    margin-top: 15px;
  }

  .modal__howto_sub {
    padding-left: 34px;
    line-height: 1.4;
  }

  .modal__howto_sub::before {
    top: -2px;
    width: 28px;
    height: 28px;
  }

  .modal__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    gap: 10px;
  }

  .modal__btn a,
  .modal__btn button {
    width: 100%;
  }

  .modal__close {
    top: 20px;
    right: 20px;
  }

  .notfound .contents {
    padding-top: 30px;
  }

  .top .about {
    padding: 30px 0 60px;
  }

  .top .about .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }

  .top .about__img {
    position: relative;
    width: 194px;
    margin-right: 100px;
  }

  .top .about__text {
    padding: 0;
  }

  .top .about__text_wrap {
    max-width: 600px;
  }

  .top .about .main-title {
    right: -100px;
    font-size: 3.6rem;
  }

  .top .about .sub-title .en {
    font-size: 2.4rem;
  }

  .top .about .sub-title .ja {
    font-size: 2rem;
  }

  .top .slide__item {
    min-width: 300px;
  }

  .top .lineup .txt {
    font-size: 1.4rem;
  }

  .top .lineup__swiper {
    padding-top: 0;
    padding-bottom: 65px;
  }

  .top .lineup__swiper_button {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    gap: 10px;
  }

  .top .lineup .swiper-button-prev,
  .top .lineup .swiper-button-next {
    width: 45px;
    height: 45px;
  }

  .top .lineup .swiper-button-prev .arrow::before,
  .top .lineup .swiper-button-prev .arrow::after,
  .top .lineup .swiper-button-next .arrow::before,
  .top .lineup .swiper-button-next .arrow::after {
    width: 14px;
    height: 14px;
  }

  .top .lineup__item {
    width: 280px;
  }

  .top .lineup__item_body {
    margin-top: 5px;
    padding: 10px;
  }

  .top .lineup__item_name,
  .top .lineup__item_price {
    font-size: 1.4rem;
  }

  .top .lineup__item_name small {
    font-size: 1.2rem;
  }

  .top .lineup__item_price .unit {
    font-size: 1rem;
  }

  .top .lineup__item_tag {
    font-size: 1.2rem;
  }

  .top .info .section__head {
    margin-bottom: 50px;
  }

  .top .info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 50px;
  }

  .top .info__slide {
    width: 100%;
  }

  .top .info__slide_sub {
    margin-top: 6px;
  }

  .top .info__table_name {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .banner {
    right: 0;
    left: 0;
    margin: auto;
    width: max-content;
  }

  .banner a {
    gap: 15px;
    padding: 10px 15px;
  }

  .banner__img {
    width: 48px;
    height: 48px;
  }

  .banner__txt .en {
    font-size: 2.6rem;
  }

  .banner__txt .ja {
    font-size: 1.2rem;
  }

  .banner .arrow {
    width: 20px;
    height: 20px;
  }

  .banner .arrow::before, 
  .banner .arrow::after {
    width: 8px;
    height: 8px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn01:hover .arrow::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }

  .c-btn01:hover .arrow::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .c-contact__wrapper a:hover .arrow::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }

  .c-contact__wrapper a:hover .arrow::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .header__nav_item.blank:hover .arrow::before {
    -webkit-transform: translate(200%, -200%) rotate(-45deg);
    transform: translate(200%, -200%) rotate(-45deg);
    opacity: 0;
  }

  .header__nav_item.blank:hover .arrow::after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 1;
  }

  .footer__nav_item a:hover .arrow::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }

  .footer__nav_item a:hover .arrow::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .footer__nav_item.blank:hover .arrow::before {
    -webkit-transform: translate(200%, -200%) rotate(-45deg);
    transform: translate(200%, -200%) rotate(-45deg);
    opacity: 0;
  }

  .footer__nav_item.blank:hover .arrow::after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
    opacity: 1;
  }

  .company .side a:hover {
    color: var(--point-color);
  }

  .contact .form_area .btn-area #submit:hover,
  .contact .form_area .btn-area .submit-btn:hover {
    opacity: 0.5;
  }

  .contact .form_area .btn-area #reset:hover,
  .contact .form_area .btn-area .return-btn:hover {
    opacity: 0.5;
  }

  .lineup .side__title a:hover {
    color: var(--point-color);
  }

  .lineup .side__title a:hover::before {
    background-color: var(--point-color);
  }

  .lineup .side__item a:hover {
    color: var(--point-color);
  }

  .modal__btn a:hover,
  .modal__btn button:hover {
    opacity: 0.5;
  }

  .top .lineup .swiper-button-prev:hover,
  .top .lineup .swiper-button-next:hover {
    background-color: var(--base-color);
  }

  .top .lineup .swiper-button-prev:hover .arrow::before,
  .top .lineup .swiper-button-prev:hover .arrow::after,
  .top .lineup .swiper-button-next:hover .arrow::before,
  .top .lineup .swiper-button-next:hover .arrow::after {
    background: url(/img/common/icon-arrow_white.svg) no-repeat center center/contain;
  }

  .top .lineup .swiper-button-prev:hover .arrow::before,
  .top .lineup .swiper-button-next:hover .arrow::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }

  .top .lineup .swiper-button-prev:hover .arrow::after,
  .top .lineup .swiper-button-next:hover .arrow::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .top .lineup .swiper-button-prev:hover .arrow::before {
    -webkit-transform: scale(-1, 1) translateX(200%);
    transform: scale(-1, 1) translateX(200%);
    opacity: 0;
  }

  .top .lineup .swiper-button-prev:hover .arrow::after {
    -webkit-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
    opacity: 1;
  }
  
  .banner a:hover {
    background-color: #5E7811;
  }

  .banner a:hover .arrow::before {
    transform: translateX(200%);
    opacity: 0;
  }

  .banner a:hover .arrow::after {
    transform: translateX(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
